BankVic · Arazzo Workflow

BankVic consented account data overview

Version 1.0.0

For an accredited Data Recipient (ADR) holding an active consumer consent: list the member's accounts, read one account's current balance, then page its transactions. Requires the CDR OIDC/FAPI 2.0 authorisation (mTLS-bound access token, scopes bank:accounts.basic:read + bank:transactions:read) — NOT publicly runnable.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub FinancialBanksOpen BankingCDRConsumer BankingAustraliaMutual BankProduct Reference DataArazzoWorkflows

Provider

bankvic

Workflows

accountOverview
List accounts, read a balance, then page transactions for one account.
Consented CDR banking flow. Send x-v: 1 (or the negotiated version), a valid Authorization bearer token bound via mTLS, and the required CDR consent headers.
3 steps inputs: accessToken, oldestTime outputs: accountId, currentBalance, transactions
1
listAccounts
List the accounts the consumer has consented to share.
2
getBalance
Read the current balance for the first consented account.
3
listTransactions
Page the transaction history for that account.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: BankVic consented account data overview
  version: 1.0.0
  summary: >-
    For an accredited Data Recipient (ADR) holding an active consumer consent: list the
    member's accounts, read one account's current balance, then page its transactions.
    Requires the CDR OIDC/FAPI 2.0 authorisation (mTLS-bound access token, scopes
    bank:accounts.basic:read + bank:transactions:read) — NOT publicly runnable.
sourceDescriptions:
- name: bankingAccountBalancesApi
  url: ../openapi/bankvic-banking-account-balances-api-openapi.yml
  type: openapi
- name: bankingAccountTransactionsApi
  url: ../openapi/bankvic-banking-account-transactions-api-openapi.yml
  type: openapi
- name: bankingAccountsApi
  url: ../openapi/bankvic-banking-accounts-api-openapi.yml
  type: openapi
workflows:
- workflowId: accountOverview
  summary: List accounts, read a balance, then page transactions for one account.
  description: >-
    Consented CDR banking flow. Send x-v: 1 (or the negotiated version), a valid
    Authorization bearer token bound via mTLS, and the required CDR consent headers.
  inputs:
    type: object
    properties:
      accessToken:
        type: string
        description: mTLS-bound CDR access token issued after consumer consent.
      oldestTime:
        type: string
        description: Optional ISO date-time lower bound for transactions.
  steps:
  - stepId: listAccounts
    description: List the accounts the consumer has consented to share.
    operationId: listBankingAccounts
    parameters:
    - name: x-v
      in: header
      value: '1'
    - name: page-size
      in: query
      value: 25
    outputs:
      firstAccountId: $response.body#/data/accounts/0/accountId
  - stepId: getBalance
    description: Read the current balance for the first consented account.
    operationId: getBankingBalance
    parameters:
    - name: x-v
      in: header
      value: '1'
    - name: accountId
      in: path
      value: $steps.listAccounts.outputs.firstAccountId
    outputs:
      currentBalance: $response.body#/data/currentBalance
  - stepId: listTransactions
    description: Page the transaction history for that account.
    operationId: listBankingTransactions
    parameters:
    - name: x-v
      in: header
      value: '1'
    - name: accountId
      in: path
      value: $steps.listAccounts.outputs.firstAccountId
    - name: oldest-time
      in: query
      value: $inputs.oldestTime
    - name: page-size
      in: query
      value: 25
    outputs:
      transactions: $response.body#/data/transactions
  outputs:
    accountId: $steps.listAccounts.outputs.firstAccountId
    currentBalance: $steps.getBalance.outputs.currentBalance
    transactions: $steps.listTransactions.outputs.transactions

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/bankvic-account-data-overview"
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.