Skip to main content
POST
Attach Documents to Business Customer V2
  • Upload files first using the Upload document endpoint to obtain URIs, then reference them here.
  • Parse tos_policies_value from the tos_policies_url returned by POST /v2/customers/business and include it in this request.

Document Type Reference

See Entity-wise document requirement for all valid type values per category and entity type.

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain token from Issue a Token endpoint

Path Parameters

customer_id
string<uuid>
required

Unique identifier for the business customer

Body

application/json
tos_policies_value
string
required

Parsed from the tos_policies_value query parameter in the tos_policies_url returned by POST /v2/customers/business. Signifies the customer has accepted the Terms of Service.

Example:

"f11e77c6-8dc0-4d4b-a3f2-ed84c8ccfc69"

formation_documents
object[]

Documents proving the legal existence of the business (e.g., Certificate of Incorporation, Articles of Incorporation, Trust Agreement, Tax registration certificate).

ownership_documents
object[]

Documents proving who controls and owns the business (e.g., Shareholder Register, Org Chart, Power of Attorney, Directors Registry).

supporting_documents
object[]

Additional compliance and operational documents (e.g., Proof of Address, Proof of Source of Funds, AML Comfort Letter, Marketing Materials).

Response

Documents attached successfully

data
object

Generic response object