Sumsub url for KYC

POST /auth/KYCSumsubUrl

Body
{
  "email": "[email protected]",
  "firstname": "John",
  "lastname": "Doe",
  "company": "Noxxo",
  "type": "individual"
}
Response
{
  "message": "Open this url in a new tab to complete kyc verification. Please use the same email as registered.",
  "url": "https://in.sumsub.com/websdk/p/sbx_yO1hg16wa3IkwEzv"
}

Last updated