#I. Martin | Aether Games

1 messages · Page 1 of 1 (latest)

earnest auroraBOT
candid palm
#

Hello, apologies for the delay in reply. Can you send me the ID of the subscription that you are seeing this on? (sub_123)

#

You definitely should be getting both of those events if this subscription was created through checkout and if the subscription is cycling

regal otter
#

Yes it was created through checkout just as in the guide, what confuses me is that none of these events I'm getting are among the minimum events to monitor according to the guide. invoice.payment_succeeded is not even here https://stripe.com/docs/billing/subscriptions/webhooks.

Where can I find the subscription ID? In the dashboard I only see product id or price id

candid palm
#

Then click on the subscription in question and its ID should be in the URL

regal otter
#

sub_1MMHIzDiRvk8l2xPKRKh8A59

#

Got it

candid palm
#

Thank you, checking in to that subscription

#

It looks like you did actually get a checkout.session.completed and invoice.paid event when this subscription was created
https://dashboard.stripe.com/test/events/evt_1MMHJ3DiRvk8l2xPvMoiHK0H
https://dashboard.stripe.com/test/events/evt_1MMHJ2DiRvk8l2xPIxVck2Dd

#

Interesting, on one of our internal pages I can see us sending that event but it looks like that record isn't showing up on your dashboard. Checking in to what this might be

#

Oh they were sent to a local CLI endpoint, so that is expected here

#

So it sounds like your local test server may have had issues processing the events or that the CLI may have had issues passing them on.

#

If you run the CLI again and go through another Checkout Session, do the events appear in the CLI output?

regal otter
#

I think I found my problem

#

I'm not listening to the events I should

#

That's why I'm not seeing them 🫢

#

I need to leave now but I will add the needed events to my webhook listener and try again. Sorry for wasting your time and thanks for your quick answers. I will send another message to the #dev-help channel if I face other issues