#thetruewhitefox

1 messages · Page 1 of 1 (latest)

rich pilotBOT
pine thunder
#

I tested locally using stripe cli and everything works perfectly fine.

calm smelt
#

Can you share an event id of one that didn't get delivered?

pine thunder
#

in the failed tab, there is just nothing.
that way I am just stuck.

calm smelt
#

What files tab?

pine thunder
#

failed tab*
sorry

calm smelt
#

Can you share an event id of one that didn't get delivered?

#

Any event id that you expected to be delivered

pine thunder
#

req_pE6WmJqdbaCjYj

#

when I click on my webhook I see just a screen saying - "Waiting for events…"
is it always like this?

calm smelt
#

No I need an event id

#

evt_

#

One that you expected to be delivered

pine thunder
#

my webhook not receiving any events.
I can't provide an event id because there are no events.

calm smelt
#

That's not how events work

#

Events are created regardless of if you have a webhook endpoint set up

pine thunder
#

where I can find the event?

calm smelt
#

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

pine thunder
#

there is no events of my type

calm smelt
#

What type?

#

If there's no events, then that's why your webhook endpoint didn't receive anything

pine thunder
#

account.updated

#

do I need to configure events somewhere?

#

when I am updating the account from dashboard will I get an event?

rich pilotBOT
stray trellis
#

👋 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

pine thunder
#

oh

#

what about payment_intents?

stray trellis
#

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

pine thunder
#

got it thanks

#

I will try now

stray trellis
#

👍

pine thunder
#

everything is working!
thank you very much