Documentation

ozAPI

A concierge-style API suite

Use one credential set to orchestrate payments, accounts, cards, wallets, and compliance events across the Ozura network.

Latency

320ms

avg. global response

Coverage

190+ regions

local rails & wallets

Webhooks

18 events

real-time observability

SDKs

JS • Go • Python

Type-safe toolkits

Payments API

Send, receive, batch, and reconcile funds with transparent FX stories baked in.

View docs →

Accounts API

Spin up virtual accounts, cards, and wallets with tiered permissions and KYB.

View docs →

Webhooks

Subscribe to ledgers, onboarding, and risk events with signed payloads.

View docs →

Quick start

curl https://api.ozura.network/v1/payments \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Idempotency-Key: 5c29-ozura-demo" \
  -d amount=1000 \
  -d currency=USD \
  -d recipient="john@example.com"