Presentment reversed
Last updated: September 24, 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 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 | 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:
|