#orrc
1 messages · Page 1 of 1 (latest)
Can you share the SubscriptionId please ?
sub_1MyA0YCxlkTqLKpvvHCSpeaY
You have the cancellation_Details in the deleted event:
https://dashboard.stripe.com/test/events/evt_1MyADVCxlkTqLKpvqoDHctOR
Right, but I'm asking about missing the customer.subscription.updated when the cancellation reason is set.
The deleted event could come days/weeks/months later when the billing cycle actually ends, so that's not as useful.
đź‘‹ taking over for my colleague. Let me catch up.
you're listening to customer.subscription.deleted event right?
Yes
then you're good to go
I don't see the issue here
I might be missing the point
would you mind elaborating
The timeline is like this:
- April 10 08:00 — User subscribes for a month
- April 15 10:30 — User requests cancellation at end of billing cycle, via the customer portal
- April 15 10:30 — Subscription object is updated, and Stripe sends
customer.subscription.updatedevent immediately - April 15 10:32 — User fills out the "cancellation reason" dialog in the customer portal
- April 15 10:32 — Subscription object is updated with the updated
cancellation_details, but Stripe does not send acustomer.subscription.updatedevent 🔥 - … time passes …
- May 10 08:00 — Billing cycle ends, Subscription object is updated, Stripe sends
customer.subscription.deletedevent
When the user fills out their cancellation feedback, the Subscription is updated, so we expect to get an update event — but we don't.
Being notified of the feedback weeks later isn't as helpful. While we could keep polling the Subscription object in the meantime, we expect Stripe to notify us when a change happens.
taking a look just give me a sec
ok would you mind sending the same message you sent last to https://support.stripe.com/contact/email?topic=api_integration
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
and mention that you were speaking to tarzan on discord?
Sure 👍
please let me know when you do
Done!