How to integrate pay u biz integretion using MVC Ajax jquery....
and also please provide testing details web config setting like merchant key ,PAYU_BASE_URL,getTrSt hashSequence
i use this Payment Gateway Integration With ASP.NET MVC but this solution is not work
Rajkiran SwainPosted Apr 6, 2023, 6:09 AM
Integrating PayU Biz payment gateway in MVC using AJAX and jQuery involves the following steps:
Create a form with the necessary details like amount, order ID, etc., and submit the form to PayU Biz's payment gateway.
Capture the response from PayU Biz's payment gateway, and display the response to the user.
Here is a sample code snippet that demonstrates how to integrate PayU Biz in MVC using AJAX and jQuery:
Rajkiran SwainPosted Apr 6, 2023, 6:17 AM
It seems like you are facing an issue with the hash generation while integrating the PayU Biz payment gateway. Here are some steps you can follow to resolve this issue:
Make sure that you have entered the correct merchant key and salt in the web.config file.
Check if the PayU Biz credentials you are using are for the test environment or the live environment. If you are testing, use the test credentials, and if you are ready for production, use the live credentials.
Verify if the hash generation logic is correct. You can use the following code to generate the hash:
Make sure that you are passing all the required parameters for hash generation in the correct order. The hashSequence in the web.config file defines the order of the parameters for hash generation. Double-check that you have all the parameters in the correct order.
If the above steps do not resolve the issue, you can contact the PayU Biz support team for further assistance.
I hope this helps!
Asht TPosted Apr 6, 2023, 6:14 AM
thank u....@Rajkiran Swain
for testing purpose i used this
but this is not work for me