Skip to main content

List Plan Invoices

Returns invoices generated for a specific subscription plan, across all subscribers. Each renewal cycle produces a new invoice per subscriber — this endpoint surfaces the full billing history of the plan.

Invoice payload structure is identical to standard invoices — see Get Regular Invoice Info for field reference. To narrow down to a single subscriber, use List Subscriber Invoices instead.

GET/api/subscriptions/%plan_id%/invoicesAuth: Required

Query Parameters

pagenumberRequired

Page number.

perPagenumberRequired

Items per page.

More attributes

Response

dataarray

List of invoice objects. Each entry follows the standard invoice payload — see Get Regular Invoice Info for the field structure.

pagenumber

Current page number.

perPagenumber

Items per page.

totalPagesnumber

Total pages available.

totalItemsnumber

Total invoices matching the filter.