#feni-patel_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/1397468070829752420
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello @steep dome
Hi! How can I help?
I have one question related to separate charge and transfer method.
Sure! What is the question?
when any transaction is made, at that time i need to transfer the money between more than two accounts. so for that, I used the separate charge and transfer method. Now, in this case, money first goes into the main account, and then after some amounts will be transferred. but my question for the transfer is, the amount first needs to settle down into the main account, right? Without that, if money is transferred, there can be the possibility where the main account's balance will be in the minus. can you please guide me how they work, or what i am asking you that might be one case?
You can only transfer as much as the available balance of the platform account. You can also pass the charge object to the transfer request via source_transaction. These docs provide you with more information:
so you are saying that source_transaction tells stripe that this transfer is directly related to this charge. Stripe will automatically wait for that charge to settle and then initiate the transfer. is that correct understanding?
Yes