Bookkeeping Entries
Entries are T-account entries recording debits and credits. Your compliance setup might require annotating money movements using this API. Learn more in our guide to Bookkeeping.
The Bookkeeping Entry object
Attributes
account_id
string
The identifier for the Account the Entry belongs to.
amount
integer
The Entry amount in the minor unit of its currency. For dollars, for example, this is cents.
created_at
string
When the entry set was created.
entry_set_id
string
The identifier for the Entry Set the Entry belongs to.
id
string
The entry identifier.
type
string
A constant representing the object’s type. For this resource it will always be bookkeeping_entry.
List Bookkeeping Entries
Returns a
list response
:
Parameters
account_id
string
The identifier for the Bookkeeping Account to filter by.
More parameters
cursor
string
limit
integer
Retrieve a Bookkeeping Entry
Parameters
bookkeeping_entry_id
string
Required
The identifier of the Bookkeeping Entry.