Create a business account
OAuth scope: bank_account.write
Creates a new business account.
A business account allows you to receive funds, make payments, and manage your finances. Each business account has its own IBAN and balance, and can be used for a variety of banking operations.
You can create multiple business accounts and name them based on your business needs (e.g., Primary Account, Project ABC, Tax Pots). This flexibility helps you organize your finances and allocate funds for specific purposes.
Idempotency Header:
This endpoint requires the X-Qonto-Idempotency-Key
header to safely retry requests without accidentally performing the same operation twice. The key should be a unique string (preferably a UUID) for each unique request. If you retry a request with the same idempotency key within 30 minutes, the original response will be returned without executing the request again. After 30 minutes, the key expires and can be reused.
Authorizations
Bearer authorization header: Bearer <token>
, where <token>
is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
A unique key to prevent duplicate requests. Keys expire after 30 minutes and can be reused.
Body
Response
The response is of type object
.