#Admiral
1 messages · Page 1 of 1 (latest)
Can you share the checkout session id or request id so we can take a look?
The subscription was cancelled due to someone in the dashboard cancelling it. See: https://dashboard.stripe.com/test/logs/req_jEB9xpombdWIrl
I cancelled it few times to do testing, but I can assure you even no one cancel it, I'll get this message:
[cancellation_details] => Stripe\StripeObject Object ( [comment] => [feedback] => [reason] => cancellation_requested
and here is look like in stripe:
I'll tell you in brief what scenario it is, we give promo code which gives one year subscription to our users. after 1 year, when their subscription expires, we would like to give the option of renew to them , this time not with promo code, though with using card and thru payment in checkout session. we want to give them 1 day free trial as well.
so 1 day free trial followed by 1 year subscription.
Well you set cancel_at_period_end to true on your backend: https://dashboard.stripe.com/test/logs/req_weOp7r01rERr70
That sets the subscription to cancel at the end of the billing period (1 year)
So don't make that request if that's not the behavior you want