cURL
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>" } '
"{}"
verify users identification. This endpoint is currently only available for Nigeria customers.
Verification ID types: NIN, BVN, Voters Card
NIN
BVN
Voters Card
Verification ID number
200
The response is of type object.
object