Halifax · OAuth Scopes

Halifax OAuth Scopes

OAuth 2.0 searched

Halifax publishes 4 OAuth 2.0 scopes via the clientCredentials and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Halifax API on a user’s behalf.

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

Financial ServicesBankingOpen BankingPSD2OBIECMA9United KingdomPaymentsAccount InformationOpen Data
Scopes: 4 Flows: clientCredentials, authorizationCode Method: searched

OAuth endpoints

Token URL
https://authorise./token
Flows
clientCredentialsauthorizationCode

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication of the payment service user (PSU). authorizationCode
accounts Account and Transaction Information (AIS). Read account, balance, transaction, beneficiary, standing-order, direct-debit, product, offer, party, scheduled-payment and statement data under an account-access-consent. clientCredentials, authorizationCode
payments Payment Initiation (PIS). Set up and submit domestic, international, scheduled, standing-order and (where supported) variable-recurring payments under a payment consent. Refresh tokens supported for VRP. clientCredentials, authorizationCode
fundsconfirmation Confirmation of Funds (CBPII). Confirm whether funds are available for a specified amount on a PSU account under a funds-confirmation-consent. clientCredentials, authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-23'
method: searched
source: https://developer.lloydsbanking.com/prod01/lbg/read-write
docs: https://openbankinguk.github.io/read-write-api-site3/v3.1.11/profiles/read-write-data-api-profile.html
note: >-
  OBIE Read/Write standard scopes for the FAPI-secured AIS/PIS/CBPII APIs.
  Not derivable from the captured Open Data swagger (which is public and
  declares no oauth2 securityScheme); sourced from the OBIE Read/Write standard
  and the Lloyds Banking Group Developer Portal. The Open Data APIs require no
  scopes.
schemes:
  - name: OAuth2
    flows:
      - flow: clientCredentials
        tokenUrl: https://authorise.<gated>/token
        note: Token URL is provisioned per-TPP via the Lloyds Developer Portal / OB Directory; not publicly published.
      - flow: authorizationCode
        note: Authorization + token endpoints discovered per-brand via OIDC; onboarding-gated.
scopes:
  - scope: openid
    description: OpenID Connect authentication of the payment service user (PSU).
    flows: [authorizationCode]
  - scope: accounts
    description: >-
      Account and Transaction Information (AIS). Read account, balance,
      transaction, beneficiary, standing-order, direct-debit, product, offer,
      party, scheduled-payment and statement data under an account-access-consent.
    flows: [clientCredentials, authorizationCode]
    apis: [halifax-account-transaction-information-api]
  - scope: payments
    description: >-
      Payment Initiation (PIS). Set up and submit domestic, international,
      scheduled, standing-order and (where supported) variable-recurring
      payments under a payment consent. Refresh tokens supported for VRP.
    flows: [clientCredentials, authorizationCode]
    apis: [halifax-payment-initiation-api]
  - scope: fundsconfirmation
    description: >-
      Confirmation of Funds (CBPII). Confirm whether funds are available for a
      specified amount on a PSU account under a funds-confirmation-consent.
    flows: [clientCredentials, authorizationCode]
    apis: [halifax-confirmation-of-funds-api]
refresh_tokens_supported: [accounts, payments, fundsconfirmation]