v1
latestOpenAPI 3.0.32026-07-248519153.1 KBRetrieve a list of all client invoices
Fetch all invoices for a client based on the payment system. Supports Stripe, Paddle, PayPal, and Primer payment systems.
get/subscription/invoices
Query parameters
pay_system_idstring required
ID of the subscription in external Stripe/Paddle/PayPal/Primer, e.g. sub_1PzNJzCsRq5tBi2bbfNsAf86or I-H7HC902MYM49
limitinteger
Number of records to retrieve (default: 100, max: 1000).
offsetstring
Pagination offset using the ID of the last invoice on the page. For Stripe: starting_after parameter, for Paddle: after parameter.
Response
List of invoices retrieved successfully.
Example response
{
"success": 1
}