Accounts

List cash-management transactions, newest first. Filter server-side rather than paging and filtering client-side.

get/transactions

Query parameters

limitstring

Page size, 1–100 (default 25).

Page size, 1–100 (default 25).

cursorstring

Opaque cursor from a prior response nextCursor.

Opaque cursor from a prior response nextCursor.

fromstring

Inclusive lower bound, YYYY-MM-DD.

Inclusive lower bound, YYYY-MM-DD.

tostring

Inclusive upper bound, YYYY-MM-DD.

Inclusive upper bound, YYYY-MM-DD.

excludeInternalTransfers'true' | 'false'

Set to "true" to omit transfers between company-owned accounts.

Set to "true" to omit transfers between company-owned accounts.

accountstring

Only this account: its id from GET /v1/accounts, or the accountArn a row carries.

Only this account: its id from GET /v1/accounts, or the accountArn a row carries.

direction'debit' | 'credit'

debit is money out, credit is money in.

debit is money out, credit is money in.

status'OPEN' | 'POSTED' | 'VOID' | 'RETURNED'

Only rows reporting this status.

Only rows reporting this status.

method'ach' | 'ach-credit' | 'ach-debit' | 'ach-transfer' | 'card' | 'check-deposit' | 'internal-transfer' | 'international-wire-transfer' | 'rewards-redemption' | 'wire' | 'wire-credit' | 'wire-debit' | 'wire-transfer'

Payment method; ach and wire match every variant of each.

Payment method; ach and wire match every variant of each.

minAmountstring

Lower bound on |amount|, in integer minor units (100000 = $1,000.00).

Lower bound on |amount|, in integer minor units (100000 = $1,000.00).

maxAmountstring

Upper bound on |amount|, in integer minor units.

Upper bound on |amount|, in integer minor units.

searchstring

Case-insensitive substring match across the transaction: the counterparty or merchant name, the description and notes, and bank/account identifiers are all matched, so this is broader than a name filter.

Case-insensitive substring match across the transaction: the counterparty or merchant name, the description and notes, and bank/account identifiers are all matched, so this is broader than a name filter.

Response

A page of transactions.

nextCursorstring nullable required

Pass back as ?cursor for the next page; null on the last page.

Changes

No recorded changes to this endpoint across all 1 revision of this API.