Zettle · OAuth Scopes

Zettle OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://oauth.zettle.com/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.

Point of SalePOSPaymentsInventoryFinancePayPalCard PaymentsMerchant Services
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://oauth.zettle.com/authorize
Token URL
https://oauth.zettle.com/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
READ:FINANCE Access to read finance data authorizationCode

Source

OAuth Scopes

zettle-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/zettle-finance-api-openapi.yaml
schemes:
- name: ZettleOauth
  source: openapi/zettle-finance-api-openapi.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://oauth.zettle.com/authorize
    tokenUrl: https://oauth.zettle.com/token
  description: For more information, see the [OAuth API documentation](https://developer.zettle.com/docs/api/oauth/overview).
scopes:
- scope: READ:FINANCE
  description: Access to read finance data
  flows:
  - authorizationCode
  sources:
  - openapi/zettle-finance-api-openapi.yaml