accounting_payments_list
Retrieve and filter payment records from ServiceTitan accounting with parameters for IDs, dates, amounts, statuses, and custom fields to manage financial tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited payment IDs (max 50) | |
| appliedToInvoiceIds | No | Comma-delimited invoice IDs applied to | |
| appliedToReferenceNumber | No | Applied reference number | |
| statuses | No | Payment statuses | |
| paidOnAfter | No | Paid date on or after RFC3339 date-time | |
| paidOnBefore | No | Paid date on or before RFC3339 date-time | |
| businessUnitIds | No | Comma-delimited business unit IDs | |
| batchNumber | No | Batch number | |
| batchId | No | Batch ID | |
| transactionType | No | Transaction type | |
| customerId | No | Customer ID | |
| totalGreater | No | Minimum total amount | |
| totalLess | No | Maximum total amount | |
| customFieldFields | No | Custom field name/value filters | |
| customFieldOperator | No | Operator for custom field filters | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn, ModifiedOn, PaidOn, Total | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No | ||
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |