Bill payments
New: Bill payment endpoints
Record and retrieve payments against a bill, mirroring the existing invoice payment endpoints.
Notes
- The request body matches invoice payments:
amount(positive, in dollars),paymentDate(ISO 8601),paymentMethod(CASH,ACH,CREDIT_CARD,KLARNA,AFFIRM, orCHECK), and optionalnotes/paymentReference. Amounts are returned in dollars. - Bill payment responses expose the payment display number as
billNumber(invoice payments continue to useinvoiceNumber). - This makes it possible to move a bill to
PAIDthrough the API — previously a bill’s status could not be changed without an associated payment.
