I'm struggling with the same package. Did you happen to get it up and running yet?
Edit: Misread your post. Do you have a sample laravel app running the package?
Released 0.9.0 . Tested it with paypal (offsite payment), stripe via omnipay (credit card set explicitly) and stripe card asked by the package if needed.
The package is ready and maybe used with all supported by payum payments, including omnipay ones. There is also a sandbox of laravel application with some examples: https://github.com/makasim/PayumLaravelBundleSandbox
I've added some basic docs too: http://payum.org/doc#PayumLaravelPackage
Stripe.Js and Checkout are supported now (since 0.10 version).
Hi,
We've released 0.11 version of Payum and PayumLaravelPackage.
It contains architecture improvements, simplified common use cases, authorize requests was added. We also added a new payment gateway: Klarna Invoice.
https://github.com/Payum/Payum/blob/master/CHANGELOG.md
The doc: http://payum.org/doc
Hi,
Can or cant I use payum with eloquent? I'm having trouble with storing payment details.
Can or cant I use payum with eloquent? I'm having trouble with storing payment details.
You can use but unfortunately there is not an eloquent storage out of the box so you have to create your own. Payum can work with any storages that implements StorageInterface.
Now you can store payment credentials\config in the database. For that you need a payment config model a storage for it and dynamic registry.
More here http://payum.org/doc/0.14/Core/configure-payment-in-backend
I'm struggling with the same package. Did you happen to get it up and running yet? Edit: Misread your post. Do you have a sample laravel app running the package?
lily lara
PayumLaravelPackage 1.0.0-BETA1 has been released. Lots of fixes, improvements. Simplified usage and better support of Eloquent.
http://payum.org/doc#PayumLaravelPackage https://github.com/Payum/PayumLaravelPackage
First: Thanks a lot for your work, the Payum package is impressive!
makasim said:
There is also a sandbox of laravel application with some examples: https://github.com/makasim/PayumLaravelBundleSandbox
I would love to see these examples updated for latest Laravel, is it something you could look into? Especially interested in examples for subscriptions (recurring payments, changing plans, grace period etc)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community