Skip to content

What is SUIT

SUIT is the billing and financial management platform for growing businesses in Peru. It automates electronic invoicing (SUNAT), accounts receivable, payment tracking, and tax reporting — so you can focus on your business, not paperwork.

SUIT has three integrated products:

  • SUIT Billing — REST API to emit all 8 SUNAT document types. Send JSON, get a signed XML, CDR, and PDF back.
  • SUIT Portal — Web dashboard to emit, track, and manage documents without writing code.
  • SUIT Finance — Accounts receivable, payment reminders, aging reports, and financial dashboards.
  • Electronic invoicing — 8 document types, XML UBL 2.1, digital signature, SOAP to SUNAT, CDR parsing
  • Async emission — If SUNAT is down, your documents queue automatically and send when it recovers. No one else offers this.
  • PDF generation — Professional printable documents for your customers
  • Automatic email delivery — Send PDFs to your customers automatically
  • Accounts receivable (CxC) — Auto-generated when invoices are accepted by SUNAT
  • Payment tracking and reminders — Know who owes what, send automatic reminders
  • Financial dashboards and Excel exports — Invoiced vs collected, aging, top debtors
Your App --> SUIT API --> SUNAT
|
Signs XML --> Sends SOAP --> Parses CDR
|
Stores document, generates PDF, sends email
|
Auto-creates receivable (CxC)
CodeTypeEndpointSUNAT Method
01FacturaPOST /api/invoicessendBill (sync)
03Boleta de VentaPOST /api/receiptssendBill (sync)
07Nota de CreditoPOST /api/credit-notessendBill (sync)
08Nota de DebitoPOST /api/debit-notessendBill (sync)
09Guia de RemisionPOST /api/despatch-advicessendBill (sync)
20RetencionPOST /api/retentionssendBill (sync)
40PercepcionPOST /api/perceptionssendBill (sync)
RAComunicacion de BajaPOST /api/voided-documentssendSummary (async)
EnvironmentBase URLPurpose
Productionhttps://api.suit.peLive documents sent to SUNAT
Sandboxhttps://api-staging.suit.peTesting with SUNAT beta servers

The sandbox environment uses SUNAT beta credentials (MODDATOS / MODDATOS) and does not generate real tax documents.

  1. Register and get your API Key
  2. Emit your first invoice in 5 minutes
  3. Learn about authentication