Business Identifications
Create an approval for business identification
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.
post/v1/businesses/{business_id}/identifications/{business_identification_id}/approvals
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.
Request body
Response
Successful result of the operation
Example response
{
"business_identification_id": "4c74c804eaea5d2a2d64ef400a27a4d3bid",
"approved": true
}