881 B
881 B
Quick Setup: Personal UPI
1. Find Your UPI ID
Open your UPI app and find your UPI ID:
- PhonePe: Profile → UPI ID (e.g.,
9876543210@ybl) - Google Pay: Profile → Payment Methods → UPI ID
- Paytm: Profile → Payment Settings → UPI ID (e.g.,
yourname@paytm)
2. Add to .env File
Open backend/.env and add:
# Your Personal UPI ID
PHONEPE_UPI_ID=your_actual_upi_id_here
# Examples:
# PHONEPE_UPI_ID=9876543210@ybl
# PHONEPE_UPI_ID=sunderrajan@paytm
# PHONEPE_UPI_ID=yourname@oksbi
3. Restart Backend
npm start
Or with PM2:
pm2 restart all
4. Test
- Login to app as member
- Go to any group
- Click "Pay Installment"
- Select "Pay via QR Code"
- You should see your UPI ID and QR code
- Test with a small payment
That's it! 🎉
Total cost: ₹0 forever
Transaction fees: 0%
Setup time: 2 minutes