#hamid_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1423715032562401377
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
For clarity are you the platform or the merchant on the platform?
let me give you complete picture
I have a platform account, a stripe user connected via onboarding with my platform account. I have carrier/shipper service, which i am building. Once carrier completes the job, I need to transfer funds from my platform, even if i am low on balance, stripe should pull balance from my attached bank account in case of low balance?
there?
correct
and there isn't any other way? like auto pull from bank?
some kind of platform settings
You can also set a minimum balance. https://docs.stripe.com/payouts/minimum-balances-for-automatic-payouts#minimum-balances-platforms
to ensure you have funds available for transfers
Pulling funds from a bank has an inherent delay, there is no way to send a transfer from a platform with an insufficient balance and have it instantaneously covered by an external account.
so it means topups would be the best way?
which could be quick?
like topups and then transfer immediatly in one go?
Top ups still use ACH, so there is a delay.
delay like, seconds? mins? hours? days? coz if there is a delay of some seconds, I can wait for that and can try again and again, untill success?
๐ Taking over this thread, catching up now
sure sure, let me know the best option
I'd recommend checking the settlement timing of the top up here: https://docs.stripe.com/connect/top-ups#settlement-timing
For ACH direct debit, it'll take up to 5 days
which could be fast and best?
instead of ACH?
you understood my requirements , can you give me best and fast option?
Have you checked the guide above? It shows the settlement timing of the top up methods.
Another option is to maintain a minimum balance on your platform account, as outlined here: https://docs.stripe.com/payouts/minimum-balances-for-automatic-payouts#minimum-balances-platforms. This ensures that your platform always retains a specified minimum amount for refunds or transfers. Payouts will only occur when the available balance exceeds this minimum amount.
There is no top up method that is instant
okie, thanks