Skip to main content

CCAvenue Error Code 10002 Merchant Authentication Failed

In this tutorial, we will see how to avoid CCAvenue Error Code 10002 Merchant Authentication Failed!
This CCAvenue Error Code 10002 problem is a usual problem that occurs after connecting our application to the CCAvenue payment gateway. But, it is not a big issue to solve. This problem can be solved as easily as changing few lines code.

CCAvenue Error Code 10002 Merchant Authentication Failed


CCAvenue is one of the leading online payment gateway service provider similar to other popular providers PayPal, Citrus, PayUMoney etc. Easy integration is an advantage of CCAvenue payment gateway. 

How to avoid the CCAvenue Error Code 10002 Merchant Authentication Failed!

This error occurs when we don't use right options suggested by CCAvenue while integrating them into the application. Following are few reasons of this error:

Incorrect Merchant ID
Incorrect Working Key
Incorrect Access Key
URL of the registered website

User mostly do the mistake on using above  four option while integrating CCAvenue in the application, which ultimately causes an error CCAvenue Error Code 10002 Merchant Authentication Failed!
  

Common mistakes user does

While integrating an application with CCAvenue user either uses wrong details (as given in the above list)  or uses the wrong URL. 
For example, if user is registered with http://xyz.com, still tests flow on localhost application, say http://localhost/xyz/. This is a wrong way to test. If you are registered with http://xyz.com, you should always upload the code on the remote server with domain name http://xyz.com and then test the payment gateway integration on that server. 

So, in this tutorial we have discussed how to avoid CCAvenue Error Code 10002 Merchant Authentication Failed!. Hope, this is useful for you to avoid the error caused by minor mistakes. Please share this post if you like this.

Comments

Popular posts from this blog

CCAvenue avoid Error Code 21002 currency required parameter missing

In this tutorial, we will see how to avoid Error Code 21002 currency required parameter missing. This is a usual problem that occurs after connecting our application to the CCAvenue payment gateway. Due to some input values that are missing by developers while coding, such error occurs. CCAvenue is one of the leading online payment gateway service provider similar to other popular providers PayPal, Citrus, PayUMoney etc. Easy integration is an advantage of CCAvenue payment gateway. But, due to very minor mistakes in coding, developers get few errors while integrating CCAvenue with their application. CCAvenue have provided some guidelines of integration that are necessarily needed to be followed while integrating it into the application. Inputs values like amount, currency, merchant_id, redirect_url, cancel_url etc are minimum required and should be included in the form before sending the data to CCAvenue page. If we avoid them or forgot to use them into the code, CCAvenue th

CCAvenue avoid Error Code 21003 amount required parameter missing

In this tutorial, we will see how to avoid Error Code 21003 amount required parameter missing. This is another problem that occurs due to very minor mistake made by developer after connecting an application to the CCAvenue payment gateway. Due to some input values that are missing by developers while coding, such error occurs. CCAvenue is one of the leading online payment gateway service provider similar to other popular providers PayPal, Citrus, PayUMoney etc. Easy integration is an advantage of CCAvenue payment gateway. As per the guidelines of integration provided by CCAvenue that are necessarily needed to be followed while integrating it into the application. Input values like amount, currency, merchant_id, redirect_url, cancel_url etc are minimum required and should be included in the form before sending the data to CCAvenue page. If we avoid them or forgot to use them into the code, CCAvenue throws an error. As mentioned above, Amount is one of the required values that

CCAvenue avoid Error Code 21001 order id required parameter missing

In this tutorial, we will see how to avoid Error Code 21001 order_id required parameter missing. This is a usual problem that occurs after connecting our application to the CCAvenue payment gateway. But, it is not a big issue to solve. CCAvenue is one of the leading online payment gateway service provider similar to other popular providers PayPal, Citrus, PayUMoney etc. Easy integration is an advantage of CCAvenue payment gateway. But, due to very minor mistakes in coding, developers get few errors while integrating CCAvenue with their application. CCAvenue have provided some guidelines of integration that are necessarily needed to follow while integrating it into the application. It includes some parameters or inputs that are minimum required like amount, currency, merchant_id, redirect_url, cancel_url etc. If we avoid them or forgot to use them into the code, CCAvenue throws the error. As mentioned above Order Id is one of the required values that should be mentioned in co