Skip to Content
Menu
This question has been flagged
3 Replies
12830 Views

Dear all,

       I'm doing Payment gateway integration with CCAvenue. After selecting payment mode(Selected hdfc payment method) I'm clicking on continue button it shows the following error

"Error Code:         10001 Invalid Request - Encrypted request invalid/not present.

Don't worry... It happens to the best of us.     "

Anyone pls help me


Avatar
Discard

credential given by you for CCAvenue is wrong

Best Answer

Hi,

Better you check the corresponding API documentation of the CCAvenue and see the possible reasons for the error code 10001 . 

If the module is still under development have a look at this closed pull request in the odoo repository introducing the same payment gateway :    Master ccavenue yti #31281


Thanks

Avatar
Discard
Author

Thanks

Author

Hi ,

Thank you very much for the information. Now I'm getting following error "Server Error:

We are not able to redirect you to the payment form. Error to render compiling AST"

Best Answer

Hi,

There is two possible way to trigger this error code 10001.

  1. Better to check the credential given by CCAvenue team was correct.

  2. Install python-mcrypt 1.1 module at server side .
    python-mcrypt 1.1 module has been used to encrypt customers and merchant data to the payment gateway .

Thanks


Avatar
Discard