Account verification (also called account enquiry or name lookup) confirms that a bank account exists and returns the account holder’s name. This is an essential step before initiating any transfer.Documentation Index
Fetch the complete documentation index at: https://docs.useglyde.co/llms.txt
Use this file to discover all available pages before exploring further.
Why Verify Accounts?
Verifying accounts before transfers:- Prevents errors — Catches typos in account numbers before money is sent
- Confirms identity — Shows the recipient’s name for user confirmation
- Reduces disputes — Users can verify they’re sending to the right person
- Saves costs — Failed transfers due to invalid accounts still incur fees
How It Works
Send the account number and bank code, and Glyde returns the account holder’s name:| Parameter | Description |
|---|---|
account_number | The 10-digit bank account number |
bank_code | The bank’s unique code (from /v1/banks) |
Successful Response
Failed Verification
If the account doesn’t exist or details are incorrect:Getting Bank Codes
Bank codes are required for verification. Fetch the list of supported banks:Integration Pattern
Here’s the recommended flow for a “send money” feature:Display Account Name
Show the returned
account_name and ask the user to confirm this is the intended recipient.Common Issues
Invalid Account Number
Account numbers in Nigeria are exactly 10 digits. If verification fails:- Check for typos or extra/missing digits
- Confirm the account number with the recipient
- Verify the correct bank is selected