Skip to main content
POST

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.

Body

application/json
locale
enum<string>
required

Only a subset is supported from IETF Language Tags

Available options:
en,
fr,
it,
de,
es,
pt
Example:

"fr"

partner_user
object
required

Describes the user that owns the flow on the partner side.

organization
Organization · object
required
stakeholders
Stakeholder · object[]
required

Identifies the type of registration process:

  • company_creation: Initiates a new company registration.
  • existing_company: Registers an existing company.
Available options:
company_creation
partner_redirect_url
string | null

The URL where the user will be redirected after the registration process is completed. If not provided, then the user will be redirected to Qonto's application.

Note: this parameter is allowed only for embed applications.

Example:

"https://example.com/users/123456/dashboard"

oauth
OAuth Parameters · object

Response

Returns the registration created.

registration
Registration · object