#compiler_errors

1 messages ยท Page 1 of 1 (latest)

leaden harborBOT
barren parrot
#

In Stripe, Transfers themselves only move money between accounts. You can check the Stripe Account's list of external_accounts to see where the funds have been paid out to
https://stripe.com/docs/api/accounts/object#account_object-external_accounts
Or after the payout has happened you can check the destination property on the Payout
https://stripe.com/docs/api/payouts/create#create_payout-destination

vapid zealot
#

What webhook event can i listen to when the funds have been paid out?

barren parrot
leaden harborBOT
vapid zealot
#

hi there

#

what webhook event should i listen to get event regarding this payment settlement?

#

this is express connect account dashboard

#

@barren parrot tag for visibility!

heavy badger
#

Hi ๐Ÿ‘‹

#

My colleague already answered you

#

payout.paid will identify when a payout is generated

vapid zealot
#

@heavy badger i just tested it, and since it's a transfer to a connect account so it does not trigger payout.paid . But i see that payout.paid triggering when platform money goes to the platform's bank account.
Im trying to listen to a event when connect account's available balance goes into the account's bank account or card - so i can get bank info or card info (last 4 digits and brand)

heavy badger
#

when connect account's available balance goes into the account's bank account or card
That's what a payout is