Skip to main content

Reversal

createdAt date-time
clearedAt date-timenullable

Date of the latest clearing record of the transaction

country object
name string
numeric string
alpha2 string
alpha3 string
isPending boolean

Whether the transaction is pending. Pending means awaiting settlement (if it is not a reversal or refund)

mcc string
merchant object
name string
city string
country object
name string
numeric string
alpha2 string
alpha3 string
billingAmount string

A BigInt value represented as a string

billingCurrency object
symbol string
code string
decimals integer
name string
transactionAmount string

A BigInt value represented as a string

transactionCurrency object
symbol string
code string
decimals integer
name string
transactionType string

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[]
  • Array [
  • status string

    Possible values: [Unsubmitted, Unconfirmed, ExecReverted, ExecSuccess]

    to string
    value string

    A BigInt value represented as a string

    data string
    hash stringnullable
  • ]
  • kind string

    Possible values: [Reversal]

    reversalAmount string

    A BigInt value represented as a string

    reversalCurrency object
    symbol string
    code string
    decimals integer
    name string
    Reversal
    {
    "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": "Reversal",
    "reversalAmount": "string",
    "reversalCurrency": {
    "symbol": "string",
    "code": "string",
    "decimals": 0,
    "name": "string"
    }
    }