Identity Services
Bank Account Name Resolution
The Bank Account Name Resolution API allows you to validate the account name associated with a given bank account number and bank code. This is a crucial step in ensuring the accuracy of financial transactions and reducing the risk of errors or fraudulent activities.
Prerequisites
To use this API, you’ll need:
- A valid API key (obtainable by signing up on our platform and creating a new API key in your account settings)
- The bank account number and bank code for the account you wish to validate
Endpoint Details
- Endpoint:
/bank/resolve-account
- Method: GET
Request Query Parameters
Parameter | Type | Required | Description |
---|---|---|---|
accountnumber | string | Yes | The bank account number to be validated |
bankcode | string | Yes | The bank code associated with the account number |
Response Format
Field | Type | Description |
---|---|---|
accountName | string | Name associated with the provided bank account number and bank code |
status | boolean | Indicates whether the account name could be successfully resolved |
error | string | Contains an error message if the account name could not be resolved |
Requests
Error Handling
Potential error messages include:
- Invalid account number: The provided account number is not in the correct format
- Invalid bank code: The provided bank code is not recognized
- Account name not found: No account name found for the given account number and bank code
Further Assistance
For comprehensive API documentation, advanced usage details, and troubleshooting:
-
API Reference: Comprehensive API Documentation
-
Support: Contact Our Support Team
Best Practices:
- Always validate input parameters before making the API call
- Implement proper error handling in your application
- Securely manage and rotate your API keys
- Consider implementing retry mechanisms for transient errors
Replace
YOUR_API_KEY
with your actual API keyAPI
Refer to our API Documentation for integration details
Was this page helpful?