POST
/simulations/card_authentications/{card_payment_id}/challengesStart a card authentication challenge in the sandbox
Simulates starting a Card Authentication Challenge for an existing Card Authentication on a Card Payment. Use this operation to update the payment's card_authentications object with an initial challenge. To attempt the challenge, use POST /simulations/card_authentications/{card_payment_id}/challenge_attempts.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
card_payment_idstringrequired
The identifier of the Card Payment whose challenge to start.
200Returns the updated Card Payment object, including its interactions and summarized state.
account_idstringrequired
The identifier for the Account the Transaction belongs to.
card_idstringrequired
The Card identifier for this payment.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Card Payment was created.
digital_wallet_token_idstringrequired
The Digital Wallet Token identifier for this payment.
elementsarray<CardPaymentCardPaymentElement>required
The interactions related to this card payment.
idstringrequired
The Card Payment identifier.
physical_card_idstringrequired
The Physical Card identifier for this payment.
stateobjectrequired
The summarized state of this card payment.
typestringrequired
A constant representing the object's type. For this resource it will always be `card_payment`.
4XXReturned when the request cannot be processed because of a client-side error.
5XXReturned when the service encounters a server-side error.
Error handling
The card_payment_id path parameter must identify a Card Payment with an existing Card Authentication.