Submit KYB Documents
POST/api/v2/client/:clientid/customer/:customerid/kyb/:kybid/documents
Uploads supporting documents for a previously submitted KYB. Documents may belong to the company, an individual controller, or an intermediary company in the ownership chain.
The KYB record must be in one of the statuses initiated, informated_requested, or
rfi_requested for uploads to be accepted, and the kybid must belong to the customer
identified by customerid. Validation runs over the whole batch — if any single document
is rejected, the entire request fails and nothing is stored.
Request
Responses
- 200
- 400
- 401
- 403
Documents uploaded successfully.
Invalid request — empty document list, invalid owner, a document type not allowed for the owner scope, an invalid or expired date, invalid base64, a document larger than the size limit, a disallowed content type, or the KYB is not in an upload-eligible status.
Authentication failed (missing or invalid signature).
The KYB does not belong to the specified customer.