Tink · Arazzo Workflow
Tink Trigger A Balance Refresh And Poll It
Version 1.0.0
Trigger an on-demand balance refresh for a credentials object, then poll until it finishes, then read fresh balances.
View Spec
View on GitHub
Open BankingPSD2Payment InitiationAccount AggregationRisk DecisioningPay by BankFinanceBankingEuropeVisaArazzoWorkflows
Provider
Workflows
balance-refresh-and-poll
Trigger a balance refresh, poll to completion, then read the refreshed balances.
Triggers a balance refresh for the supplied credentials, re-checks its status until FINISHED or FAILED, and on success lists accounts and reads the first account's balances.
1
createBalanceRefresh
createBalanceRefresh
Trigger an on-demand balance refresh for the supplied credentials object.
2
pollRefresh
getBalanceRefresh
Retrieve the balance refresh status. While the refresh is QUEUED or IN_PROGRESS, loop back and check again; on FINISHED proceed to read balances; on FAILED end the flow.
3
listAccounts
listAccounts
List the accounts to resolve an account id for the refreshed balances.
4
getBalances
getAccountBalances
Read the freshly refreshed balances for the first account.