Skip to content
Aurix
// DEVELOPERS

Built for the people who integrate.

Predictable REST APIs, signed webhooks and a sandbox seeded with realistic data — the same infrastructure as production, from the first minute.

Tooling for your team

API STATUSOPERATIONAL · 99.99% (90D)
OPEN DOCUMENTATION →VIEW STATUS →
POST /v1/payments200 OK · 3.8s
$ curl -X POST https://api.aurixfinance.ws/v1/payments \
    -H "Authorization: Bearer sk_live_••••••••" \
    -d '{
      "amount":       125000,
      "currency":     "BRL",
      "method":       "pix",
      "reference_id": "ord_8214"
    }'

# response
{
  "id":         "pay_01JD9XKQ4",
  "status":     "settled",
  "settled_in": "3.8s"
}
SDKs
Official libraries for TypeScript, Python and Go, with types generated from the contract.
3 LANGUAGES
REST API
Predictable resources, standardized errors and native idempotency across the API.
OPENAPI 3.1
Webhooks
Signed events for every state change, with automatic retries.
HMAC SHA-256
Sandbox
Test keys with no contract, seeded with realistic data from minute one.
NO CONTRACT