Get Transaction
Transactions
Get Transaction
Get Transaction
GET
Get Transaction
Documentation Index
Fetch the complete documentation index at: https://docs.fractalpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your Fractal API credentials.
Username = Client ID Password = Secret Key
Sandbox credentials can be generated from the Test Portal.
Path Parameters
Unique transaction ID. Returned in the transaction_id field of the Get Transactions (GET /merchant/transactions) response.
Example:
"294ac4cb-42fc-11ef-af4e-0ef0812e6179"
Body
application/json
The merchant's unique key. Returned in the merchant_key field of the get merchants by client call.
Example:
"{{merchant_key}}"
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