#shaharyarilyas
1 messages · Page 1 of 1 (latest)
Hello
You can take a look at https://stripe.com/docs/connect/identity-verification#business-structure for that
i'm selecting limited_liability_partnership but it return error
What error do you see?
"'limited_liability_partnership' is not a valid structure in the country GB and under the business type 'company'.",
Hmm yeah just realized that doc doesn't include UK business structures...
What type of Connected Account is this?
custom
Thanks give me a moment
Hmm it works just fine for me
Can you show me a screenshot of the error you are seeing and provide me the account ID you are testing with?
i'm using this api
await stripe.accounts.create({})
Sure, I need a screenshot of the error and the account ID
whenever i register new account with payload keys
business_type: "company",
company.structure: "limited_liability_partnership" ```
stripe.account.create api thorugh this error
```"'limited_liability_partnership' is not a valid structure in the country GB and under the business type 'company'.",```
My account creation payload
"email":"shaharyar.ilyas@theaimegroup.com",
type: "custom",
country: "GB",
"business_type":"company",
"company":{
"name":"XYZCompany",
"phone":"+44 1111 111111",
"address":{
"line1":"Midland Rd",
"city":"Swadlincote",
"state":"Derbyshire",
"postal_code":"DE11 0AN"
},
"registration_number":"12345678",
"structure":"limited_liability_partnership",
"vat_id":"GB123456789"
},
"business_profile":{
"name":"AIME Sodtware",
"url":"www.aime-company.com",
"mcc":"5734"
},
"external_account":{
"account_holder_name":"Account holder Name",
"account_number":"GB82WEST12345698765432",
"routing_number":"108800"
},
"settings":{
"payments":{
"statement_descriptor":"AIME SOFTWWARE"
}
}
}```
Thanks, checking
thanks, i'm waiting
Okay it doesn't look like we specify it in the docs but you would use incorporated_partnership here instead
when i use stripe dasboard and select same business type company and structure limited liability partnership it will work fine
but it not working when i use api
Right I tested that too. When you use Connect Onboarding you select limited liability partnership but we transform that into incorporated_partnership in the API
As that is the equivalent proper structure for a GB account
can you list the keys we will use for uk account company strtucture and their labels same as shown in upper image
No I don't have that info. You'll want to reach out to our Support team via https://support.stripe.com/contact/login about this as we only focus on the API here.
I'll also file some feedback internally that we need to improve https://stripe.com/docs/connect/identity-verification#business-structure to include UK and other countries