Nigeria
NUBAN Advanced
Retrieve enhanced account verification data including account name, bank, and identity details.
POST
NUBAN Advanced
The NUBAN Advanced endpoint provides a more comprehensive view of a bank account compared to the standard NUBAN check, returning additional identity data linked to the account.Documentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request
Headers
| Header | Value | Required |
|---|---|---|
x-access-token | Your API secret key | Yes |
Content-Type | application/json | Yes |
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
account_number | string | Yes | The 10-digit NUBAN account number |
bank_code | string | Yes | The bank code (see NUBAN bank codes) |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.bank_id | integer | Internal bank identifier |
data.account_name | string | Registered account holder name |
data.account_number | string | Account number that was queried |

