Grope API Documentation

Professional BBPS & Recharge API for Resellers & Developers

Base URL

https://grope.in/App/api/
Copied!

1. Balance Check

https://grope.in/App/api/balance.php?user_id=USER_ID&api_key=YOUR_API_KEY
Copied!

Parameters

ParameterRequiredDescription
api_keyYesYour API key
user_idYes (or mobile)Your user ID
mobileOptionalYour registered mobile (alternative to user_id)

Success Response

{
  "success": true,
  "user_id": 2,
  "name": "Ravi kumar",
  "mobile": "8804226682",
  "wallet_balance": 190.06,
  "timestamp": "2025-12-14 10:30:00"
}

2. Recharge

https://grope.in/App/api/recharge.php?user_id=USER_ID&api_key=YOUR_API_KEY&operator_id=1&number=9122691369&amount=299&orderid=MYORDER123
Copied!

Parameters

ParameterRequiredDescription
api_keyYesYour API key
user_id or mobileYesUser identification
operator_idYesOperator ID (see list below)
numberYesMobile/DTH/Customer ID
amountYesRecharge amount
orderidOptionalYour unique order ID
Auto Processing: Success → Commission (Self + Levels) • Failed → Full Refund • History Updated

3. Status Check

https://grope.in/App/api/status.php?api_key=YOUR_API_KEY&txn_id=TXN123ABC456
Copied!

Parameters

ParameterRequiredDescription
api_keyYesYour API key
txn_idYesTransaction ID from recharge response
Live polling • Auto commission/refund if pending

4. Callback URL Testing Tool

Test Your Callback URL

Enter your callback URL and click test to verify if it receives data correctly.

Result will appear here after testing...
Callback POST Data Format:
{
  "txn_id": "YOUR_ORDERID",
  "status": "success|failed|pending",
  "operator_ref": "REF123",
  "amount": 299,
  "number": "9122691369",
  "timestamp": "2025-12-14 10:30:00"
}

5. Live Operator List

Real-time operators grouped by service type — always synchronized with admin panel.

Loading operators from database...

Security Best Practices