Start KYC verification
Deprecated
Initiates KYC verification for a customer.
Headers
Required for POST requests. Reuse only for an identical retry.
Request Body
Customer ID to start KYC for
Request Examples
{
"customer_id": "d2581d3c-7c55-4607-9717-546694194636"
}
Responses
| Status | Description |
|---|---|
200 |
KYC process started successfully |
200 response
Applicant review status from the verification process.
Request status
URL to complete the KYC process
Error information if the request failed
{
"data": {
"status": "success",
"web_url": "https://verify.gravv.xyz/websdk/p/example_token"
},
"error": null
}
Authorization
- ApiKeyAuth
Was this page helpful?