mono-logo

Account Number Lookup

Last updated February 28th, 2024

post api.withmono.com/v3/lookup/account-number
v1.0

This resource verifies the account and returns the masked BVN attached to the account number supplied.

Body Params
Headers

Request

123456789
curl --request POST \
     --url https://api.withmono.com/v3/lookup/account-number \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "nip_code": "string",
  "account_number": "string"
}'

Response

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

Did this page help you?