Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/transfers/{reference}/status
{ "success": true, "message": "Operation successful", "data": { "reference": "TX-1773947599640-1453", "status": "successful", "currencyCode": "NGN", "amount": "500.00000000" }, "meta": "<unknown>" }
Retrieve the status of a bank transfer using its reference
"TX-1773947599640-1453"
Transfer status retrieved successfully
true
"Operation successful"
Show child attributes