#psy07_api
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/1235761355714461766
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
https://docs.stripe.com/connect/testing you can find some test data here
which API can we use for sending money to customer local bank account? we have the data of customer name, account number & bank
No there's API to transfer funds to individual directly. You need to onboard your user as a connected account so that you can use Transfers API to transfer funds to that account.
Is that mean the user will need to create a stripe account to be onboard as a connected account? then we can only use API to transfer money from our stripe account to user stripe account?
Yes you are right
if that's the case, can user withdraw from their stripe account to their local bank account without any screen related with stripe? I mean fully using the API would be possible?
Yes you can use auto payouts (it's the default) so that the funds will be transfered to users' external bank accounts automatically
can u share link to the related APIs?
can I have more details how customer can add their bank account while onboarding?
https://docs.stripe.com/connect/custom/hosted-onboarding#redirect are your customer of custom connect accounts?
yes we choose custom connect account