#khaled_error

1 messages ยท Page 1 of 1 (latest)

limber ploverBOT
#

๐Ÿ‘‹ 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.

haughty dragonBOT
#

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.

solid spade
#

๐Ÿ‘‹ happy to help

graceful marsh
#

already added sorry this the the updated code

                    'amount' => $amount,
                    'currency' => "usd",
                    'transfer_group' => $group,
                    'destination' => $stripe_connect_id,
                    'source_transaction' => $latest_charge
                ]);
solid spade
#

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

graceful marsh
#

so If charge my account and try the code again will not work right?

solid spade
solid spade
graceful marsh
#

I mean if I add that balance to the platform account and run the code again with source_transaction will work or no

solid spade
#

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

graceful marsh
#

okay thank you
how to make manual payout

solid spade
#

I'm sorry earlier I sent you the wrong docs for top-ups

#

that's the correct one

#

but this is only available in the US