---
title: "Create Company"
method: POST
path: "/companies"
tags: ["Companies"]
---

# Create Company

`POST /companies`

Create a new company.

## Request body

- CreateCompanyRequest
  - `name` string — The name of the company.
  - `type_company` string — The type of company, 'owner'
  - `comercial_info` CreateCompanyRequestComercialInfo — Commercial information for the company.
    - `website` string, url — The company's website URL.
    - `mcc` string — The Merchant Category Code (MCC) for the company.
    - `merchant_support_email` string, email — Email address for merchant support.
    - `merchant_support_phone` string — Phone number for merchant support.
  - `fiscal_info` CreateCompanyRequestFiscalInfo — Fiscal information for the company.
    - `business_phone` string — The business phone number for fiscal purposes.
    - `fiscal_type` string — The fiscal type of the company (e.g., 'moral', 'persona_fisica').
  - `bank_account_info` CreateCompanyRequestBankAccountInfo — Bank account information for the company.
    - `clabe` string — The 18-digit CLABE for the bank account.

## Response `201`

Company created successfully

## Other responses

- `401` — authentication error
- `500` — internal server error

---

[API](https://skmtc.net/conekta/apis/conekta-api.md) · [All operations](https://skmtc.net/conekta/apis/conekta-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conekta/conekta-api/versions/029df3052bca/schema)
