Fetch BVN Details

Last updated Feb 20th, 2026

post api.withmono.com/v2/lookup/bvn/details
v1.0

Use this resource to retrieve BVN Information requested

Body Params
Headers

Institution object fields (scope=bank_accounts)

FieldTypeDescription
namestringThe official name of the financial institution.
bank_codestringThe 3 to 5-digit code assigned by the CBN (e.g., 058, 00711).
nip_codestringThe unique NIBSS Instant Payment identifier (e.g., 000013, 100004).
branchstringThe internal branch identifier associated with the account.
Implementation Note

Implementation Note

If a bank is not yet mapped in our registry, the nip_code may return as null. In such cases, fall back to bank_code or institution.name for your internal logic.

Request

123456
curl --request POST \
  --url https://api.withmono.com/v2/lookup/bvn/details \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --header 'mono-sec-key: string' \
  --data '{"otp":"string"}'

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?