v1

latestOpenAPI 3.0.0BRLA License2026-07-14469068.3 KB
KYC Operations

Verify KYC level 2 for legal person

Collects necessary documents and start KYC level 2 verification for the logged user as a legal person. Links for uploading the documents are returned in the requisition response. Supported file types are png, jpg and pdf. To upload the images, create a PUT request where the body is the file raw data.

post/superuser/kyc/pj/level2

Request body

cnpjstring required
cpfstring required
fullNamestring required

Full name of the partner

documentType'RG' | 'CNH' required

Which document the user wants to upload

Example request

{
  "cnpj": "Can be either with or without punctuation, e.g. 12.345.678/0001-00 or 12345678000100",
  "cpf": "Can be either with or without punctuation, e.g. 123.456.789-00 or 12345678900"
}

Response

URLs for uploading documents generated

idstring uuid
selfieUploadUrlstring
RGFrontUploadUrlstring
RGBackUploadUrlstring
CNHUploadUrlstring