BVN Number OTP
This API allows you to verify a user's identity by sending an OTP to their registered phone number and verifying the OTP against their BVN.
BVN Verification
POST
https://api.getspendo.com/gateway/api/v1/verify/bvn
Headers
Name
Type
Description
apiKey*
String
The API key that you get from spendo's dashboard.
Request Body
Name
Type
Description
otp*
Integer
The OTP code that you want to send, represented as a string. This parameter is usually generated by your system or a third-party authentication provider.
number*
String
The user's BVN, represented as a string of 11 digits.
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated
Was this helpful?