#umairasif7-payout-event

1 messages · Page 1 of 1 (latest)

neat laurel
#

@small swift do you have a bit more details?

small swift
#

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.

neat laurel
#

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

small swift
#

But it was working fine on my local stripe cli, issue occurred on development environment.

neat laurel
#

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

small swift
#

How can I use Connect webhook?

#

How can I check the status of my current webhook, either it is listening to connect account events?

neat laurel
#

you need to create a brand new webhook endpoint in the Dashboard

#

this is the checkbox you need when you create the new one

small swift
#

Will that endpoint cater the other webhooks?

neat laurel
#

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