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.notuslabs.xyz/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"
}
}Soft delete an individual DELETE
Marks an individual as deleted so it can no longer be used for ramps. Deletion is soft (deletedAt is set) and does not remove historical records.
Get financial limits for an entity GET
Retrieves the financial limits and usage information for a specific entity. This includes monthly limits, PIX QR Code limits, and remaining balances.