cURL
curl --request GET \ --url https://api.orafi.app/v1/transactions/{txId} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>", "data": { "id": "<string>", "amount": 123, "status": "<string>", "type": "<string>", "createdAt": "2023-11-07T05:31:56Z" } }
Retrieve a specific transaction
Transaction details
Show child attributes