Presentment received
Last updated: August 13, 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 unique identifier for this notification. |
object | Information about the card used for this transaction. |
object | Information about the cardholder associated with this transaction. |
object | Information about the entity associated with this transaction. |
object | Information about the client associated with this transaction. |
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. |
string | Type of clearing. This can be one of:
|
uint64 | The transaction amount, in the minor currency unit. |
string | The transaction currency, as an ISO 4217 code. |
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, as an ISO 4217 code. |
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 | 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. |
double optional | The European Central Bank (ECB) comparative rate that will be communicated to the cardholder for a currency conversion when the |
object | Information about the digital card associated with this transaction. |
string | The local date and time indicating when the transaction was initiated. |
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. |
object | Indicates the conditions that exist at the point of sale 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 between the issuer and acquirer.
|
object optional | User-defined metadata. For more details, refer to the request body fields in the Create a card endpoint. |
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 digital card's unique Checkout.com identifier |
string | Type of device. This can be one of:
|
string optional | 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:
|