Skip to main content

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

KeyTypeDescription
idstringKYC id of the customer
customer_idstringThe unique identifier of the customer.
statusstringThe 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
}
}