#thetruewhitefox
1 messages · Page 1 of 1 (latest)
I tested locally using stripe cli and everything works perfectly fine.
Can you share an event id of one that didn't get delivered?
in the failed tab, there is just nothing.
that way I am just stuck.
What files tab?
failed tab*
sorry
Can you share an event id of one that didn't get delivered?
Any event id that you expected to be delivered
req_pE6WmJqdbaCjYj
when I click on my webhook I see just a screen saying - "Waiting for events…"
is it always like this?
my webhook not receiving any events.
I can't provide an event id because there are no events.
That's not how events work
Events are created regardless of if you have a webhook endpoint set up
where I can find the event?
If you click the developers tab in the dashboard
Then you click the events tab
Find an event of a type that you expected to be delivered
there is no events of my type
What type?
If there's no events, then that's why your webhook endpoint didn't receive anything
account.updated
do I need to configure events somewhere?
when I am updating the account from dashboard will I get an event?
👋 hopping in here since codename_duchess has to head out soon
That request you shared is updating a connected account - if you want to receive account.updated event for when you update connected accounts then you need to be creating a Connect type webhook
What you currently have is an Account type webhook
which wouldn't receive events that are being created for connected accounts
same thing there - if the payment intetns are being created on the connected accounts then you'd need a connect webhook
if the payments are being created on the platform then you need an account webhook
👍
everything is working!
thank you very much