Comment on page
Initiate Verification
Read on verification of users
This enables you to initiate the user's KYC/KYB process. Basic information for the individual or business user must be provided before initiating user's KYC/KYB. If additional information is added or any information is updated on the user, KYC/KYB should be re-initiated using this API.
Request Sample
Response Sample
curl --location -g --request POST '{{url}}/users/{{user_id}}/kyc' \
--header 'X-Client-Id: {{client_id}}' \
--header 'X-Client-Secret: {{client_secret}}' \
--header 'Content-Type: application/json'
{
"success": true,
"status": "INITIATED"
}
The status of the user changes from "UNVERIFIED" at the beginning to "IN PROGRESS" to "VERIFIED" eventually if the KYC/KYB process is complete and successful. Details on the statuses can be found here.
Last modified 9mo ago