#Laureian

1 messages · Page 1 of 1 (latest)

ornate lilyBOT
bleak juniper
#

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!

olive mulch
#

okay! thank you!

#

@bleak juniper Is this also relevant for stripe connect transfers?

bleak juniper
#

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

olive mulch
#

Okay, thank you!