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: RequiredQuery Parameters
subscriptionPlanUserIdstringRequiredSubscriber identifier (userId).
pagenumberRequiredPage number.
perPagenumberRequiredItems per page.
More attributes
Response
dataarrayList of invoice objects. Each entry follows the standard invoice payload — see Get Regular Invoice Info for the field structure.
pagenumberCurrent page number.
perPagenumberItems per page.
totalPagesnumberTotal pages available.
totalItemsnumberTotal invoices matching the filter.