POST
customers
/
kyc
/
customer
/
nin
/
customerId
/
{CusId}
/
nin
/
{nin}
/
verify
curl --request POST \
  --url https://waas-staging.embedly.ng/api/v1/customers/kyc/customer/nin/customerId/{CusId}/nin/{nin}/verify \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "customerId": "<string>",
  "nin": "<string>",
  "verify": "<string>",
  "firstname": "<string>",
  "lastname": "<string>",
  "dob": "<string>"
}'
customerId
string
required

The unique identifier of the customer whose KYC tier is being upgraded. Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6

nin
string
required

The unique value of the customer’s nin. Example: 12345678909

verify
string
required

Example: 1

firstname
string
required

The firstname of the customer. Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6

lastname
string
required

The lastname of the customer. Example: Jude

dob
string
required

The customer’s dob. Example: “1999-10-27T09”