GET
/real_time_decisions/{real_time_decision_id}Retrieve a real-time decision
Retrieves a real-time decision created when your application needs to respond to an event, such as a card authorization. Use real_time_decision_id to select the decision and review its category, status, and deadline. The response includes details relevant to the decision's event type.
real_time_decision_idstringrequired
The identifier of the real-time decision to retrieve.
200Returns the real-time decision object, including its identifier, category, status, creation time, response deadline, and event-specific details.
card_authenticationobjectrequired
Fields related to a 3DS authentication attempt.
card_authentication_challengeobjectrequired
Fields related to a 3DS authentication attempt.
card_authorizationobjectrequired
Fields related to a card authorization.
card_balance_inquiryobjectrequired
Fields related to a card balance inquiry.
categorystringrequired
The category of the Real-Time Decision.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Real-Time Decision was created.
digital_wallet_authenticationobjectrequired
Fields related to a digital wallet authentication attempt.
digital_wallet_tokenobjectrequired
Fields related to a digital wallet token provisioning attempt.
idstringrequired
The Real-Time Decision identifier.
statusstringrequired
The status of the Real-Time Decision.
timeout_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which your application can no longer respond to the Real-Time Decision.
typestringrequired
A constant representing the object's type. For this resource it will always be `real_time_decision`.
4XXReturned when the request cannot be processed because of a client error.
5XXReturned when the server encounters an error processing the request.
Error handling
The real_time_decision_id path parameter must identify an existing real-time decision.