---
title: "Create Fiscal Entity"
method: POST
path: "/customers/{id}/fiscal_entities"
tags: ["Customers"]
---

# Create Fiscal Entity

`POST /customers/{id}/fiscal_entities`

Create Fiscal entity resource that corresponds to a customer ID.

## Path parameters

- `id` string, required

## Headers

- `Accept-Language` 'es' | 'en'
- `X-Child-Company-Id` string

## Request body

- FiscalEntityRequest
  - `address` FiscalEntityRequestAddress, required
    - `street1` string, required
    - `street2` string
    - `postal_code` string, required
    - `city` string, required
    - `state` string
    - `country` string — this field follows the [ISO 3166-1 alpha-2 standard](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
    - `residential` boolean
    - `external_number` string
  - `tax_id` string
  - `email` string
  - `phone` string
  - `metadata` unknown
  - `company_name` string

## Response `200`

successful operation

## Other responses

- `401` — authentication error
- `404` — not found entity
- `422` — parameter validation 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/revisions/029df3052bca/schema)
