Event
oneOf- Payment
- Refund
- Reversal
Date of the latest clearing record of the transaction
country object
Whether the transaction is pending. Pending means awaiting settlement (if it is not a reversal or refund)
merchant object
country object
A BigInt value represented as a string
billingCurrency object
A BigInt value represented as a string
transactionCurrency object
First 2 digits of the DE3 field (ISO 8583), representing the transaction type code. Common values include (not limited to):
- "00": Purchase (POS)
- "01": Withdrawal (ATM)
- "10": Account Funding
- "20": Return of Goods
- "28": Prepaid Load
- "30": Balance Inquiry
- "70": PIN Change
- "72": PIN Unblock
transactions object[]
Possible values: [Unsubmitted
, Unconfirmed
, ExecReverted
, ExecSuccess
]
A BigInt value represented as a string
Possible values: [Payment
]
Possible values: [Approved
, IncorrectPin
, InsufficientFunds
, InvalidAmount
, PinEntryTriesExceeded
, IncorrectSecurityCode
, Reversal
, PartialReversal
, Other
]
Date of the latest clearing record of the transaction
country object
Whether the transaction is pending. Pending means awaiting settlement (if it is not a reversal or refund)
merchant object
country object
A BigInt value represented as a string
billingCurrency object
A BigInt value represented as a string
transactionCurrency object
First 2 digits of the DE3 field (ISO 8583), representing the transaction type code. Common values include (not limited to):
- "00": Purchase (POS)
- "01": Withdrawal (ATM)
- "10": Account Funding
- "20": Return of Goods
- "28": Prepaid Load
- "30": Balance Inquiry
- "70": PIN Change
- "72": PIN Unblock
transactions object[]
Possible values: [Unsubmitted
, Unconfirmed
, ExecReverted
, ExecSuccess
]
A BigInt value represented as a string
Possible values: [Refund
]
A BigInt value represented as a string
refundCurrency object
Date of the latest clearing record of the transaction
country object
Whether the transaction is pending. Pending means awaiting settlement (if it is not a reversal or refund)
merchant object
country object
A BigInt value represented as a string
billingCurrency object
A BigInt value represented as a string
transactionCurrency object
First 2 digits of the DE3 field (ISO 8583), representing the transaction type code. Common values include (not limited to):
- "00": Purchase (POS)
- "01": Withdrawal (ATM)
- "10": Account Funding
- "20": Return of Goods
- "28": Prepaid Load
- "30": Balance Inquiry
- "70": PIN Change
- "72": PIN Unblock
transactions object[]
Possible values: [Unsubmitted
, Unconfirmed
, ExecReverted
, ExecSuccess
]
A BigInt value represented as a string
Possible values: [Reversal
]
A BigInt value represented as a string
reversalCurrency object
{
"createdAt": "2024-07-29T15:51:28.071Z",
"clearedAt": "2024-07-29T15:51:28.071Z",
"country": {
"name": "string",
"numeric": "string",
"alpha2": "string",
"alpha3": "string"
},
"isPending": true,
"mcc": "string",
"merchant": {
"name": "string",
"city": "string",
"country": {
"name": "string",
"numeric": "string",
"alpha2": "string",
"alpha3": "string"
}
},
"billingAmount": "string",
"billingCurrency": {
"symbol": "string",
"code": "string",
"decimals": 0,
"name": "string"
},
"transactionAmount": "string",
"transactionCurrency": {
"symbol": "string",
"code": "string",
"decimals": 0,
"name": "string"
},
"transactionType": "string",
"transactions": [
{
"status": "Unsubmitted",
"to": "string",
"value": "string",
"data": "string",
"hash": "string"
}
],
"kind": "Payment",
"status": "Approved"
}