Support the ongoing development of Laravel.io →
posted 10 years ago
Packages
Last updated 1 year ago.
0

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?

Last updated 1 year ago.
0

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

Last updated 1 year ago.
0

I've added some basic docs too: http://payum.org/doc#PayumLaravelPackage

Last updated 1 year ago.
0

Stripe.Js and Checkout are supported now (since 0.10 version).

Last updated 1 year ago.
0

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

Last updated 1 year ago.
0

Hi,

Can or cant I use payum with eloquent? I'm having trouble with storing payment details.

Last updated 1 year ago.
0

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.

0

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

0

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

Last updated 9 years ago.
0

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

0

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)

Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

makasim makasim Joined 5 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.