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.

154 questions
16
votes
1 answer

Difference between Omnipay and Payum

I was looking for a payment solution for my web-app. I saw that there are APIs like stripe (for credit cards) or PayPal plugins that can deal with certain paying methods. Then I saw that there are libaries that can deal with all sorts of paying…
damianh
  • 187
  • 1
  • 9
16
votes
3 answers

Implement Payum/Laravel recurring payment

I have some issues trying to get this working, I've implemented the checkout express (or seems to be) successfully, but also my system needs subscription option, following this example. Now, my problem is that in Laravel you cannot simply put some…
AndreX
  • 407
  • 5
  • 15
7
votes
1 answer

How to finalize an order when implementing offsite payment gateway using Sylius 0.16 and Payum

I've been trying to wrap my head around on how to implement a classic offline payment gateway using Sylius (sylius/sylius-standard, v0.16). So far I got this in my bundle's build() method: public function build(ContainerBuilder $container) { /**…
Zwer
  • 141
  • 7
6
votes
1 answer

Payum custom gateway

I want to use a new gateway with payum but I have confused. I have a flowchart of a transaction, in a regular way I know how to implement it but I don't know how to implement it in payum way. What I want is, that somebody tells me that : how many…
Saman Mohamadi
  • 3,402
  • 3
  • 31
  • 52
6
votes
1 answer

Overriding Payum Stripe Bundle templates

I'm trying to customise the templates of StripeBundle, respectively the checkout template vendor\payum\stripe\Payum\Stripe\Resources\views\Action\obtain_checkout_token.html.twig. This is because I want the Stripe popup to appear in the same page as…
George Irimiciuc
  • 4,147
  • 3
  • 36
  • 75
5
votes
1 answer

How does the configuration for Payum Bundle work?

I'm new to Payum and I am trying to create a new payment gateway. However I can't figure out how the config values relate to the files I've created (Actions/Factory etc). Here's what I have so far; payum: security: token_storage: …
jonupton
  • 95
  • 1
  • 5
5
votes
0 answers

How to add paypal pro (omnipay gateway) to sylius

I feel like I've read quite a few threads of people wanting help with adding a gateway, but I haven't seemed to find any solution that's been shared once the asker figured out the answer. I know there have been suggestions to look at the Payum…
sabliao
  • 137
  • 3
  • 10
4
votes
0 answers

Symfony - Payum - Adding funds to user's balance

I have a Symfony 3.4 project, I wanted to integrate PayumBundle for Paypal Express Checkout, What I'm trying to achieve is the following: A user can add funds to their account using Paypal Express Checkout, once they fill in the amount they wanted…
Ayoub_B
  • 656
  • 6
  • 17
4
votes
2 answers

How to Implement Klarna payment gateway with Sylius?

I have been trying to add klarna checkout gateway without any luck... I don't see Klarna Checkout in the Admin UI! No idea what I'm missing here but the way I understood it that all I have to do is install the gateway payment through composer then…
user3808955
  • 157
  • 1
  • 8
4
votes
1 answer

Payum : What is the difference between status?

Where I can find informations on the status of return of payment? For "canceled" and "failed", it's ok. But what is the difference between "captured", "authorized", "suspended" and "pending". What does it mean for paypal ? Thanks
4
votes
1 answer

How to register a new payum payment method and add actions?

I have created a payum payment method. I have set up a payment form that stores the payment details and then I generate the payment security token. This all seems ok so far and payum generates the token in storage. However, I cannot seem to register…
jonupton
  • 95
  • 1
  • 5
3
votes
1 answer

Sylius/Payum/Stripe config error "boolean sandbox option must be set"

I have successfully set up the Stripe gateway, however when I try to submit the payment as a user, I get the error, "The boolean sandbox option must be set." I do not get this error with PayPal, only with Stripe. Here are my relevant config.yml…
rooter
  • 198
  • 3
  • 11
3
votes
1 answer

Using Omnipay gateway in Sylius with Payum + OmnipayBridge

I have implemented an Omnipay gateway that I now would like to use in Sylius which uses payum 1.3, payum-bundle 1.0, and omnipay-bridge 1.0. I have configured the gateway (it's a redirecting one that shows a separate payment page and, once payment…
vesse
  • 4,126
  • 22
  • 32
3
votes
0 answers

Payum Paypal on Symfony3

I'm trying to integrate a payment system of paypal on my webpage under Symfony. After some researches, I ran into Payum which is a apparently the best bundle for this feature. The issue is that I don't really understand the doc so the final code I…
Fab
  • 644
  • 7
  • 20
3
votes
2 answers

Symfony2.8 integration Payum Bundle

I am using PayumBundle for paypal integration in my site. I have setup the bundle, as described in https://github.com/Payum/PayumBundle/blob/master/Resources/doc/get_it_started.md and installed paypal express checkout nvp extension for payum. This…
1
2 3
10 11