Transactions
Get Transaction Details
This endpoint retrieves detailed information about a specific transaction
GET
Params
string
required
The unique transaction identifier
Response
boolean
Indicates whether the call was successful
string
Unique transaction identifier
string
The card ID used for the transaction
string
The user ID of the cardholder
number
Transaction amount
string
Transaction currency code (e.g., “USD”)
string
Transaction status:
pending, approved, declined, or reversedstring
Name of the merchant
string
Merchant category code (MCC)
string
City where the merchant is located
string
Country code where the merchant is located
string
Transaction type:
purchase, refund, withdrawal, etc.string
Reason for decline (only present if status is
declined)string
ISO 8601 timestamp when the transaction was created
string
ISO 8601 timestamp when the transaction was settled (if applicable)