GET
/
merchant
/
transactions
/
294ac4cb-42fc-11ef-af4e-0ef0812e6179
{
  "data": [
    {
      "amount": "3000.00",
      "fee_percentage": "0.0000000",
      "net_amount": 2920,
      "other_details": {
        "authcode": "VDhdH5BWz",
        "cardType": "M/C",
        "lastFourDigits": "0060"
      },
      "transaction_date": "2024-04-15T12:01:48.000Z",
      "transaction_id": "f0478a5f-fb1f-11ee-b78a-02fabd890500"
    }
  ],
  "message": "Transaction fetched successfully",
  "result": true
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json · any

The body is of type any.

Response

200 - application/json
Get Transaction
data
object[]
Example:
[
  {
    "amount": "3000.00",
    "fee_percentage": "0.0000000",
    "net_amount": 2920,
    "other_details": {
      "authcode": "VDhdH5BWz",
      "cardType": "M/C",
      "lastFourDigits": "0060"
    },
    "transaction_date": "2024-04-15T12:01:48.000Z",
    "transaction_id": "f0478a5f-fb1f-11ee-b78a-02fabd890500"
  }
]
message
string
Example:

"Transaction fetched successfully"

result
boolean
Example:

true