Know your customer
Get a standard business verification session result
Retrieves the current status and results of a standard business verification session. This endpoint allows you to check the progress and outcome of a business KYC verification process.
curl -X GET "https://api.notuslabs.xyz/api/v1/kyc/business-verification-sessions/standard/string"{
"session": {
"id": "string",
"businessId": "string",
"status": "PENDING",
"legalName": "string",
"email": "string",
"legalNature": "string",
"phoneNumber": "string",
"website": "string",
"country": "string",
"address": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"document": {
"id": "string",
"type": "string",
"category": "string"
},
"createdAt": "string",
"updatedAt": "string"
}
}Get a enhanced individual verification session result GET
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.
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.