generated: '2026-07-23' method: derived source: openapi/obie-account-info-standard.yaml, openapi/obie-confirmation-funds-standard.yaml, openapi/obie-payment-initiation-standard.yaml schemes: - name: TPPOAuth2Security source: openapi/obie-account-info-standard.yaml flows: - flow: clientCredentials tokenUrl: https://authserver.example/token description: TPP client credential authorisation flow with the ASPSP - name: PSUOAuth2Security source: openapi/obie-account-info-standard.yaml flows: - flow: authorizationCode authorizationUrl: https://authserver.example/authorization tokenUrl: https://authserver.example/token description: OAuth flow, it is required when the PSU needs to perform SCA with the ASPSP when a TPP wants to access an ASPSP resource owned by the PSU - name: TPPOAuth2Security source: openapi/obie-confirmation-funds-standard.yaml flows: - flow: clientCredentials tokenUrl: https://authserver.example/token description: TPP client credential authorisation flow with the ASPSP - name: PSUOAuth2Security source: openapi/obie-confirmation-funds-standard.yaml flows: - flow: authorizationCode authorizationUrl: https://authserver.example/authorization tokenUrl: https://authserver.example/token description: OAuth flow, it is required when the PSU needs to perform SCA with the ASPSP when a TPP wants to access an ASPSP resource owned by the PSU - name: TPPOAuth2Security source: openapi/obie-payment-initiation-standard.yaml flows: - flow: clientCredentials tokenUrl: https://authserver.example/token description: TPP client credential authorisation flow with the ASPSP - name: PSUOAuth2Security source: openapi/obie-payment-initiation-standard.yaml flows: - flow: authorizationCode authorizationUrl: https://authserver.example/authorization tokenUrl: https://authserver.example/token description: OAuth flow, it is required when the PSU needs to perform SCA with the ASPSP when a TPP wants to access an ASPSP resource owned by the PSU scopes: - scope: accounts description: Ability to read Accounts information flows: - authorizationCode - clientCredentials sources: - openapi/obie-account-info-standard.yaml - scope: fundsconfirmations description: Funds confirmation entitlement flows: - authorizationCode - clientCredentials sources: - openapi/obie-confirmation-funds-standard.yaml - scope: payments description: Generic payment scope flows: - authorizationCode - clientCredentials sources: - openapi/obie-payment-initiation-standard.yaml