#vani.godugula
1 messages · Page 1 of 1 (latest)
1: yeah
2: yeah
3: no limit
You would need to create a coupon and then optionally link a promo code for the customer to use with that coupon: https://stripe.com/docs/api/coupons and https://stripe.com/docs/api/coupons
Is this for one time payments or subscriptions? Are you using Checkout or Elements or something else?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This is for Subscriptions, and I am using checkout
Ok yeah then above links apply
Recommend reading this: https://stripe.com/docs/billing/subscriptions/coupons
Thanks!!