Presentment reversed
Last updated: February 4, 2026
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"initiator": "acquirer",22"transaction_id": "trx_y3oqhf46pyzuxjbcn2giaqnb44",23"transmitted_by_scheme_on": "2018-04-10T08:12:14Z",24"transaction_locally_initiated_on": "2018-04-10T04:12:14",25"transaction_amount": 1000,26"transaction_currency": "GBP",27"billing_amount": 1200,28"billing_currency": "EUR",29"billing_conversion_rate": 0.92,30"reconciliation_amount": 1200,31"reconciliation_currency": "EUR",32"reconciliation_conversion_rate": 0.92,33"digital_card": {34"id": "dcr_fa6psq242dcd6fdn5gifcq1491",35"device_type": "phone",36"wallet_type": "applepay"37},38"original_transaction_type": "purchase",39"settled_on": "2018-04-11",40"transit_information": {41"transaction_type": "authorized_aggregated_split_clearing",42"transportation_mode": "urban_bus"43},44"merchant": {45"id": "59889",46"name": "Hannah Bret",47"city": "Paris",48"state": "",49"country": "FRA",50"category_code": "5021",51"street_address": "261, Example street"52},53"pos": {54"country_code": "GBR",55"postal_code": "SE100ER",56"card_present": "present",57"cardholder_present": "not_present",58"entry_mode": "contactless_chip"59}60}61}
| Field name | Description |
|---|---|
string | The transaction message's unique identifier, prefixed with |
object | The card details. |
object | The cardholder's details. See the Cardholder object. |
object | The entity's details. See the Entity object. |
object | Your details as a Checkout.com client. See the Client object. |
string optional | The party who initiated the message. |
string | The transaction's unique identifier, which links together all related authorization, reversal, and clearing messages. This is prefixed with |
datetime | The date and time when the message entered the scheme network, in UTC. |
string optional | The local date and time when the transaction was initiated. |
uint64 | The transaction amount, in the minor currency unit. |
string | The transaction currency. |
uint64 | The amount you bill the cardholder for, in the minor currency unit. If currency conversion is required, this is based on Mastercard rates. |
double | The scheme conversion rate used to convert the transaction amount to the billing amount. |
uint64 | The amount you settled with the card scheme for the transaction, in the major currency unit. |
string | The fee's reconciliation currency. |
double | The scheme conversion rate used to convert the transaction amount to the reconciliation amount. |
object | The merchant's details. See the Merchant object. |
object optional | The digital card's details. |
string | The type of the original transaction. This can be one of:
|
string | The date when the scheme expects the funds transfer to take place. |
object optional | The transit transaction details. |
object | The conditions at the point of sale (PoS) at the time of the transaction. |
| Field name | Description |
|---|---|
string | The card's unique identifier, prefixed with |
string | The card scheme that processed the payment.
|
| Field name | Description |
|---|---|
string | The cardholder's unique identifier, prefixed with |
| Field name | Description |
|---|---|
string | The entity's unique identifier, prefixed with |
| Field name | Description |
|---|---|
string | Your unique identifier as a Checkout.com client, prefixed with |
| Field name | Description |
|---|---|
string | The merchant's unique identifier. This may vary from one acquirer to another. This may vary from one acquirer to another. |
string | The merchant’s name. |
string | The city of the merchant's address. |
string optional | For US merchants, the state of the merchant's address. For other merchants, the value is |
string | The country of the merchant's address. |
string | The four-digit merchant category code (MCC) for the transaction. Merchants can have multiple MCCs |
string | The merchant’s street address. |
| Field name | Description |
|---|---|
string | The digital card's unique identifier, prefixed with |
string | The type of device used for the transaction. This can be one of:
|
string | The 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 way the card initiated the transaction at the terminal. This can be one of:
|