Automated UPI Solutions
Integrate FamPay automatic payment verification into your applications with lightning-fast speed and military-grade security.
POST Payment Request
Generate a dynamic UPI QR code for receiving instant payments with automatic verification.
| Parameter | Type | Description |
|---|---|---|
| upi | Required | Your UPI ID (e.g., example@okhdfcbank) |
| amount | Optional |
Payment Amount Configuration:
amount=100 → Fixed ₹100
amount=0 → User can enter any amount
|
{
"status": "success",
"data": {
"order_id": "FAMPAY2026042300401024D72AA0",
"qr_url": "https://fampay.anujbots.xyz/qr_codes/FAMPAY2026042300401024D72AA0.png",
"upi_id": "anujffseller@fam",
"amount": "10",
"created_at_ist": "22-04-2026 23:00:41",
"expires_at_ist": "22-04-2026 23:05:41"
},
"dev": "@ANUJxCODER"
}
Check Transaction Completion
Verify if payment has been successfully received using the unique Order ID with real-time status updates.
| Parameter | Type | Description |
|---|---|---|
| order_id | Required | The unique order ID received from QR generation endpoint |
| api_key | Required | Your personal API authentication key (Get from Telegram Bot) |
{
"status": "success",
"data": {
"order_id": "FAMPAY2026...",
"transaction_id": "FMPIB5255631361",
"amount": 10,
"utr": "301268197755",
"sender_name": "Anuj Patel",
"payment_time_ist": "23-04-2026 00:42:12"
},
"dev": "@ANUJxCODER"
}
{
"status": "error",
"message": "Transaction failed",
"details": "Payment not received",
"order_id": "FAMPAY2026...",
"dev": "@ANUJxCODER"
}
Instant payment verification with <200ms response time
End-to-end encryption with SSL/TLS protocols
Simple RESTful API with comprehensive documentation