#Laureian
1 messages · Page 1 of 1 (latest)
hi! yes you need to create two separate payouts
if you don't pass source_type in your API call, we default to paying out from your card balance
so you need to create two payouts, one where you pass source_type:card and one where you pass source_type:bank_account
note also that the only reason you have a separate bank_account balance would be due to using our legacy ACH solution(which separates the funds for ACH from everything else on your account for historical reasons), the current one on PaymentIntents/PaymentMethods just pays into your default(card) balance so that's another reason to switch!
it is yes, using the /v1/transfers API pulls from your available balance and again defaults to available[source_types][card] but can be changed
https://stripe.com/docs/api/transfers/object#transfer_object-source_type oops, bad copy/paste
Okay, thank you!