#.suryamani
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- .suryamani, 1 day ago, 19 messages
- .suryamani, 1 day ago, 44 messages
- .suryamani, 1 day ago, 25 messages
- .suryamani, 2 days ago, 62 messages
- .suryamani, 3 days ago, 23 messages
- .suryamani, 3 days ago, 43 messages
๐ @frosty moon How can I help?
This is my code i have sent emails based on webhook events
When i do cancel subscription but i received the email after half an hour is this is asusual?
The email is sending by your system that Stripe has no control over. Could you share the subscription ID (sub_xxx) that has been canceled, so that I can check when the event was sent?
sub_1O7uzALabf7E4J4FeQPFNdOK
- The subscription cancelation request was made on 2023-11-02 07:09:30 UTC in https://dashboard.stripe.com/test/logs/req_Xf3Aj949nhIEDS
customer.subscription.deletedevent was sent on 2023-11-02 07:09:30 UTC
There was no delay in sending the event from Stripe. Since the email is sent by your own system after receiving the event, I'd recommend checking your email system why there was a delay in sending the email even though Stripe sent the customer.subscription.deleted event in time.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
ok thank you