# Business identifications ## Create a business identification - [POST /v1/businesses/{business_id}/identifications](https://docs.solarisgroup.com/api-reference/identity/identifications/business-identifications/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1identifications/post.md): 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). ## Index business identifications for a business - [GET /v1/businesses/{business_id}/identifications](https://docs.solarisgroup.com/api-reference/identity/identifications/business-identifications/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1identifications/get.md): Retrieves all identifications for a business. You can filter the results by page number, page size, identification status, legal identification status, etc. ## Create an approval for business identification - [POST /v1/businesses/{business_id}/identifications/{business_identification_id}/approvals](https://docs.solarisgroup.com/api-reference/identity/identifications/business-identifications/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1identifications~1%7Bbusiness_identification_id%7D~1approvals/post.md): Creates an additional final verification step to allow partners to approve or reject the business identification based on their internal compliance assessments. This is an optional endpoint for partners with this specific use case. ## Retrieve a single business identification - [GET /v1/businesses/{business_id}/identifications/{business_identification_id}](https://docs.solarisgroup.com/api-reference/identity/identifications/business-identifications/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1identifications~1%7Bbusiness_identification_id%7D/get.md): 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. ## Index business identifications of a partner - [GET /v1/businesses/identifications](https://docs.solarisgroup.com/api-reference/identity/identifications/business-identifications/paths/~1v1~1businesses~1identifications/get.md): Returns all business identifications for all of your customers. You can add filters to your query to filter results. ## List all legal identification compliance questions - [GET /v1/businesses/{business_id}/identifications/{business_identification_id}/legal_identification/questions](https://docs.solarisgroup.com/api-reference/identity/identifications/business-identifications/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1identifications~1%7Bbusiness_identification_id%7D~1legal_identification~1questions/get.md): Returns all the compliance questions raised by Solaris in relation to a business legal identification. The API response returns the compliance questions' IDs and texts. Each question has its own unique ID. You have to redirect these questions to your customers and collect their answers and submit them to Solaris. ## Create an answer to a compliance question - [POST /v1/businesses/{business_id}/identifications/{business_identification_id}/legal_identification/questions/{question_id}/answers](https://docs.solarisgroup.com/api-reference/identity/identifications/business-identifications/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1identifications~1%7Bbusiness_identification_id%7D~1legal_identification~1questions~1%7Bquestion_id%7D~1answers/post.md): Creates an answer to a compliance question raised by Solaris in relation to a business legal identification. You have to add the question's unique in the request URL. Please note that you can only create one answer to a single question per request. ## Mark legal_identification as ready for review - [PATCH /v1/businesses/{business_id}/identifications/{business_identification_id}/legal_identification/mark_as_ready](https://docs.solarisgroup.com/api-reference/identity/identifications/business-identifications/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1identifications~1%7Bbusiness_identification_id%7D~1legal_identification~1mark_as_ready/patch.md): Updates the legal identification status from to and removes the flag. Call this endpoint after collecting and submitting the required documents and/or answers to the compliance questions from your customers to Solaris. Afterward, Solaris will review the submitted information and resume the legal identification process. ## (Sandbox only) Update the legal identification status of a business identification - [PATCH /v1/businesses/{business_id}/identifications/{business_identification_id}/legal_identification](https://docs.solarisgroup.com/api-reference/identity/identifications/business-identifications/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1identifications~1%7Bbusiness_identification_id%7D~1legal_identification/patch.md): Updates the legal identification status of a business identification. This endpoint is only for testing and not available on production systems. You can use it to update the status of the business identification for testing purposes.