v1

latestOpenAPI 3.1.02026-07-226250251.5 KB
Customers

Attach Documents to Business Customer

Attach ownership structure, company details, and legal presence documents to an existing business customer

post/v1/customers/business/attach

Request body

customer_idstring uuid required
tos_policies_valuestring required

Example request

{
  "customer_id": "2d0a9df3-e1e5-4955-9759-ce0522e0ddc9",
  "ownership_structure": [
    {
      "type": "SHAREHOLDER_REGISTRY",
      "files": [
        {
          "uri": "/AbAcQ4hn_0652746727639.pdf"
        }
      ]
    }
  ],
  "company_details": [
    {
      "type": "CERT_OF_INCORPORATION",
      "files": [
        {
          "uri": "/AbAcQ4hn_0652746727640.pdf"
        }
      ]
    }
  ],
  "legal_presence": [
    {
      "type": "PROOF_OF_ADDRESS",
      "files": [
        {
          "uri": "/AbAcQ4hn_0652746727641.pdf"
        }
      ]
    }
  ],
  "tos_policies_value": "e9414388-fbdf-4407-b5c2-bc39eae3645b"
}

Response

Documents attached successfully

dataobject

Generic response object