#phant

1 messages · Page 1 of 1 (latest)

lone geyserBOT
#

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.

  • phant, 4 days ago, 26 messages
  • phant, 4 days ago, 105 messages
  • phant, 4 days ago, 35 messages
  • phant, 5 days ago, 96 messages
  • phant, 5 days ago, 8 messages
  • phant, 5 days ago, 14 messages
strange blade
#

Yes Test mode Subscription could be automatically cancelled after a while

frail dagger
#

even in invoice.paid event?

strange blade
#

Can't say for sure. Can you provide the Subscription Id? sub_xxx

frail dagger
#

yeah sure sub_1Oit2QCqhyxGoBc4pHgFpep4

#

because if it had hit customer.subscription.deleted, i had a different manual status updated too,but that didnt update

strange blade
#

It's cancelled by this request

frail dagger
#

which request? cannot see it

strange blade
#

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

frail dagger
#

where exactly?

#

can you provide me a image of that

strange blade
#

It seems expired, but it was created and a cancel action was recorded from it

frail dagger
#

oh then why wasnt this customer.subscription.deleted event called

strange blade
#

I believe here it is

frail dagger
#

oh so customer.subscription.deleted this event was called?

strange blade
#

Yep!

frail dagger
#

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

strange blade
#

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

frail dagger
#

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)

strange blade
#

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

frail dagger
#

can you tell me if it hit invoice.paid when status was canceled?

strange blade
#

invoice.paid is only about the Invoice status, it has no information about the Subscription status

frail dagger
#

oh so which events are ideal for subscription status?

strange blade
#

customer.subscription.deleted?

frail dagger
#

but it really did not get hit, when the subcription was cancelled

#

and also we did not cancel the subscription

strange blade
#

So you want to look at your server log to investigate there

strange blade
frail dagger
#

i see, but would it cancel on its own?

#

is it just on test?

strange blade
#

What do you mean by cancel by it own? It's cancelled by a Customer action in Billing POrtal

#

and then the webhook event was sent to your endpoints. The issue is somehow your webhook endpoints couldn't receive it, and that's where you want to debug further on