#growwithjen
1 messages · Page 1 of 1 (latest)
Hello 👋
The available balance on the account is typically divided by source type like card, bank account etc.
https://stripe.com/docs/api/balance/balance_object#balance_object-available-source_types
You can call /v1/balance to check each balance
You can set source_type when creating the payout to specify what balance you want to use
https://stripe.com/docs/api/payouts/create#create_payout-source_type
Do I need to transfer the balance to a connected account before paying out?
yes I think so, you can't directly send it to the external account
ok, got it. thank you