v1

latestOpenAPI 3.1.0MIT-LICENSE2026-07-24113190543.3 KB
Companies

Create Company

Create a new company.

post/companies

Request body

namestring

The name of the company.

type_companystring

The type of company, 'owner'

Example request

{
  "name": "test",
  "type_company": "owner",
  "comercial_info": {
    "website": "http://www.test.com",
    "mcc": "5812",
    "merchant_support_email": "test@test.com",
    "merchant_support_phone": "5300000000"
  },
  "fiscal_info": {
    "business_phone": "5300000000",
    "fiscal_type": "moral"
  },
  "bank_account_info": {
    "clabe": "002010077777777771"
  }
}

Response

Company created successfully