#TestName
1 messages · Page 1 of 1 (latest)
hello! can you share the payout.paid event id that you're expecting to receive but did not?
I also can't see the "payout.paid" record in the console
then do you have the Payout object id?
งง
event id : evt_1Mc2uCFpH4p8mocQxw0prx06
are you using the Stripe CLI to listen for webhook events?
No, it's the api endpoint I set
you need to setup a Connect webhook endpoint : https://stripe.com/docs/connect/webhooks
that particular event is occurring on the connected account
So there are two endpoint secret, which one should I use in the code?
where are you seeing two endpoint secrets?
In the link you shared with me, I created two types of webhooks, is my understanding wrong?
do you mean you have one Account and one Connect webhook endpoint? and which webhook secret you should use?
Yes
in most cases, the webhook endpoints would be set to different URLs, and you would use the relevant webhook secret for each route
So the suggestion is to write two routes and use them together to handle these events?
pretty much yes
Ok I got it, thanks a lot for your help!