# Qonto
## Docs
- [Context for AI Assistant](https://docs.qonto.com/ai-instructions.md): This page is context for AI tools responding to questions
- [Close a business account](https://docs.qonto.com/api-reference/business-api/accounts-organizations/business-accounts/close.md): OAuth scope: `bank_account.write`
- [Create a business account](https://docs.qonto.com/api-reference/business-api/accounts-organizations/business-accounts/create.md): OAuth scope: `bank_account.write`
- [Download the IBAN certificate](https://docs.qonto.com/api-reference/business-api/accounts-organizations/business-accounts/download-iban-certificate.md): OAuth scope: `organization.read`
- [List business accounts](https://docs.qonto.com/api-reference/business-api/accounts-organizations/business-accounts/list.md): OAuth scope: `organization.read`
- [Get a business account](https://docs.qonto.com/api-reference/business-api/accounts-organizations/business-accounts/show.md): OAuth scope: `organization.read`
- [Update a business account](https://docs.qonto.com/api-reference/business-api/accounts-organizations/business-accounts/update.md): OAuth scope: `bank_account.write`
- [List labels](https://docs.qonto.com/api-reference/business-api/accounts-organizations/labels/list-labels.md): OAuth scope: `organization.read`
- [Retrieve a label](https://docs.qonto.com/api-reference/business-api/accounts-organizations/labels/retrieve-a-label.md): OAuth scope: `organization.read`
- [Create a membership](https://docs.qonto.com/api-reference/business-api/accounts-organizations/memberships/create-a-membership.md): OAuth scope: `membership.write`
- [List memberships](https://docs.qonto.com/api-reference/business-api/accounts-organizations/memberships/list-memberships.md): OAuth scope: `organization.read`
- [Retrieve the authenticated membership](https://docs.qonto.com/api-reference/business-api/accounts-organizations/memberships/retrieve-the-authenticated-membership.md): OAuth scope: `membership.read`
- [Migrate to GET /v2/organization](https://docs.qonto.com/api-reference/business-api/accounts-organizations/organizations/migrate-from-deprecated-organization-endpoints.md): Move off the deprecated /v1/organizations/{slug} and /v2/organizations/{slug} endpoints before their sunset on September 15, 2026.
- [Retrieve the authenticated organization and list bank accounts](https://docs.qonto.com/api-reference/business-api/accounts-organizations/organizations/retrieve-the-authenticated-organization-and-list-bank-accounts.md): OAuth scope: `organization.read`
- [Show organization (v2 · deprecated)](https://docs.qonto.com/api-reference/business-api/accounts-organizations/organizations/show-organization.md): Deprecated: GET /v2/organizations/{slug}. Sunset on September 15, 2026.
- [Show organization (v1 · deprecated)](https://docs.qonto.com/api-reference/business-api/accounts-organizations/organizations/show-organization-v1.md): Deprecated: GET /v1/organizations/{slug}. Sunset on September 15, 2026.
- [Create a team](https://docs.qonto.com/api-reference/business-api/accounts-organizations/teams/create-a-team.md): OAuth scope: `team.write`
- [List teams](https://docs.qonto.com/api-reference/business-api/accounts-organizations/teams/list-teams.md): OAuth scope: `team.read`
- [Create or refresh tokens](https://docs.qonto.com/api-reference/business-api/authentication/oauth2/create_tokens.md): This call must be performed on your backend as you should never expose your client secret.
- [Retrieve an authorization code](https://docs.qonto.com/api-reference/business-api/authentication/oauth2/retrieve_authorization.md): Retrieves the authorization of the Qonto user i.e. an authorization code that you will be able to exchange for a [set of tokens](/api-reference/business-api/authentication/oauth2/create_tokens).
- [Revoke consents](https://docs.qonto.com/api-reference/business-api/authentication/oauth2/revoke-oauth-consents.md): OAuth scope: `organization.read`
- [Retrieve mocked SCA session](https://docs.qonto.com/api-reference/business-api/authentication/sca/retrieve-mocked-session.md): Retrieves the **mocked** SCA session identified by the `sca_session_token` path parameter.
- [Retrieve SCA session](https://docs.qonto.com/api-reference/business-api/authentication/sca/retrieve-session.md): Retrieves the SCA session identified by the `sca_session_token` path parameter.
- [Strong Customer Authentication](https://docs.qonto.com/api-reference/business-api/authentication/sca/sca-flows.md)
- [Simulate user decision](https://docs.qonto.com/api-reference/business-api/authentication/sca/simulate-user-decision.md): Simulates user decision for the **mocked** SCA session identified by the `sca_session_token` path parameter.
- [Bulk create cards](https://docs.qonto.com/api-reference/business-api/cards/bulk-create-cards.md): OAuth scope: `card.write`
- [Create a card](https://docs.qonto.com/api-reference/business-api/cards/create-a-card.md): OAuth scope: `card.write`
- [Discard a card](https://docs.qonto.com/api-reference/business-api/cards/discard-a-card.md): OAuth scope: `card.write`
- [List card appearances](https://docs.qonto.com/api-reference/business-api/cards/list-appearances.md): OAuth scope: `card.read`
- [List cards](https://docs.qonto.com/api-reference/business-api/cards/list-cards.md): OAuth scope: `card.read`
- [Lock a card](https://docs.qonto.com/api-reference/business-api/cards/lock-a-card.md): OAuth scope: `card.write`
- [Report a physical card as lost](https://docs.qonto.com/api-reference/business-api/cards/report-a-physical-card-as-lost.md): OAuth scope: `card.write`
- [Report a physical card as stolen](https://docs.qonto.com/api-reference/business-api/cards/report-a-physical-card-as-stolen.md): OAuth scope: `card.write`
- [Retrieve a card iframe url](https://docs.qonto.com/api-reference/business-api/cards/retrieve-a-card-iframe-url.md): OAuth scope: `card.read`
- [Unlock a card](https://docs.qonto.com/api-reference/business-api/cards/unlock-a-card.md): OAuth scope: `card.write`
- [Update a card's limits](https://docs.qonto.com/api-reference/business-api/cards/update-a-cards-limits.md): OAuth scope: `card.write`
- [Update a card's nickname](https://docs.qonto.com/api-reference/business-api/cards/update-a-cards-nickname.md): OAuth scope: `card.write`
- [Update a card's options](https://docs.qonto.com/api-reference/business-api/cards/update-a-cards-options.md): OAuth scope: `card.write`
- [Update a card's restrictions](https://docs.qonto.com/api-reference/business-api/cards/update-a-cards-restrictions.md): OAuth scope: `card.write`
- [Create a client](https://docs.qonto.com/api-reference/business-api/clients/create-a-client.md): OAuth scope: `client.write`
- [Delete a client](https://docs.qonto.com/api-reference/business-api/clients/delete-a-client.md): OAuth scope: `client.write`
- [List clients](https://docs.qonto.com/api-reference/business-api/clients/list-clients.md): OAuth scope: `client.read`
- [Retrieve a client](https://docs.qonto.com/api-reference/business-api/clients/retrieve-a-client.md): OAuth scope: `client.read`
- [Update a client](https://docs.qonto.com/api-reference/business-api/clients/update-a-client.md): OAuth scope: `client.write`
- [Create an Embed Auth Link](https://docs.qonto.com/api-reference/business-api/endpoints/embed-auth-links/create.md): OAuth scope: `embed_auth_link.write`
- [Authenticate your end customers to Hosted Pages](https://docs.qonto.com/api-reference/business-api/endpoints/embed-auth-links/introduction.md): Learn how to authenticate your end customers to Hosted Pages.
- [Dispatch an encoded request](https://docs.qonto.com/api-reference/business-api/endpoints/encoded-requests/dispatch.md): Allows you to dispatch an encoded request.
- [Proxy API requests from the Embed SDK](https://docs.qonto.com/api-reference/business-api/endpoints/encoded-requests/introduction.md): Learn how to proxy API requests sent by our Embed SDK.
- [List attachments for a transaction](https://docs.qonto.com/api-reference/business-api/expense-management/attachments-in-transactions/list-attachments-for-a-transaction.md): OAuth scope: `attachment.read`
- [Remove all attachments from a transaction](https://docs.qonto.com/api-reference/business-api/expense-management/attachments-in-transactions/remove-all-attachments-from-a-transaction.md): OAuth scope: `attachment.write`
- [Remove an attachment from a transaction](https://docs.qonto.com/api-reference/business-api/expense-management/attachments-in-transactions/remove-an-attachment-from-a-transaction.md): OAuth scope: `attachment.write`
- [Upload an attachment to a transaction](https://docs.qonto.com/api-reference/business-api/expense-management/attachments-in-transactions/upload-an-attachment-to-a-transaction.md): OAuth scope: `attachment.write`
- [Retrieve an attachment](https://docs.qonto.com/api-reference/business-api/expense-management/attachments/retrieve-an-attachment.md): OAuth scope: `attachment.read`
- [Upload an attachment](https://docs.qonto.com/api-reference/business-api/expense-management/attachments/upload-an-attachment.md): OAuth scope: `attachment.write`
- [Create a client invoice](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/client-invoices/create-a-client-invoice.md): OAuth scope: `client_invoice.write`
- [Create a client invoice upload](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/client-invoices/create-a-client-invoice-upload.md): OAuth scope: `client_invoice.write`
- [Delete a client invoice](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/client-invoices/delete-a-client-invoice.md): OAuth scope: `client_invoice.write`
- [Finalize a client invoice](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/client-invoices/finalize-a-client-invoice.md): OAuth scope: `client_invoice.write`
- [List client invoices](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/client-invoices/list-client-invoices.md): OAuth scope: `client_invoices.read`
- [Cancel a client invoice](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/client-invoices/mark-a-client-invoice-as-canceled.md): OAuth scope: `client_invoice.write`
- [Mark a client invoice as paid](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/client-invoices/mark-a-client-invoice-as-paid.md): OAuth scope: `client_invoice.write`
- [Retrieve a client invoice](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/client-invoices/retrieve-a-client-invoice.md): OAuth scope: `client_invoices.read`
- [Retrieve a client invoice upload](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/client-invoices/retrieve-a-client-invoice-upload.md): OAuth scope: `client_invoices.read`
- [Send a client invoice via email](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/client-invoices/send-a-client-invoice.md): OAuth scope: `client_invoices.write`
- [Send a client invoice via e-invoice](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/client-invoices/send-a-client-invoice-by-e-invoice.md): OAuth scope: `client_invoices.write`
- [Unmark a client invoice as paid](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/client-invoices/unmark-a-client-invoice-as-paid.md): OAuth scope: `client_invoice.write`
- [Update a draft client invoice](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/client-invoices/update-a-client-invoice.md): OAuth scope: `client_invoice.write`
- [Create a credit note](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/credit-notes/create-a-credit-note.md): OAuth scope: `client_invoices.write`
- [List credit notes](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/credit-notes/list-credit-notes.md): OAuth scope: `client_invoices.read`
- [Retrieve a credit note](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/credit-notes/retrieve-a-credit-note.md): OAuth scope: `client_invoices.read`
- [Factur-X Invoices](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/introduction-factur-x.md): Download successfully Factur-X invoices format
- [Create a quote](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/quotes/create-a-quote.md): OAuth scope: `client_invoice.write`
- [Delete a quote](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/quotes/delete-a-quote.md): OAuth scope: `client_invoices.write`
- [List quotes](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/quotes/list-quotes.md): OAuth scope: `client_invoices.read`
- [Update a quote](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/quotes/patch-a-quote.md): OAuth scope: `client_invoices.write`
- [Retrieve a quote](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/quotes/retrieve-a-quote.md): OAuth scope: `client_invoices.read`
- [Send a quote via email](https://docs.qonto.com/api-reference/business-api/expense-management/client-quotes-notes/quotes/send-a-quote.md): OAuth scope: `client_invoices.write`
- [Get e-invoicing settings](https://docs.qonto.com/api-reference/business-api/expense-management/e-invoicing/retrieve-settings.md): OAuth scope: `einvoicing.read`
- [Create an insurance contract](https://docs.qonto.com/api-reference/business-api/expense-management/insurance-contracts/create-an-insurance-contract.md): OAuth scope: `insurance_contract.write`
- [Remove a document from an insurance contract](https://docs.qonto.com/api-reference/business-api/expense-management/insurance-contracts/remove-a-document-from-an-insurance-contract.md): OAuth scope: `insurance_contract.write`
- [Retrieve an insurance contract](https://docs.qonto.com/api-reference/business-api/expense-management/insurance-contracts/retrieve-an-insurance-contract.md): OAuth scope: `insurance_contract.read`
- [Update an insurance contract](https://docs.qonto.com/api-reference/business-api/expense-management/insurance-contracts/update-an-insurance-contract.md): OAuth scope: `insurance_contract.write`
- [Upload a document to an insurance contract](https://docs.qonto.com/api-reference/business-api/expense-management/insurance-contracts/upload-a-document-to-an-insurance-contract.md): OAuth scope: `insurance_contract.write`
- [Create a product](https://docs.qonto.com/api-reference/business-api/expense-management/products/create-a-product.md): OAuth scope: `product.write`
- [Delete a product](https://docs.qonto.com/api-reference/business-api/expense-management/products/delete-a-product.md): OAuth scope: `product.write`
- [List products](https://docs.qonto.com/api-reference/business-api/expense-management/products/list-products.md): OAuth scope: `product.read`
- [Retrieve a product](https://docs.qonto.com/api-reference/business-api/expense-management/products/retrieve-a-product.md): OAuth scope: `product.read`
- [Approve a request](https://docs.qonto.com/api-reference/business-api/expense-management/requests/approve-a-request.md): OAuth scope: `request_review.write`
- [Create a flash card request](https://docs.qonto.com/api-reference/business-api/expense-management/requests/create-a-flash-card-request.md): OAuth scope: `request_cards.write`
- [Create a virtual card request](https://docs.qonto.com/api-reference/business-api/expense-management/requests/create-a-virtual-card-request.md): OAuth scope: `request_cards.write`
- [Create multi transfer request](https://docs.qonto.com/api-reference/business-api/expense-management/requests/create-multi-transfer-request.md): OAuth scope: `request_transfers.write`
- [Decline a request](https://docs.qonto.com/api-reference/business-api/expense-management/requests/decline-a-request.md): OAuth scope: `request_review.write`
- [List requests](https://docs.qonto.com/api-reference/business-api/expense-management/requests/list-requests.md): OAuth scope: `organization.read`
- [Create supplier invoices](https://docs.qonto.com/api-reference/business-api/expense-management/supplier-invoices/create-supplier-invoices.md): OAuth scope: `supplier_invoice.write`
- [List supplier invoices](https://docs.qonto.com/api-reference/business-api/expense-management/supplier-invoices/list-supplier-invoices.md): OAuth scope: `supplier_invoice.read`
- [Mark a supplier invoice as paid](https://docs.qonto.com/api-reference/business-api/expense-management/supplier-invoices/mark-supplier-invoice-as-paid.md): OAuth scope: `supplier_invoice.write`
- [Reject a supplier invoice](https://docs.qonto.com/api-reference/business-api/expense-management/supplier-invoices/reject-supplier-invoice.md): OAuth scope: `supplier_invoice.write`
- [Retrieve a supplier invoice](https://docs.qonto.com/api-reference/business-api/expense-management/supplier-invoices/retrieve-a-supplier-invoice.md): OAuth scope: `supplier_invoices.read`
- [Unmark a supplier invoice as paid](https://docs.qonto.com/api-reference/business-api/expense-management/supplier-invoices/unmark-supplier-invoice-as-paid.md): OAuth scope: `supplier_invoice.write`
- [Create an external transfer for a trusted beneficiary](https://docs.qonto.com/api-reference/business-api/payments-transfers/external-transfers/create-an-external-transfer-for-a-trusted-beneficiary.md): OAuth scope: `payment.write`
- [Create external transfers with beneficiaries data](https://docs.qonto.com/api-reference/business-api/payments-transfers/external-transfers/create-external-transfers-with-beneficiaries-data.md): OAuth scope: `payment.write`
- [List external transfers](https://docs.qonto.com/api-reference/business-api/payments-transfers/external-transfers/list-external-transfers.md): OAuth scope: `organization.read`.
- [Retrieve an external transfer](https://docs.qonto.com/api-reference/business-api/payments-transfers/external-transfers/retrieve-an-external-transfer.md): OAuth scope: `organization.read`.
- [Create an internal transfer](https://docs.qonto.com/api-reference/business-api/payments-transfers/internal-transfers/create-an-internal-transfer.md): OAuth scope: `internal_transfer.write`
- [Check if the organization is eligible for international transfers](https://docs.qonto.com/api-reference/business-api/payments-transfers/international-transfers/check-eligibility.md): OAuth scope: `organization.read`
- [Create an international beneficiary](https://docs.qonto.com/api-reference/business-api/payments-transfers/international-transfers/create-beneficiary.md): OAuth scope: `international_transfer.write`
- [Create a new international transfer quote](https://docs.qonto.com/api-reference/business-api/payments-transfers/international-transfers/create-international-quote.md): OAuth scope: `international_transfer.write`
- [Create an international transfer](https://docs.qonto.com/api-reference/business-api/payments-transfers/international-transfers/create-international-transfer.md): OAuth scope: `international_transfer.write`
- [Delete an international beneficiary](https://docs.qonto.com/api-reference/business-api/payments-transfers/international-transfers/delete-beneficiary.md): OAuth scope: `international_transfer.write`
- [Introduction](https://docs.qonto.com/api-reference/business-api/payments-transfers/international-transfers/introduction.md)
- [Get available currencies for international transfers](https://docs.qonto.com/api-reference/business-api/payments-transfers/international-transfers/list-available-currencies.md): OAuth scope: `organization.read`
- [List international beneficiaries](https://docs.qonto.com/api-reference/business-api/payments-transfers/international-transfers/list-beneficiaries-by-currency.md): OAuth scope: `organization.read`
- [List requirements for an international beneficiary](https://docs.qonto.com/api-reference/business-api/payments-transfers/international-transfers/list-beneficiary-requirements.md): OAuth scope: `international_transfer.write`
- [List international transfer requirements](https://docs.qonto.com/api-reference/business-api/payments-transfers/international-transfers/list-transfer-requirements.md): OAuth scope: `international_transfer.write`
- [Update an international beneficiary](https://docs.qonto.com/api-reference/business-api/payments-transfers/international-transfers/update-beneficiary.md): OAuth scope: `international_transfer.write`
- [Connect to the payment links provider](https://docs.qonto.com/api-reference/business-api/payments-transfers/payment-links/connect.md): OAuth scope: `payment_link.write`
- [Create a payment link](https://docs.qonto.com/api-reference/business-api/payments-transfers/payment-links/create.md): OAuth scope: `payment_link.write`
- [Deactivate a payment link](https://docs.qonto.com/api-reference/business-api/payments-transfers/payment-links/deactivate.md): OAuth scope: `payment_link.write`
- [Get the connection status](https://docs.qonto.com/api-reference/business-api/payments-transfers/payment-links/get-connection.md): OAuth scope: `payment_link.read`
- [List payment links](https://docs.qonto.com/api-reference/business-api/payments-transfers/payment-links/index.md): OAuth scope: `payment_link.read`
- [List available payment methods](https://docs.qonto.com/api-reference/business-api/payments-transfers/payment-links/index-payment-methods.md): OAuth scope: `payment_link.read`
- [List payments for a payment link](https://docs.qonto.com/api-reference/business-api/payments-transfers/payment-links/index-payments.md): OAuth scope: `payment_link.read`
- [Getting paid with payment links](https://docs.qonto.com/api-reference/business-api/payments-transfers/payment-links/introduction.md): Accept payments from your customers with secure, customizable payment links that integrate seamlessly with your business workflow.
- [Get a payment link](https://docs.qonto.com/api-reference/business-api/payments-transfers/payment-links/show.md): OAuth scope: `payment_link.read`
- [List SEPA Direct Debit collections](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-direct-debit/collections/index.md): OAuth scope: `sepa_direct_debit.read`
- [Get a SEPA Direct Debit collection](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-direct-debit/collections/show.md): OAuth scope: `sepa_direct_debit.read`
- [Collect payments with SEPA Direct Debit](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-direct-debit/introduction.md): Collect payments with SEPA Direct Debit from your customers
- [Create a SEPA Direct Debit mandate](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-direct-debit/mandates/create.md): OAuth scope: `sepa_direct_debit.write`
- [List SEPA Direct Debit mandates](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-direct-debit/mandates/index.md): OAuth scope: `sepa_direct_debit.read`
- [Get a SEPA Direct Debit mandate](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-direct-debit/mandates/show.md): OAuth scope: `sepa_direct_debit.read`
- [Create a SEPA Direct Debit subscription](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-direct-debit/subscriptions/create.md): OAuth scope: `sepa_direct_debit.write`
- [List SEPA Direct Debit subscriptions](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-direct-debit/subscriptions/index.md): OAuth scope: `sepa_direct_debit.read`
- [Get a SEPA Direct Debit subscription](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-direct-debit/subscriptions/show.md): OAuth scope: `sepa_direct_debit.read`
- [List beneficiaries](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/beneficiaries/list-beneficiaries.md): This endpoint will be sunsetted on March 31, 2026. For SEPA beneficiaries, please use the [List SEPA beneficiaries](/api-reference/business-api/payments-transfers/sepa-transfers/beneficiaries/sepa-beneficiaries) endpoint instead. For international beneficiaries, please use the [List…
- [Retrieve a beneficiary](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/beneficiaries/retrieve-a-beneficiary.md): OAuth scope: `organization.read`
- [Add a SEPA beneficiary](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/beneficiaries/sepa-beneficiaries/create.md): OAuth scope: `payment.write`
- [List SEPA beneficiaries](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/beneficiaries/sepa-beneficiaries/index.md): OAuth scope: `organization.read`
- [Retrieve a SEPA beneficiary](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/beneficiaries/sepa-beneficiaries/show.md): OAuth scope: `organization.read`
- [Trust SEPA beneficiaries](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/beneficiaries/sepa-beneficiaries/trust.md): OAuth scope: `beneficiary.trust`
- [Untrust SEPA beneficiaries](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/beneficiaries/sepa-beneficiaries/untrust.md): OAuth scope: `payment.write`
- [Update a SEPA beneficiary](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/beneficiaries/sepa-beneficiaries/update.md): OAuth scope: `payment.write`
- [Untrust a list of beneficiaries](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/beneficiaries/untrust-a-list-of-beneficiaries.md): This endpoint will be sunsetted on March 31, 2026. For SEPA beneficiaries, please use the [Untrust SEPA beneficiaries](/api-reference/business-api/payments-transfers/sepa-transfers/beneficiaries/sepa-beneficiaries/untrust) endpoint instead.
- [Verification of Payee](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/introduction.md): Verify beneficiary details before initiating SEPA Transfers to reduce fraud and payment errors.
- [Create a Bulk Transfer](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/sepa-bulk-transfers/create.md): OAuth scope: `payment.write`
- [List Bulk Transfers](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/sepa-bulk-transfers/index.md): OAuth scope: `organization.read`
- [Get Bulk Transfer](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/sepa-bulk-transfers/show.md): OAuth scope: `organization.read`
- [Cancel SEPA recurring transfer](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/sepa-recurring-transfers/cancel.md): OAuth scope: `payment.write`
- [Create a SEPA recurring transfer](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/sepa-recurring-transfers/create.md): OAuth scope: `payment.write`
- [List SEPA recurring transfers](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/sepa-recurring-transfers/index.md): OAuth scope: `organization.read`
- [Get SEPA recurring transfer](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/sepa-recurring-transfers/show.md): OAuth scope: `organization.read`
- [Cancel SEPA transfer](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/sepa-transfers/cancel.md): OAuth scope: `payment.write`
- [Create a SEPA transfer](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/sepa-transfers/create.md): OAuth scope: `payment.write`
- [Download proof of a SEPA transfer](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/sepa-transfers/download-proof.md): OAuth scope: `payment.write`
- [List SEPA transfers](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/sepa-transfers/index.md): OAuth scope: `organization.read`
- [Get SEPA transfer](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/sepa-transfers/show.md): OAuth scope: `organization.read`
- [Bulk verify SEPA payees](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/verify-payee/bulk-verify-payee.md): OAuth scope: `payment.write`
- [Verify a SEPA payee](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/verify-payee/index.md): OAuth scope: `payment.write`
- [Create a terminal payment](https://docs.qonto.com/api-reference/business-api/terminals/create-terminal-payment.md): OAuth scope: `terminal.write`
- [Accepting in-person payments with terminals](https://docs.qonto.com/api-reference/business-api/terminals/introduction.md): Integrate your POS system with Qonto to push payments directly to physical payment terminals.
- [List terminals](https://docs.qonto.com/api-reference/business-api/terminals/list-terminals.md): OAuth scope: `terminal.read`
- [List statements](https://docs.qonto.com/api-reference/business-api/transactions-statements/statements/list-statements.md): OAuth scope: `organization.read`
- [Retrieve a statement](https://docs.qonto.com/api-reference/business-api/transactions-statements/statements/retrieve-a-statement.md): OAuth scope: `organization.read`
- [List transactions](https://docs.qonto.com/api-reference/business-api/transactions-statements/transactions/list-transactions.md): OAuth scope: `organization.read`
- [Retrieve a transaction](https://docs.qonto.com/api-reference/business-api/transactions-statements/transactions/retrieve-a-transaction.md): OAuth scope: `organization.read`
- [Create a new webhook subscription](https://docs.qonto.com/api-reference/business-api/webhooks/create-a-webhook-subscription.md): OAuth scopes: `webhook` + the scope(s) required for the webhook(s) you want to receive (cf. [Supported webhooks](/api-reference/business-api/webhooks/supported-webhooks)). > Example: if you want to receive a webhook every time a transaction is created or updated, you need the `organization.read` sco…
- [Delete a webhook subscription](https://docs.qonto.com/api-reference/business-api/webhooks/delete-a-webhook-subscription.md): OAuth scope: `webhook`
- [Get a webhook subscription](https://docs.qonto.com/api-reference/business-api/webhooks/get-a-webhook-subscription.md): OAuth scope: `webhook`
- [List webhook subscriptions](https://docs.qonto.com/api-reference/business-api/webhooks/list-webhook-subscriptions.md): OAuth scope: `webhook`
- [Overview](https://docs.qonto.com/api-reference/business-api/webhooks/overview.md): Webhooks let Qonto notify your application in real time when events occur on an account.
- [Setup](https://docs.qonto.com/api-reference/business-api/webhooks/setup.md): Register your callback URL, verify the signature, and handle retries.
- [v1/accounts](https://docs.qonto.com/api-reference/business-api/webhooks/supported-webhooks/v1-accounts.md): OAuth scope: `organization.read`
- [v1/beneficiaries](https://docs.qonto.com/api-reference/business-api/webhooks/supported-webhooks/v1-beneficiaries.md): OAuth scope: `organization.read`
- [v1/cards](https://docs.qonto.com/api-reference/business-api/webhooks/supported-webhooks/v1-cards.md): OAuth scope: `card.read`
- [v1/client-invoices](https://docs.qonto.com/api-reference/business-api/webhooks/supported-webhooks/v1-client-invoices.md): OAuth scope: `client_invoices.read`
- [v1/consent-revocations](https://docs.qonto.com/api-reference/business-api/webhooks/supported-webhooks/v1-consent-revocations.md): Webhook that delivers events related to OAuth 2 consent revocations.
- [v1/memberships](https://docs.qonto.com/api-reference/business-api/webhooks/supported-webhooks/v1-memberships.md): OAuth scope: `organization.read`
- [v1/organizations](https://docs.qonto.com/api-reference/business-api/webhooks/supported-webhooks/v1-organizations.md): OAuth scope: `organization.read`
- [v1/payment-links](https://docs.qonto.com/api-reference/business-api/webhooks/supported-webhooks/v1-payment-links.md): OAuth scope: `payment_link.read`
- [v1/payment-links-connections](https://docs.qonto.com/api-reference/business-api/webhooks/supported-webhooks/v1-payment-links-connections.md): OAuth scope: `payment_link.read`
- [v1/sepa-direct-debit-collections](https://docs.qonto.com/api-reference/business-api/webhooks/supported-webhooks/v1-sepa-direct-debit-collections.md): OAuth scope: `sepa_direct_debit.read`
- [v1/sepa-direct-debit-mandates](https://docs.qonto.com/api-reference/business-api/webhooks/supported-webhooks/v1-sepa-direct-debit-mandates.md): OAuth scope: `sepa_direct_debit.read`
- [v1/transactions](https://docs.qonto.com/api-reference/business-api/webhooks/supported-webhooks/v1-transactions.md): OAuth scope: `organization.read`
- [Test with webhook.site](https://docs.qonto.com/api-reference/business-api/webhooks/testing.md): Verify that your webhook subscription is correctly registered and receiving events before plugging in your own endpoint.
- [Troubleshooting](https://docs.qonto.com/api-reference/business-api/webhooks/troubleshooting.md): Diagnose common webhook delivery, signature and retry issues.
- [Update a webhook subscription](https://docs.qonto.com/api-reference/business-api/webhooks/update-a-webhook-subscription.md): OAuth scope: `webhook`
- [Introduction](https://docs.qonto.com/api-reference/introduction.md): This section provides everything you need to understand, explore, and use Qonto’s APIs. Whether you’re building a new integration or enhancing an existing one, you’ll find detailed information about each endpoint, request, and response here.
- [Create a file](https://docs.qonto.com/api-reference/onboarding-api/endpoints/files/create-a-file.md): Creates a single file for the authenticated partner. For details on file upload restrictions and limitations, please refer to the [File Uploads documentation](https://docs.qonto.com/api-reference/onboarding-api/endpoints/files/file-uploads#file-uploads). Supported only for registrations…
- [Delete a file](https://docs.qonto.com/api-reference/onboarding-api/endpoints/files/delete-a-file.md): Deletes the file identified by the `id` path parameter for the registration identified by the `registrationId` path parameter.
- [Download a file](https://docs.qonto.com/api-reference/onboarding-api/endpoints/files/download-a-file.md): Downloads the file identified by the `id` path parameter for the registration identified by the `registrationId` path parameter.
- [File uploads](https://docs.qonto.com/api-reference/onboarding-api/endpoints/files/file-uploads.md)
- [List files](https://docs.qonto.com/api-reference/onboarding-api/endpoints/files/list-files.md): Returns all the files for the authenticated partner. Supported only for registrations in company creation flow (`legal_flow` = `company_creation`).
- [Retrieve a file](https://docs.qonto.com/api-reference/onboarding-api/endpoints/files/retrieve-a-file.md): Retrieves the file identified by the `id` path parameter for the registration identified by the `registrationId` path parameter.
- [Create a registration](https://docs.qonto.com/api-reference/onboarding-api/endpoints/registrations/create-a-registration.md): Creates a single registration for the authenticated partner i.e. triggers a workflow to guide the user through the necessary steps to register its organization with Qonto. The response provides a registration ID for tracking the registration progress.
- [List company creation registrations](https://docs.qonto.com/api-reference/onboarding-api/endpoints/registrations/list-company-creation-registrations.md): Retrieves all the company creation registrations for the authenticated partner.
- [Retrieve a registration](https://docs.qonto.com/api-reference/onboarding-api/endpoints/registrations/retrieve-a-registration.md): Retrieves the registration identified by the `id` path parameter.
- [Send the redirection link to the owner](https://docs.qonto.com/api-reference/onboarding-api/endpoints/registrations/send-the-redirection-link-to-the-owner.md): Sends the unique redirection link to the owner associated to the registration identified by the `id` path parameter.
- [List events](https://docs.qonto.com/api-reference/onboarding-api/webhooks/list-events.md): Retrieves all the events.
- [List webhook endpoints](https://docs.qonto.com/api-reference/onboarding-api/webhooks/list-webhook-endpoints.md): Retrieves all the webhook endpoints registered for the authenticated partner.
- [Register a webhook endpoint](https://docs.qonto.com/api-reference/onboarding-api/webhooks/register-a-webhook-endpoint.md): Registers a single webhook endpoint on which you'll receive [all supported events](/api-reference/onboarding-api/webhooks#supported-events) (you cannot choose the events you are subscribing to).
- [Retrieve a webhook endpoint](https://docs.qonto.com/api-reference/onboarding-api/webhooks/retrieve-a-webhook-endpoint.md): Retrieves the webhook endpoint identified by the `id` path parameter.
- [Trigger a webhook event](https://docs.qonto.com/api-reference/onboarding-api/webhooks/trigger-a-webhook-event.md): Triggers a single webhook event.
- [Update a webhook endpoint](https://docs.qonto.com/api-reference/onboarding-api/webhooks/update-a-webhook-endpoint.md): Updates the webhook endpoint identified by the `id` path parameter.
- [Setup and supported events](https://docs.qonto.com/api-reference/onboarding-api/webhooks/webhooks.md): To be notified of events happening during the onboarding flow, you can subscribe to webhooks.
- [README](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/README.md)
- [CardStatus](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/enumerations/CardStatus.md)
- [PhysicalCardLevel](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/enumerations/PhysicalCardLevel.md)
- [Address](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/Address.md)
- [Amount](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/Amount.md)
- [BankAccount](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/BankAccount.md)
- [BeneficiaryParams](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/BeneficiaryParams.md)
- [BulkTransfer](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/BulkTransfer.md)
- [BulkTransferClientParams](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/BulkTransferClientParams.md)
- [BulkTransferResult](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/BulkTransferResult.md)
- [BulkTransferResultError](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/BulkTransferResultError.md)
- [BulkTransferResultErrorDetail](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/BulkTransferResultErrorDetail.md)
- [BulkTransferSettings](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/BulkTransferSettings.md)
- [CancelSepaTransferParams](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/CancelSepaTransferParams.md)
- [CardParams](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/CardParams.md)
- [ClientOperationSettings](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/ClientOperationSettings.md)
- [CreateBulkTransferClientParams](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/CreateBulkTransferClientParams.md)
- [CreateBulkTransferResponse](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/CreateBulkTransferResponse.md)
- [CreateSepaTransferResponse](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/CreateSepaTransferResponse.md)
- [DisplayCardReturnObject](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/DisplayCardReturnObject.md)
- [DisplayCardSettings](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/DisplayCardSettings.md)
- [GetBeneficiariesResponse](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/GetBeneficiariesResponse.md)
- [GetBulkTransfer](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/GetBulkTransfer.md)
- [GetBulkTransfersResponse](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/GetBulkTransfersResponse.md)
- [GetSepaTransfer](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/GetSepaTransfer.md)
- [GetSepaTransfersResponse](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/GetSepaTransfersResponse.md)
- [GetTransactionSettings](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/GetTransactionSettings.md)
- [GetTransactionsResponse](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/GetTransactionsResponse.md)
- [GetTransactionsSettings](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/GetTransactionsSettings.md)
- [InitializeParams](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/InitializeParams.md)
- [NewBulkTransfer](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/NewBulkTransfer.md)
- [NewSepaTransfer](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/NewSepaTransfer.md)
- [OperationSettings](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/OperationSettings.md)
- [Organization](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/Organization.md)
- [PaginationResponseDataObject](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/PaginationResponseDataObject.md)
- [PaginationSettings](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/PaginationSettings.md)
- [PaginationState](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/PaginationState.md)
- [ProxyEndpointDescriptor](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/ProxyEndpointDescriptor.md)
- [SepaTransferClientParams](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/SepaTransferClientParams.md)
- [SingleBulkVopVerificationResult](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/SingleBulkVopVerificationResult.md)
- [TransactionParams](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/TransactionParams.md)
- [UIElementEvent](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/UIElementEvent.md)
- [UIElementParams](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/UIElementParams.md)
- [UIElementSettings](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/UIElementSettings.md)
- [UnlockCardSettings](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/UnlockCardSettings.md)
- [VopVerificationResult](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/interfaces/VopVerificationResult.md)
- [README](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/README.md)
- [ACTIONS](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/ACTIONS.md)
- [ACTIVITY TAGS](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/ACTIVITY_TAGS.md)
- [AMOUNT REQUIRING ATTACHMENTS](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/AMOUNT_REQUIRING_ATTACHMENTS.md)
- [AUTH LINK ACTIONS](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/AUTH_LINK_ACTIONS.md)
- [BENEFICIARY STATUSES](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/BENEFICIARY_STATUSES.md)
- [BRANCHES](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/BRANCHES.md)
- [ENVIRONMENTS](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/ENVIRONMENTS.md)
- [HTTP CODES](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/HTTP_CODES.md)
- [IFRAME EVENTS](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/IFRAME_EVENTS.md)
- [LOCALES](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/LOCALES.md)
- [MFA METHODS](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/MFA_METHODS.md)
- [TRANSACTION STATUSES](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/TRANSACTION_STATUSES.md)
- [TRANSFER DECLINE REASONS](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/TRANSFER_DECLINE_REASONS.md)
- [TRANSFER STATUSES](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/TRANSFER_STATUSES.md)
- [VOP CHECK RESULTS](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/VOP_CHECK_RESULTS.md)
- [VOP DECISIONS](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/namespaces/src/common/constants/variables/VOP_DECISIONS.md)
- [BeneficiaryInformationForVop](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/type-aliases/BeneficiaryInformationForVop.md)
- [CardDesign](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/type-aliases/CardDesign.md)
- [CardType](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/type-aliases/CardType.md)
- [EditableBeneficiaryProperties](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/type-aliases/EditableBeneficiaryProperties.md)
- [NewBeneficiary](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/type-aliases/NewBeneficiary.md)
- [NewBulkTransferWithBeneficiary](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/type-aliases/NewBulkTransferWithBeneficiary.md)
- [ProxyRequestFunction](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/type-aliases/ProxyRequestFunction.md)
- [SepaTransferCreationFlowRequest](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/type-aliases/SepaTransferCreationFlowRequest.md)
- [TypeOfPrint](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/type-aliases/TypeOfPrint.md)
- [UIParentElementId](https://docs.qonto.com/api-reference/sdk-libraries/-internal-/type-aliases/UIParentElementId.md)
- [README](https://docs.qonto.com/api-reference/sdk-libraries/README.md)
- [Constants](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/constants.md)
- [Amount Field](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizable-components/amount-field.md)
- [Status Badge](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizable-components/badge-status.md)
- [Beneficiary Card](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizable-components/beneficiary-card.md)
- [Button](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizable-components/button.md)
- [Brand Customization Overview](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizable-components/customizable-components-overview.md)
- [Global Customizations](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizable-components/global-customizations.md)
- [Lottie Player](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizable-components/lottie-player.md)
- [Select Field](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizable-components/select-field.md)
- [Skeleton Loader](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizable-components/skeleton-loader.md)
- [Table](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizable-components/table.md)
- [Text Body](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizable-components/text-body.md)
- [Text Field](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizable-components/text-field.md)
- [Text - Headings](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizable-components/text-headings.md)
- [Customizing ui elements](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/customizing-ui-elements.md)
- [Getting started](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/getting-started.md)
- [Overview](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/overview.md): Integrate Qonto banking features into your web application with less effort
- [Common Namespace Overview](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/overview-common.md): A namespace that exposes common SDK lifecycle methods and helpful constants.
- [UI Elements Overview](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/overview-customizable-components.md)
- [Proxy endpoint implementation](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/proxy-endpoint-implementation.md)
- [Display Card](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/ui-elements/display-card.md)
- [SEPA Transfer Creation](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/ui-elements/sepa-transfer-creation.md)
- [Transaction List](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/ui-elements/transaction-list.md)
- [Transfer List](https://docs.qonto.com/api-reference/sdk-libraries/doc-pages/ui-elements/transfer-list.md)
- [AuthLinkRequestParams](https://docs.qonto.com/api-reference/sdk-libraries/interfaces/AuthLinkRequestParams.md)
- [AuthLinkRequestResult](https://docs.qonto.com/api-reference/sdk-libraries/interfaces/AuthLinkRequestResult.md)
- [AuthLinkRequestSettings](https://docs.qonto.com/api-reference/sdk-libraries/interfaces/AuthLinkRequestSettings.md)
- [Beneficiary](https://docs.qonto.com/api-reference/sdk-libraries/interfaces/Beneficiary.md)
- [Card](https://docs.qonto.com/api-reference/sdk-libraries/interfaces/Card.md)
- [CreatePaymentLinkSettings](https://docs.qonto.com/api-reference/sdk-libraries/interfaces/CreatePaymentLinkSettings.md)
- [Item](https://docs.qonto.com/api-reference/sdk-libraries/interfaces/Item.md)
- [PaymentLinkParams](https://docs.qonto.com/api-reference/sdk-libraries/interfaces/PaymentLinkParams.md)
- [PhysicalCardOrderSettings](https://docs.qonto.com/api-reference/sdk-libraries/interfaces/PhysicalCardOrderSettings.md)
- [SepaTransfer](https://docs.qonto.com/api-reference/sdk-libraries/interfaces/SepaTransfer.md)
- [Transaction](https://docs.qonto.com/api-reference/sdk-libraries/interfaces/Transaction.md)
- [VirtualCardOrderSettings](https://docs.qonto.com/api-reference/sdk-libraries/interfaces/VirtualCardOrderSettings.md)
- [CardOrderSettings](https://docs.qonto.com/api-reference/sdk-libraries/type-aliases/CardOrderSettings.md)
- [PostAuthAction](https://docs.qonto.com/api-reference/sdk-libraries/type-aliases/PostAuthAction.md)
- [AuthLinks](https://docs.qonto.com/api-reference/sdk-libraries/variables/authLinks.md)
- [Beneficiaries](https://docs.qonto.com/api-reference/sdk-libraries/variables/beneficiaries.md)
- [Cards](https://docs.qonto.com/api-reference/sdk-libraries/variables/cards.md)
- [Constants](https://docs.qonto.com/api-reference/sdk-libraries/variables/constants.md)
- [Initialize](https://docs.qonto.com/api-reference/sdk-libraries/variables/initialize.md)
- [Logout](https://docs.qonto.com/api-reference/sdk-libraries/variables/logout.md)
- [Organizations](https://docs.qonto.com/api-reference/sdk-libraries/variables/organizations.md)
- [PaymentLinks](https://docs.qonto.com/api-reference/sdk-libraries/variables/paymentLinks.md)
- [SepaTransfers](https://docs.qonto.com/api-reference/sdk-libraries/variables/sepaTransfers.md)
- [Transactions](https://docs.qonto.com/api-reference/sdk-libraries/variables/transactions.md)
- [Ui](https://docs.qonto.com/api-reference/sdk-libraries/variables/ui.md)
- [API Usage & Best Practices](https://docs.qonto.com/faq-articles/api-questions/api-questions-api-usage.md)
- [API Keys & Authentication](https://docs.qonto.com/faq-articles/api-questions/api-questions-keys.md)
- [PSD2 License](https://docs.qonto.com/faq-articles/api-questions/api-questions-psd2.md)
- [API Endpoints & Reference](https://docs.qonto.com/faq-articles/api-questions/api-questions-reference.md)
- [Troubleshooting & Error Codes](https://docs.qonto.com/faq-articles/api-questions/api-questions-troubleshooting.md)
- [API Questions](https://docs.qonto.com/faq-articles/api-questions/api-questionsHome.md): Quick answers and tips for using Qonto’s API.
- [Account & APIs Access Management](https://docs.qonto.com/faq-articles/dev-portal-questions/dev-portal-account.md)
- [ API credentials Management](https://docs.qonto.com/faq-articles/dev-portal-questions/dev-portal-credentials.md)
- [Migration & Updates](https://docs.qonto.com/faq-articles/dev-portal-questions/dev-portal-migration.md)
- [Portal Navigation & Usage](https://docs.qonto.com/faq-articles/dev-portal-questions/dev-portal-navigation.md)
- [Developer Portal Questions](https://docs.qonto.com/faq-articles/dev-portal-questions/dev-portal-questionsHome.md): Quick answers and tips for using Qonto’s Developer Portal Questions.
- [Help Center](https://docs.qonto.com/faq-articles/faq-home.md): Welcome to the Qonto Developer Help Center! Here you’ll find answers to common questions about our API and Developer Portal, along with practical guides and troubleshooting tips to support your integration journey.
- [Guidelines](https://docs.qonto.com/faq-articles/guidelines.md)
- [Support portal](https://docs.qonto.com/faq-articles/support-portal.md)
- [API key](https://docs.qonto.com/get-started/business-api/authentication/api-key.md)
- [Introduction](https://docs.qonto.com/get-started/business-api/authentication/introduction.md): Authentication to the API is performed via HTTP, using the `Authorization` header. API requests without authentication will fail.
- [Available scopes](https://docs.qonto.com/get-started/business-api/authentication/oauth/available-scopes.md)
- [The OAuth flow](https://docs.qonto.com/get-started/business-api/authentication/oauth/oauth-flow.md): OAuth 2.0 is a protocol that lets your app request access to a Qonto user account without getting their password. Your app can ask for [specific permissions](/get-started/business-api/authentication/oauth/available-scopes) that the user will be able to review and validate.
- [Testing in the Sandbox](https://docs.qonto.com/get-started/business-api/authentication/oauth/sandbox.md): Important differences when using the OAuth flow in the Qonto sandbox environment.
- [TPP identification through PSD2 QSeal certificate](https://docs.qonto.com/get-started/business-api/authentication/qsealc.md)
- [Overview](https://docs.qonto.com/get-started/business-api/overview.md): Access Qonto banking, invoicing, bookkeeping & more remotely
- [URLs](https://docs.qonto.com/get-started/business-api/urls.md)
- [Overview](https://docs.qonto.com/get-started/business-api/use-cases.md): Learn how to build common use cases using our Business API
- [How to bulk upload supplier invoices](https://docs.qonto.com/get-started/business-api/use-cases/bulk-upload-supplier-invoices.md)
- [How to generate and download a Factur-X invoice](https://docs.qonto.com/get-started/business-api/use-cases/generate-factur-x-invoice.md)
- [How to send a SEPA transfer to a trusted beneficiary](https://docs.qonto.com/get-started/business-api/use-cases/send-sepa-transfer.md)
- [How to sync client invoices and attachments](https://docs.qonto.com/get-started/business-api/use-cases/sync-client-invoices.md)
- [How to sync supplier invoices and attachments](https://docs.qonto.com/get-started/business-api/use-cases/sync-supplier-invoices.md)
- [How to sync transactions and attachments](https://docs.qonto.com/get-started/business-api/use-cases/sync-transactions.md)
- [Developer guidelines](https://docs.qonto.com/get-started/general/developer-guidelines.md): Step-by-step guide to build, test and release your integration.
- [Errors](https://docs.qonto.com/get-started/general/errors.md)
- [Idempotent requests](https://docs.qonto.com/get-started/general/idempotent-requests.md)
- [Introduction](https://docs.qonto.com/get-started/general/introduction.md)
- [Pagination](https://docs.qonto.com/get-started/general/pagination.md)
- [Rate limitations](https://docs.qonto.com/get-started/general/rate-limitations.md)
- [Troubleshooting](https://docs.qonto.com/get-started/general/troubleshooting.md): This guide will help you diagnose and resolve common authentication and connection issues with the Qonto API.
- [Versioning](https://docs.qonto.com/get-started/general/versioning.md): Learn how Qonto manages API versioning to ensure seamless integrations for your business.
- [Authentication](https://docs.qonto.com/get-started/onboarding-api/authentication.md)
- [Company creation](https://docs.qonto.com/get-started/onboarding-api/flows/company-creation.md): Open an account for a company which needs to be created (with capital deposit)
- [Existing company](https://docs.qonto.com/get-started/onboarding-api/flows/existing-company.md): Open an account for an existing company
- [Overview](https://docs.qonto.com/get-started/onboarding-api/overview.md): Fast track your customers' onboarding to Qonto.
- [URLs](https://docs.qonto.com/get-started/onboarding-api/urls.md)
- [Overview](https://docs.qonto.com/get-started/sdk-libraries/overview.md): Welcome to the documentation for **Qonto Embed SDKs & Libraries**
- [Welcome to Qonto Developers](https://docs.qonto.com/introduction/welcome.md)
- [Qonto Embed sample app](https://docs.qonto.com/qonto-embed/embed-sample-app.md): Learn how to leverage Qonto Embed to supercharge your platform with embedded financial services.
- [Partnering with Qonto](https://docs.qonto.com/qonto-embed/partnering-with-qonto.md)
- [PA as a Service](https://docs.qonto.com/qonto-embed/plateforme-agreee-as-a-service.md)
- [April](https://docs.qonto.com/qonto-embed/product-updates/2025/april.md)
- [February](https://docs.qonto.com/qonto-embed/product-updates/2025/february.md)
- [January](https://docs.qonto.com/qonto-embed/product-updates/2025/january.md)
- [July](https://docs.qonto.com/qonto-embed/product-updates/2025/july.md)
- [June](https://docs.qonto.com/qonto-embed/product-updates/2025/june.md)
- [March](https://docs.qonto.com/qonto-embed/product-updates/2025/march.md)
- [May](https://docs.qonto.com/qonto-embed/product-updates/2025/may.md)
- [November](https://docs.qonto.com/qonto-embed/product-updates/2025/november.md)
- [October](https://docs.qonto.com/qonto-embed/product-updates/2025/october.md)
- [September](https://docs.qonto.com/qonto-embed/product-updates/2025/september.md)
- [January](https://docs.qonto.com/qonto-embed/product-updates/2026/january.md)
- [Qonto Embed](https://docs.qonto.com/qonto-embed/qonto-embed.md)
- [Business automation](https://docs.qonto.com/qonto-embed/use-cases/business-automation.md): Description of your new file.
- [Card management](https://docs.qonto.com/qonto-embed/use-cases/card-management.md)
- [Adding payments](https://docs.qonto.com/qonto-embed/use-cases/payments.md)
- [API License Agreement](https://docs.qonto.com/security-and-compliance/api-license-agreement.md)
- [Security measures](https://docs.qonto.com/security-and-compliance/security-measures.md): Qonto SA operates the Qonto application along with its supporting infrastructure which allows professional clients to open a payment account and execute payment transactions.
## OpenAPI Specs
- [openapi](https://docs.qonto.com/api-reference/business-api/openapi.yml)
- [onboarding_api](https://docs.qonto.com/api-reference/onboarding-api/onboarding_api.yml)
- [openapi-data-api-full-tyk](https://docs.qonto.com/onboarding-api/openapi-data-api-full-tyk.yml)
- [openapi_v2](https://docs.qonto.com/business-api/openapi_v2.yml)