CCAVENUE PAYMENT GATEWAY INTEGRATION
If you want to integrate the CCAvenue payment gateway into your website built with PHP, there are a few steps you need to follow.
-
Update URLs in index.html Replace the redirect_url and cancel_url with the URLs specific to your website.
-
Modify ccavRequestHandler.php Make the necessary modifications in ccavRequestHandler.php, including adding the working_key and access_code obtained from CCAVENUES.
-
Edit ccavResponseHandler.php Similarly, edit ccavResponseHandler.php and add the working_key obtained from CCAVENUES.
By following these steps, you can successfully integrate the CCAvenue payment gateway into your PHP website.