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 POST \ --url https://api.example.com/transfers/account-lookup \ --header 'Content-Type: application/json' \ --data ' { "countryCode": "NGA", "bankCode": "090483", "accountNumber": "2120894439" } '
{ "success": true, "message": "Operation Successful", "data": { "result": "John Doe" }, "meta": {} }
Use this to lookup an account
"NGA"
"090483"
"2120894439"
Account lookup successful
true
"Operation Successful"
Show child attributes