v1

latestOpenAPI 3.1.0MIT-LICENSE2026-07-24113190543.3 KB
Customers

Create Fiscal Entity

Create Fiscal entity resource that corresponds to a customer ID.

post/customers/{id}/fiscal_entities

Path parameters

idstring required
Example:6307a60c41de27127515a575

Identifier of the resource

Headers

Accept-Language'es' | 'en'

Use for knowing which language to use

X-Child-Company-Idstring

In the case of a holding company, the company id of the child company to which will process the request.

Request body

tax_idstring
emailstring
phonestring
{"stackTrail":"components:schemas:fiscal_entity_request:properties:metadata","oasType":"schema","type":"unknown"}
company_namestring

Example request

{
  "address": {
    "street1": "Nuevo Leon 254",
    "street2": "Departamento 404",
    "postal_code": "06100",
    "city": "Ciudad de Mexico",
    "state": "Ciudad de Mexico",
    "country": "MX",
    "residential": true
  },
  "company_name": "conekta"
}

Response

successful operation