GET
customers
/
customer-verification-properties
/
{customerId}
Get Customer KYC Property Status
curl --request GET \
  --url https://waas-staging.embedly.ng/api/v1/customers/customer-verification-properties/{customerId} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "customerId": "3a11-11f0-97d7-7c1e52753c35",
    "hasBvn": true,
    "hasNin": true,
    "hasAddressVerification": true,
    "customerTierId": 3,
    "bvnValue": "1234567890",
    "ninValue": "1234567890"
  },
  "status": 200,
  "message": ""
}
customerId
string
required
This is the unique identifier for your customer on the embeldy platform
{
  "data": {
    "customerId": "3a11-11f0-97d7-7c1e52753c35",
    "hasBvn": true,
    "hasNin": true,
    "hasAddressVerification": true,
    "customerTierId": 3,
    "bvnValue": "1234567890",
    "ninValue": "1234567890"
  },
  "status": 200,
  "message": ""
}