#celsian-subscription-cancel
1 messages · Page 1 of 1 (latest)
Taking a look
I see that this subscription was created then voided rapidly but I don't see the issue here. Do you have the ID for the API request that threw the error?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_rtlKy50Jb3gdmZ
Thanks, looking
This isn't much of a race condition. This customer's subscription expired on the 24th
Alright, I guess the API just throws that error if I try to cancel a subscription that's already cancelled. I think I'll need to modify the way we handle those subscription updated webhooks to check if the subscription is active before cancelling it.
Yeah that makes sense. Since the Customer object will still have the relationship to those expired Subscriptions