cURL
curl --request POST \ --url https://api.example.com/transfers/account-lookup \ --header 'Content-Type: application/json' \ --data ' { "country_code": "<string>", "bank_code": "<string>", "account_number": "<string>" } '
{ "success": true, "message": "<string>", "data": { "result": "John Doe" } }
Account Name Lookup
"NGA"
"090483"
"2120894439"
Account lookup successful
Show child attributes