Accounting
Get specific ledger entry
Returns a single ledger entry by its id, with its VAT, foreign currency and receipt details.
GET
Get specific ledger entry
Getting a ledger entry
Returns a single ledger entry asledgerEntry, in the same shape as when you find ledger entries:
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
API token for authentication. Obtain from your Infinity account settings.
Path Parameters
The id of the ledger entry
Response
The ledger entry with the given id.
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.