cURL
curl --request GET \ --url https://api.useglyde.co/v1/account-enquiry \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "Account retrieved", "data": { "bank_name": "GTBank", "account_name": "John Doe", "account_number": "0264341458" } }
Verify a bank account before initiating a transfer. Returns the account holder’s name.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The 10-digit account number
The bank code from /banks endpoint
Success
"success"
"Account retrieved"
Show child attributes
Was this page helpful?