#wendy

1 messages · Page 1 of 1 (latest)

hybrid pivotBOT
autumn root
#

Are you using Checkout?

#

Also subscriptions or one-time?

#

But yeah you should be able to

gray axle
#

really, so i don't need to defined a fixed price on the coupon, i can have one coupon that let me set the price upon adding it to the invoice?
this will be any invoice or first invoice of a new subscription in our back end

#

or do we need to create new coupon with new price each time, i.e. we will end up seeing a LOT of coupons in stripe

#

which we don't want

autumn root
#

Coupons don't need an association to a price

gray axle
#

the create api of coupon needs $ or %, so we cannot reuse the same coupon, it means we can create each time but again a lot of coupon in stripe due to this as the amount can be anything

autumn root
gray axle
#

but my price is different each time

#

up to pennies

autumn root
#

Oh so the amount you're discounting will be different each time?

#

Why not discount a percent?

gray axle
#

yes

autumn root
#

I guess I don't understand your usecase

#

Can you describe it more

gray axle
#

it's just some loyalty $ that the customer earn over time

#

using it on next invoice

#

so could be $5 for one and $2.05 for another customer but like to reuse the same coupon in stripe

autumn root
#

Well if the amount is highly variable like that you can't really avoid creating a bunch of different coupon codes

#

It's another way to discount an invoice

gray axle
#

that is our current approach

#

but the refund is not nice as the refund pdf receipt from stripe, we have no way to include refunding back the loyalty$ in the PDF

autumn root
#

Well the loyalty money is a credit/discount

#

You can't refund that

#

You can only credit the customer's balance

#

Discount codes won't solve that problem