Skip to main content

September 10, 2026

· One min read

This release adds filtering capabilities to the invoices endpoint, enabling developers to narrow invoice queries by customer membership status. This makes it easier to retrieve invoices for specific customer segments without additional client-side filtering.

  • GET /invoices now supports filtering invoices by customer membership status using the customer_membership query parameter

GET /invoices

  • added the new optional query request parameter customer_membership
View updated docs