List Float Account entries

Lists the settled ledger entries applied to a Float Account. Transactions and Transfers describe business operations; entries describe what was posted to this Float Account and changed its available balance. An entry may result from a payment, transfer, refund, recovery, return, fee, or manual adjustment, making this endpoint the complete account-level record within the availability window for reconciliation.

Float Account entries are available through this API for a rolling 24-month period, calculated from the time of the request. Entries created before the start of that window are not returned. Requests with either created-at filter before the start of the window return 422 Unprocessable Entity.

Entries are returned in descending order by created_at and then id. The ID is a deterministic tie-breaker; entries with the same timestamp are not guaranteed to be returned in their original balance-application order.

amount is expressed in cents. Positive values credit the Float Account and negative values debit it.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Bank Account ID (BankAccount.data.id), single value, exact match

Query Params
date-time

Filter by minimum created_at. The value must not be earlier than the start of the rolling 24-month availability window. Date/time UTC ISO 8601 format, single value, exact match.

date-time

Filter by maximum created_at. The value must not be earlier than the start of the rolling 24-month availability window. Date/time UTC ISO 8601 format, single value, exact match.

integer
1 to 100
Defaults to 20

Number of entries to return. Defaults to 20 and is constrained to 1–100.

uuid

ID of the final entry from the previous page. Return the value from the Link header unchanged.

Headers
string
^\d{8}$
Defaults to 20250101

API version in YYYYMMDD format. Defaults to 20250101 (legacy) when omitted.

Responses

400

Bad Request - per_page is not an integer

403

Forbidden - the access token does not have the bank_accounts scope

404

Not Found - the Bank Account is unavailable or is not a Float Account

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json