presentment_received
Last updated: July 31, 2024
1{2"id": "evt_az5sblvku4ge3dwpztvyizgcau",3"type": "presentment_received",4"version": "2.0.0",5"created_on": "2018-04-10T08:13:14Z",6"data": {7"id": "msg_abcd5fg6hievapshljklmnop4",8"card": {9"id": "crd_fa6psq242dcd6fdn5gifcq1491",10"metadata": {11"reference": "X-123456-N11",12"udf1": "metadata1",13"udf2": "metadata2",14"udf3": "metadata3",15"udf4": "metadata4",16"udf5": "metadata5"17}18},19"cardholder":{20"id": "crh_urdihafyo75evcr55s62jmwwhy"21},22"entity":{23"id": "ent_urdihafyo75evcr55s62jmwwhy"24},25"client":{26"id": "cli_urdihafyo75evcr55s62jmwwhy"27},28"transaction_id": "trx_y3oqhf46pyzuxjbcn2giaqnb44",29"transmission_date_time": "2018-04-10T08:12:14Z",30"clearing_amount": 1000,31"clearing_currency": "GBP",32"clearing_type": "debit",33"billing_amount": 900,34"billing_currency": "EUR",35"billing_conversion_rate": 0.925643,36"reconciliation_amount": 900,37"reconciliation_currency": "EUR",38"reconciliation_conversion_rate": 0.925643,39"ecb_conversion_rate": 0.9,40"digital_card_information": {41"digital_card_id": "dcr_fa6psq242dcd6fdn5gifcq1491",42"device_type": "phone",43"wallet_type": "ApplePay"44},45"local_transaction_date_time": "2018-04-10T04:12:14",46"original_transaction_type": "purchase",47"settlement_date": "2018-04-11",48"transit_information": {49"transaction_type": "authorized_aggregated_split_clearing",50"transportation_mode": "urban_bus"51},52"pos": {53"card_present": "present",54"cardholder_present": "not_present",55"entry_mode": "ecommerce"56}57}58}
Field name | Description |
---|---|
string | The transaction's unique Checkout.com identifier. |
object | Information about the card associated with this transaction. See the Card section for more details. |
object | Information about the cardholder associated with this transaction. See the Cardholder section for more details. |
object | Information about the entity associated with this transaction. See the Entity section for more details. |
object | Information about the client associated with this transaction. See the Client section for more details. |
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. |
uint64 | The clearing's transaction amount, in minor currency units. See our documentation on calculating currency values for more information. |
string | The acquirer’s local currency, or the local currency of the transaction’s source location, as an ISO 4217 code. |
string | Type of clearing. This can be one of:
|
uint64 | The clearing's billing amount, in minor currency units. In case of a currency conversion, this will be based on Mastercard rates. See our documentation on calculating currency values for more information. |
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 | Represents the amount converted to the reconciliation currency. |
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. See the Digital card information section for more details. |
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. See the Transit information section for more details. |
object | Indicates the conditions that exist at the point of sale at the time of the transaction. See the POS section for more details. |
Field name | Description |
---|---|
string | The card's unique Checkout.com identifier. |
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:
|