Know Your Customer
...
Global
Africa
Nigeria BVN Fetch
overview the nigeria bvn verification api allows organizations to verify an individual's identity details against the bank verification number (bvn) database in nigeria this api is crucial for financial institutions, telecom companies, and other service providers that require accurate identity verification to comply with kyc (know your customer) and aml (anti money laundering) regulations use case kyc compliance institutions perform bvn checks to comply with know your customer (kyc) regulations, ensuring all customer data is verified and up to date mobile wallet verification fintech companies offering mobile wallet services use the api to confirm user identities before activating their accounts, enhancing security measures fraud prevention by confirming personal details with the bvn database, financial services can detect and prevent fraudulent activities, protecting both the institution and its customers insurance claim processing insurance companies utilize bvn verification to authenticate the identity of claimants, reducing the risk of fraudulent claims api details request body preproduction curl location 'https //api preproduction signzy app/api/v3/global kyc fetch/ng/bvn' \\ \ header 'authorization < auth token >' \\ \ header 'content type application/json' \\ \ data '{ "bvn" "" }' production curl location 'https //api signzy app/api/v3/global kyc fetch/ng/bvn' \\ \ header 'authorization < auth token >' \\ \ header 'content type application/json' \\ \ data '{ "bvn" "" }' request body parameters parameter type description required/optional bvn string bank verification number required response { "result" { "bvn" "", "firstname" "", "middlename" "", "lastname" "", "dateofbirth" "", "gender" "", "phonenumber1" "", "phonenumber2" "", "photo" "" } } response body parameters parameter description data type bvn the bank verification number (bvn) of the individual this is a unique 11 digit identification number string firstname the first name of the individual as registered with their bvn string middlename the middle name of the individual as registered with their bvn this field may be empty if no middle name is provided string lastname the last name (surname) of the individual as registered with their bvn string dateofbirth the date of birth of the individual in yyyy mm dd format string gender the gender of the individual possible values include male or female string phonenumber1 the primary phone number associated with the bvn string phonenumber2 a secondary phone number associated with the bvn string photo a persist url pointing to the photograph of the individual associated with the bvn string error code and response mapping 400 (bad request) { "error" { "name" "error", "message" "bad input and description ", "status" 400, "reason" "validation error", "type" "bad request", "statuscode" 400 } } 401(unauthorized) { "error" { "name" "error", "message" "invalid authentication credentials", "status" 401, "reason" "authentication error", "type" "bad request", "statuscode" 401 } } 403 (forbidden) { "error" { "name" "error", "message" "forbidden", "reason" "error", "type" "bad request", "statuscode" "403" } } 500 (internal server error) { "error" { "name" "error", "message" "internal server error", "status" 500, "reason" "error", "type" "bad request", "statuscode" 500 } } 409(upstream down { "error" { "name" "error", "message" "upstream down", "status" 409, "reason" "error", "type" "bad request", "statuscode" 409 } } field type description name string text displayed on the screen explaining error type reason string reason for the error status number http status code message string error message indicating an upstream error type string error type statuscode number status code representing the error scenario getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!