Retrieve BVN Details
This returns information about the supplied Bank Verification Number (BVN).
To get complete BVN details on an account make a post request by passing BVN
and Token
in the request body to the get BVN endpoint. They are both required to get a successful response.
POST
https://staging.mybankone.com/thirdpartyapiservice/apiservice/Account/ BVN/GetBVNDetails
Request Body
Name
Type
Description
BVN*
String
Customer's BVN
Token*
String
The authentication key for the request
Last updated