Skip to main content

Liquidity & Cash

Cash Transactions

Required scope: company-cash · Endpoint: GET /cash-transactions

Identifies and summarises cash deposits and cash withdrawals across all company accounts. Transactions are tagged as cash deposits or cash withdrawals during the categorisation step — only those tagged transactions appear in this analysis.

Response structure

FieldDescription
overview.incomingsTotal cash deposits: sum, count, and transaction IDs
overview.outgoingsTotal cash withdrawals: sum, count, and transaction IDs
overview.totalTransactionAmountCombined amount of all cash movements
overview.totalTransactionCountTotal number of cash transactions
monthlyOverview[]Same breakdown repeated per calendar month, sorted newest-first
monthlyOverview[].monthMonth in YYYY-MM format

Liquidity

Required scope: company-liquidity · Endpoint: GET /liquidity

Tracks all income and expenses per account, month by month. Alongside transaction counts and amounts, each monthly entry includes balance snapshots that show how the account balance evolved within that month.

The response contains a cross-account overview and a per-account breakdown under accountLiquidity.

Response structure

Top-level overview (aggregated across all accounts):

FieldDescription
overview.incomingsTotal incoming transactions: sum and count
overview.outgoingsTotal outgoing transactions: sum and count
overview.totalTransactionAmountNet combined amount
overview.totalTransactionCountTotal transaction count

Per-account entry (accountLiquidity[]):

FieldDescription
accountBasic account information (IBAN, account type, etc.)
overviewSame structure as the top-level overview, but scoped to this account
monthlyOverview[]Monthly breakdown for this account, sorted newest-first
monthlyOverview[].monthMonth in YYYY-MM format
monthlyOverview[].endOfMonthBalanceAccount balance at the end of the month
monthlyOverview[].minBalanceLowest balance recorded during the month
monthlyOverview[].maxBalanceHighest balance recorded during the month
monthlyOverview[].incomingsIncoming transactions for the month
monthlyOverview[].outgoingsOutgoing transactions for the month
monthlyOverview[].totalTransactionAmountNet amount for the month

Foreign Payments

Required scope: company-foreign-payment · Endpoint: GET /foreign-payments

Identifies transactions involving international counterparties — detected by a non-domestic IBAN prefix on the payment partner. Results are grouped by the counterparty's country code.

Response structure

FieldDescription
overview.incomingsTotal international income: sum, count, transaction IDs
overview.outgoingsTotal international expenses: sum, count, transaction IDs
overview.totalTransactionAmountCombined total of all international transactions
overview.totalTransactionCountTotal count of international transactions
byState[]Breakdown by country code (ISO 3166-1 alpha-2), sorted alphabetically
byState[].codeTwo-letter country code derived from the IBAN
byState[].incomingsInternational income from this country
byState[].outgoingsInternational expenses to this country