Nopan · OAuth Scopes

Nopan OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.nopan.io/auth/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.

PaymentsPayment Service ProviderAccount to AccountWallet PaymentsOpen BankingPSD2FintechEuropeTokenizationRecurring Payments
Scopes: 2 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
https://api.nopan.io/auth/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
payments:read Read access to payments (default scope). clientCredentials
payments:process Process/mutate payments (initiate, finalize, charge, capture, cancel, refund). clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/nopan-openapi-original.yml
docs: https://docs.nopan.com/guides/authentication
description: >-
  OAuth2 client_credentials scopes for the Nopan API. Scopes are requested as a
  space-delimited `scope` form parameter on POST /auth/token; the default is
  payments:read. Captured from the /auth/token operation in the OpenAPI definition.
schemes:
  - name: OAuth2ClientCredentials
    source: openapi/nopan-openapi-original.yml
    flows:
      - flow: clientCredentials
        tokenUrl: https://api.nopan.io/auth/token
scopes:
  - scope: payments:read
    description: Read access to payments (default scope).
    flows: [clientCredentials]
    sources: [openapi/nopan-openapi-original.yml]
  - scope: payments:process
    description: Process/mutate payments (initiate, finalize, charge, capture, cancel, refund).
    flows: [clientCredentials]
    sources: [openapi/nopan-openapi-original.yml]