Unified Recharge API
A single REST + webhook API that connects you to airtime, data, bills, ESIMs and gift cards across 180+ countries. Idempotent, signed and built for scale.
- REST + webhooks, JSON & XML
- Idempotency keys & reversals
- 99.99% platform SLA
- Sandbox with production-equivalent responses
- SDKs for Node, Python, PHP, .NET
POST /v1/recharges
{
"operator": "etisalat_ae",
"product": "prepaid_topup",
"msisdn": "+9715•••••42",
"amount": { "value": 50,
"currency": "AED" }
}

