post https://devagency.appzonegroup.com/api/v1/name-inquiry
The Name Inquiry API allows you to validate bank account numbers before initiating payments. By providing an account number and bank code, you can retrieve the recipient account name. This documentation provides details on how to use the API effectively.
PREREQUISITE
Before making a call to the API, ensure that you have the following information:
- Account number: A 10-digit numeric value representing the recipient's bank account number.
- Bank code: A code identifying the recipient's bank.
- Authentication API key: An API key for authenticating your requests and ensuring secure access to the API.
TEST ACCOUNT NUMBERS
To ensure a seamless integration, it is recommended to test the Name Inquiry API before going live. You can perform a name inquiry using any valid 10-digit account number. For testing invalid account numbers, you can use the following account numbers:
Account number | Bank code | Scenario |
---|---|---|
1234567890 | 400 | Account number does not exist |
0156490477 | 400 | Account number does not exist |
2108694789 | 400 | Account number does not exist |
54545467859 | 400 | Invalid account number |
3243017687 | 400 | Successful |
Please note that for successful name inquiries, the account number should consist of digits only and be exactly 10 digits long.