v1

latestOpenAPI 3.1.02026-07-24820248.4 KB

Obtener Información de Facturación del Customer

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

get/customer-billing-data/{id_customer}

Path parameters

id_customerstring required

El identificador único del Customer.

Response

200

id_customerstring
tax_idstring
tax_regimestring
legal_namestring
billing adressstring
billing_emailstring
tax_zip_codestring

Example response

{
  "id_customer": "cus_example1234",
  "tax_id": "RFCEXAMPLE",
  "tax_regime": "1234567890",
  "legal_name": "jon doe",
  "billing adress": "123 Main St, Anytown, USA",
  "billing_email": "jondoe@trytoku.com",
  "tax_zip_code": "1234567890"
}