Skip to main content
POST
Attach Documents to Individual Customer
This endpoint will be deprecated soon. We recommend using the Attach Documents to Individual Customer V2 endpoint instead.
  • Before calling this endpoint, upload documents using the Upload document endpoint to obtain the URIs needed for the files arrays.
  • The tos_policies_value should be parsed from the tos_policies_url query parameter returned from the Create Individual Customer endpoint.

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain token from Issue a Token endpoint

Body

application/json
customer_id
string<uuid>
required
Example:

"55bd6b4e-c20a-4cc8-9535-91d5557a67d9"

proof_of_identity
object
required
proof_of_address
object
required

The proof of address document must not be older than three months.

tos_policies_value
string
required
Example:

"e9414388-fbdf-4407-b5c2-bc39eae3645b"

Response

Documents attached successfully

data
object