Transactions
Get a transaction by ID
Retrieve a single transaction by ID. View payment details, status, and associated order information.
get/v1/transactions
Query parameters
transaction_idstring required
Example:txn_1234567890
The unique identifier of the transaction.
Response
Successfully retrieved transaction
Example response
{
"object": "transaction",
"amount": 2000,
"amount_paid": 2000,
"discount_amount": 2000,
"currency": "USD",
"tax_country": "US",
"tax_amount": 2000,
"refunded_amount": 2000
}