TSB Bank · OAuth Scopes

TSB Bank OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://apis.tsb.co.uk/auth/oauth/v2/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 BankingPSD2OBIEUnited KingdomPaymentsAccount InformationFAPIFintech
Scopes: 9 Flows: implicit Method: searched

OAuth endpoints

Authorization URL
https://apis.tsb.co.uk/auth/oauth/v2/authorize
Token URL
https://apis.tsb.co.uk/auth/oauth/v2/token
Flows
implicit

Scopes (9)

ScopeDescriptionFlows
openid For access to OpenID Connect endpoints (required for OIDC flows). implicit, authorizationCode
email Access to the end-user email claim. implicit, authorizationCode
profile Access to the end-user profile claims. implicit, authorizationCode
phone Access to the end-user phone claim. implicit
address Access to the end-user address claim. implicit
openid_client_registration Dynamic client registration scope (OIDC/OBIE DCR at /openid/connect/register). authorizationCode
accounts OBIE Read/Write Account and Transaction Information (AIS) scope — read access to accounts, balances, transactions, beneficiaries, standing orders, direct debits, scheduled payments, and statements. OBIE standard scope; requires onboarding. authorizationCode
payments OBIE Read/Write Payment Initiation (PIS) scope — initiate domestic and scheduled payments, standing orders, and file payments. OBIE standard scope; requires onboarding. authorizationCode
fundsconfirmations OBIE Read/Write Confirmation of Funds (CBPII) scope — confirm availability of funds on a customer account for a card-based payment instrument issuer. OBIE standard scope; requires onboarding. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-23'
method: searched
source: openapi/tsb-bank-oauth-server-openapi.json
docs: https://apis.tsb.co.uk/.well-known/openid-configuration
notes: >-
  OIDC/OAuth2 scopes enriched from TSB's live OpenID Provider discovery document
  (apis.tsb.co.uk/.well-known/openid-configuration) and the OAuth Toolkit (OTK)
  server OpenAPI. The OBIE Read/Write scopes (accounts, payments,
  fundsconfirmations) are the standardized OBIE Open Banking scopes TSB's
  FAPI-secured AIS/PIS/CBPII services require per the OBIE Security Profile; they
  are not enumerated in the anonymous OTK discovery document and require
  developer-portal onboarding with OBIE/eIDAS certificates to exercise.
schemes:
- name: OAuth2
  source: openapi/tsb-bank-oauth-server-openapi.json
  flows:
  - flow: implicit
    authorizationUrl: https://apis.tsb.co.uk/auth/oauth/v2/authorize
    tokenUrl: https://apis.tsb.co.uk/auth/oauth/v2/token
    registrationUrl: https://apis.tsb.co.uk/openid/connect/register
scopes:
- scope: openid
  description: For access to OpenID Connect endpoints (required for OIDC flows).
  flows: [implicit, authorizationCode]
  sources: [openapi/tsb-bank-oauth-server-openapi.json, well-known/tsb-bank-openid-configuration.json]
- scope: email
  description: Access to the end-user email claim.
  flows: [implicit, authorizationCode]
  sources: [openapi/tsb-bank-oauth-server-openapi.json, well-known/tsb-bank-openid-configuration.json]
- scope: profile
  description: Access to the end-user profile claims.
  flows: [implicit, authorizationCode]
  sources: [openapi/tsb-bank-oauth-server-openapi.json, well-known/tsb-bank-openid-configuration.json]
- scope: phone
  description: Access to the end-user phone claim.
  flows: [implicit]
  sources: [openapi/tsb-bank-oauth-server-openapi.json]
- scope: address
  description: Access to the end-user address claim.
  flows: [implicit]
  sources: [openapi/tsb-bank-oauth-server-openapi.json]
- scope: openid_client_registration
  description: Dynamic client registration scope (OIDC/OBIE DCR at /openid/connect/register).
  flows: [authorizationCode]
  sources: [well-known/tsb-bank-openid-configuration.json]
- scope: accounts
  description: >-
    OBIE Read/Write Account and Transaction Information (AIS) scope — read access
    to accounts, balances, transactions, beneficiaries, standing orders, direct
    debits, scheduled payments, and statements. OBIE standard scope; requires
    onboarding.
  flows: [authorizationCode]
  sources: [obie-security-profile]
- scope: payments
  description: >-
    OBIE Read/Write Payment Initiation (PIS) scope — initiate domestic and
    scheduled payments, standing orders, and file payments. OBIE standard scope;
    requires onboarding.
  flows: [authorizationCode]
  sources: [obie-security-profile]
- scope: fundsconfirmations
  description: >-
    OBIE Read/Write Confirmation of Funds (CBPII) scope — confirm availability of
    funds on a customer account for a card-based payment instrument issuer. OBIE
    standard scope; requires onboarding.
  flows: [authorizationCode]
  sources: [obie-security-profile]