mono-logo

Initiate BVN Lookup

Last updated Jan 26th, 2024

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

Use this resource to initiate a BVN Consent request

Scope

Kindly note that by default, scope is set to identity. To retrieve all accounts connected to a BVN,bank_accounts must be passed as scope.

Body Params
Headers

Request

123456789
curl --request POST \
  --url https://api.withmono.com/v2/lookup/bvn/initiate \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --data '
  {
    "bvn":"string", 
    "scope":"string"
  }'

Response

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

Did this page help you?