问题
I am integrating ccavenue gateway in my android app. While loading webview I am getting below error
Transaction Status
Error encountered
ERROR: Problem in decrypting application request.
Why am I getting this error?
回答1:
The issue is related to access code.
My access code get null while making the request.
回答2:
The above mentioned issue always relates to the incorrect access code/order id or both.The Reason is, while you send the access code and order id to get the secret RSA key from CCAvenue server should always be maintained same throughout the payment process or until the payment transaction request.Because CCAvenue uses this two as a kind of a verification before attempts any transaction request made to it.If it differs, it is unable to detect (or decrypt the application request) which transaction it is going to handle.So it throws an error.Hope it helps!
来源:https://stackoverflow.com/questions/37325408/ccavenue-error-decrypting-application-request