#shaharyarilyas

1 messages · Page 1 of 1 (latest)

stark muskBOT
frigid spear
#

Hello

paper cedar
#

i'm selecting limited_liability_partnership but it return error

frigid spear
#

What error do you see?

paper cedar
frigid spear
#

Hmm yeah just realized that doc doesn't include UK business structures...

#

What type of Connected Account is this?

paper cedar
frigid spear
#

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?

paper cedar
#

i'm using this api
await stripe.accounts.create({})

frigid spear
#

Sure, I need a screenshot of the error and the account ID

paper cedar
#

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'.",```
frigid spear
#

Ah it isn't in the onboarding flow itself

#

This is on account creation

paper cedar
#

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"
      }
   }
}```
frigid spear
#

Thanks, checking

paper cedar
#

thanks, i'm waiting

frigid spear
#

Okay it doesn't look like we specify it in the docs but you would use incorporated_partnership here instead

paper cedar
#

but it not working when i use api

frigid spear
#

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

paper cedar
#

can you list the keys we will use for uk account company strtucture and their labels same as shown in upper image

stark muskBOT
frigid spear