Resolve a Nigerian account number to its possible banks
resolve_nubanWork out which Nigerian banks a 10-digit NUBAN account number could belong to. The CBN check digit is computed from the bank code plus the first nine digits, so testing the number against every bank code narrows a shortlist without contacting any bank. Typically reduces ~30 banks to ~3. This confirms checksum validity only: it does NOT confirm the account exists, and it never returns the account holder's name, which requires a licensed NIBSS account-name enquiry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | The 10-digit Nigerian account number. | |
| bank_code | No | Optional. If given, validate against just this bank code instead of scanning all. |