Bank connection for LinkyFlow
LinkyFlow brings Bank data into Excel with 3 workflows for market analysis, wallet monitoring, and reporting without switching tools.
Resources
3
Read requests
3
Write actions
0
Documented fields
24
Workflows you can move into Excel
Each resource below maps to a practical spreadsheet workflow. Read actions bring useful columns into Excel; create and edit actions show what can be reviewed in rows before sending changes.
Bank
Accounts
Accounts covered by the bank consent.
Accounts
Accounts covered by the bank consent.
Route: GET /accounts
Excel formula: =LF.bank.accounts("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
cashAccountType | string | — | - |
currencydefault | string | — | - |
ibandefault | string | — | - |
namedefault | string | — | - |
productdefault | string | — | - |
uiddefault | id | — | - |
usage | string | — | - |
Balances
Current balances of one or several accounts.
Balances
Current balances of one or several accounts.
Route: GET /balances
Excel formula: =LF.bank.balances("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
accountdefault | id | → accounts | - |
amountdefault | number | — | - |
currencydefault | string | — | - |
namedefault | string | — | - |
referenceDatedefault | date | — | - |
typedefault | string | — | - |
typeNamedefault | string | — | - |
Transactions
Transactions of one or several accounts over a period.
Transactions
Transactions of one or several accounts over a period.
Route: GET /transactions
Excel formula: =LF.bank.transactions("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
accountdefault | id | → accounts | - |
amountdefault | number | — | - |
bookingDatedefault | date | — | - |
counterpartydefault | string | — | - |
currencydefault | string | — | - |
descriptiondefault | string | — | - |