Check when a prepaid mobile number was last recharged and for how much.
Last Mobile Recharge Status
POST
Last Mobile Recharge Status API — Check when a prepaid mobile number was last recharged and for how much. Returns the last recharge amount and recharge_date. Useful for recharge reminders, churn and dormancy analysis, retailer commission checks, and confirming whether a top-up already landed before retrying it. Currently supported for Airtel and VI (Vodafone Idea) prepaid numbers only.
10-digit Indian mobile number — format: [6-9][0-9]{9} (e.g. 9876543210)
operator
string
Yes
Prepaid operator of the number. Accepted values: airtel, vi (Vodafone Idea). Other operators (jio, bsnl) are not supported by the source yet and are rejected without charge.
{
"success": false,
"message": "Last recharge details not available for this number",
"data": {
"order_id": "W2A1739512345abcdef01",
"error_code": "11"
}
}
Common Response Codes
Code
Meaning
200
OK — Request successful
400
Bad Request — Missing or invalid parameters
401
Unauthorized — Invalid or missing API key
429
Too Many Requests — Rate limit exceeded
500
Server Error — Try again later
Ready to integrate?
Start with free trial API calls. No credit card required.