Business Identifications
Create a business identification
Creates the business identification resource (BKYC) for a business, which automatically triggers both the legal identification of the business (handled by Solaris) and the video identification of all applicable natural person(s), such as legal representative(s).
post/v1/businesses/{business_id}/identifications
Path parameters
business_idstring required
The unique business ID, generated after completing the business onboarding process.
Request body
Example request
{
"method": "idnow"
}Response
Successful result of the operation
Example response
{
"id": "4c74c804eaea5d2a2d64ef400a27a4d3bid",
"method": "idnow",
"reference": "TST-VWKRA",
"status": "pending",
"completed_at": "null",
"legal_identification_status": "information_required",
"legal_identification_reason": "null",
"legal_identification_missing_information": [
"COMPLIANCE_QUESTIONS"
],
"business_id": "880bbac68a34add190786b9c74f4c82fcbiz",
"edd_data_status": "pending"
}