v1

latestOpenAPI 3.0.0BRLA License2026-07-14469068.3 KB
KYC Operations

Verify KYC level 2 for natural person

Collects necessary documents and start KYC level 2 verification for the logged user as a natural 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/pf/level2

Request body

cpfstring required
documentType'RG' | 'CNH' required

Which document the user wants to upload

Example request

{
  "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