#Michael-coupon
1 messages ยท Page 1 of 1 (latest)
๐ Happy to help
Can you share the payment link and coupon that you're trying to apply?
Absolutely I can.
https://buy.stripe.com/28o4hY43G30q1687st
Code: TESTING20 (based on coupon HzXhaCL9)
promo_1L5iwAFI0bgZdvZj1KCWQsw9 is the internal promotion ID.
(I have no idea if you can look "internally" or not.)
Looking into it now
I appreciate your help, thank you.
I can see that the promotion code gives 100% off discount. After the coupon discount, the final amount is below the minimum charge amount which is not allowed.
This promotion code cannot be applied because it reduces the total below the minimum charge amount. https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
Aaah! So what's the max I can get away with? I basically I want to my API worker, but with the live account now.
Without spending money, ideally ๐
Can you explain what you hope to achieve here? There is no amount to charge after 100% off
I simply want to test my deployed worker is... working. I've tested the process against test data in Stripe and it worked there, but now I simply want to make sure it works, still, in production, against production data (this is very common practice.)
I guess I can simply buy the product with a company card and just take Stripe fee hit.
I see! If it's just for live testing purpose, you can do a live payment and refund later
... Very true!
(And it never fully worked... hence testing hehe!)
Thanks buddy! What is the maximum % discount I can give, then?
This is the minimum amount for each currency: https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
The final discounted price should be more than minimum amount, so you will need compute the % and ensure that it doesn't fall below the minimum.
Understood. Thank you ๐