Bank connection for LinkyFlow

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.

Read

Accounts

Accounts covered by the bank consent.

Route: GET /accounts

Excel formula: =LF.bank.accounts("selection", "fields")

Inputs you can set
NameTypeRequiredDescription
linkstringYes-
Data returned in Excel
Field
Type
Relations
Description
cashAccountType

string

-

currency
default

string

-

iban
default

string

-

name
default

string

-

product
default

string

-

uid
default

id

-

usage

string

-

Balances

Current balances of one or several accounts.

Read

Balances

Current balances of one or several accounts.

Route: GET /balances

Excel formula: =LF.bank.balances("selection", "fields")

Inputs you can set
NameTypeRequiredDescription
linkstringYes-
accountidYesAccounts of the connection to read (the bank reads one at a time)
typeenumNoBalance types to keep — empty means all. CLBD: Closing booked — the accounting balance; CLAV: Closing available; XPCD: Expected — instant ba...
Data returned in Excel
Field
Type
Relations
Description
account
default

id

accounts

-

amount
default

number

-

currency
default

string

-

name
default

string

-

referenceDate
default

date

-

type
default

string

-

typeName
default

string

-

Transactions

Transactions of one or several accounts over a period.

Read

Transactions

Transactions of one or several accounts over a period.

Route: GET /transactions

Excel formula: =LF.bank.transactions("selection", "fields")

Inputs you can set
NameTypeRequiredDescription
linkstringYes-
accountidYesAccounts of the connection to read (the bank reads one at a time)
dateFromdateNoFirst booking date to read (YYYY-MM-DD). Defaults to the last 90 days.
dateTodateNoLast booking date to read (YYYY-MM-DD).
Data returned in Excel
Field
Type
Relations
Description
account
default

id

accounts

-

amount
default

number

-

bookingDate
default

date

-

counterparty
default

string

-

currency
default

string

-

description
default

string

-