Fiat Republic · OAuth Scopes

Fiat Republic OAuth Scopes

OAuth 2.0 searched

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

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.

CompanyBankingPaymentsFintechCryptocurrencyStablecoinsBanking-as-a-ServiceEmbedded FinanceComplianceKYCSEPAFaster Payments
Scopes: 2 Flows: Method: searched

Scopes (2)

ScopeDescriptionFlows
PAYMENTS Access to the core payments product surface (end users, fiat and virtual accounts, payees, payments, returns, conversions, webhooks, documents). Requested at token time; expands to "PAYMENTS payments.*". clientCredentials
OXYGEN Access to the Oxygen transaction-monitoring product (entities, payment channels, transactions, rules, investigations, Oxygen webhooks). Requested with a separate access token. clientCredentials

Source

OAuth Scopes

fiat-republic-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.fiatrepublic.com/docs/authentication
docs: https://docs.fiatrepublic.com/docs/authentication
schemes:
- name: OAuth2ClientCredentials
  flow: clientCredentials
  tokenUrl: https://sandbox.fiatrepublic.com/passport/oauth/token
  sources: [https://docs.fiatrepublic.com/docs/authentication]
scopes:
- scope: PAYMENTS
  description: >-
    Access to the core payments product surface (end users, fiat and virtual accounts, payees,
    payments, returns, conversions, webhooks, documents). Requested at token time; expands to
    "PAYMENTS payments.*".
  flows: [clientCredentials]
  sources: [https://docs.fiatrepublic.com/docs/authentication]
- scope: OXYGEN
  description: >-
    Access to the Oxygen transaction-monitoring product (entities, payment channels,
    transactions, rules, investigations, Oxygen webhooks). Requested with a separate access token.
  flows: [clientCredentials]
  sources: [https://docs.fiatrepublic.com/docs/authentication]
notes: >-
  Fiat Republic issues coarse-grained product scopes (PAYMENTS, OXYGEN) rather than per-resource
  read/write scopes; a token is minted per product surface via the client-credentials flow.