Presentment received
Last updated: September 24, 2025
This Issuing event occurs when Checkout.com receives a presentment from the acquirer that matches an existing authorization, pre-authorization, or incremental authorization.
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"transaction_id": "trx_y3oqhf46pyzuxjbcn2giaqnb44",30"transmission_date_time": "2024-04-10T08:12:14Z",31"clearing_type": "debit",32"transaction_amount": 900,33"transaction_currency": "EUR",34"billing_amount": 900,35"billing_currency": "EUR",36"billing_conversion_rate": 0.925643,37"reconciliation_amount": 900,38"reconciliation_currency": "EUR",39"reconciliation_conversion_rate": 0.925643,40"ecb_conversion_rate": 0.9,41"digital_card_information": {42"digital_card_id": "dcr_fa6psq242dcd6fdn5gifcq1491",43"device_type": "phone",44"wallet_type": "ApplePay"45},46"local_transaction_date_time": "2024-04-10T04:12:14",47"original_transaction_type": "purchase",48"settlement_date": "2024-04-11",49"transit_information": {50"transaction_type": "authorized_aggregated_split_clearing",51"transportation_mode": "urban_bus"52},53"pos": {54"card_present": "present",55"cardholder_present": "not_present",56"entry_mode": "ecommerce"57}58}59}
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 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:
|
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:
|