Developers

Built for developers.

Integrate once. Build financial capabilities into your product without maintaining fragmented payment and financial infrastructure.

API

A predictable, versioned API surface.

Resource-oriented endpoints, idempotent writes, signed webhooks and consistent error objects across every product.

Toolkit

  • API
  • Webhooks
  • SDKs
  • Documentation
  • Sandbox
  • Logs
Create a payment intent
POST /v1/payment-intents
Idempotency-Key: ord_10482

{
  "amount": 125000,
  "currency": "MZN",
  "connected_account": "acct_11A02"
}
Webhook event
{
  "type": "payment.succeeded",
  "data": {
    "id": "pi_8Kd2Xa",
    "risk": { "score": 12, "decision": "allow" }
  }
}

Observability

Follow every request through the infrastructure.

Each stage of a transaction is observable, from the initial request to settlement orchestration.

Risk evaluation

Sentinel scores the transaction, business and behavioral signals.

Payment
1,250.00 USD
Risk
12 / 100
Status
Approved

Illustrative representation of the infrastructure flow.

Environments

Public website, dashboard, API and documentation stay separate.

The Rivox surfaces are designed as independent products: the public website, the authenticated dashboard, the API and the developer documentation.

  • www.rivox.money

    Public website

  • dashboard.rivox.money

    Authenticated application

  • api.rivox.money

    API endpoint

  • docs.rivox.money

    Developer documentation