Overview
The Issuer endpoint manages the company’s tax information used for generating electronic tax documents (DTE). Each tenant has a single issuer configuration that stores the company’s legal and tax details required by Chilean SII.The issuer is a singleton per tenant. There can only be one issuer configuration per tenant schema.
Get Issuer
Response
Unique identifier for the issuer
Chilean RUT (tax ID) of the company
Legal business name
Line of business (commercial activity description)
Primary ACTECO code (Chilean economic activity code)
Street address
Municipality/commune
City
Contact phone number
Contact email address
Company website (optional)
Example Request
cURL
Example Response
Error Responses
404 Not Found - Issuer not configured
404 Not Found - Issuer not configured
Configure Issuer
Request Body
Chilean RUT (tax ID) of the company in format XX.XXX.XXX-X
Legal business name
Line of business description
Primary ACTECO economic activity code
Street address
Municipality/commune
City
Contact phone number
Contact email address
Company website URL
Example Request
cURL
Example Response
How Issuer Data is Used
The issuer configuration is automatically included in all DTE (electronic tax documents) generated by the system:- Invoices (DTE 33) - Issuer information appears in the document header
- Receipts (DTE 39) - Company details printed on receipts
- Credit/Debit Notes - Referenced in document metadata
- SII Submissions - Issuer RUT used for authentication and document signing
When you update the issuer via the global tenant management API (
PATCH /saas/tenants/{id}), the system automatically synchronizes changes to the local issuer table for that tenant’s schema.Tenant Synchronization
The issuer data is synchronized between two locations:- Global tenant record (
public.tenantstable) - Master data - Local issuer record (
{tenant_schema}.issuerstable) - Used for DTE generation
Best Practices
Configure during tenant provisioning
Set up issuer information immediately after creating a new tenant. This ensures all DTEs have correct company information from the start.
Validate RUT format
Ensure the RUT follows Chilean format with verification digit (XX.XXX.XXX-X). Invalid RUTs will cause SII submission errors.
Use official ACTECO codes
Reference the official SII ACTECO catalog. You can search codes using
GET /saas/actecos?q=search_term.Related Endpoints
Tenants
Manage tenant provisioning
Sales
Generate DTEs with issuer info