---
title: "Create an approval for business identification"
method: POST
path: "/v1/businesses/{business_id}/identifications/{business_identification_id}/approvals"
tags: ["Business Identifications"]
---

# Create an approval for business identification

`POST /v1/businesses/{business_id}/identifications/{business_identification_id}/approvals`

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.

## Path parameters

- `business_id` string, required
- `business_identification_id` string, required

## Request body

- object
  - `approved` boolean, required — The partner identification approval status.

## Response `200`

Successful result of the operation

- SolarisServerDecoratorsPartnerApproval
  - `business_identification_id` string — The unique ID of the business identification resource.
  - `approved` boolean — The partner approval status.

## Other responses

- `400` — Invalid request
- `403` — Forbidden
- `500` — Generic Error

---

[API](https://skmtc.net/solarisgroup/apis/customer-identification-kyc.md) · [All operations](https://skmtc.net/solarisgroup/apis/customer-identification-kyc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/customer-identification-kyc/revisions/c481fa2414f9/schema)
