#Murali-Connect

1 messages · Page 1 of 1 (latest)

serene arrow
#

👋 happy to help

#

your Q seems to be more of a Connect one if I'm not mistaken

#

for payouts to happen yes you'd have to setup an external bank account

woeful pewter
#

yes @serene arrow you are correct I am talking about connect accounts

#

Can I use same bank account that I used for top-ups to payout?

serene arrow
#

it's up to you

woeful pewter
woeful pewter
serene arrow
#

now I'm confused

#

are we talking about issuing or connect?

woeful pewter
#

I am talking about issuing with Connect

fervent niche
#

in the US or outside?

woeful pewter
#

US only

fervent niche
#

hmm then I think you can use the same underlying bank account for Top ups and payouts, but you have to collect the information twice, in different contexts(one as a BankAccount ba_xxx for the Topup and the other as an ExternalAccount for the connected account). Not really sure.

woeful pewter
#

I had that thought

#

const payout = await stripe.payouts.create({
source_balance: 'issuing',
amount: 100,
currency: 'usd',
});

#

Can I use the source Id that I got it from the stripe as a destination while creating a payout ?

#

@serene arrow @fervent niche

fervent niche
#

the destination has to be an ExternalAccount on the account that you're running that API request on. So you have to add an ExternalAccount(the means by which you do that depends on what type of Stripe account it is).

woeful pewter
#

Custom Stripe Account

fervent niche
woeful pewter
#

Got it @fervent niche

#

one more ?

#

if I don't add an external bank account and I don't want to do payouts

#

will my Stripe connect account block for adding issuance balance ?

fervent niche
#

not that I'm aware of at least

woeful pewter
#

got it, as long as my account is in use for cards issuing, I don't want to add an external bank account.

#

But to withdraw issuing balance external bank account is mandatory right?

fervent niche
#

yes if you want to take the money out of Stripe and pay it out you need an external account

#

I don't think you need to have an external account if you're just putting money in the issuing balance to fund purchases indefinitely, but honestly I have no idea, these are not questions my team has any information or training on. If you work with our sales+implementation teams on your business you could ask them

woeful pewter
#

perfect , I got the answer I am looking for.

#

Thanks for the inputs @fervent niche

#

do I have an option to export this chat?

fervent niche
#

you can copy and paste it or save the URL.