Skip to main content

List Subscriber Invoices

Returns invoices generated for a single subscriber on a specific plan — full payment history including renewals, missed cycles, and any past activations.

Invoice payload structure is identical to standard invoices — see Get Regular Invoice Info for field reference. For the full set of invoices across all subscribers on a plan, use List Plan Invoices instead.

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

Query Parameters

subscriptionPlanUserIdstringRequired

Subscriber identifier (userId).

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.