Business Identifications
Retrieve a single business identification
Retrieves the details of a single business identification, including the status of the overall business identification process, video identification status and the URLs for the business's legal_representatives, and the legal identification status. You can use this endpoint to check status updates or any changes to the fields.
get/v1/businesses/{business_id}/identifications/{business_identification_id}
Path parameters
business_idstring required
The unique business ID, generated after completing the business onboarding process.
business_identification_idstring required
The unique ID of the business identification resource.
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"
}