Get Customer KYC Status
Endpoint: GET https://api.zamp.finance/api/client/:clientid/customer/:customerid/kyc/:kycid
Get KYC of the customer.
Response JSON Representation
Key | Type | Description |
---|---|---|
id | string | KYC id of the customer |
customer_id | string | The unique identifier of the customer. |
status | string | The status of the customer's KYC process. |
{
"data": {
"id": "merchant_uNR5Kc6a2zTdfqbLsDwxUZ_06_15",
"status": "succeeded" // in_review , rfi_requested , failed , succeeded , edd_initiated_with_hold , edd_initiated_without_hold , edd_in_review
}
}