Para desarrolladoresIntegra en 48 horas
Integra en 48 horas
. No en 4 meses.
API REST documentada, SDKs en 6 lenguajes, sandbox gratuito y webhooks en tiempo real. Tu primer cobro en menos de un día.
charge.ts
// Create a SPEI collection with ARKAX
import { Arkax } from '@arkax/sdk'
const arkax = new Arkax({
apiKey: process.env.ARKAX_API_KEY,
environment: 'sandbox',
})
const charge = await arkax.charges.create({
amount: 142500,
currency: 'MXN',
channel: 'spei',
description: 'Monthly payment - client XYZ',
customer: {
name: 'Carlos Ramirez',
email: 'carlos@company.com',
rfc: 'RAMC850101XXX',
},
webhook_url: 'https://your-app.com/webhooks/arkax',
})
console.log(charge.clabe)
console.log(charge.status)SDKs oficiales en tu lenguaje favorito
Todos los SDKs son open source, con tipos TypeScript exportados y soporte semver.
⬡
Node.js
@arkax/node🐍
Python
arkax-python🐘
PHP
arkax/arkax-php🐹
Go
github.com/arkax-io/go-arkax💎
Ruby
arkax☕
Java
io.arkax:arkax-javaAPI Reference
REST API simple y predecible
Todos los endpoints siguen convenciones REST estándar. Autenticación por Bearer token. Respuestas JSON. Las rutas marcadas como roadmap forman parte de la superficie v1.
Autenticación con API Key + Secret
Versioning en URL (/v1/)
Rate limiting: 1,000 req/min en sandbox
Idempotency-Key para POST requests
Webhooks firmados con HMAC-SHA256
POST
/v1/chargesGET
/v1/charges/:idPOST
/v1/routing-rulesGET
/v1/routes/healthPOST
/v1/transfersGET
/v1/reconciliationGET
/v1/balancePOST
/v1/customersGET
/v1/transactionsPOST
/v1/webhooksSandbox gratuito — sin tarjeta de crédito
Accede al entorno de pruebas completo. Datos reales, webhooks, 3D Secure y anti-fraude — sin costo y sin límite de tiempo.
Obtener credenciales sandbox