Skip to content

PayU test card

PayU merchant-hosted checkout test PANs from docs.payu.in. Use Test Key and Salt at test.payu.in.

Docs

Loading tool…

How to use PayU test card

  1. 1. Enable test mode. PayU Dashboard → Test mode → copy Test Key and Salt.
  2. 2. Copy Mastercard. 5123456789012346 — expiry 05/30, CVV 123, OTP 123456.
  3. 3. Copy Visa. 4012001037141112 — same expiry/CVV/OTP pattern.
  4. 4. Post to sandbox. https://test.payu.in/_payment — never live endpoint.

About this tool

PayU India documents separate cards for merchant-hosted checkout, server-to-server, EMI, and wallets. This alias opens the standard checkout test PANs.

OTP on PayU test cards

Standard checkout test cards use OTP 123456. EMI test flows require mobile number 9123412345 and may use OTP 111111.

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