Skip to main content
GET
Get specific ledger entry

Getting a ledger entry

Returns a single ledger entry as ledgerEntry, in the same shape as when you find ledger entries:
The id is the one returned when the entry was posted, and it stays the same when the entry is edited in Infinity.
Ledger entries with VAT are booked as two transactions internally, but only the entry itself has a public id. The id of the VAT transaction is not accepted here and results in a 404 Not Found response with the error code transactions/not-found.

Authorizations

x-api-token
string
header
required

API token for authentication. Obtain from your Infinity account settings.

Path Parameters

ledgerEntryId
string
required

The id of the ledger entry

Response

The ledger entry with the given id.

ledgerEntry
LedgerEntry · object
required

A ledger entry is a single booking in the ledger: one amount, posted from a debit to a credit account on a date.

Infinity books the VAT of an entry as a separate VAT transaction internally, but the API never returns it on its own: it is folded into the vat property of the entry it belongs to.