curl --location --request POST 'https://api.insights-periculum.io/verify/bvn'
--header 'Authorization: Bearer string_encrypted_accesst_token'
--header 'Content-Type: application/json'
--data-body'{
"statementKey":1,
"bvn": "22*******80"
}'
Parameters
Name | Description | Type | Required |
---|---|---|---|
statementKey | Statement Key to which KYC Integration needs to be attached | int | No |
BVN | Customer's BVN | string | Yes |