Skip to main content
business_id
string<biz_string>
required

The ID of the Business that is associated with the Journal Entry

Example:

"biz_Pk2fNFDd8wj7EFeLWJywc7"

description
string
required

The description of the Journal Entry

Maximum string length: 512
Example:

"HomeDepot purchase"

clean_description
string | null
required

A more human-readable version of the description

Maximum string length: 512
Example:

"HomeDepot purchase"

datetime
string<date-time>
required

The datetime the journal entry was created in UTC ISO-8601 format

Example:

"2023-11-07T05:31:56Z"

is_reconciled
boolean
required

Whether the journal entry is reconciled

review_status
enum<string>
required

The review status of the journal entry

Available options:
bookkeeper_pending,
business_pending,
confirmed
basis
enum<string>
required

The accounting basis of the journal entry

Available options:
both,
accrual,
cash
id
string<je_string>
required

The ID of the Journal Entry

Example:

"je_R2fAXCjqJPdpYata112zyW"

transaction_id
string<txn_string> | null
required

The ID of the associated Transaction if the Journal Entry was created from a Transaction

Example:

"txn_WQMDNUHpBThYSNh4AprDBo"

line_entries
LineEntryPublic · object[]
required

The Line Entries for this Journal Entry

categorization_method
enum<string> | null
required

The method used to categorize the Journal Entry

Available options:
refund,
transfer,
similarity,
plaid,
ai,
ar,
ap,
uncategorized,
manual,
agent
Example:

"manual"

invoice_id
string<inv_string> | null
required

The ID of the associated Invoice

Example:

"inv_WQMDNUHpBThYSNh4AprDBo"