Question Detail

How can I test CCAvenue Payment Gateway?

6 years ago Views 1543 Visit Post Reply

How can I test my Payment integration with CCAvenue test Account details?

I have searched for the details but CCAvenue removes there pdf link so that link is unavailable.

How to find details of testing Payment gateway?


Thread Reply

Anonymous

- 6 years ago

You can try these Details maybe work for you :

public static final String MERCHANT_ID = "2193";
public static final String ACCESS_CODE = "F94007DF1640D69A";
public static final String CURRENCY = "INR";
public static final String REDIRECT_URL = "https://test.ccavenue.com/transaction/transaction.do?command= initiateTransaction";
public static final String CANCEL_URL = "https://test.ccavenue.com/";

Cheers!!