Saltar al contenido / Skip to content
Headless REST API for Digital Certificates

Are you still stalling sales by asking clients for tax and commerce records?

Eliminate onboarding friction. Issue digital certificates for electronic invoicing in minutes, 100% via API, with biometric validation and zero human intervention.

Request Sandbox Access 🚀Read Technical Docs 📚

Every manual step destroys your conversion rate

Forcing your end user to handle physical paperwork, send emails, and wait days for a digital certificate stalls adoption of your ERP or POS system.

Slow and Bureaucratic Paperwork

Your clients used to wait days sending tax records, commerce records, and physical signatures. With MATICERTS, the process takes minutes.

Support Stuck in Paperwork

Your support team shouldn't waste valuable hours reviewing tax documents. Automate the workflow and free them for product development.

Abandonment During Onboarding

Requesting external signatures makes clients abandon your software at the last minute. Close the sale by letting them invoice the same day.

Loss of Brand Identity

Forget about sending your clients to buy digital signatures on other websites. Everything happens inside your own software with our headless API.

The Most Robust Issuance Infrastructure

Designed exclusively for Software Houses, ERPs, and large integrators requiring automated, unattended processes.

Integrated Facial Biometrics

Real-time identity validation with certified facial recognition against official databases.

Express Issuance

Certificate issued, validated, and saved on your server in a matter of minutes, completely unattended.

Invisible Integration (Headless)

Your clients never leave your ecosystem. You control the entire onboarding experience from start to finish.

Centralized S2S Management

Revoke, renew, and manage signatures for all your clients through our Server-to-Server console.

Sandbox: Simulate a Live Issuance

Interact with creation and biometric validation endpoints. Issue a test signature instantly.

Código del Cliente
// Solicitar trámite en Node.js (fetch)
const url = "https://sandbox.maticerts.com/api/v1/certificates/issue";
const apiKey = "TU_API_KEY_AQUI";
const payload = {
  "nit_cliente": "901234567-8",
  "razon_social": "Software Lopezsoft SAS",
  "representante": {
    "nombres": "Lewis",
    "apellidos": "CEO",
    "documento": "102938475",
    "tipo_documento": "C.C.",
    "correo": "ceo@lopezsoft.com"
  },
  "firma_delegada": true,
  "callback_url": "https://mi-sistema.com/webhooks/certs"
};

fetch(url, {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': `Bearer ${apiKey}`
  },
  body: JSON.stringify(payload)
})
.then(res => res.json())
.then(res => {
  console.log("Redirige a biometría:", res.data.biometric_link);
});
Respuesta del Servidor (JSON)

Haz clic en "Probar Sandbox" para simular la petición de inicio de trámite de certificado digital y biometría.

The ROI of Automating your Certificates

Calculate how many technical support hours and customer acquisition costs (CAC) you save by implementing MATICERTS biometrics.

50 firmas / año
5 certs (Básico)250 certs (Enterprise)
Cobro total por 2 años: $ 360.000

Costo MATICERTS$ 8.500.000$ 170.000 c/u (Profesional)
Ahorro horas soporte75 horasAhorro: $ 1.875.000 COP
Utilidad de Reventa Neta$ 9.500.000Rentabilidad de reventa: 53%
📈 Estrategia Partner: Integrando MATICERTS a tu software no solo reduces costos operativos en un 95%, sino que creas una línea de ingresos recurrentes de alta rentabilidad al vender las firmas directamente en tu flujo de facturación electrónica.

Plans Tailored to your Software Volume

Flexible models per issued certificate or monthly subscriptions for unlimited delegated signatures.

1 Año
2 AñosAhorra hasta 31% 🔥

Básico

De 1 a 20 certificados / año

$ 125.000/ cert
Vigencia por 12 meses
  • Emisión Express biométrica
  • Validación biométrica en tiempo real
  • Formato .p12 + PIN seguro
  • Dashboard de control para aliados
  • Webhooks & API REST S2S
  • Soporte técnico estándar
Probar Integración Gratis

Enterprise

Más de 101 certificados / año (ilimitado)

$ 105.000/ cert
Vigencia por 12 meses
  • Emisión Express biométrica
  • Validación biométrica en tiempo real
  • Formato .p12 + PIN seguro
  • Dashboard de control para aliados
  • Webhooks & API REST S2S
  • Soporte técnico estándar
Probar Integración Gratis

Level Up Your Onboarding Flow

Eliminate manual bottlenecks. Automate your end users' digital signature processes and optimize your conversion rates today.

Request Sandbox Access 🚀