Skip to content

Cashfree test card

Official Cashfree sandbox PANs from data-to-test-integration docs. Opens on Cashfree section with UPI VPAs.

Docs

Loading tool…

How to use Cashfree test card

  1. 1. Switch to Test. Cashfree Dashboard → Switch to Test (yellow banner).
  2. 2. Copy a test card. 4706131211212123 — Visa debit. Expiry 03/2028, CVV 123, OTP 111000.
  3. 3. Test UPI. Use testsuccess@gocash with Cashfree UPI Intent Simulator on Android.
  4. 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: 42424

Razorpay domestic Visa

4111111111111111
Expiry: any future date  CVV: any 3 digits

Razorpay UPI success

success@razorpay

Stripe PaymentIntent test JSON

{
  "number": "4242424242424242",
  "exp_month": 12,
  "exp_year": 34,
  "cvc": "123"
}

Same reference tool as all payment test cards. This page matches a specific search — the sidebar and copy buttons are identical.

Frequently asked questions

Related tools

All tools