#ottoman-general_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/1348803771945451653
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ottoman-general_webhooks, 12 hours ago, 52 messages
Hello! Looking...
When you created the Payment Intent you specified a transfer_group but nothing else. A transfer_group alone will not cause any funds to be transferred to another account, it's only a way to group future Transfers you create for this payment.
It sounds like your intention it to use separate charges and transfers, is that correct? If so, have you made another API request to create a Transfer?
Is this the guide you're using? https://docs.stripe.com/connect/separate-charges-and-transfers?platform=web&ui=elements
hey mate, thanks for the reply - hang on let me show you my scripts
Note that we can't peform code reviews here.
We can help with specific questions and whatnot, but we can't review large swaths of code or tell you what will happen when that code runs (that's what test mode is for).
that's fair. Okay let me have a read of those links, I'll keep you posted
To funds to the connected account you need to create a Transfer, which is covered in Step 5 of that guide.
thanks guys im trying now, will report back
hey folks, that seemed to work! thank you so much