reversal_declined
Last updated: July 31, 2024
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"transaction_id": "trx_y3oqhf46pyzuxjbcn2giaqnb44",19"transaction_type": "purchase",20"reversal_type": "full",21"transmission_date_time": "2018-04-10T08:12:14Z",22"local_transaction_date_time": "2018-04-10T08:12:14",23"reversal_amount": 1000,24"reversal_currency": "GBP",25"reversal_billing_amount": 900,26"reversal_billing_currency": "EUR",27"scheme_response_summary": "customer_cancellation",28"response_summary": "invalid_transaction",29"digital_card_information": {30"digital_card_id": "dcr_fa6psq242dcd6fdn5gifcq1491",31"device_type": "phone",32"wallet_type": "apple_pay"33},34"decline_reason": "original_transaction_not_found"35}36}
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 | 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. See our documentation on calculating currency amounts for more details. |
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. See our documentation on calculating currency values for more information. |
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:
|
| The response decision received from the scheme network. This can be one of:
|
string | The response decision taken by the issuer. 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:
|