igree
BVN verification
TEST DATA
number: 54651333604
channel: 0701***2345
otp: 123456
BVN information retrieval
POST
{{BASE_URL}}/api/v2/biometrics/merchant/data/verification/bvn/igree
This endpoint allows you to get details of a BVN.
Headers
Name
Type
Description
x-api-key*
string
<your secret key>
app-id*
String
<your app id>
Request Body
Name
Type
Description
number*
string
bank verification number
mode*
String
INITIATE,SET_CHANNEL,FINALIZE
channel*
String
string of the contact to recieve OTP
otp*
String
the OTP sent to customer
verification_method
String
"email", "phone", "all"
{
"status": true,
"detail": "These are the contact details tied to your BVN. Choose where you want the OTP delivered.",
"contacts": [
"0810***7788"
]
}
Last updated