---
title: "Obtener Información de Facturación del Customer"
method: GET
path: "/customer-billing-data/{id_customer}"
---

# Obtener Información de Facturación del Customer

`GET /customer-billing-data/{id_customer}`

Endpoint para obtener la información fiscal de facturación de un Customer

## Path parameters

- `id_customer` string, required

## Response `200`

200

- object
  - `id_customer` string
  - `tax_id` string
  - `tax_regime` string
  - `legal_name` string
  - `billing adress` string
  - `billing_email` string
  - `tax_zip_code` string

## Other responses

- `400` — 400

---

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