Qudos Bank · OAuth Scopes

Qudos Bank OAuth Scopes

OAuth 2.0 derived

Qudos Bank publishes 5 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Qudos Bank 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.

FinancialBanksOpen BankingCDRConsumer BankingAustraliaCustomer OwnedMutual BankProduct Reference Data
Scopes: 5 Flows: Method: derived

Scopes (5)

ScopeDescriptionFlows
bank:accounts.basic:read Account name, type, and balance. Grants the basic banking account list and balance surface.
bank:accounts.detail:read Account numbers and features (account balance and details, including account number, interest rates, fees, and features).
bank:transactions:read Transaction details, including incoming and outgoing transactions, amounts, dates, descriptions, and other party details.
bank:payees:read Saved payees, including names and account/BSB or PayID details of the member's saved payees.
bank:regular_payments:read Direct debits and scheduled payments, including recurring-payment arrangements and instalment plans.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/qudos-bank-cds-banking-products-openapi.yml (per-operation x-scopes)
docs: https://consumerdatastandardsaustralia.github.io/standards/#authorisation-scopes
note: >-
  The public Product Reference Data operations (listBankingProducts,
  getBankingProductDetail) are unauthenticated and carry no scope. All other
  CDR banking operations require an ACCC-accredited data recipient to hold the
  scope shown, granted via the customer's CDR consent under the Data Standards
  Body FAPI security profile (OAuth 2.0 authorization code + OIDC, PKCE/PAR,
  mutual TLS). Scopes and their consumer-facing data-language descriptions are
  standardized across all Australian ADIs by the Consumer Data Standards; they
  are not Qudos-specific. Discovery/trust is brokered by the ACCC CDR Register,
  not a per-holder /.well-known/openid-configuration.
schemes:
- name: cdr-fapi
  type: oauth2
  flow: authorizationCode
  profile: FAPI 1.0 Advanced / FAPI 2.0
  transport: mutualTLS
  source: openapi/qudos-bank-cds-banking-products-openapi.yml
  register: https://consumerdatastandardsaustralia.github.io/register/
scopes:
- scope: bank:accounts.basic:read
  description: >-
    Account name, type, and balance. Grants the basic banking account list and
    balance surface.
  operations: [listBankingAccounts, listBankingBalancesBulk, listBankingBalancesSpecificAccounts, getBankingBalance]
  sources: [openapi/qudos-bank-cds-banking-products-openapi.yml]
- scope: bank:accounts.detail:read
  description: >-
    Account numbers and features (account balance and details, including
    account number, interest rates, fees, and features).
  operations: [getBankingAccountDetail]
  sources: [openapi/qudos-bank-cds-banking-products-openapi.yml]
- scope: bank:transactions:read
  description: >-
    Transaction details, including incoming and outgoing transactions, amounts,
    dates, descriptions, and other party details.
  operations: [listBankingTransactions, getBankingTransactionDetail]
  sources: [openapi/qudos-bank-cds-banking-products-openapi.yml]
- scope: bank:payees:read
  description: >-
    Saved payees, including names and account/BSB or PayID details of the
    member's saved payees.
  operations: [listBankingPayees, getBankingPayeeDetail]
  sources: [openapi/qudos-bank-cds-banking-products-openapi.yml]
- scope: bank:regular_payments:read
  description: >-
    Direct debits and scheduled payments, including recurring-payment
    arrangements and instalment plans.
  operations: [listDirectDebits, listDirectDebitsBulk, listDirectDebitsSpecificAccounts, listScheduledPayments, listScheduledPaymentsBulk, listScheduledPaymentsSpecificAccounts, listInstalmentPlans, listInstalmentPlansBulk]
  sources: [openapi/qudos-bank-cds-banking-products-openapi.yml]