Docs

Get Customer Document

get
/v1/customers/{customerId}/docs/{documentId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customerIdstring · uuidRequired

The customer ID of the customer

Example: 2efbaa6d-5c4a-4b01-8651-92006d53ce5d
documentIdstring · uuidRequired

The ID for the document

Example: e99a059b-8d9e-484c-8501-e421e7072ad9
Responses
200

OK

application/json
Responseobject
get
/v1/customers/{customerId}/docs/{documentId}

Submit documentation to onboard a Customer

post
/v1/customers/{customerId}/docs

Submit documentation to onboard a Customer

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customerIdstring · uuidRequired

The customer ID of the customer

Body
documentTypestring · enumRequiredPossible values:
documentFormatstring · enumRequiredPossible values:
filestring · binaryRequired

The document file to be uploaded, maximum size of 10MB

Responses
200

OK

application/json
post
/v1/customers/{customerId}/docs

Resubmit documentation to onboard a Customer

put
/v1/customers/{customerId}/docs

Resubmit documentation to onboard a Customer

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
customerIdstring · uuidRequired

The customer ID of the customer

Body
documentTypestring · enumRequiredPossible values:
documentFormatstring · enumRequiredPossible values:
filestring · binaryRequired

The document file to be uploaded, maximum size of 2MB

Responses
200

OK

application/json
put
/v1/customers/{customerId}/docs

Last updated