Questions tagged [payum]

Payum is a full-fledged payments library for PHP.

Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.

Resources

Official Website

Examples

Documentation

Payum is released under the MIT License.

155 questions
2
votes
1 answer

Sylius: adding a new Payum Gateway (Rabobank Omnikassa)

I've been looking at a lot of posts but nowhere have I found a solution to my question. There doesn't same to be a single place on the internet that explains how to properly add a new payment gateway to the Sylius Payum Bundle. I'm using the latest…
Mirage
  • 992
  • 1
  • 7
  • 26
2
votes
1 answer

Payum - symfony2 bundle not redirecting me to paypal on paypal express checkout

I have been trying all day to setup the payum bundle but it seems as if there are parts missing in the install tutorial of this bundle. I have the form but when i click the button "Pay" it is not redirecting me to paypal I am using the code as…
Maxim
  • 3,836
  • 6
  • 42
  • 64
1
vote
1 answer

Symfony Payum Bundle: Storage Extension for "Proxies\__CG__\App\Entity\Payment" is registered to the gateway

for many hours I am searching for a solution for following bug: I want to perform a payment with a gateway (stripe and paypal + offline for testing) but everytime I want to open the capture link I get following exception: Request Capture{model:…
l9cgv
  • 158
  • 6
1
vote
1 answer

payment with payum symfony5

I try to make an application to pay with paypal in symfony5 and it returns me an error. I followed this instructions:https://github.com/Payum/PayumBundle/blob/master/Resources/doc/get_it_started.md but i don't know whether they are right for…
1
vote
2 answers

Payum integration in Symfony 5 returns error "no container set"

I've installed Payum in my Symfony 5 project (using these instructions ). When I try to call the route /payment/capture/qrak82BzjIVUnylasjXwwC5q3DKw7EPJYQ1z1IYHaHY Symfony finds the route but doesn't even arrive to open the relative controller,…
lorenzo89
  • 21
  • 2
1
vote
1 answer

PayumBundle capture payment in background not easy

I'm looking simple and correct way to run my process when payment is finish - captured, cancelled. I think it's a typical requirement. I don't want to do this in done page - it in my payment method is pending and its user fired. I want when payment…
Developer
  • 2,731
  • 2
  • 41
  • 71
1
vote
0 answers

Payum Bundle Symfony events

I try add to config payum evens extension payum.extension.event_dispatcher: class: Payum\Core\Bridge\Symfony\Extension\EventDispatcherExtension arguments: ["@event_dispatcher"] tags: - { name: payum.extension, all: true, prepend: false…
Developer
  • 2,731
  • 2
  • 41
  • 71
1
vote
2 answers

Is Sylius PayumBundle handling payment details incorrectly?

I am testing Bitbag/PayUPlugin and I was stopped by gateway API with error "Required data missing". After some debugging, I realised that Sylius Payment entity, specifically "details" property, is not fulfilled with data. After change condition on…
ZZromanZZ
  • 183
  • 3
  • 13
1
vote
3 answers

"Some error occurred" in PayUMoney payment gateway while integrating in android

I have verified account of PayUMoney. While clicking on paynow button in sandbox mode it says "some error occurred". I used pnp sdk. This code is for onclick on paynow button. payNowButton.setOnClickListener(new View.OnClickListener() { …
Mayur Dusane
  • 367
  • 1
  • 8
  • 17
1
vote
1 answer

Symfony Routing and Mixed Content Errors

Hi so I am receiving mixed content errors when trying to display a card details form on my checkout page of my Symfony/Sylius app. I am using payum w/ omnipay bridge to do a sage pay checkout. The reason I get the mixed content error is because I…
UUake Up
  • 390
  • 4
  • 17
1
vote
0 answers

Mixed content issue on Symfony + Sylius

So I'm writing a project using Symfony + Sylius. I have a form which gets submitted via ajax to a /{paymentId}/pay route, this in turn calls the payum controller which handles the payment and sends a redirect to /payment/capture/{token} which then…
UUake Up
  • 390
  • 4
  • 17
1
vote
1 answer

Authorization Issue while integrating the Payum module in zf2

I have successfully integrated the payum module with my zf2 project, But now when the module goes to capture the payment zend gives an error as: Uncaught exception 'Exception' with message 'Resource PayumCapture not defined' in…
Zoo
  • 111
  • 1
  • 9
1
vote
0 answers

Sylius / Send Confirmation Email VS state machine

Initial Post: I use a sylius version 1.0dev. I need some help about the checkout/complete and email confirmation, the issue seems to be known (https://github.com/Sylius/Sylius/issues/2915), but fixes are not working for me. At this step, the…
jmo
  • 91
  • 6
1
vote
0 answers

How to know if initial payment was done with Paypal Recurring Payments? (using Payum)

I'm setting up the profile a recurring payment. I want to charge when the user subscribes so in order to make this I use the parameter INITAMT and move the first payment to the next month. It appears that everything is OK but I can see that I get…
JohnnyAce
  • 3,569
  • 9
  • 37
  • 59
1
vote
0 answers

Payum : Get Payment from Notification Action

I am beginner with payum. I succeed in developping a custom gateway which deals with status, convert, capture actions correctly. Now I get the reponse from the client, and I want to update order status from payment. I do not use any controller, only…
jmo
  • 91
  • 6
1 2
3
10 11