#Khalid Al-Awady
1 messages · Page 1 of 1 (latest)
When you apply a coupon to a subscription, it will automatically be applied to all invoices created by that subscription. If you want that coupon to apply to other subscriptions, you would have to explicitly set it for each subscription
Understood, thats what I had gathered from the documentation. So what I am asking is if there is a way to make a relationship for customers and coupons rather than coupons and subscriptions?
Yeah, so you can also just apply it to the Customer in that case: https://stripe.com/docs/api/customers/update#update_customer-coupon. It looks like that applies uniformly to all recurring charges, but not one-off payments
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Is that what you're looking for?