#bgelinas_best-practices
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/1352374258109649011
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, apologies for the delay. You can create a transfer to send funds from your account's balance to another account's balance. https://docs.stripe.com/api/transfers/create
We also have a param that you can use to wait for the funds for each payment to land before transferring it to the connected account. https://docs.stripe.com/connect/separate-charges-and-transfers?platform=web&ui=stripe-hosted#transfer-availability
One thing I recommend if you haven't done it already is to talk to our support team about what you are looking to build to make sure it is a business model that we can support. https://support.stripe.com/?contact=true
Financial services like money transmission are in our list of restricted businesses, meaning there are some use cases that we can support and others that we can't. Checking with our support team is the best way to confirm
https://support.stripe.com/questions/prohibited-and-restricted-businesses-list-faqs
ok well, it's a carpooling app, so people pay for carpool then other receive for it
i understand that the transfert can send money from one account balance to another, but can user be paid on their bank accounbt, without going into stripe dashboard?
No way to get paid straight to the bank account at the moment. Funds need to land on Stripe and then be paid out to the bank. We do have automatic payout functionality where payouts are paid on a schedule without the user intervening. There are also instant payouts which can allow a payout to be initiated soon after the funds have landed on the user's account
https://docs.stripe.com/payouts
https://docs.stripe.com/connect/instant-payouts
ok make sense! Can this be done only with APIs?
So basically, i create an account for my user, i transfert money in it, then it's money could be paid out every couple of days.
Yes, it depends a bit on your connect setup, but the API can set payout schedules or initiate manual payouts
Ok thanks, i Should have come here way before ๐
Of course, we are always happy to help with API questions!
ok another question
Could we create a payout, then "approve" it later? like having a status pending for a payout and approve it manually
No, when you create the payout we will start the proces. So I think in that case you would want to wait until you approved the thing and then make the payout create call
ok good ! Thanks a lot ๐