#sprwt-subscription-prices
1 messages · Page 1 of 1 (latest)
sprwt-subscription-prices
Hey @muted sinew. The items property https://stripe.com/docs/api/subscriptions/object#subscription_object-items has the list of Price(s) associated with that Subscription so that's where you'd look.
If you wanted to see their upcoming invoice and how much it'd be for you'd use https://stripe.com/docs/api/invoices/upcoming
I'd say try it in Test mode, look at the object(s) and find the information you are after!