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.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Bad Request - per_page is not an integer
403Forbidden - the access token does not have the bank_accounts scope
404Not Found - the Bank Account is unavailable or is not a Float Account
