Know your customer
Get a enhanced individual verification session result
Retrieves the current status and results of an enhanced individual verification session. This endpoint allows you to check the progress and outcome of a KYC verification process.
curl -X GET "https://api.notus.team/api/v1/kyc/individual-verification-sessions/enhanced/string"{
"session": {
"id": "string",
"individualId": "string",
"status": "PENDING",
"firstName": "string",
"lastName": "string",
"birthDate": "string",
"document": {
"id": "string",
"type": "string",
"category": "string"
},
"createdAt": "string",
"updatedAt": "string"
}
}Create a standard individual verification session POST
Creates a new KYC verification session for an individual. This endpoint initiates the identity verification process by collecting personal information and document details. The session will generate upload URLs for document images and can optionally require liveness verification.
Get financial limits for an identity GET
Retrieves the financial limits and usage information for a specific identity. This includes monthly limits, PIX QR Code limits, and remaining balances.