Presentment received
Last updated: March 4, 2026
This Issuing event occurs when:
- Checkout.com receives a presentment from the acquirer that matches an existing authorization, pre-authorization, or incremental authorization.
- The merchant or acquirer forced the transaction through clearing with no previous authorization, which you can create a dispute for if needed.
1{2"id": "evt_az5sblvku4ge3dwpztvyizgcau",3"type": "presentment_received",4"version": "2.0.0",5"created_on": "2024-04-10T08:13:14Z",6"data": {7"id": "msg_abcd5fg6hievapshljklmnop4",8"card": {9"id": "crd_fa6psq242dcd6fdn5gifcq1491",10"scheme" : "mastercard",11"metadata": {12"reference": "X-123456-N11",13"udf1": "metadata1",14"udf2": "metadata2",15"udf3": "metadata3",16"udf4": "metadata4",17"udf5": "metadata5"18}19},20"cardholder":{21"id": "crh_urdihafyo75evcr55s62jmwwhy"22},23"entity":{24"id": "ent_urdihafyo75evcr55s62jmwwhy"25},26"client":{27"id": "cli_urdihafyo75evcr55s62jmwwhy"28},29"initiator": "acquirer",30"transaction_id": "trx_y3oqhf46pyzuxjbcn2giaqnb44",31"transmission_date_time": "2024-04-10T08:12:14Z",32"clearing_type": "debit",33"transaction_amount": 900,34"transaction_currency": "EUR",35"billing_amount": 900,36"billing_currency": "EUR",37"billing_conversion_rate": 0.925643,38"reconciliation_amount": 900,39"reconciliation_currency": "EUR",40"reconciliation_conversion_rate": 0.925643,41"ecb_conversion_rate": 0.9,42"digital_card_information": {43"digital_card_id": "dcr_fa6psq242dcd6fdn5gifcq1491",44"device_type": "phone",45"wallet_type": "ApplePay"46},47"local_transaction_date_time": "2024-04-10T04:12:14",48"original_transaction_type": "purchase",49"is_forced_posted": false,50"settlement_date": "2024-04-11",51"transit_information": {52"transaction_type": "authorized_aggregated_split_clearing",53"transportation_mode": "urban_bus"54},55"pos": {56"card_present": "present",57"cardholder_present": "not_present",58"entry_mode": "ecommerce"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 transaction message entered the scheme network, in UTC. |
string optional | The local date and time when the transaction was initiated. |
string | The type of clearing. This can be one of:
|
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. |
string | The currency in which the issuer will bill the cardholder. |
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. |
double optional | The European Central Bank (ECB) comparative rate that will be communicated to the cardholder for a currency conversion when the |
object optional | The digital card's details. |
string | The local date and time when the transaction was initiated. |
string | The type of the original transaction. This can be one of:
|
boolean | Indicates whether the merchant or acquirer forced the transaction through clearing with no previous authorization. You can use this field to identify forced presentments. If you want to contest the transaction, create a dispute within the specified time frame. For more information, see Manage Issuing disputes. |
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.
|
object optional | Your user-defined metadata details. |
| 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 digital card's unique identifier, prefixed with |
string | The type of device used for the transaction. This can be one of:
|
string optional | 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:
|