Build on Revolix. Sell at scale.

Integrate top-up fulfillment directly into your platform. Access the product catalog, place orders, track deliveries and receive signed webhooks through a single REST API.

Checking

Bearer Auth

Your API key is stored as a SHA-256 hash and shown only once. Access fails closed the moment a key is revoked.

Idempotency

Every POST requires an Idempotency-Key (UUID v4), so a retried request never creates a duplicate order.

Integer Sen

All monetary values are sen-denominated integers. Your RX Points balance is the single source of truth.

120/min Rate Limit

Every response carries X-RateLimit-* headers, with 429 and Retry-After when the limit is reached.

Signed Webhooks

Receive order.status_changed events signed with HMAC-SHA256, delivered through a durable outbox with six retries.

RFC 9457 Errors

Errors follow the RFC 9457 Problem Details standard, each with a referenceable type URL.

Mulakan

Need an API key?

Submit an access request from your console. Once approved, you can generate and manage your own keys at any time.

Request API Access

Base URL & versioning

https://api.revolixgaming.com/v1

Current version: v1.0.0. Breaking changes ship as /v2 with Deprecation and Sunset headers and 90 days advance notice.