#Murali-Connect
1 messages · Page 1 of 1 (latest)
👋 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
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?
it's up to you
in that case external bank account is not mandatory right?
I am talking about issuing with Connect
in the US or outside?
US only
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.
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
no
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).
Custom Stripe Account
then you collect the bank account information from the user in your own forms and call https://stripe.com/docs/api/external_account_bank_accounts/create to add a payout destination ExternalAccount to that type of account.
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 ?
not that I'm aware of at least
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?
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
perfect , I got the answer I am looking for.
Thanks for the inputs @fervent niche
do I have an option to export this chat?
you can copy and paste it or save the URL.