Reversal declined
Last updated: April 30, 2025
This event occurs when a reversal is declined because no match was found with a previous authorization approval, or because the transaction is already voided.
A reversal is a technical cancellation in which an authorization hold is voided, without any movement of funds.
1{2"id": "evt_az5sblvku4ge3dwpztvyizgcau",3"type": "reversal_declined",4"version": "2.0.0",5"created_on": "2018-04-10T08:13:14Z",6"data": {7"id": "msg_abcd5fg6hievapshljklmnop4",8"card_id": "crd_fa6psq242dcd6fdn5gifcq1491",9"cardholder":{10"id": "crh_urdihafyo75evcr55s62jmwwhy"11},12"entity":{13"id": "ent_urdihafyo75evcr55s62jmwwhy"14},15"client":{16"id": "cli_urdihafyo75evcr55s62jmwwhy"17},18"decision_source": "issuer",19"transaction_id": "trx_y3oqhf46pyzuxjbcn2giaqnb44",20"transaction_type": "purchase",21"reversal_type": "full",22"transmission_date_time": "2018-04-10T08:12:14Z",23"local_transaction_date_time": "2018-04-10T08:12:14",24"reversal_amount": 1000,25"reversal_currency": "GBP",26"reversal_billing_amount": 900,27"reversal_billing_currency": "EUR",28"digital_card_information": {29"digital_card_id": "dcr_fa6psq242dcd6fdn5gifcq1491",30"device_type": "phone",31"wallet_type": "apple_pay"32},33"decline_reason": "original_transaction_not_found"34}35}
Note
If you receive a decline_reason
field in your response, refer to the Issuing decline codes documentation for more information.
Field name | Description |
---|---|
string | The transaction's unique Checkout.com identifier. |
string | The card's unique Checkout.com identifier. |
object | Information about the cardholder associated with this transaction. See the Cardholder section for more details. |
object | Information about the entity associated with this transaction. See the Entity section for more details. |
object | Information about the client associated with this transaction. See the Client section for more details. |
string optional | The party that made the decision to approve or decline the authorization.
|
string | The transaction's unique Checkout.com identifier. |
string | The nature of the transaction. This can be one of:
|
string | Indicates the type of the reversal we've received. This can be one of:
|
string | The date and time that a message is entered into the scheme network, in UTC format. |
string | The local date and time indicating when the transaction was initiated. |
uint64 | The reversal's transaction amount, in minor currency units. |
string | The acquirer’s local currency, or the local currency of the transaction’s source location, as an ISO 4217 code. |
uint64 | The reversal's billing amount, in minor currency units. In case of a currency conversion, this will be based on Mastercard rates. For more information on how to calculate currency units, see Format the amount value. |
string | The currency in which the issuer will bill the cardholder, as an ISO 4217 code. |
object | Information about the digital card associated with this transaction. See the Digital card information section for more details. |
| Describes the reason why the reversal was declined. This can be one of:
|
Field name | Description |
---|---|
string | The cardholder's unique Checkout.com identifier. |
Field name | Description |
---|---|
string | The entity's unique Checkout.com identifier. |
Field name | Description |
---|---|
string | The client's unique Checkout.com identifier. |
Field name | Description |
---|---|
string | The digital card's unique Checkout.com identifier |
string | Type of device. This can be one of:
|
string | (Optional) Type of wallet. This can be one of:
|