How to integrate Instamojo payment gateway in laravel 4.2?

748 views Asked by At

I have done it in case of paypal. Is there any way to integrate instamojo like this?

"require": {

"laravel/framework": "4.2.*",
"moltin/laravel-cart": "dev-master",
"paypal/rest-api-sdk-php": "*"

}

1

There are 1 answers

2
Vijayanand Premnath On

Laravel has a package called Indian Payment Gateway (indipay) by which you can configure payment gateways like CCAvenue, PayUMoney, EBS, CitrusPay, Instamojo recently I have used this package for the integration and succeeded. The below link has a clear steps to do the integration process. Github link