#BinodKafle-connect-webhook

1 messages · Page 1 of 1 (latest)

grand yew
#

Hey! That webhook would receive the configured events from all connected accounts

oblique jungle
#

is payout connected account event?

grand yew
#

It can be if you're using Connect (are you?)

oblique jungle
#

yes

#

But it's being triggered on the one which not checked

grand yew
#

Then that webhook will receive any Payout events (payout.paid, etc) from Connected accounts (NOT the platform)

#

Can you share the ID of the event object?

oblique jungle
#

evt_1KU8IqD5KYFi3zJGD4VuDYII

#

we triggred it from stripe cli online

#

*stripe_shell

grand yew
#

Yeah that's not an event from a connected account. That's being sent to a regular endpoint

#

What CLI command did you use?

oblique jungle
#

stripe payouts create --amount=1 --currency="JPY"

grand yew
#

So you're authenticated as acct_1J2or4D5KYFi3zJG in the CLI

#

Which is the platform account?

oblique jungle
#

Ito-technologies

grand yew
#

Ok, so you need to pass an additional flag to your CLI command to create the payout on the connected account

oblique jungle
#

--destination flag?