cURL
curl --request POST \ --url https://devapi.withedge.co/gateway/api/v1/kyc/validate/nin \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'requestId: <requestid>' \ --data '{ "nin": "<string>", "firstName": "<string>", "lastName": "<string>", "otherName": "<string>", "dob": "<string>" }'
{ "statusCode": 00, "message": "Completed successfully" "data": {}, "errors": [] }
This endpoint enables you to validate a customer’s National Identity Number (NIN).
e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9
98765432101
John
Doe
Michael
YYYY-MM-DD
1990-01-01
Was this page helpful?