List bills and credits available to pay for a vendor
Lists open vendor bills and available vendor credits for a specific QuickBooks Desktop vendor. Use each bill.billId as applyToTransactions[].transactionId in bill-payment requests. To apply a returned credit, place it under the target bill’s applyToTransactions[].applyCredits[] entry, set creditTransactionId to credit.creditTransactionId, and choose an appliedAmount that does not exceed credit.creditRemaining or the target bill’s remaining amount due.
NOTE: QuickBooks Desktop does not support pagination for bills to pay; hence, there is no cursor parameter. Users typically have few bills to pay.
Documentation Index
Fetch the complete documentation index at: https://docs.conductor.is/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}").
Headers
The ID of the End-User to receive this request.
"end_usr_1234567abcdefg"
Query Parameters
The vendor whose open bills and available credits should be returned.
36"80000001-1234567890"
Filter for open bills and available credits assigned to this Accounts-Payable account. If omitted, QuickBooks Desktop uses the default A/P account configured in the company file.
36"80000001-1234567890"
Filter the bill branch to open bills due on or before this date, in ISO 8601 format (YYYY-MM-DD). If omitted, QuickBooks Desktop returns open bills from all due dates. Available credits can still be returned because credits do not have a due date.
"2025-02-01"
Filter for open bills and available credits in these currencies.
["80000001-1234567890"]Response
Returns open vendor bills and available vendor credits for a specific QuickBooks Desktop vendor.
The type of object. This value is always "list".
"list""list"
The endpoint URL where this list can be accessed.
"/v1/quickbooks-desktop/bills-to-pay"
The array of bills-to-pay records. Each record has either a bill object or a credit object, and the other branch is null.

