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.

1 parameter
real_time_decision_idstringrequired
The identifier of the real-time decision to retrieve.

3 status codes
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.
Allowed:card_authorization_requestedcard_balance_inquiry_requestedcard_authentication_requestedcard_authentication_challenge_requesteddigital_wallet_token_requesteddigital_wallet_authentication_requested
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.
Allowed:pendingrespondedtimed_out
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`.
Allowed: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.