#ShipX-connect-onboarding
1 messages · Page 1 of 1 (latest)
Hey, I guess you mean during onboarding? Can you share the account ID of the platform?
How come? It's perfectly safe. I can't really help you much without that
acct_1Kb0FAR5MvHHXPCn
this is the account id
please check n let me know
if i am from india. i should be able add my address
but i am not able to add my address from india
it is asking me add danish address
why is that?
The platform account (acct_1JgmgWJGbOrA9X8x) is not configured to connect to Indian accounts: https://dashboard.stripe.com/settings/connect/express
That's a Danish platform, so I guess Indian connected accounts are not permitted. Checking
Yep, Danish platforms cannot have Indian connected accounts
Like at the time of creating business account, business type always show in danish ( or you know better that language) plus adress by default they are taking for denmark and user cant change it.
we are using stipe connect account for split payment.
Can you please help with the issue and also give proper information to solve this.
Are you testing?
yes
Then you should be using test data on onboard accounts: https://stripe.com/docs/connect/testing
So in other words we have choose spain as country while troubleshoot and still selct business typr shows in danish check screen shot
Then we choose france as country then we did diffreent language for business type but its not french despite i select frnace.
check this screen shots you can understand better
stripe is working fine
we are just facing this language issue
and currently we are in live mode.
so give us the solution according to that
Those dropdowns are localised according to the country value selected
Then why we are getting same value while choose danmark and spain they both return me the same language response while my country value is different? so in both spain and Denmark I got the same selection
this one
Where are you selecting the country?
We are not selecteing cournty, We did troubleshoot in code and checking but for both country we got the same while testing this issue with diffrenet country at the time of connecting business account
it should return local language based on my country value passed in data but for both spain and denmark it was the same in business type selection so issue is the local language isnt shown to user
we face this when we are testing with different country
and we are already putting the country value in our code.
Can you share the exact payloads you're using when creating the accounts and the corresponding behaviour
{
"email": "test@test.com", "type": "express",
country:"FR",
capabilities: {
card_payments: {
requested: true,
},
transfers: {
requested: true,
},
}
}
email is just an example
My guess is you're requesting capabilities which aren't enabled for a specific country, so it'll default to Denmark (hence the language you're seeing)
Yeah you don't have card payments enabled for France accounts: https://dashboard.stripe.com/settings/connect/express
can you please let me know exactly which capabilities aren't enables for specific country
Is it not clear from that URL?
You don't have card payments enabled for French accounts (which you're requesting). As a result it'll default to the country of the platform (Denmark) during onboarding
check this
That's a different account to the one you're using in the requests you've shared: acct_1JgmgWJGbOrA9X8x
i have just enabled it, and sent screenshot for your confirmation that i did the right steps or not
Did you click 'save' at the bottom? As I'm not seeing those changes
Looks good now. Create a new Account Link for that French account
ok hold for a min
we have put as french as FR
and we got this
So is it correct response?
Looks French to me
in french language
ok hold on we are checking with spain and idealy
it should not show danish interface
right???
it's French because it's a French account so we used the legal terms for business types in that country.
is that unexpected?
so now we have put spanish as language
so is it correct response?
seems correct to me, those are the Spanish language terms for those business types.