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.
View Spec
View on GitHub
FinancialBanksOpen BankingCDRConsumer BankingAustraliaMutual BankProduct Reference DataArazzoWorkflows
Provider
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.
1
listAccounts
listBankingAccounts
List the accounts the consumer has consented to share.
2
getBalance
getBankingBalance
Read the current balance for the first consented account.
3
listTransactions
listBankingTransactions
Page the transaction history for that account.