#lil_nasty_
1 messages · Page 1 of 1 (latest)
Hello! They should both trigger the customer.subscription.deleted Event, yes. https://stripe.com/docs/api/events/types#event_types-customer.subscription.deleted
That Event will fire when the Subscription is canceled.
will both have the status of cancelled?
Yes.
Perfect, thanks!
You can test all of this in test mode to confirm the behavior you expect, too. 🙂
Yeah, that's what I'm doing, but didn't want to have to change the term of a subscription price to like 1 day so that it would auto-cancel tomorrow
I did see you could re-schedule the cancellation, but it would only let me do it for tomorrow and I don't want to wait that long haha
You might be interested in Test Clocks: https://stripe.com/docs/billing/testing/test-clocks
If I simply cancel from the dashboard it should trigger the same chain of events/statuses that would happen if it were auto-cancelled becauase it had been marked for it before, right?
I think so? Not sure I 100% understand your question. I recommend using Test Clocks to move forward in time so you can test all of this without waiting.