#Durrell-balance-payout
1 messages · Page 1 of 1 (latest)
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.
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?
Yup
ok, thank you