Algbra · Arazzo Workflow

Algbra OBIE account-access and read

Version 1.0.0

Create an OBIE account-access consent, confirm it is authorised, then read the customer's accounts, balances and transactions through Algbra's UK Open Banking (AIS) dedicated interface. All operationIds are verified against the harvested spec.

1 workflow 4 source APIs 1 provider
View Spec View on GitHub Financial-ServicesBankingOpen BankingPSD2OBIEUnited KingdomPaymentsAccount InformationFintechEthical FinanceBanking as a ServiceArazzoWorkflows

Provider

algbra

Workflows

accountAccessAndRead
Consent, confirm authorisation, list accounts, read balances and transactions.
5 steps inputs: permissions
1
createConsent
3
listAccounts

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Algbra OBIE account-access and read
  version: 1.0.0
  description: >-
    Create an OBIE account-access consent, confirm it is authorised, then read the
    customer's accounts, balances and transactions through Algbra's UK Open Banking
    (AIS) dedicated interface. All operationIds are verified against the harvested spec.
sourceDescriptions:
- name: accountAccessApi
  url: ../openapi/algbra-account-access-api-openapi.yml
  type: openapi
- name: accountsApi
  url: ../openapi/algbra-accounts-api-openapi.yml
  type: openapi
- name: balancesApi
  url: ../openapi/algbra-balances-api-openapi.yml
  type: openapi
- name: transactionsApi
  url: ../openapi/algbra-transactions-api-openapi.yml
  type: openapi
workflows:
- workflowId: accountAccessAndRead
  summary: Consent, confirm authorisation, list accounts, read balances and transactions.
  inputs:
    type: object
    properties:
      permissions:
        type: array
        items: {type: string}
        default: [ReadAccountsDetail, ReadBalances, ReadTransactionsDetail]
  steps:
  - stepId: createConsent
    operationId: CreateAccountAccessConsents
    requestBody:
      contentType: application/json
      payload:
        Data: {Permissions: $inputs.permissions}
        Risk: {}
    outputs:
      consentId: $response.body#/Data/ConsentId
  - stepId: confirmConsent
    operationId: GetAccountAccessConsentsConsentId
    parameters:
    - name: ConsentId
      in: path
      value: $steps.createConsent.outputs.consentId
    successCriteria:
    - condition: $response.body#/Data/Status == "Authorised"
  - stepId: listAccounts
    operationId: GetAccounts
    outputs:
      accountId: $response.body#/Data/Account/0/AccountId
  - stepId: getBalances
    operationId: GetAccountsAccountIdBalances
    parameters:
    - name: AccountId
      in: path
      value: $steps.listAccounts.outputs.accountId
  - stepId: getTransactions
    operationId: GetAccountsAccountIdTransactions
    parameters:
    - name: AccountId
      in: path
      value: $steps.listAccounts.outputs.accountId

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/algbra-account-access-flow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.