Validate Account Number
Name Enquiry Method is used to validate account number.
HTTP Method: POST
Endpoint
https://qa.interswitchng.com/quicktellerservice/api/v5/Transactions/DoAccountNameInquiry
This endpoint validates an account number and bank codes for account holders or businesses across Nigeria.
The following details are validated
- Bank code
- Account number
- Account name
In essence, this endpoint mitigates the risk of sending money to the wrong person.
Header
Authentication Bearer
Content-Type application/json
TerminalID 3PBL0001
sample request
curl 'https://qa.interswitchng.com/quicktellerservice/api/v5/Transactions/DoAccountNameInquiry' \
-H "Authentication: Bearer <TOKEN>" \
-H "Content-Type: application/json" \
-H "TerminalID: <YOUR_TERMINAL_ID>" \
-H "accountid": "0730804844"\
-H "bankcode": "044" \
Sample Repsonse
{
"AccountName": "VICTOR ADEKUNLE ODEBODE",
"ResponseCode": "90000",
"ResponseCodeGrouping": "SUCCESSFUL"
}
Updated about 1 month ago