Questions tagged [omnipay]

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+

Omnipay is a payment processing library for PHP, based on ideas from .

292 questions
1
vote
3 answers

How to call GetExpressCheckoutDetails from Omnipay/PayPal?

I need to accept PayPal Express payments from a Laravel-4 app, so am trying to decide if Omnipay is the best solution. The sticking point is that it doesn't seem to implement GetExpressCheckoutDetails, so the purchaser's contact details are not…
Keith M
  • 101
  • 8
1
vote
1 answer

Omnipay error for paypal express checkout, your last action could not be completed

I am using OmniPay for paypal express payment with laravel. One time it worked. But now it is only breaking into the paypal page with the following error: Sorry — your last action could not be completed If you were making a purchase or sending…
Sangam Uprety
  • 1,482
  • 2
  • 20
  • 38
1
vote
1 answer

Omnipay common abstract-class tests fail

I'm just looking at Omnipay with the aim of adding support for another gateway. After installing with Composer, I tried running the Paypal (as an example gateway) and Omnipay Common tests. With both packages, I adjusted bootstrap.php so that it…
Edward Barnard
  • 346
  • 3
  • 17
1
vote
1 answer

Omnipay/PayPal 10002 - Authentication failed on one server, fine on another one

I'm encountering a bit of trouble when moving my app (with makes use of Omnipay/PayPal) from the testserver to the productionserver. PayPal-Payment works fine on the testserver. But I keep getting an "10002"-Error ("Authentication/Authorization…
1
vote
1 answer

Omnipay sagepay 2.0 package could not found

i want to integrate omnipay/Sagepay payment method with myproject..i installed vendor folder successfully..but cannot update Sagepay package..if i update there is show terminal error like this " Problem 1 - The requested package…
kalyan
  • 171
  • 1
  • 11
1
vote
1 answer

No data is sent to WorldPay

Attempting to send a purchase to WorldPay results in a PurchaseResponse object being returned seemingly without any attempt being made to contact WorldPay servers? Here's the code: $gateway = Omnipay::create('WorldPay'); …
knasher
  • 11
  • 1
1
vote
1 answer

Omnipay callbacks from APIs like IPN and Silent Post?

How can I capture paypal IPN and Authorize.net "Silent Post" messages? I'm fine with how to make payments with Omnipay but I could not yet figure out how to listen to the callbacks from these APIs to detect changes for my payments. For example…
floriank
  • 25,546
  • 9
  • 42
  • 66
1
vote
2 answers

Trouble installing Omnipay library with Composer

I'm trying to use the Omnipay API with the Pin gateway but having issues. I've run composer.phar locally with this in the composer.json file: { "require": { "omnipay/omnipay": "~2.0" } } The composer "vendor" folder now…
1
vote
1 answer

Omnipay: How to check whether to display card details form or redirect?

When using Omnipay on a multi-gateway site, is there a way to check whether the current/selected gateway needs to collect the card details on-site, or alternatively, whether we should redirect the user to an off-site location? Eg. When using Paypal…
coatesap
  • 10,707
  • 5
  • 25
  • 33
1
vote
1 answer

Omnipay with 3D secure

I'm trying to create a custom gateway using omnipay for an unsupported payment gateway. However I'm having a difficult time creating the response class for my provider's 3D secure implementation. I've had a look at sagepay, but the response for 3D…
paul
  • 731
  • 2
  • 9
  • 13
1
vote
2 answers

Credit Card processing using Pin Payments - pin.net.au - using omnipay gateway, card_token method (pin.js)

I am trying to integrate Pin.net.au CC processing into my site. I am using Omnipay library to make the calls. To not store CC details in my server, I am using the Pin.js token method. On form submit page (after user fills in personal and CC…
Prashant
  • 47
  • 6
1
vote
1 answer

Trouble implementing omnipay

I am using codeigniter and would like to implement omnipay. My development environment is windows and i use wamp server. After much struggle i installed it downloading composer and then curl and then changing the access controls in httpd.conf. Now i…
Nandakumar
  • 11
  • 6
1
vote
1 answer

OmniPayBundle with paypal

Hi I need help with omnipay bundle and symfony 2. I am integrating paypal payment on my symfony 2 project , and I do redirection on paypal do PAY there and paypal redirect me on my redirectUrl, with token and payerId. But when I look in my sandbox…
1
vote
2 answers

How can I safely add to a composer package?

I am using the Composer package Omnipay in my project and I want to add a new class to the package (in my case it is support for a new payment gateway). The naming does not conflict with anything and it follows the same naming and structure…
nathanjosiah
  • 4,441
  • 4
  • 35
  • 47
0
votes
1 answer

How to correctly us OmniPay PayPal Rest

I am trying to use OmniPay PayPal (REST), but I a facing several problems so I would like to ask: Is it still maintained ? https://github.com/thephpleague/omnipay-paypal In PHP file docs there is link @link…
Miroslav
  • 11
  • 1