Ledger
List Ledger Entries
Retrieve the postings that touch one ledger account, filtered by posting code and paged with limit/offset.
GET
List ledger entries for an account
Query Parameters
Each row is exactly one balanced transfer — a single debit account, a single
credit account, and one amount in minor currency units. A business event that
touches several accounts (an invoice with tax, say) posts several rows
sharing the same
reference_id. There is no date-range filter; results come
back newest first, so page by limit/offset.
Example Request
Response
reference_id is the business object that caused the posting — the invoice
for codes 1 and 6, the payment’s invoice for code 3, the credit note or
wallet transaction for the credit and wallet codes.Authorizations
Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.
Query Parameters
Filter to one posting code (e.g. 3 = payment). Omit for all.
Page size (default 50, max 250).
Response
Ledger transfers touching the account.
List ledger entries for an account