POST
/
customers
/
kyc
/
premium-kyc
curl --request POST \
  --url https://waas-staging.cafeone.ng/api/v1/customers/kyc/premium-kyc \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "verify": "<string>",
  "customerId": "<string>",
  "bvn": "<string>"
}'
{
  "customerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "bvn": "string"
}

Query Parameter

verify
string

Example: ‘You can pass verify=1, so that you can use the same bvn/nin multiple times’

Request Parameter

customerId
string
required

Example: ‘3fa85f64-5717-4562-b3fc-2c963f66afa6’

bvn
string
required
{
  "customerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "bvn": "string"
}