Know your customer
Create a business from a verification session
Creates a new business entity from a completed standard business verification session. This endpoint should be called after the verification session has been processed and approved.
curl -X POST "https://api.notus.team/api/v1/kyc/business-verification-sessions/standard/string/business" \ -H "Content-Type: application/json" \ -d '{ "externalId": "string" }'{
"business": {
"id": "string",
"projectId": "string",
"legalName": "string",
"externalId": "string",
"document": {
"id": "string",
"type": "string",
"category": "string"
},
"createdAt": "string",
"updatedAt": "string"
}
}Preview a PIX BRCode (QR Code) GET
Decodes a PIX BRCode string and returns the extracted information such as merchant name, PIX key, amount, etc.
Create an enhanced individual verification session POST
Creates a new KYC enhanced verification session for an individual. If the individual already exists (upgrade), only enhanced documents are required. If not (direct-to-enhanced), all documents are required.