#testDeveloper

1 messages · Page 1 of 1 (latest)

woeful elbowBOT
neon forum
#

Hi there!

#

That's expected, since your platform account has a single webhook endpoint and it's only listening to events happening on the connected accounts (and not on the platform account).

#

So you should create a new webhook endpoint that listen to transfer.created events.

oblique plume
#

ok so if the web hook is for connected accounts it won't be triggering event for stripe dashboard? is it ?

neon forum
#

A connect webhook endpoint will only listen to events happening on the connected accounts.
The event you shared (transfer.created), happened on your platform account, so you need an account webhook endpoint (not a connect webhook endpoint)

oblique plume
#

ok and if i try to trigger using the stripe shell
payout.created then also the webhook endpoint in the app is not listening

regal axle
#

Can you send me the ID of this event?

#

Also what endpoint isn't receiving it? A CLI endpoint or one on your account?

oblique plume
#

the trigger from CLI for this event payout.created is not receiving in the webhook

oblique plume
regal axle
#

Which webhook is not receiving the event?

oblique plume
#

we_1MJT4XGAMQUY18UnLd0VWuwJ

#

yes

regal axle
#

It would be expected to not receive the event on that endpoint. That payout is happening directly on your account, that webhook will only receive events for accounts that are connected to your account

#

So you need to either create that event for a connected account or create a webhook endpoint for your platform account

oblique plume
#

ok