Mobile Recharge
Prepaid and postpaid operator routes with real-time status and automated callbacks.
Build recharge and bill payment experiences with a secure API, real-time status, unified wallet and one clean dashboard.
/api/v1/recharge.php
{ "operator": "102", "number": "98••••••64", "amount": 10, "client_ref": "ORD-28491" }
Use a consistent request format across recharge and bill payment services. Less integration work, more room to grow.
Prepaid and postpaid operator routes with real-time status and automated callbacks.
Leading satellite TV operators through one API.
Explore →Bill payment coverage across state and private billers.
Explore →FASTag, gas, LPG, loan, insurance, broadband, cable, landline, water, municipal tax, voucher, donation and PAN services—organized inside one operator-code system.
A focused API and a business-ready portal work together, so your team can integrate fast and operate confidently.
Simple requestSend operator, number, amount and your unique order ID.
Instant processingSmart routing sends the transaction to the configured provider.
Reliable resultReceive immediate response, status checks and signed webhook updates.
# Create a recharge request
curl --request POST \
'https://apiconnet.in/api/v1/recharge.php' \
--header 'X-API-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"operator": "102",
"number": "9800000000",
"amount": 10,
"client_ref": "ORDER1001"
}'
APIConnet layers strong authentication, controlled access and transaction safeguards into the platform from the start.
Access your portal or start with the API documentation.