How to use Cashfree test card
- 1. Switch to Test. Cashfree Dashboard → Switch to Test (yellow banner).
- 2. Copy a test card. 4706131211212123 — Visa debit. Expiry 03/2028, CVV 123, OTP 111000.
- 3. Test UPI. Use testsuccess@gocash with Cashfree UPI Intent Simulator on Android.
- 4. Use TEST_ keys. App ID and Secret must start with TEST_ on sandbox.cashfree.com.
About this tool
Cashfree publishes detailed sandbox data including RuPay cards, EMI test PANs, and multiple UPI failure scenarios. This page highlights the most common integration test values.
Fixed expiry and OTP
Unlike Stripe, Cashfree sandbox cards use a fixed expiry (03/2028), CVV (123), cardholder name (Test), and OTP (111000) across all test PANs in the official table.
UPI needs the simulator
Real UPI apps do not launch in Cashfree sandbox. Install the Cashfree UPI Intent Simulator APK on Android to complete UPI Intent test flows.
Code examples
Stripe Visa (success)
4242424242424242
Expiry: 12/34 CVV: 123 ZIP: 42424Razorpay domestic Visa
4111111111111111
Expiry: any future date CVV: any 3 digitsRazorpay UPI success
success@razorpayStripe PaymentIntent test JSON
{
"number": "4242424242424242",
"exp_month": 12,
"exp_year": 34,
"cvc": "123"
}