I am a total newbie to payment gateways. I would like to integrate CCAvenue to my website using PHP. I have downloaded their Intergration kit, Included my merchant id and wo
Steps to Integrate Payment Gateway :
At first create a merchant account on https://dashboard.ccavenue.com/web/registration.do?command=Preview.
After successful registration CCavenue team will verify your provided phone no. and email Id.
After account activation your website will be verified and the team will provided your the merchant Id and working key which will be needed while integrating the payment gateway.
Login to your account on https://dashboard.ccavenue.com/jsp/merchant/merchantLogin.jsp
Go to dashboard and click on setting tab then select API KEYS.
Copy all three keys Merchant ID, Access Code and Working Key.
Now follow the following code steps to integrate Ccavenue :
Create a file containing the form e.g. index.php and paste below code:
Follow below link for step by step execution :
https://www.lelocode.com/posts/integrate-ccavenue-payment-gateway-in-php-with-simple-step---lelocode