#dzidor-coupons-subs
1 messages · Page 1 of 1 (latest)
hello, can you explain this part:
For the first month i want to refund then the user the difference.
so $16/month I get, what happens the first month? what do I pay at the start of the sub? why do I get a refund?
let
sorry
let's say for this current month, 15 october 2021, Peter is already billed 16 USD. Today 21 october, i reward Peter for 3 promotions code of 10 USD. I want to apply the promotion codes for october, nov and dec then. since Peter already paid the 16 USD, i want to apply the code (and expect stripe if possible automaticly) refund 10 USD to the Peter for october. Then I want the Nov and Dec payment of Peter to be only 6 by applying the 2 last promo codes respectively
i want to apply the code (and expect stripe if possible automaticly) refund 10 USD to the Peter for october
yeah so this is not how it will work, your code will have to give a Refund manually
and you can apply the Coupon where it will reduce next two Invoices
So i can call UPDATE subscritions 3 times to apply each promotions codes. Next I call a Refund call for the first month ONLY.
Stripe will automaticly apply the 2 others promo codes (coupons) to the next 2 months ?
if i call UPDATE subscription 3 times to apply a PROMO CODE, it will not just override the first two and consider like i have apply onlye ONE discount?
you should apply one Coupon with 2 redemptions, so it applies to the next 2 Invoices
and yes Refund the first Charge in your code