Skip to main content
POST
/
verify_customer_kyc
ID Verification
curl --request POST \
  --url https://api.linkio.world/transactions/v2/verify_customer_kyc \
  --header 'Content-Type: application/json' \
  --header 'ngnc-sec-key: <api-key>' \
  --data '
{
  "idType": "NIN",
  "idNumber": "<string>"
}
'
"{}"

Authorizations

ngnc-sec-key
string
header
default:""
required

Body

application/json
idType
enum<string>
required

Verification ID types: NIN, BVN, Voters Card

Available options:
NIN,
BVN,
Voters Card
idNumber
string
required

Verification ID number

Response

200

The response is of type object.