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
0
votes
1 answer

PayumBundle Paypal Express confirmation step

Is it possible to perform a custom action, such as checking a date, in payment confirm? I want that just after click the confirmation button do a query to database and depending on result confirm the payment to paypal or not.
Man
  • 3
  • 4
0
votes
1 answer

Payum omnipay and Skrill

I'm trying to implement payment in my app using Payum 1.0, Payum Bundle 1.0 and Omnipay bridge with omnipay-skrill bundle as skrill is not supported out-of-the-box. payum.yml payum: security: token_storage: …
3ND
  • 430
  • 1
  • 6
  • 17
0
votes
1 answer

Symfony2 Authorize.net SIM error

I want to use Authorize.net SIM payment method in Symfony using payum.org. There is no official gateway for it but there is one in omnipay: omnipay-authorizenet. There is also omnipay-bridge in payum so it is possible to use omnipay gateways in…
blahy
  • 1,294
  • 1
  • 8
  • 9
0
votes
1 answer

Paypal IPN not working, but posting data does

I am using the PayPal IPN simulator here: https://developer.paypal.com/webapps/developer/applications/ipn_simulator to send information to an application built with symfony2 and payum bundle (older version of symfony and bundle). It is definitely…
timhc22
  • 7,213
  • 8
  • 48
  • 66
0
votes
0 answers

How to use Payum Stripe Checkout Button in our own template?

I just added the Payum Bundle to my e-commerce application so users will be able to pay online. However, I'm having a problem with Payum templates. When the user chooses to pay using stripe, I redirect them to the prepareAction in the…
unadivadantan
  • 363
  • 4
  • 14
0
votes
1 answer

Payum always showing payment/capture form (with credit card)

I am trying to integrate Mollie into a Sylius application that uses Payum. But when I go to payment, instead of redirecting to Mollie (Omnipay) it just shows this CreditCard Form. I tried debugging it but I cannot find where I am going wrong. I…
Johan Haest
  • 4,391
  • 28
  • 37
0
votes
4 answers

Error while installing "payum/stripe:*@stable"

I am trying to install Stripe on my symfony2 project by running $ php composer.phar require "payum/stripe:*@stable" however i got this error message: Your requirements could not be resolved to an installable set of packages. Problem 1 -…
Dahab
  • 518
  • 1
  • 5
  • 23
0
votes
0 answers

laravel 5 unable to install Payum package

I am trying to use Payum laravel package for my ecommerce site, but I am unable to install it, I issue this composer command: composer require payum/payum-laravel-package payum/stripe And I get this error: Your requirements could not be resolved to…
Amin
  • 663
  • 1
  • 8
  • 25
0
votes
0 answers

I am having difficulties configuring Securepay via Ominpay, Payum and Symfony

I currently have PayPal working fine via Payum in Symfony2 and am now trying to configure SecurePay (via Omnipay), however it does not even seem to be connecting to SecurePay and there is no documentation to support it, so I am very stuck. In the…
Dan G
  • 1
0
votes
2 answers

Catch Invalid CreditCard Exception with Symfony PayumBundle

I am trying to catch InvalidCreditCardException and any other exception using Omnipay Bridge of PayumBundle. I have tried: try { return $this->forward('PayumBundle:Capture:do', array( 'payum_token' => $captureToken, )); } catch…
Shairyar
  • 3,268
  • 7
  • 46
  • 86
0
votes
2 answers

Symfony error Unable to find template

After setting up paypal express checkout I am now setting up the stripe payment gateway as per the instructions provided here but yet I am getting an error of Unable to find template "@PayumStripe/Action/obtain_checkout_token.html.twig" : "Bundle…
Shairyar
  • 3,268
  • 7
  • 46
  • 86
0
votes
2 answers

sending multiple products to paypal using symfony

I am working with Symfony Payum bundle to send orders to PayPal and so far it is working fine with single product Suppose my single product array looks like this $orderDetails = array( 'productID' => '10', 'fname' => 'First Name', …
Shairyar
  • 3,268
  • 7
  • 46
  • 86
0
votes
2 answers

Not able to send payment to PayPal using Symfony

I am using Symfony and trying to send payment details to PayPal using PayumBundle, I got PayumBundle configured and I got it to work until getting redirected to paypal but no payment details were being sent so I searched on line and came across this…
Shairyar
  • 3,268
  • 7
  • 46
  • 86
0
votes
0 answers

Attempted to call method "getClientId" on class "ArrayObject"

I'm using Payum 0.12 + Paypal Express Checkout and got this error on complete action: Attempted to call method "getClientId" on class "ArrayObject" in DetailsController.php on line... Here is controller code:
Payalord
  • 463
  • 2
  • 5
  • 16
0
votes
1 answer

Symfony2 SSL certificate, verify that the CA cert is OK. error:14090086

I got an error on my local test server: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed I'm using standard Symfony 2.5 + Payum payment bundle with…
Payalord
  • 463
  • 2
  • 5
  • 16