Get Transactions

Get
/api/pay/v1/transactions/{transaction_id}

Parameters

  • transaction_id(string, required): Transaction ID returned in the return url after the Payment request.

Response Body

  • transaction_id (string): The unique identifier for the transaction
  • status (string): The status of the transaction
  • message (string): A message related to the transaction status
  • amount (string): The transaction amount
  • currency (string): The currency of the transaction
  • payment_source (string): The payment source used for the transaction
  • customer_name: The name of the customer
  • customer_email (string): The email address of the customer
  • merchant_data (string): Additional custom data related to the merchant or customer e.g. order_id
Security
HTTP
Type bearer
Header parameters
Authorization
string
ExampleBearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c
Path parameters
transaction_id
stringRequired
Responses
200

Successful response