Integrating CCAvenue with php

前端 未结 2 369
渐次进展
渐次进展 2020-12-29 00:30

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

2条回答
  •  猫巷女王i
    2020-12-29 01:11

    Steps to Integrate Payment Gateway :

    1. At first create a merchant account on https://dashboard.ccavenue.com/web/registration.do?command=Preview.

    2. After successful registration CCavenue team will verify your provided phone no. and email Id.

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

    4. Login to your account on https://dashboard.ccavenue.com/jsp/merchant/merchantLogin.jsp

    5. Go to dashboard and click on setting tab then select API KEYS.

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

提交回复
热议问题