#phant
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.
Yes Test mode Subscription could be automatically cancelled after a while
even in invoice.paid event?
Can't say for sure. Can you provide the Subscription Id? sub_xxx
yeah sure sub_1Oit2QCqhyxGoBc4pHgFpep4
because if it had hit customer.subscription.deleted, i had a different manual status updated too,but that didnt update
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It's cancelled by this request
Oh sorry that's not visible via Dashboard. But yes that's a cancel request from Billing Portal
When the customer clicked cancel button there
a Billing Portal created from https://dashboard.stripe.com/test/logs/req_OAdWUHLMZ4MxfG
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It seems expired, but it was created and a cancel action was recorded from it
oh then why wasnt this customer.subscription.deleted event called
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I believe here it is
oh so customer.subscription.deleted this event was called?
Yep!
but i had all these ready on the call, why did not these go through and only the subscription status:
also i had a mail set, even i did not receive a mail
Hmm I am not sure I am following. What is the pasted image here?
and WDYM by email? You can only receive a webhook event in your endpoint
like on that webhook hit , i had these update and mail autmatically set up
but i dont think it got hit into that event customer.subscription.deleted
or else i would have recieved a mail saying subcription cancelled (manual setup)
I see, yes you would want to check your server log when you received the event. Looking at Dashboard I see It was sent to 2 endpoints and failed to send to 1 endpoint
You want to look at the "Webhook attempts" section
can you tell me if it hit invoice.paid when status was canceled?
invoice.paid is only about the Invoice status, it has no information about the Subscription status
oh so which events are ideal for subscription status?
customer.subscription.deleted?
but it really did not get hit, when the subcription was cancelled
and also we did not cancel the subscription
So you want to look at your server log to investigate there
Going back to this part