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.
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
Quickstart →
Make your first call in four steps with copy-paste examples for curl, JavaScript, PHP and Python.
Playground →
Explore the API interactively in a sandbox that mirrors real workflows. No API key required.
INTERACTIVEReference →
Browse the full OpenAPI 3.1 specification in an interactive viewer with sandbox try-it.
Webhooks →
Payload structure, signature verification and replay protection with a five-minute window.
Base URL & versioning
https://api.revolixgaming.com/v1Current version: v1.0.0. Breaking changes ship as /v2 with Deprecation and Sunset headers and 90 days advance notice.