Skip to main content
POST
Create a file

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>. To get your <token>, please sign up to the Developer Portal.

Qonto-Partner-Id
string
header
required

API Key authorization header: Qonto-Partner-Id: <partner_id>. To get your <partner_id> please, sign up to the Developer Portal.

Headers

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Path Parameters

registrationId
string<uuid>
required

id of the Registration resource

Body

multipart/form-data

You have to specify multipart form data in order to attach the file to the request.

file
file
required
file_type
enum<string>
required
Available options:
organization-deposit-certificate,
organization-proof-of-address,
organization-by-laws,
organization-kbis,
organization-registration-application-proof,
organization-capital-deposit-statement,
organization-partnership-agreement,
organization-power-of-attorney,
stakeholder-proof-of-identity,
stakeholder-residence-permit
Example:

"organization-deposit-certificate"

stakeholder_id
string<uuid>

Only applicable to and required for stakeholder-proof-of-identity and stakeholder-residence-permit file types.

Example:

"a3818b4d-4240-4098-bae4-87124b5add31"

Response

Returns the file created.

registration_file
File · object