#mayuri_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/1339556071580241960
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
if your platform is in AE, then you can't create connected account in the US, as mentioned in the error message.
you could try asking Stripe support if there's a way to enable this feature: https://support.stripe.com/contact
Okay
@cursive mortar my main account is with uae, then also i can't able to create connected account in uae?
@cursive mortar ??
it's crucial can you please help me to figure out
please be patient
my main account is with uae, then also i can't able to create connected account in uae?
did you try this and you got an error?
yes
can you share the failed request ID? https://dashboard.stripe.com/test/logs
just a min
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Can you please check.
you can create a conected account, but not with this configuration
this is explained in the link included in the error: https://support.stripe.com/questions/connect-availability-in-the-uae
have you read the link I shared above that explains everything?
sorry, but i can't get that
which part you don't get exactly?
for example we say this is supported: Stripe will be liable if a connected account can't pay back their losses
but in your request you did this: losses: { payments: "application" }, so it's not supported. it should be losses: { payments: "stripe" } instead
Okay, Thank you. let me try with this request
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
sure thing
Hii @fleet mica Invalid controller[fees][payer]: must be one of application or account getting this error
after apply above requets
const stripeAcc = await stripe.accounts.create({
country: 'AE',
email: process.env.SHOP_HANGOUTI_EMAIL,
controller: {
fees: {
payer: 'stripe',
},
losses: {
payments: 'stripe',
},
stripe_dashboard: {
type: 'full',
},
},
});
This is the my request
"message": "fees[payer]=application is not supported when creating an account with the full dashboard."
after change fees[payer]='stripe' to fees[payer]='application'
@fleet mica can you please try to reply
yes please be patient, I will be shortly with you
Okay
yes when you create an account with full dashboard this is equivalent to the Standard account today
which we recommend using with DIrect Charges
so the fees needs to be paid by the connected account
so you need to pass fees[payer]=account
you mean i have to made change
const stripeAcc = await stripe.accounts.create({
country: 'AE',
email: process.env.SHOP_HANGOUTI_EMAIL,
controller: {
fees: {
payer: 'account',
},
losses: {
payments: 'stripe',
},
stripe_dashboard: {
type: 'standard',
},
},
});
correct?
no you need to keep type: 'full'
Okay
Standard is the old name we use
Okay
Okay
Thanks, it's working
Can you please help me how to setup connected account in stripe live mode?
currently it's showing this
this means that your connected account needs to fill their details
for more information about this you can contact https://support.stripe.com/?contact=true
i want share this link to my business partner, but it;s redirect to login page.
Actually, i can't understand here
but in test mode it's working fine
They need to login to their Stripe Dashboard
But in all cases, sorry, this channel is for technical integration questions only
my team don't know much about dashboard issues.
I strongly encourage you to reach out to Stripe Support.
Okay
hi @sacred furnace
i have share above concern with stripe support
This is the reply from her
Actully the stripe account is my client's account
so i can't get any information regards same
could you please try to help me?
You need to let the Account owner to reach out to the Support team.