Submit KYC
Retrieve a verification link to initiate or resume identity verification for a specific user.
This endpoint:
- Returns a
inquiry_urlif the user’s verification is pending - Indicates
is_kyc_pending = falseif no further action is required
Usage Notes:
- Open the returned URL in a new browser window or embed it in an iframe
- Use this only when the user has not completed their verification process
Headers
Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.
Path Parameters
Unique identifier (UUID) of the user for whom KYC verification is being initiated or resumed.
Response
Successful Response
Indicates whether the request was processed successfully.
true
A short, human-readable message describing the result of the request.
"Operation completed."
The main response payload, if applicable
The Unix timestamp (in seconds) indicating when the response was generated.
1718006400

