Skip to main content

List the organization's Stripe subscriptions

GET 

/stripe/subscriptions

Lists the Stripe Subscription objects for the current organization's customer (stripe.subscriptions.list({ customer })). Returns the native Stripe list object ({ object: "list", data: [...] }). Requires the manageBilling ability.

Responses

A Stripe list object of the organization's subscriptions.