#umairasif7-payout-event
1 messages · Page 1 of 1 (latest)
I just made a payout by using manual payout using stripe payouts api to connect external bank account, the payout id was: po_1KgBQ64ZRInI0MGpamz526ym. I was listening to payoutPaid webhook but did not receive that webhook.
The payout status was paid.
That Payout was created on a connected account. But you only have an Account webhook endpoint which only gets events on your Stripe account.
You need a Connect webhook endpoint that listens to events on all your connected accounts instead
But it was working fine on my local stripe cli, issue occurred on development environment.
not really, you likely created payouts on your own account before. Ultimately you need a Connect webhook endpoint for this to work. If you create one like I said it will just work
How can I use Connect webhook?
How can I check the status of my current webhook, either it is listening to connect account events?
you need to create a brand new webhook endpoint in the Dashboard
this is the checkbox you need when you create the new one
Will that endpoint cater the other webhooks?
depends what that sentence means
You need to understand that there are 2 separate type of webhook endpoints
1/ Account webhook endpoints: listen to events on your account
2/ Connect webhook endpoints: listen to events on connected accounts
They are separate and as a platform you need one of each