#succodanatra
1 messages · Page 1 of 1 (latest)
Yes you can use coupon on your own website, and apply it via Stripe API, here is an example on how to apply coupon to a Subscription:
https://stripe.com/docs/billing/subscriptions/coupons?dashboard-or-api=api#discount-subscriptions
ok so i can use products + cupons with my own ui
without having to use stripe checkout
becuase i have this situations where i got to ask the user to pay for a deposit
and only then pay for the whole amount
so my idead was to have 1 products for deposit and N products for my real products
would it work for you?
or is there a better way to manage this scenario?