Transactions
Get Transaction
Get Transaction
GET
Authorizations
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
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"
}
]
Example:
"Transaction fetched successfully"
Example:
true