Intuit · Schema

Payment

A Payment records a payment received from a customer. Payments can be applied to one or more outstanding invoices, or left as unapplied credit.

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime Tracking

Properties

Name Type Description
Id string Unique identifier for the payment
SyncToken string Version number for optimistic locking
TxnDate string The date of the payment transaction
TotalAmt number Total amount of the payment
PaymentRefNum string Reference number for the payment (e.g., check number)
ExchangeRate number Currency exchange rate
Line array Lines indicating which invoices or credit memos this payment is applied against
PrivateNote string Private note for internal use
UnappliedAmt number Amount not yet applied to invoices
ProcessPayment boolean Whether to process the payment through the Intuit payment gateway
TxnSource string Source of the transaction
domain string
sparse boolean
View JSON Schema on GitHub