#Dev Orion
1 messages · Page 1 of 1 (latest)
Synthrider is out but I can help. Linking your last thread: #1052646795928403978 message
Can you send me the ID of the event where you saw this (evt_123)?
evt_1MF2ASHNOfXZiQvN0glvmAOu
It looks like that subscription is set to cancel at the end of this period still. Its status is still trialing until then. I am a bit confused because the canceled_at property on the subscription does still say 10 minutes ago. Can you tell me more about how you cancelled this subscription? When I test cancelling a trialing subscription myself it is immediately cancelled and a customer.subscription.deleted event is generated
I can see it happened through the customer portal. Was this just the standard delete button there?
not for me it isn't, which is why i'm confused, too.
and yes, through the customer portal. i simply clicked "Cancel plan" at the top right, and then confirmed it
canceled_at to me would mean "this is when the user actually hit the cancel button". but still, why not send out a proper event like "deleted" or whatever?
It actually looks like this is part of your customer portal configuration https://dashboard.stripe.com/test/settings/billing/portal
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Under the subscriptions -> cancel subscriptions section, you have the behavior set to "cancel at the end of the billing period". If you switch to "Cancel immediately" the subscription should immediately be deleted and you should get the deleted event
got it. thank you