POST
/simulations/card_authenticationsSandbox: Create a Card Authentication attempt
Simulates a Card Authentication attempt on a Card. The attempt always results in a Card Payment being created, either with a status that allows further action or a terminal failed status.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
card_idstringrequired
The identifier of the Card to be authorized.
categorystringoptional
The category of the card authentication attempt.
device_channelstringoptional
The device channel of the card authentication attempt.
merchant_acceptor_idstringoptional
The merchant identifier (commonly abbreviated as MID) of the merchant the card is transacting with.
merchant_category_codestringoptional
The Merchant Category Code (commonly abbreviated as MCC) of the merchant the card is transacting with.
merchant_countrystringoptional
The country the merchant resides in.
merchant_namestringoptional
The name of the merchant.
purchase_amountintegeroptional
The purchase amount in cents.
200Card Payment
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`.
4XXError
5XXError