#Soliderror
1 messages · Page 1 of 1 (latest)
You may refer to the details of webhook events for the subscription here: https://stripe.com/docs/billing/subscriptions/webhooks#events
okay I should have looked on the docs first, my bad
What ones are 100% subscribed -> Look for customer.subscription.* events and check the subscription status
What ones means a subscription was not paid -> Look for invoice.payment_failed event or any invoice.* event and check its status
What ones means the payment did not work -> Not sure what it meant. If any payment failed, it will be invoice.payment_failed event
My webhook event is being odd, and not showing up on the dashboard but is working
okay that help a lot, thank you
You should be able to find the events in https://dashboard.stripe.com/test/events and it will show where the event is sent to
No problem! Happy to help 😄
thats the thing, it shows no events to my linked webhook, but ik the webhook is working because I have it set up to scan to events I need.
okay well that page shows the events
alright I think I understand now
Sounds good!