Submit KYC
POST/v2/contacts/submit_kyc
This API allows you to submit the necessary KYC documents for a specific contact. The KYC documents include the contact's identity proof (e.g., ID card, passport), a selfie, and relevant document images. You must provide the correct contact email
.
Request
Responses
- 200
- 400
- 401
- 422
KYC submission successful
Bad Request
Unauthorized
Unprocessable Entity
Callbacks
- POST KYCStatusChanged
POST{$request.body#/endpoint_url}
When the KYC status changes, Hello Clever will call the endpoint_url
provided in the Submit KYC request.
The call will be made using the HTTP POST method.
The notification will include detailed KYC information for the contact, including the updated status (pending, approved, failed), and other relevant details.
Callbacks Responses
- 200
The merchant's server should return this code