BVN Enquiry

BVN Enquirylink

GET/wallet2/client

get client using bvn

This endpoint allows you retrieve the bvn details of a customer

Headers

Authorization

Parameters

wallet-credentialsquerystringdefault:
bvnquerystringdefault:

Responses

valid bvn

{
  "status": "00",
  "message": "BVN Details Retrieved Successfully",
  "data": {
    "firstName": "DANIEL",
    "middleName": "MOSES",
    "lastName": "BABATUNDE",
    "gender": "Male",
    "dateOfBirth": "05-Oct-1988",
    "phoneNo": "09070658263",
    "pixBase64": ""
  }
}
boltTry it
env
GEThttps://api-devapps.vfdbank.systems/vtech-wallet/api/v1/wallet2/wallet2/client

Query parameters

wallet-credentials
bvn

Headers

Authorization

Code samples

curl -X GET 'https://api-devapps.vfdbank.systems/vtech-wallet/api/v1/wallet2/wallet2/client'
GET/billspaymentstore/billerlist

get client using bvn Copy

This endpoint allows you retrieve the bvn details of a customer

Headers

Authorization

Responses

valid bvn

{
  "status": "00",
  "message": "BVN Details Retrieved Successfully",
  "data": {
    "firstName": "DANIEL",
    "middleName": "MOSES",
    "lastName": "BABATUNDE",
    "gender": "Male",
    "dateOfBirth": "05-Oct-1988",
    "phoneNo": "09070658263",
    "pixBase64": ""
  }
}
boltTry it
env
GEThttps://api-devapps.vfdbank.systems/vtech-wallet/api/v1/wallet2/billspaymentstore/billerlist

Headers

Authorization

Code samples

curl -X GET 'https://api-devapps.vfdbank.systems/vtech-wallet/api/v1/wallet2/billspaymentstore/billerlist'