#ankit-thesiya_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/1219618052287496193
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
we developed reward system in Laravel web..
we need get some solutions from stripe to transfer money to our customer from our backend auto system..
it working on cross border?
https://docs.stripe.com/connect/cross-border-payouts
yes we need cross border payout but we still checking in chf
i shared one screen sort alredy in test mode balance
Are you based in US ?
?
alredy have balance but get the error..
$response = $stripe->payouts->create(
[
'amount'=> 8100,
'currency' => 'chf',
// 'destination' => 'acct_1OtqUfFKbRTtdEaaWX', // Replace with the specific account ID
]);
You want to transfer fund to your connect accounts or make a payout to your bank account ?
destionation is a bank or a card not a Connect Account. Please check the documentation:
https://docs.stripe.com/api/payouts/create#create_payout-destination
yes
if you want to send money from your Platform Stripe account to one of your Connected Account, then you need to create a transfer
what you mean by yes ?
$response = $stripe->transfers->create([
// 'amount' => 100,
// 'currency' => 'chf',
// 'destination' => 'acct_1OtqUfFsKbRTtEAWX',
// 'transfer_group' => 'ORDER_95',
// ]);
// dd($response);
get the same issue in this apis'
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
You have insufficient available funds in your Stripe account. Try adding funds directly to your available balance by creating Charges using the 4000000000000077 test card. See: https://stripe.com/docs/testing#available-balance
Now you need to make some test payment using that test card in roder to have immediate available balance:
And between, why are you using transfer API directly ? are you willing to use Separate charge and transfers ?
yes we need to seprate charge via api calling..
No here you are using the 4242 card, you need to use the other test card, in order to have immediate available balance
You need to use this card 4000000000000077 when accepting the test payment. and then create the transfer
Great!
now one questions
suppose our stripe link with switch
now our case is we need to transfer amount all this users in CHF only
but the defferent country of users then how to handle this?
You mean make a transfer with another currency ?
no no currency if fixed CHF
but the users country is different we need world wide transfer..
Are you based in US ?
You can do cross-border payout only if you have a US Stripe Account
FY
you mean it not workout?
You're account is based in Swiss, so no you can't do cross-border-payouts
so any other solutions please?
can we link with paypal or something else with stripe?
No.
any suggestion we need to solutions if possible?
Hi there ๐ jumping in as my teammate needs to step away soon. Looking at the discussion so far, it seems like you're not US-based which is the only region where we currently offer Cross Border Payouts. If you will need to transfer funds to Connected Accounts that are outside of the region where your Platform operates, then that sounds like a scenario we may not be able to support.
I believe I've heard of people using multiple accounts, one for each region, to help avoid that limitation. Since this seems to be largely focused on regional supportability, I'd recommend following up with our Support team to see if they have better guidance. This is a topic they should be more familiar with than we are here in this forum.
https://support.stripe.com/?contact=true