Przejdź do głównej zawartości

Upload Onboarding Document

POST 

/api/partner/v1/onboarding/:ref/documents

Uploads a supporting document to the onboarding draft (e.g. power of attorney, identity document, or a regulated-activity document). Supply the file either as a multipart file part or as base64 (content_base64 + filename). Provide either a free-form document_type + subject, or a document_id referencing a required regulated-activity document. Accepted formats: pdf, png, jpg, jpeg, tiff; maximum size 5120 KB (5 MB). The response includes the created document_id, which you can attach to a proxy-representative invitation. Requires scope onboarding:write.

Request

Responses

Document stored. Returns the draft reference plus the created document id.