ashish.135's avatar

How to integrate indipay with laravel 5.4 for ccavenue payment.

There is no documentation for how to implement a recurring payment process using ccAvenue and other payment gateway.

Any Idea ?

0 likes
6 replies
Dhaval_patel's avatar

@ashish.135 Here are the Indian Payment Gateways currently supported in laravel 5: CCAvenue, PayUMoney, EBS, CitrusPay

For CCAvenue you can try this click anotherone

I hope that will help you to integrate.

ashish.135's avatar

@Dhaval_patel Thanks for you reply.

I'm using indipay package for ccavenue. Can you please tell me how can I integrate this.

intossh@gmail.com's avatar

@SUMANKUMARPANDA - Well.. Laravel runs on PHP, since that library is a PHP class it's very easy to use in Laravel, just basically use their example, it doesn't matter if it's Laravel or not. Or if you want it the Laravel way, you can create a ServiceProvider for it.

Please or to participate in this conversation.