Intuit · Arazzo Workflow
Intuit Pay Customer Open Invoice
Version 1.0.0
Find a customer's oldest open invoice and record a payment against it.
View Spec
View on GitHub
AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingArazzoWorkflows
Provider
Workflows
pay-customer-open-invoice
Query a customer's open invoices and pay the oldest one.
Queries the Invoice entity for a customer's unpaid invoices and records a Payment linked to the oldest open invoice when one exists.
1
findOpenInvoices
queryEntities
Query the customer's invoices that still have an outstanding balance.
2
recordPayment
createPayment
Record a payment linked to the customer's oldest open invoice.
Source API Descriptions
openapi