#carlweiscodes_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/1445072001315377304
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
As long as the connected account has enough balance you can reverse the transfer that you created https://docs.stripe.com/api/transfer_reversals/create?api-version=2025-11-17.preview
So we had a transfer go to a connect account, which we then reversed. Now we need to create a payout to the correct connect account.
Would we create a new payout from our platform account to the correct connect account via the API?
You would create a new transfer to the second connected account
Your account would need to have a positive enough balance to do that though. Unfortunately there isn't a workaround for that that I am aware of
Interesting. We could reference the original transaction as the source_transaction I'm guessing?
I think you could reference the original charge. Can try that in test mode myself in a sec if you haven't already by then
that would be great
Yep yep, can re-use the original transaction as a source transaction after the transfer has been reversed