Billing & Invoices
Get Account Statement
Return the active account's payment terms, credit limit, open invoice balance, open order value, and available credit.
List Invoices
List the active account's invoices (open and paid).
Get Invoice
Return one invoice. Returns 404 if it is not on the active account.
Download Invoice PDF
Download an invoice as a PDF. Returns 404 for an invoice not on the active account.
Pay Invoices
Pay one or more invoices by card/ACH. `invoice_ids` (only those on the active account are charged) and a Stripe `payment_method` are required. The charge is idempotent — a retried request never double-charges. On success the invoices' status and available credit update.
List Payments
Return the active account's payment history.