Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CCAvenue Payment Error code 10002 Merchant Authentication failed. Don't worry... It happens to the best of us

I am using cc-avenue jsp integration kit in my website. I have used the code which is provided by cc-avenue but when I try to checkout from my site it gives an error

10002 Merchant Authentication failed. Don't worry... It happens to the best of us.

Please any one help me to resolve this problem.

like image 838
Ram Avatar asked Feb 23 '15 10:02

Ram


People also ask

How do I test my CCAvenue payment gateway?

at your registered email address. Once you activate your account and set up the password for your account, you can get the working key and access code in the dashboard. To test your code, you can use https://test.ccavenue.com as form URL to CCAvenue website. All the transactions to this test URL will not be processed.

How do I change my Web site CCAvenue URL?

Please send a request to: [email protected] along with the 'Change URL Letter' - (Click Here) on your company letter head signed and stamped by the Authorized Signatory.

How do I integrate CCAvenue payment gateway?

Steps to integrate CCAvenue Payment GatewayCreate Merchant Account. Login to Merchant Dashboard and download CCAvenue payment integration kit. get Security keys (Merchant id, Access Code, Working key). Configure CCAvenue security keys and (test/live) endpoint in your PHP application.

How to fix CCAvenue payment error code 10002?

The CCAvenue Payment Error code 10002 arouses when the merchant authentication was failed. Take a look at this list to fix the merchant authentication error quickly: You have entered an incorrect value of merchant ID or missed this field. First, make sure that you have filled all the Merchant ID forms required.

Why am I getting'merchant authentication failed'error in CCAvenue?

Else CCAvenue will throw error "Merchant Authentication Failed". Otherwise this error can be caused by an incorrect access code or if the order originates from an unregistered URL. Make sure that all three of these values are correct.

What is error code 10002 merchant authentication failed?

Error Code: 10002 Merchant Authentication failed. Don't worry... It happens to the best of us. This might be due to incorrect MERCHANT ID, WORKING KEY or ACCESS CODE. The most likely it is possible due to incorrect URL so to make sure this is implemented on the Registered Domain for Testing URL/Live url for which the API keys are issued.

What is CCAvenue payment gateway?

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 Error Code 10002 Merchant Authentication Failed!


2 Answers

This error can be caused by an incorrect merchant ID, an incorrect access code, or if the order originates from an unregistered URL. Make sure that all three of these values are correct.

For your security, CCAvenue does not report exactly which of these three values might be in error.

Update:

  1. You can find CCAvenue setup for ASP.net from here: http://aravin.net/complete-guide-integrate-ccavenue-payment-gateway-asp-net-website-screenshot/
  2. Also, you can find steps to solve the 10002 here: http://aravin.net/how-to-test-ccavenue-payment-gateway-in-localhost-avoid-error-code-10002-merchant-authentication-failed/
like image 85
Aravin Avatar answered Nov 15 '22 03:11

Aravin


The Error code 10002 means that Access code or URL not valid so request you to confirm that you are posting the Access code value to CCAvenue and also confirm that the request URL posting to CCAvenue has to be the same as the registered URL with us, as we are having the URL Validation at our end.

The post action URL must be https://secure.ccavenue.com/transaction/transaction.do?command=initiateTransaction

Kindly confirm that you're passing the correct API keys in the integration kit.
We would like to inform you that the API keys that are generated in your account, are for the live website URL and live server (i.e. secure.ccavenue.com). Thus, if we receive any request other that the website URL, (e.g. Local host / sub-domain), or for the test server (i.e. https://test.ccavenue.com/transaction/transaction.do?command=initiateTransaction), you will get the merchant authentication failed error.

We request you to kindly check at your end.

like image 44
MUNAWARALI KANNIYAN Avatar answered Nov 15 '22 03:11

MUNAWARALI KANNIYAN