#nubar-promo
1 messages · Page 1 of 1 (latest)
hi! I don't quite follow the question, can you elaborate a little, what do you mean by 'percentage' for example?
Percentage discount of promotion code
that's a detail of the Coupon object
so when looking at a PromoCode you would retrieve the linked coupon https://stripe.com/docs/api/promotion_codes/object#promotion_code_object-coupon
and look at percent_off on that
yes, but is there any way for fetching that information for existing subscriptions?
yep, looking at the discounts field on the subscription object