Verify Nigerian bank account details before initiating payments
The account resolution endpoint allows you to validate Nigerian bank account numbers and retrieve account holder names before initiating transfers. This verification helps prevent failed transactions and ensures accurate payments.
This endpoint should be called before creating beneficiaries or initiating transfers to Nigerian bank accounts.
Bank account number to verify
Bank code from the List Banks endpoint
Error Code | Description | Solution |
---|---|---|
invalid_account_number | Account number format is invalid | Verify the account number is 10 digits |
invalid_bank_code | Bank code is invalid or not found | Check bank code from List Banks endpoint |
account_not_found | Account doesn’t exist | Verify account details with customer |
bank_not_available | Bank’s service is temporarily down | Retry after a few minutes |
Implementation
Error Handling
For additional support:
Verify Nigerian bank account details before initiating payments
The account resolution endpoint allows you to validate Nigerian bank account numbers and retrieve account holder names before initiating transfers. This verification helps prevent failed transactions and ensures accurate payments.
This endpoint should be called before creating beneficiaries or initiating transfers to Nigerian bank accounts.
Bank account number to verify
Bank code from the List Banks endpoint
Error Code | Description | Solution |
---|---|---|
invalid_account_number | Account number format is invalid | Verify the account number is 10 digits |
invalid_bank_code | Bank code is invalid or not found | Check bank code from List Banks endpoint |
account_not_found | Account doesn’t exist | Verify account details with customer |
bank_not_available | Bank’s service is temporarily down | Retry after a few minutes |
Implementation
Error Handling
For additional support: