Total Balance
—
Indian Rupees (₹)
↻
Frozen
—
Indian Rupees (₹)
Available
—
Indian Rupees (₹)
Live Balance — PIN Required
Endpoint: /query/balance
| Commission: 3% + ₹6 per transaction
New Payout · India IMPS/NEFT — PIN Required
₹
Quick Query — PIN Required
Session Transactions
| Transfer ID | Amount | Beneficiary | Bank | Trade No | Status | Time |
|---|---|---|---|---|---|---|
📋 No transactions yet. | ||||||
Query Payment Status — PIN Required
Status Code Reference
| Code | Meaning | Action |
|---|---|---|
| 0 | Submitted | Wait |
| 1 | Successful | ✓ Done |
| 2 | Failed | Support se contact karo |
| 3 | Rejected | Account details check karo |
| 4 | Processing | 5 min baad check karo |
⚡ Proxy Setup — CORS Fix (Sabse Pehle Karo)
Browser directly api.watchglb.com call nahi kar sakta — CORS block karta hai.
Fix:
Fix:
proxy.php download karo → server pe same folder mein upload karo → URL yahan set karo.
API Configuration
🔐 Time-Based PIN (Same as Telegram Bot)
IST time lete hain → hh = (hour − 2 + 24) % 24 | mm = (min − 5 + 60) % 60
PIN = sprintf('%02d%02d', hh, mm) | Current + Prev minute dono valid
PIN = sprintf('%02d%02d', hh, mm) | Current + Prev minute dono valid
CURRENT PIN
----
PREV PIN
----
IST TIME
--:--:--
NEXT PIN IN
--s
MD5 Sign Preview Tool
—
Endpoints
| Purpose | Endpoint |
|---|---|
| Payout Transfer | /pay/transfer |
| Payout Query | /query/transfer |
| Balance | /query/balance |
| Merchant Portal | merchant.watchglb.com ↗ |