🕉️ Razorpay Setup Helper

Configure your Razorpay test keys for donation system

Current Status
✅ Keys Configured

Test Mode: ✅ Enabled

Key ID: rzp_test_ZvVIcMORUuZcDh

Key Secret: E2lBLRcN****************

Step 1: Get Your Razorpay Test Keys
  1. Visit Razorpay Dashboard
  2. Make sure you're in Test Mode (top-left toggle)
  3. Copy your Key ID (starts with rzp_test_)
  4. Click "Regenerate & Download Key Secret" to get your secret
Step 2: Update Configuration Files
File 1: admin/config/razorpay_config.php

Replace these lines:

define('RAZORPAY_TEST_KEY_ID', 'rzp_test_YOUR_ACTUAL_KEY_HERE');
define('RAZORPAY_TEST_KEY_SECRET', 'YOUR_ACTUAL_SECRET_HERE');
File 2: donation.php (around line 280)

Replace this line:

key: 'rzp_test_YOUR_ACTUAL_KEY_HERE'
Step 3: Test Your Setup

After updating the keys:

  1. Refresh this page to verify status shows "Keys Configured"
  2. Visit the Donation Page
  3. Try making a test donation with card: 4111 1111 1111 1111
Pro Tip: Test cards will show the real Razorpay interface but won't charge any money!
Refresh Status Test Donation Full Guide
Setup Complete!

Your Razorpay integration is ready. You can now demonstrate the donation system to your client with real payment interface (test mode).