/real_time_decisions/{real_time_decision_id}/actionSubmit a response to a real-time decision
Submits your application's response to a real-time decision. Use the real_time_decision_id path parameter to select the decision, then provide the response object that matches its event type. The decision fields accept only the values defined for that event.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Your response to the real-time decision. Include the object that corresponds to the decision's event type.
The real_time_decision_id path parameter must identify an existing real-time decision. Provide the response object for the event type: card_authorization.decision must be approve or decline, card_authentication.decision must be approve, challenge, or deny, and the other decision fields must use their defined enum values. When reporting successful digital wallet authentication, provide exactly one of phone or email in digital_wallet_authentication.success.