Retrieve a Bookkeeping Entry

get/bookkeeping_entries/{bookkeeping_entry_id}

Path parameters

bookkeeping_entry_idstring required

The identifier of the Bookkeeping Entry.

Response

Bookkeeping Entry

account_idstring required

The identifier for the Account the Entry belongs to.

amountinteger required

The Entry amount in the minor unit of its currency. For dollars, for example, this is cents.

created_atstring date-time required

When the entry set was created.

entry_set_idstring required

The identifier for the Entry Set the Entry belongs to.

idstring required

The entry identifier.

type'bookkeeping_entry' required

A constant representing the object's type. For this resource it will always be bookkeeping_entry.

Example response

{
  "account_id": "bookkeeping_account_e37p1f1iuocw5intf35v",
  "amount": 1750,
  "created_at": "2020-01-31T23:59:59Z",
  "entry_set_id": "bookkeeping_entry_set_n80c6wr2p8gtc6p4ingf",
  "id": "bookkeeping_entry_ctjpajsj3ks2blx10375",
  "type": "bookkeeping_entry"
}

Changes