Qonto · OAuth Scopes

Qonto OAuth Scopes

OAuth 2.0 searched

Qonto publishes 35 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Qonto API on a user’s behalf.

Tokens are issued from https://thirdparty.qonto.com/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Business BankingNeobankFintechPaymentsSEPAOpen BankingEUREurope
Scopes: 35 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://oauth.qonto.com/oauth2/auth
Token URL
https://thirdparty.qonto.com/oauth2/token
Flows
authorizationCode

Scopes (35)

ScopeDescriptionFlows
attachment.read Read attachments authorizationCode
attachment.write Upload attachments authorizationCode
beneficiary.trust Trust SEPA beneficiaries authorizationCode
card.read Read cards authorizationCode
card.write Manage cards authorizationCode
client.read Read clients (customers) authorizationCode
client.write Manage clients (customers) authorizationCode
client_invoice.write Manage client invoices, quotes, credit notes authorizationCode
client_invoices.read Read client invoices, quotes, credit notes authorizationCode
einvoicing.read Read e-invoicing settings authorizationCode
embed_auth_link.write Create Embed Auth Links authorizationCode
insurance_contract.read Read insurance contracts authorizationCode
insurance_contract.write Manage insurance contracts authorizationCode
internal_transfer.write Create internal transfers authorizationCode
international_transfer.write Create international transfers and beneficiaries authorizationCode
membership.read Read the authenticated membership authorizationCode
membership.write Create memberships authorizationCode
offline_access Issue a refresh token authorizationCode
openid OpenID Connect ID token authorizationCode
organization.read Read organization, accounts, memberships, labels, transactions authorizationCode
payment.write Create SEPA transfers and manage beneficiaries authorizationCode
payment_link.read Read payment links authorizationCode
payment_link.write Manage payment links authorizationCode
product.read Read products authorizationCode
product.write Manage products authorizationCode
sepa_direct_debit.read Read SEPA Direct Debit collections/mandates authorizationCode
sepa_direct_debit.write Manage SEPA Direct Debit mandates/subscriptions authorizationCode
subscription.read Read the organization subscription plan authorizationCode
supplier_invoice.read Read supplier invoices authorizationCode
supplier_invoice.write Manage supplier invoices authorizationCode
team.read Read teams authorizationCode
team.write Create teams authorizationCode
terminal.read Read terminals and terminal payments authorizationCode
terminal.write Create terminal payments authorizationCode
webhook Manage webhook subscriptions authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-17'
method: searched
source: openapi/qonto-openapi.yml
docs: https://docs.qonto.com/get-started/business-api/authentication/oauth/available-scopes
note: >-
  Scopes derived from the OpenAPI oauth2 flow and confirmed against Qonto's
  published "Available scopes" reference. Qonto uses per-resource scopes of the
  form <resource>.<read|write> (e.g. organization.read, payment.write,
  card.write, sepa_direct_debit.write, webhook).
schemes:
- name: OAuth
  source: openapi/qonto-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://oauth.qonto.com/oauth2/auth
    tokenUrl: https://thirdparty.qonto.com/oauth2/token
  description: OAuth 2.0 authorization code flow. Access tokens are valid 1 hour; refresh tokens
    90 days (offline_access). Bearer access token sent in the Authorization header.
scopes:
- scope: attachment.read
  description: Read attachments
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: attachment.write
  description: Upload attachments
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: beneficiary.trust
  description: Trust SEPA beneficiaries
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: card.read
  description: Read cards
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: card.write
  description: Manage cards
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: client.read
  description: Read clients (customers)
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: client.write
  description: Manage clients (customers)
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: client_invoice.write
  description: Manage client invoices, quotes, credit notes
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: client_invoices.read
  description: Read client invoices, quotes, credit notes
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: einvoicing.read
  description: Read e-invoicing settings
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: embed_auth_link.write
  description: Create Embed Auth Links
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: insurance_contract.read
  description: Read insurance contracts
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: insurance_contract.write
  description: Manage insurance contracts
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: internal_transfer.write
  description: Create internal transfers
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: international_transfer.write
  description: Create international transfers and beneficiaries
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: membership.read
  description: Read the authenticated membership
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: membership.write
  description: Create memberships
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: offline_access
  description: Issue a refresh token
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: openid
  description: OpenID Connect ID token
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: organization.read
  description: Read organization, accounts, memberships, labels, transactions
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: payment.write
  description: Create SEPA transfers and manage beneficiaries
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: payment_link.read
  description: Read payment links
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: payment_link.write
  description: Manage payment links
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: product.read
  description: Read products
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: product.write
  description: Manage products
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: sepa_direct_debit.read
  description: Read SEPA Direct Debit collections/mandates
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: sepa_direct_debit.write
  description: Manage SEPA Direct Debit mandates/subscriptions
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: subscription.read
  description: Read the organization subscription plan
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: supplier_invoice.read
  description: Read supplier invoices
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: supplier_invoice.write
  description: Manage supplier invoices
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: team.read
  description: Read teams
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: team.write
  description: Create teams
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: terminal.read
  description: Read terminals and terminal payments
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: terminal.write
  description: Create terminal payments
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml
- scope: webhook
  description: Manage webhook subscriptions
  flows:
  - authorizationCode
  sources:
  - openapi/qonto-openapi.yml