#Jairo- coupons
1 messages ยท Page 1 of 1 (latest)
Hi @spark ore ๐
could you please share the coupon id and/or the subscription id?
yes
If you check the info of the subscription's next invoice, the coupon is not applied
Oh, and how is it that in the creation of the subscription the discount has been applied when applying the coupon at checkout?
How should I use the coupon so that it is applied for life in the subscription?
Ok ๐
No, I've created it only for this test
So this is the request to create the subscription: https://dashboard.stripe.com/test/logs/req_PIb8KYR2S94kLN
in it, you passed a coupon with 10% off forever: https://dashboard.stripe.com/test/coupons/TEST-EMPLOYEE
Then later you updated the subscription to remove the discount: https://dashboard.stripe.com/test/logs/req_6Mi8Li5BUMzG4k
So it's expected that you don't see the discount anymore.
Oh, I can see it
In the subscription updates we aren't including the coupon
It is a subscription update to increment items for a paid-per-unit subscription
We must to pass the coupon ID also in this request, right?
Rather, we must to pass the coupon in ANY subscription's update request. Otherwise the coupon is lost right?
We must to pass the coupon ID also in this request, right?
I don't think you need. But in this case in your request you specifically passedcoupon: ""which is removing the coupon.