List All Subscription Invoices
GET
/v1/subscription-invoices
Returns a paginated list of subscription invoices.
To retrieve subscription invoices for a certain subscription, you can include related resources or use a nested query.
Filter parameters
store_id
Only return subscription invoices belonging to the store with this ID.
status
Only return subscription invoices with this status.
refunded
Only return subscription invoices that are refunded
(the value should be true
or false
).
subscription_id
Only return subscription invoices belonging to a subscription with this ID.
Returns
Returns a paginated list of Subscription Invoice objects ordered by created_at
in descending order.
Was this page helpful?