Secure Gmail‑based payment verification for your bots
Endpoint:
GET /api/verify?key=YOUR_API_KEY&remark=YOUR_REMARK&amount=AMOUNT
Example:
https://auto-pay-vercel.vercel.app/api/verify?key=abc123&remark=XYZ789&amount=100
Response (JSON):
{
"verified": true,
"received_amount": 100,
"status": "exact"
}
Status can be: exact, partial, overpaid, not_found, error
Integrate this into your Telegram bot or any backend to auto‑verify UPI payments. Use the remark from your payment QR and the expected amount.
You'll be redirected to Google to grant Gmail read access.
After signing in, your API key will be displayed here.