Intuit · Example Payload

Quickbooks Accounting Payment Example

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

Quickbooks Accounting Payment Example is an example object payload from Intuit, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdSyncTokenTxnDateTotalAmtPaymentRefNumExchangeRateLinePrivateNoteUnappliedAmtProcessPaymentTxnSourcedomainsparse

Example Payload

Raw ↑
{
  "Id": "abc123",
  "SyncToken": "example_value",
  "TxnDate": "example_value",
  "TotalAmt": 42.5,
  "PaymentRefNum": "example_value",
  "ExchangeRate": 42.5,
  "Line": [],
  "PrivateNote": "example_value",
  "UnappliedAmt": 42.5,
  "ProcessPayment": true,
  "TxnSource": "example_value",
  "domain": "example_value",
  "sparse": true
}