| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Business API | rest | https://thirdparty.qonto.com/ | link | — | — | — |
Actions (43)
Payments & Transfers · 14
- Connect to the payment links providerPOST /v2/payment_links/connections
Connect a bank account to the payment links provider.
documented - Create SEPA transferPOST /v2/sepa/transfers
Create a SEPA transfer.
documented - Create a payment linkPOST /v2/payment_links
Create a payment link for accepting payments.
documented - Create external transfers (checkout)POST /v2/external_transfers/checkout
Create external transfers via checkout flow.
documented - Create internal transferPOST /v2/internal_transfers
Create an internal transfer between bank accounts within the same organization.
documented - Get SEPA transferGET /v2/sepa/transfers/{id}
Retrieve a specific SEPA transfer by ID.
documented - Get a payment linkGET /v2/payment_links/{id}
Retrieve a specific payment link by ID.
documented - List SEPA transfersGET /v2/sepa/transfers
List SEPA transfers for the authenticated organization.
documented - List available payment methodsGET /v2/payment_links/payment_methods
Get the payment methods supported by the payment link provider.
documented - List external transfersGET /v2/external_transfers
List external transfers (legacy/deprecated) for the authenticated organization.
documented - List payments for a payment linkGET /v2/payment_links/{id}/payments
List payments associated with a given payment link.
documented - Retrieve external transferGET /v2/external_transfers/{id}
Retrieve a specific external transfer by ID.
documented - Retrieve internal transferGET /v2/internal_transfers/{id}
Retrieve a specific internal transfer by ID.
documented - Verify a SEPA payeePOST /v2/sepa/verify_payee
Verify beneficiary details before initiating a SEPA transfer.
documented
Webhooks · 6
- List eventsGET /register/events
Lists events available for onboarding webhooks (registrations, etc.).
documented - List webhook endpointsGET /register/webhooks
Retrieves all webhook endpoints registered for onboarding.
documented - Register a webhook endpointPOST /register/webhooks
Registers a new webhook endpoint to receive onboarding events.
documented - Retrieve a webhook endpointGET /register/webhooks/{id}
Retrieves a specific webhook endpoint by ID.
documented - Trigger a webhook eventPOST /register/dev/trigger_event
Triggers a test webhook event for development purposes.
documented - Update a webhook endpointPATCH /register/webhooks/{id}
Updates the webhook endpoint configuration.
documented
Accounts · 5
- Close a bank accountPOST /v2/bank_accounts/{id}/close
Close a specific bank account (main account cannot be closed).
documented - Create a bank accountPOST /v2/bank_accounts
Create a new business bank account.
documented - Download IBAN certificateGET /v2/bank_accounts/{id}/iban_certificate
Download the IBAN certificate for a bank account.
documented - List bank accountsGET /v2/bank_accounts
List all bank accounts for the authenticated organization.
documented - Retrieve a bank accountGET /v2/bank_accounts/{id}
Retrieve details for a specific bank account.
documented
Files · 5
- Create a filePOST /register/registrations/{registrationId}/files
Uploads a file (e.g., identity, by-laws, KBIS) for a given registration.
documented - Delete a fileDELETE /register/registrations/{registrationId}/files/{id}
Deletes the specified file for the given registration.
documented - Download a fileGET /register/registrations/{registrationId}/files/{id}/download
Downloads the specified file for the given registration.
documented - List filesGET /register/registrations/{registrationId}/files
Returns all files uploaded for the given onboarding registration.
documented - Retrieve a fileGET /register/registrations/{registrationId}/files/{id}
Retrieves a specific file for the given registration.
documented
Registrations · 5
- Create a registrationPOST /register/registrations
Creates a registration to start the onboarding flow for a company.
documented - List company creation registrationsGET /register/registrations
Retrieves all company creation registrations for the authenticated partner.
documented - Retrieve a registrationGET /register/registrations/{id}
Retrieves a specific onboarding registration by its ID.
documented - Trigger owner emailPOST /register/registrations/{id}/trigger_owner_email
Sends the redirection/owner email associated with the given registration.
documented - Trigger owner emailPOST /register/registrations/{id}/trigger_owner_email
Sends the redirection email to the owner for the specified registration.
documented
Transactions & Statements · 4
- List statementsGET /v2/statements
Retrieve statements for the authenticated organization.
documented - List transactionsGET /v2/transactions
Retrieve transactions for a bank account (filterable by bank_account_id or iban).
documented - Retrieve a statementGET /v2/statements/{id}
Retrieve a specific statement by ID.
documented - Retrieve a transactionGET /v2/transactions/{id}
Retrieve a specific transaction by ID.
documented
Organizations · 3
- Retrieve authenticated organization with bank accountsGET /v2/organization
Alias/alternative to GET /v2/organization showing organization and its bank accounts.
documented - Retrieve the authenticated organization and list bank accountsGET /v2/organization
Fetches the authenticated organization details and its bank accounts (balances included).
documented - Show organizationGET /v2/organizations/{id}
Retrieve details for a specific organization by ID.
documented