Upload onboarding document
POST /order/v1/banking/accounts/documents
Upload an onboarding document file (pdf, png, jpg, jpeg, up to 10MB) for an existing account request. The document is attached to the request under the declared documentType.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
Document file (pdf, png, jpg, jpeg). Maximum size of 10MB.
Which onboarding document of the account request this file is.
Id of the account request this document belongs to, returned by the create account request endpoint. The request must exist, belong to the authenticated company and still be pending. Any previous document in the same field is kept in its history.
Responses
Section titled “ Responses ”Resource successfully created
object
Identifier of the uploaded document.
Read URL of the uploaded document to be used on the onboardingDocuments fields of the account request.
Declared document type; matches the onboardingDocuments field the URL belongs in.
Account request this document was linked to, when informed on the upload.
Whether the document was written onto the account request. True only when accountRequestId was informed; otherwise place the reference yourself when creating the request.
object
object
Unauthorized Request