Presentment reversed
Last updated: August 13, 2025
This Issuing event occurs when Checkout.com is notified of an error in or duplication of a previous presentment.
A presentment reversal is a technical cancellation where funds are moved from the merchant to the cardholder.
1{2"id": "evt_cz5sblvku4ge3dwpztvyizgczq",3"type": "presentment_reversed",4"version": "2.0.0",5"created_on": "2023-12-10T08:13:14Z",6"data": {7"id": "msg_ab5cde131fghj8qw5ertyu2372",8"card": {9"id": "crd_fa6psq242dcd6fdn5gifcq1491",10"scheme" : "mastercard"11},12"entity": {13"id": "ent_fa6psq242dcd6fdn5gifcq1491"14},15"client": {16"id": "cli_fa6psq242dcd6fdn5gifcq1491"17},18"cardholder": {19"id": "crh_fa6psq242dcd6fdn5gifcq1491"20},21"transaction_id": "trx_y3oqhf46pyzuxjbcn2giaqnb44",22"transmitted_by_scheme_on": "2018-04-10T08:12:14Z",23"transaction_locally_initiated_on": "2018-04-10T04:12:14",24"transaction_amount": 1000,25"transaction_currency": "GBP",26"billing_amount": 1200,27"billing_currency": "EUR",28"billing_conversion_rate": 0.92,29"reconciliation_amount": 1200,30"reconciliation_currency": "EUR",31"reconciliation_conversion_rate": 0.92,32"digital_card": {33"id": "dcr_fa6psq242dcd6fdn5gifcq1491",34"device_type": "phone",35"wallet_type": "applepay"36},37"original_transaction_type": "purchase",38"settled_on": "2018-04-11",39"transit_information": {40"transaction_type": "authorized_aggregated_split_clearing",41"transportation_mode": "urban_bus"42},43"merchant": {44"id": "59889",45"name": "Hannah Bret",46"city": "Paris",47"state": "",48"country": "FRA",49"category_code": "5021",50"street_address": "261, Example street"51},52"pos": {53"country_code": "GBR",54"postal_code": "SE100ER",55"card_present": "present",56"cardholder_present": "not_present",57"entry_mode": "contactless_chip"58}59}60}
Field name | Description |
---|---|
string | The transaction's unique Checkout.com identifier. |
object | Information about the card used for this transaction. |
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 ID of the transaction, which links together all related authorization, reversal, and clearing messages. |
string | The date and time 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 transaction’s amount, in minor currency units. |
string | The transaction’s currency. |
uint64 | The clearing'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. |
double | The scheme conversion rate used to convert the transaction amount to the billing amount. |
uint64 | Represents the amount converted to the reconciliation currency. |
string | Represents the fee's reconciliation currency, as an ISO 4217 code. |
double | The scheme conversion rate used to convert the transaction amount to the reconciliation amount. |
object | Information about the transaction’s merchant. See the Merchant section for more details. |
object | Information about the digital card associated with this transaction. See the Digital Card section for more details. |
string | Type of the original transaction. This can be one of:
|
string | Represents the date on which the scheme expects funds transfer to take place. |
object | Information used to identify transit transactions. See the Transit information section for more details. |
object | Indicates the conditions that exist at the point of sale at the time of the transaction. See the POS section for more details. |
Field name | Description |
---|---|
string | The card's unique identifier, prefixed with |
string | The card scheme that processed the payment between the issuer and acquirer.
|
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 merchant's identifier. This may vary from one acquirer to another. |
string | The merchant’s name. |
string | The city where the merchant is located. |
string | (Optional, applicable only for USA) The state where the merchant is located. |
string | The country where the merchant is located, as an ISO-3 code. |
string | The merchant's category codes. |
string | The merchant’s street address. |
Field name | Description |
---|---|
string | The digital card’s unique Checkout.com identifier |
string | Type of device. This can be one of:
|
string | Type of wallet. This can be one of:
|
Field name | Description |
---|---|
string | The authorization model used by the transit operator. This can be one of:
|
string | The transport method used to travel. This can be one of:
|
Field name | Description |
---|---|
string | Indicates if the card was present to initiate the transaction. This can be one of:
|
string | Indicates if the cardholder was present to initiate the transaction. This can be one of:
|
string | The method by which a card initiates a transaction at a terminal. This can be one of:
|