// MODULE · PAY
Banking Core: the rail behind every financial product.
Personal and business digital accounts, Pix, boleto, bill payments and cards under your brand — all on a single API platform.
// CAPABILITIES
What the module delivers
Personal and business accounts
Account opening with your own onboarding, built-in KYC and per-profile limits.
Direct Pix
Keys, dynamic QR codes and refunds with real-time webhook confirmation.
Boleto and bill payments
Issuing, registration and settlement of boletos, plus taxes and utilities.
Cards under your brand
Virtual and physical cards with limits, blocks and statements via API.
Native reconciliation
Automatic statement matching and a single view of every account movement.
Signed webhooks
Events for every state change, with safe retries and native idempotency.
// FOR DEVELOPERS
Accounts and Pix live in days
Predictable REST resources, instant sandbox and signed webhooks — the same infrastructure as production.
KEY ENDPOINTS
POST/v1/accountsCreates a personal or business digital account with built-in onboarding.
POST/v1/pix/keysRegisters Pix keys linked to the account.
POST/v1/pix/chargesCreates a Pix charge with a dynamic QR Code.
GET/v1/statementsConsolidated statement with automatic reconciliation.
POST /v1/pix/charges201 Created · 0.4s
$ curl -X POST https://api.aurixfinance.ws/v1/pix/charges \
-H "Authorization: Bearer sk_live_••••••••" \
-d '{
"account_id": "acc_9F2KQ01",
"amount": 125000,
"expires_in": 3600
}'
# response
{
"id": "pixc_01JD9XKQ4",
"status": "active",
"qr_code": "00020126580014BR.GOV.BCB.PIX..."
}// USE CASES
Who runs on this module
Fintechs
Key-based collection, webhook confirmation and automatic statement matching.
Learn more →
SaaS
Financial services inside your software: movement, payments or balance as a new revenue line.
Learn more →
Retail
Account, card, payments and services under your brand — retention and recurrence.
Learn more →
Franchises
Payments, expenses and benefits standardized across HQ, units and franchisees.
Learn more →
Put accounts, Pix and cards inside your product
Instant sandbox and an architecture proposal within 1 business day.