POST
/simulations/card_incrementsSandbox: Increment a Card Authorization
Simulates the increment of an authorization by a card acquirer. An authorization can be incremented multiple times.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
amountintegerrequired
The amount of the increment in minor units in the card authorization's currency.
card_payment_idstringrequired
The identifier of the Card Payment to create an increment on.
event_subscription_idstringoptional
The identifier of the Event Subscription to use. If provided, will override the default real time event subscription. Because you can only create one real time decision event subscription, you can use this field to route events to any specified event subscription for testing purposes.
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