POST
customers
/
kyc
/
customer
/
nin
Customer KYC Upgrade-nin
curl --request POST \
  --url https://waas-staging.embedly.ng/api/v1/customers/kyc/customer/nin \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "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 This is a query parameter
nin
string
required
The unique value of the customer’s nin. Example: 12345678909 This is a query parameter
firstname
string
required
The firstname of the customer as stated against the customer’s nin. Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6
lastname
string
required
The lastname of the customer as stated against the customer’s nin. Example: Jude
dob
string
required
The customer’s dob. Example: “1999-10-27T09”