#thunderbuddy-coupon
1 messages · Page 1 of 1 (latest)
Here's an example of a subscription
sub_JLNuq5QQHm0ytk
But I think I might know what it is, just need clarification.
When we signed up the customer we applied a coupon (1000 off for duration = "once"), but we applied this coupon to the customer object and not that specific subscription
So does this mean that the user will get that coupon forever bc it was applied at the customer object layer?
Hello @proper hound
I'm going through all of our subscriptions now and this seems to be a widespread and inconsistent issue.
Sorry had this open but lost the tab 😩 -- this subscription only have two invoices, the initial trial invoice then the renewal invoice afterward with the large discount
The amount does not match the amount you said for the renewal invoice: in_1InloeCSlBkOK22mfutHipHT
It's expected that a coupon discount is not used up for a $0 trial invoice, it applies to the next one as we see here
But it was used up
After the 14 day trial, they were only charged $100 (1400 off)
So the coupon should have only been used there
That's right, and the subsequent invoice for the customer subscription is not discounted if you look at the upcoming invoice here: https://dashboard.stripe.com/subscriptions/sub_JLNuq5QQHm0ytk
Where are you seeing it used unexpectedly?
So it had "Next invoice on May 5, 2022 for $0.00"
but then I removed that "1400 off once coupon" at the account layer to make it charge the full $1500
It should only apply to once invoice, that may have been a UI bug in the dashboard if it was still applied to the next invoice
Is that common UI bug?
I guess I'm just concerned on whether I should do a full audit to make sure customers are getting charged the full amount?
Also, can you tell me the difference between applying the coupon and the customer layer and subscription layer?
Some info here: using it on the subscription is recommended: https://stripe.com/docs/billing/subscriptions/coupons#discounting-customers
let me try to test this to see if i can reproduce
Gotcha... ok, thank you
Ya, I had some of our sales people adding it to the customer layer and then some adding it at the subscription layer.
And I was noticing that issue only on the ones applied to the customer layer.
Just tested and the coupon on my customer was used once and then it doesnt apply to the next invoice