#stephy
1 messages · Page 1 of 1 (latest)
Hi there. What's your end-goal here in adding funds to your Stripe account from your bank account?
Not like that...i linked bank account with my stripe account so can I pull the amount from that bank account while tranfer money
All amount in my stripe will goes to bank account so I have to pull the money from Bank to transfer for my vendors
So the end-goal is you want to transfer money to your vendors? Do I have that correct?
Yes
Then add to balance and initiate a transfer: https://stripe.com/docs/add-funds
Is it pull money from bank account to stripe?
When you add funds to your balance, yes
Your account that you added for payouts will be used
You means connected accounta
No
So if you add funds to your platform's balance, it will pull the funds from your attached bank account for payouts
Then you can issue a transfer of those funds to your connect account
Okay...I tell my requirement and the things I completed...so in my account there is some connected accounts so I want to transfer money to their external Bank accounts..for that I use transfer api to transfer money....here some time my stripe account have no balance but my bank account attached with stripe have money so my question is ,shall I pull that bank account balance for transfer?????
here some time my stripe account have no balance but my bank account attached with stripe have money so my question is ,shall I pull that bank account balance for transfer?????
What I suggested above handles this case
Not clear
https://stripe.com/docs/add-funds adds funds to your stripe balance
From your bank account
Once your stripe account has those sufficient funds, you can initiate a transfer
Can I do this add funds through api?