#Durrell-balance-payout

1 messages · Page 1 of 1 (latest)

brave urchin
#

Hello 👋
balance.available is generated when the funds arrive to your account (i.e. from a payment). I don't think it is generated when the funds leave your account.

tight marten
#

ah ok. so then I'll have to listen for the payout.paid event and then make a Stripe::Balance.retrieve call at that time.

#

right?

brave urchin
#

Yup

tight marten
#

ok, thank you