Obtaining a token
Learn the process of creating a verification token and the methods for sending user data.
This API method allows you to create customer verification and obtain a unique token that will be used to access the Know Your Customer (KYC) process.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"success": true,
"status": null,
"response": {
"autokyc_verification_url": string,
"token": string,
"autokyc_partial_verification_urls": {
"info": string,
"documents": string,
"selfie": string,
"submit": string,
"deep_link": string
}
},
"errors": null
}Last updated