Skip to main content
POST
/
api
/
external
/
customer
/
{customer}
/
submit
Submit customer for verification
curl --request POST \
  --url https://api-prod.blaaiz.com/api/external/customer/{customer}/submit \
  --header 'Authorization: Bearer <token>'
{
  "message": "Customer submitted for verification successfully",
  "data": {
    "id": "019a6da3-4a9a-7033-81b9-12489eff13ee",
    "type": "business",
    "verification_status": "PROCESSING",
    "owners": [
      {
        "id": "019a6e22-8b4c-7c8d-9d12-c0c1ab3f1a90",
        "first_name": "Jane",
        "status": "PROCESSING"
      }
    ],
    "documents": [
      {
        "id": "019a6e10-1fb3-7b2f-8f8b-ad1e92c4017a",
        "type": "CERTIFICATE_OF_INCORPORATION",
        "status": "PROCESSING"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.business.blaaiz.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

customer
string<uuid>
required

Response

Customer submitted.