Virgin Money UK · OAuth Scopes

Virgin Money UK OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://secureapi.prod.ob.virginmoney.com/vmpsd2-psd2prod/psd2-production/oidcapi/oauth2/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 InformationConfirmation of FundsFAPI
Scopes: 4 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://api.prod.ob.virginmoney.com/vmpsd2-psd2prod/psd2-production/oidcapi/oauth2/authorize
Token URL
https://secureapi.prod.ob.virginmoney.com/vmpsd2-psd2prod/psd2-production/oidcapi/oauth2/token
Flows
authorizationCodeclientCredentials

Scopes (4)

ScopeDescriptionFlows
openid OpenID Connect authentication; required to obtain an ID token identifying the consent. authorizationCode
accounts Account and Transaction Information (AIS) — read accounts, balances, transactions, beneficiaries, standing orders, direct debits, statements. authorizationCode, clientCredentials
payments Payment Initiation (PIS) — initiate domestic/international immediate, scheduled, and file payments. authorizationCode, clientCredentials
fundsconfirmations Confirmation of Funds (CBPII) — confirm whether sufficient funds are available to make a card-based payment. authorizationCode, clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-23'
method: searched
source: well-known/virgin-money-uk-openid-configuration.json
docs: https://developer.virginmoney.com/merged/oidc/
note: >-
  Scopes taken verbatim from the live production OpenID Connect discovery document
  (scopes_supported). These are the standard UK Open Banking / OBIE Read-Write
  scopes governing AIS, PIS, and CBPII access.
schemes:
- name: OAuth2
  source: well-known/virgin-money-uk-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.prod.ob.virginmoney.com/vmpsd2-psd2prod/psd2-production/oidcapi/oauth2/authorize
    tokenUrl: https://secureapi.prod.ob.virginmoney.com/vmpsd2-psd2prod/psd2-production/oidcapi/oauth2/token
  - flow: clientCredentials
    tokenUrl: https://secureapi.prod.ob.virginmoney.com/vmpsd2-psd2prod/psd2-production/oidcapi/oauth2/token
scopes:
- scope: openid
  description: OpenID Connect authentication; required to obtain an ID token identifying the consent.
  flows: [authorizationCode]
  sources: [well-known/virgin-money-uk-openid-configuration.json]
- scope: accounts
  description: >-
    Account and Transaction Information (AIS) — read accounts, balances,
    transactions, beneficiaries, standing orders, direct debits, statements.
  flows: [authorizationCode, clientCredentials]
  sources: [well-known/virgin-money-uk-openid-configuration.json]
- scope: payments
  description: >-
    Payment Initiation (PIS) — initiate domestic/international immediate,
    scheduled, and file payments.
  flows: [authorizationCode, clientCredentials]
  sources: [well-known/virgin-money-uk-openid-configuration.json]
- scope: fundsconfirmations
  description: >-
    Confirmation of Funds (CBPII) — confirm whether sufficient funds are
    available to make a card-based payment.
  flows: [authorizationCode, clientCredentials]
  sources: [well-known/virgin-money-uk-openid-configuration.json]