#bilal-shafiq_api

1 messages ¡ Page 1 of 1 (latest)

coarse bladeBOT
#

👋 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.

round raptor
sly otter
#

ID
req_J1P6w4CCWgM3TB
@round raptor this is the ID

round raptor
#

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

sly otter
#

$account= Account::create([
'type' => 'custom',
'country' => 'AE',
'email' => $email,
]);

I also tried this simple code. But same error

round raptor
#

request ID?

sly otter
#

req_00ir5dcLHA9ngU

round raptor
#

The account type is 'custom', and platform is loss-liable for custom connected accounts

#

Try creating standard accounts

sly otter
#

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?

round raptor
sly otter
#

Still Same. In Example country is US but I am trying with AE

round raptor
#

request id

sly otter
#

req_4eUJLoR3ule3iE

round raptor
#
      payments: "application",
    },```
#

You still set it to application

sly otter
#

okay here need to set stripe?

round raptor
#

yes

sly otter
#

"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?

round raptor
#

And wha'ts the request that told you card_payment capability is required ?

sly otter
#

req_BocWmcrhhmH1Ka

round raptor
#

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```
sly otter
#

But 'payer' => 'stripe' is not a valid value
Invalid controller[fees][payer]: must be one of application or account

round raptor
#

sorry it should be account

sly otter
#

Sorry, but very complex integration process.

round raptor
#

I agree it's complicated