Hello all. Been trying to wrap my head around how to implement user subscriptions in laravel without using stripe(not supported in my country). Right now it seems like i would have to build a subscription management system from scratch and that takes me away from the core of my app. Any ideas would help. Tried looking at boxbilling, but it seems like a fairly long path to walk on. Anyone had any luck integrating a 3rd party billing/subscription manager in laravel?
Payum supports recurring billings of Paypal, Klarna, Payex, Be2Bill, Stripe (other gateways could be easily added).
The package docs http://payum.org/doc/1.0.0-BETA1/PayumLaravelPackage/get-it-started Paypal usage: http://payum.org/doc/1.0.0-BETA1/PaypalExpressCheckoutNvp/recurring-payments-basics
Source code is on github https://github.com/Payum
You can try Paypal, CCBILL, Sadad.
Paypal-> http://itsolutionstuff.com/post/how-to-integrate-paypal-payment-gateway-with-laravel54example.html
CCBILL-> https://www.ccbill.com/
Sadad-> https://www.paytabs.com/en/sadad/
By:Xtreem Solution
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community