#BinodKafle-connect-webhook
1 messages · Page 1 of 1 (latest)
is payout connected account event?
It can be if you're using Connect (are you?)
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?
evt_1KU8IqD5KYFi3zJGD4VuDYII
we triggred it from stripe cli online
*stripe_shell
Yeah that's not an event from a connected account. That's being sent to a regular endpoint
What CLI command did you use?
stripe payouts create --amount=1 --currency="JPY"
So you're authenticated as acct_1J2or4D5KYFi3zJG in the CLI
Which is the platform account?
Ito-technologies
Ok, so you need to pass an additional flag to your CLI command to create the payout on the connected account
--destination flag?