Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 1.49 KB

README.md

File metadata and controls

35 lines (32 loc) · 1.49 KB

CCAvenue-PHP

CCAVENUE PAYMENT GATEWAY INTEGRATION

secure.ccavenue.jpg

CCAvenue-PHP 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.

  1. Update URLs in index.html Replace the redirect_url and cancel_url with the URLs specific to your website.

  2. Modify ccavRequestHandler.php Make the necessary modifications in ccavRequestHandler.php, including adding the working_key and access_code obtained from CCAVENUES.

  3. 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.