#khaled_error
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/1220345666249687071
๐ 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.
- khaled_unexpected, 18 minutes ago, 5 messages
๐ happy to help
you need to add the source_transaction https://docs.stripe.com/connect/separate-charges-and-transfers#transfer-availability
already added sorry this the the updated code
'amount' => $amount,
'currency' => "usd",
'transfer_group' => $group,
'destination' => $stripe_connect_id,
'source_transaction' => $latest_charge
]);
in that case this means that the charge has already been paid out to your own bank account
so the funds are no longer available
you either need to switch to manual payouts for your platform
to avoid this scenario
or you need to do the transfer before the source transaction's available_on time
or you need to have top-ups if you're eligible
so If charge my account and try the code again will not work right?
I'm not sure I understand the question
I mean if I add that balance to the platform account and run the code again with source_transaction will work or no
yes but the funds won't be pulled from that charge but instead from your own balance
this would only help with the reconciliation of the connected account's payout
okay thank you
how to make manual payout
I'm sorry earlier I sent you the wrong docs for top-ups
please ignore that one https://docs.stripe.com/connect/top-ups
that's the correct one
but this is only available in the US
for manual payouts https://docs.stripe.com/payouts#manual-payouts