Skip to main content
external_id
string | null
required
Maximum string length: 255
Example:

"1234567890"

amount
number
required
Example:

520.56

datetime
string<date-time>
required
description
string
required

The description of the Transaction

Maximum string length: 512
Example:

"Payment from Acme Corp"

posted
boolean
required
type
enum<string>
required

The type of the Transaction

Available options:
business,
personal
Examples:

"business"

"personal"

reviewed
boolean
required
id
string<txn_string>
required

The ID of the Transaction

Example:

"txn_WQMDNUHpBThYSNh4AprDBo"

external_account_id
string<eac_string>
required

The ID of the External Account associated with the Transaction

Example:

"eac_WQMDNUHpBThYSNh4AprDBo"

metadata_
Metadata · object
invoice_payments
InvoicePaymentPublic · object[] | null

The invoice payments associated with the Transaction

Example:

null

refund_payments
RefundPaymentPublic · object[] | null

The refund payments associated with the Transaction

Example:

null

bill_payments
BillPaymentPublic · object[] | null

The bill payments associated with the Transaction

Example:

null