The Sales-Tax Payment Check object
A sales-tax payment check records a check written from a bank account to pay collected sales taxes to a tax agency. It allocates the payment across one or more sales-tax items so QuickBooks Desktop can reduce the sales-tax payable amounts for those items.
The unique identifier assigned by QuickBooks to this sales-tax payment check. This ID is unique across all transaction types.
"123ABC-1234567890"
The type of object. This value is always "qbd_sales_tax_payment_check".
"qbd_sales_tax_payment_check""qbd_sales_tax_payment_check"
The date and time when this sales-tax payment check was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
"2025-01-01T12:34:56.000Z"
The date and time when this sales-tax payment check was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
"2025-02-01T12:34:56.000Z"
The current QuickBooks-assigned revision number of this sales-tax payment check object, which changes each time the object is modified. When updating this object, you must provide the most recent revisionNumber to ensure you're working with the latest data; otherwise, the update will return an error.
"1721172183"
The sales-tax agency, represented as a QuickBooks vendor, receiving this sales-tax payment check. This must match the tax vendor associated with the sales-tax items in the payment lines.
{
"id": "80000001-1234567890",
"fullName": "State Tax Agency"
}The date of this sales-tax payment check, in ISO 8601 format (YYYY-MM-DD).
"2024-10-01"
The bank account from which the funds are being drawn for this sales-tax payment check; e.g., Checking or Savings. This sales-tax payment check will decrease the balance of this account.
{
"id": "80000001-1234567890",
"fullName": "Checking"
}The total monetary amount of this sales-tax payment check, represented as a decimal string. This equals the sum of the amounts in the sales-tax payment check lines.
"1000.00"
The case-sensitive user-defined reference number for this sales-tax payment check, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.
IMPORTANT: For checks, this field is the check number.
"TAXPMT-1234"
A memo or note for this sales-tax payment check.
"Sales tax payment for Q3 2024"
The address that is printed on the sales-tax payment check.
Indicates whether this sales-tax payment check is included in the queue of documents for QuickBooks to print.
true
A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.
"12345678-abcd-1234-abcd-1234567890ab"
The payment lines in this sales-tax payment check, each recording an amount paid toward a sales-tax item.
The custom fields for the sales-tax payment check object, added as user-defined data extensions, not included in the standard QuickBooks object.

