Resolve Nuban
This endpoint returns the account name linked to an account number
Request
{{baseUrl}}api/v1/general/account
Headers
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | private key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query Parameters
Parameter | Type | Description | |
---|---|---|---|
account_number * | string | A valid NUBAN | required |
bank_code * | integer | Bank Code | required |
NOTE
The bank codes can be gotten from this endpoint
Response Sample
{
"entity": {
"account_number": "4146507207",
"account_name": "FEMI ADEWALE KOLAWOLE"
}
}
Updated almost 2 years ago