Check KYC status
The following API provides KYC status of a customer. You may use this API to control the entire KYC sequence for a specific customer.
Please, do not continue the flow up until you receive the FULL_USER status.
Retrieves the details of a Know Your Customer (KYC) application for a specified customer. This includes the KYC status, any missing documents, and details about any issues or rejections in the KYC process.
Access to this endpoint requires a valid API key. The API key is sent in the x-api-key header on requests.
Status values:
null- No customer or customer profile exists yet. Customer needs to be created and have an profile."CREATED"- Customer exists, but KYC applicant has not been created yet.Other values - KYC process is in progress or completed (e.g., "FULL_USER", "SOFT_KYC_FAILED", etc.).
- The external identifier for the customer for whom to retrieve KYC details.
Ok
Bad request
Unauthorized
Internal server error
Last updated