Upload documents to customer
POST/platform/v1/customers/{customerReference}/documents
Customers API v2
The new customer onboarding flow is recommended for all new integrations.
If you already have an existing integration with Customers API v1, you can continue using it. BVNK will continue to support this API going forward.
Attach one or more documents to a customer's profile. This can be either a company customer (with optional linkage to a specific associate) or an individual customer. Files must be base64-encoded before submission.
- For company-level documents, omit
customerPersonReference. - For associate-level documents, provide the
customerPersonReference. - The customer must be in
INFO_REQUIREDstatus.
Request
Responses
- 202
- 400
Documents accepted and queued for upload.