#bilal-shafiq_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/1274976461324943412
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ID
req_J1P6w4CCWgM3TB
@round raptor this is the ID
This error is due to
losses: {
payments: "application",
},
because Platforms in AE cannot create accounts where the platform is loss-liable.
More details in https://support.stripe.com/questions/connect-availability-in-the-uae
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
$account= Account::create([
'type' => 'custom',
'country' => 'AE',
'email' => $email,
]);
I also tried this simple code. But same error
request ID?
req_00ir5dcLHA9ngU
The account type is 'custom', and platform is loss-liable for custom connected accounts
Try creating standard accounts
Yes No Issue with standard but we want to use custom.
How I can change my platform from loss-liable? So, it can allow me to use that?
https://docs.stripe.com/api/accounts/create#create_account-controller-losses-payments set the value to 'stripe'
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Still Same. In Example country is US but I am trying with AE
request id
req_4eUJLoR3ule3iE
okay here need to set stripe?
yes
"The card_payments capability is not supported for this account type and this account's country (AE).
Now receiving this error If I don't pass payment_method capability then error comes like card_payment capability is required
req_x0JI60C1QACy1g
@round raptor can you help on it?
And wha'ts the request that told you card_payment capability is required ?
req_BocWmcrhhmH1Ka
OK. I think you should follow the configurations detailed on this table when creating a connected account https://support.stripe.com/questions/connect-availability-in-the-uae
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
For example, if losses[payments] is set to stripe, fees[payer] should also be stripe. In addition, stripe_dashboard[type] should be full
Stripe will be liable if a connected account can't pay back their losses
Connected accounts have access to the Stripe Dashboard```
But 'payer' => 'stripe' is not a valid value
Invalid controller[fees][payer]: must be one of application or account
sorry it should be account
Sorry, but very complex integration process.
I agree it's complicated