List all Invoices
List all Invoices
Headers
Your API credentials. Eg. Basic {credentials}
.
Use this header to select an API version
2024-07-30
Query Parameters
Pagination cursor. To page through items, omit this parameter to retrieve the first page, and then successively use the value you get from pagination.after
or pagination.before
to retrieve each page.
Pagination cursor. To page through items, omit this parameter to retrieve the first page, and then successively use the value you get from pagination.after
or pagination.before
to retrieve each page.
Maximum number of objects to return per-page. Must be between 1 and 100 (inclusive).
Sort order. Default: DESC (descending, most often used for reverse chronological sorting).
Sort column. Default: creation time. Options: CUSTOMER_LEGAL_COMPANY_NAME, GROSS_TOTAL, ACCOUNTING_DATE
Filter by invoice status. Options: IN_PROGRESS, DRAFT, FINAL, SENT, VOIDED
Filter by payment status. Options: UNPAID, PARTIALLY_PAID, PAID, UNCOLLECTIBLE
Filter by customer id.
Filter by billing schedule id.
Filter by due date before. Format: yyyy-MM-dd
Filter by due date after. Format: yyyy-MM-dd
Filter by sent date before. Format: yyyy-MM-dd
Filter by sent date after. Format: yyyy-MM-dd
Filter by invoice date before. Format: yyyy-MM-dd
Filter by invoice date after. Format: yyyy-MM-dd
Exclude invoices with zero quantity.
Get invoices for a specific currency (provide a comma-separated list)
Response
Invoices
Results pagination