Process an enhanced individual verification session
Processes an enhanced individual verification session after documents have been uploaded. This endpoint triggers the actual verification process using the uploaded document images and personal information provided during session creation.
curl -X POST "https://api.notuslabs.xyz/api/v1/kyc/individual-verification-sessions/enhanced/string/process"Get a standard individual verification session result GET
Retrieves the current status and results of a standard individual verification session. This endpoint allows you to check the progress and outcome of a KYC verification process.
Process a standard business verification session POST
Processes a standard business verification session after documents have been uploaded. This endpoint triggers the actual verification process using the uploaded business documents, owner documents, and information provided during session creation. It will verify both the business entity and all business owners. The verification runs asynchronously - if successful, the session enters processing status; if it fails, the session is marked as failed.