# Create a business entry for the current user **POST /users/{user_id}/kyc/businesses** Create a business entry for the current user. 'second_country_of_taxation' and 'second_tax_id_number' attributes are required only when exclusively_taxable_in_country_of_taxation is set to false ## Servers ## Parameters ### Path parameters - **user_id** (string) User id ### Body: (object) Business information - **legal_name** (string) - **tax_id_number** (string) - **legal_form** (string) - **register_number** (string) - **country_of_taxation** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **second_country_of_taxation** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **second_tax_id_number** (string) - **exclusively_taxable_in_country_of_taxation** (boolean) ## Responses ### 422 Request body has errors or invalid. ### 201 Business created and returned #### Body: (object) - **id** (string(uuid)) - **name** (string) - **legal_name** (string) - **tax_id_number** (string) - **legal_form** (string) - **register_number** (string) - **country_of_taxation** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **second_country_of_taxation** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **second_tax_id_number** (string) - **exclusively_taxable_in_country_of_taxation** (boolean) ### 401 Authorization information is missing or invalid. [Powered by Bump.sh](https://bump.sh)