Desarrolladores
Integrá Rillis en días, no meses
Widget embebible, SDK y API REST con webhooks. Documentación clara con ejemplos.
⚙️
API REST
Endpoints para verificación, screening, monitoreo y firma. Autenticación por API-key.
🧩
SDK / Widget
Componente embebible para onboarding KYC/KYB sin construir UI.
🔔
Webhooks
Eventos en tiempo real (verificación, decisión, transacción) firmados con HMAC.
🧪
Sandbox
Entorno de pruebas para integrar sin afectar producción.
Quickstart
curl -X POST https://api.rillis.io/sdk/transactions \
-H "x-api-key: sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"customerId": "cus_123",
"externalId": "tx_0001",
"amount": 1500,
"currency": "USD",
"direction": "OUTBOUND"
}'