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

Laravel payum and paypal rest

I have setup the payum Paypal Rest. Credit card purchase into my laravel app for payment using credit card, everything is set but it's given me exception like: A storage for model Payum\Paypal\Rest\Model\PaymentDetails was not registered. There…
AddWeb Solution Pvt Ltd
  • 21,025
  • 5
  • 26
  • 57
-1
votes
2 answers

Symfony2, getting error on running composer update

Composer.json { "name": "go-get-me", "license": "proprietary", "type": "project", "autoload": { "psr-4": { "": "src/" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "require": { "php":…
Nitu Dhaka
  • 1,300
  • 3
  • 14
  • 29
-1
votes
1 answer

can't get payum paypal express checkout recurring payment work with tax

In my symfony2 application, I am using payum paypal express checkout to perform recurring payments. I'm following instructions here : https://developer.paypal.com/docs/classic/api/merchant/SetExpressCheckout_API_Operation_NVP/ I want to add item…
Sébastien
  • 5,263
  • 11
  • 55
  • 116
-1
votes
1 answer

PayumBundle: Account is restricted - 10002

I'm using PayumBundleSandbox with test credentials and everything works fine but when I change the credentials for the real, I get the following error "Account is restricted" to "L_ERRORCODE0": "10002". what's wrong?
MeTaL
  • 21
  • 6
-5
votes
1 answer

Best way to get payment status

I'm using Payum bundle with symfony 4 for payment handling (PayPal express) . I want display all payments with their statuses to user. How get payment status by payment model? When i want display status (using HumanStatus class) from payment model…
kuba_ceg
  • 930
  • 9
  • 16
1 2 3
10
11