#Akin-discount
1 messages · Page 1 of 1 (latest)
hi! should be possible. What do you call a "coupon code" exactly?
overall https://stripe.com/docs/billing/subscriptions/coupons is the main guide
Like a discount code
perhaps https://stripe.com/docs/billing/subscriptions/coupons#promotion-codes on that page helps then
This gives user maybe 10% or so discount on a purchase
I am trying to use it for a onetime purchase but i assume it should be the same idea as subscription then?
yes, but unfortunately we don't have good support for promo codes on one time invoices
does it have to be an Invoice specifically? The easiest solution is to use Checkout for one time payments supporting discounts
Oh, Yes i am currently using invoice in this project based on the requirement that is why
Unfortunately I don't think there is a good way to do one-off invoices and allow promotion codes like this at the moment. You can apply the one-off coupon yourself on your server but I don't think there is a way to allow users to input a promotion code on the invoice itself.