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
0
votes
0 answers

How to change programmatically Laravel Omnipay object?

Currently, I am handling stripe payments with Omnipay's Stripe library. Similar with the example below: $gateway = Omnipay::create('Stripe'); $gateway->setApiKey("sk_test_xHGgkZtGOlTwxi4d8GYOHifZ"); $formData = array('number' =>…
bl4cksta
  • 794
  • 12
  • 32
0
votes
1 answer

Omnipay returns a null Itembag

I am trying to return the items in my order to send it for payment as such: $orderItems = $this->getItems(); But the $orderItems is always null. I tried this with an offsite gateway, onsite gateway, it is always null. I am using it in Craft's…
0
votes
1 answer

Class Instantiation Failed Exception and Run time Exception

I downloaded and install the omnipay package on my localhost from (omnipay-nabtransact). It is working fine on localhost but when I installed it on the live server, I am having errors. The errors are:- (2/2) ClassInstantiationFailedException…
Kunal Parekh
  • 380
  • 6
  • 24
0
votes
0 answers

How to get the items of previous transactions paypal omnipay

I had a table with orders that were dropped accidentally, I am trying to recreate the orders but I can't see the items in Paypal. Any Ideas? Any help is really appreciated. $second = array( 'name' => $name, 'quantity'…
emuigai
  • 99
  • 1
  • 11
0
votes
1 answer

Omnipay - Empty Error Message

I have been working with this code for a while and still couldn't figure out what is the problem with it. Maybe some of the code has a problem, but Omnipay didn't show anything as the error message. Can anyone please help me find out my mistakes? …
AlbertSamuel
  • 584
  • 10
  • 33
0
votes
1 answer

PayPal sandbox accounts don't show transactions

I'm trying to test my PayPal-Express checkout and it looks like it works fine, but after the redirects there are no transactions in both of the accounts. I know there is a similar question, but my config has the right credentials. What I…
Gordon Freeman
  • 3,260
  • 1
  • 22
  • 42
0
votes
0 answers

Laravel 5 Payum provider not working

I have installed payum for laravel 5 but my providers are not updating correctly. I added 'Payum\LaravelPackage\PayumServiceProvider' to app/config/app.php file. 'providers' => [ ... //All my providers …
Sulfur0
  • 39
  • 7
0
votes
1 answer

Payum or Omnipay Paypal credit

Does anyone know if Payum or Omnipay supports PayPal Credit? https://www.paypal.com/uk/webapps/mpp/paypal-virtual-credit Omnipay states that it doesn't support "billing agreements" but I'm not sure if thats the same thing as financing. I cant find…
0
votes
1 answer

PayPal Sandbox "Sorry, we can’t complete your purchase at this time "

I have set up PayPal Sandbox to test my PayPal Express integration, but whenever I log in to the sandbox from the payment page, I get greeted by the following error message; I am using laravel-omnipay and omnipay-paypal with the PayPal_Express…
RobinJ
  • 5,022
  • 7
  • 32
  • 61
0
votes
1 answer

Sagepay Direct 3D Secure Blank Page Issue

I'm trying to implement Omnipay with Sagepay Direct but am really struggling with the 3D Secure bit. When I post the MD, PaReq and TermUrl to https://test.sagepay.com/mpitools/accesscontroler?action=pareq I just get a blank screen. These previous SO…
Damian
  • 1,652
  • 4
  • 26
  • 44
0
votes
0 answers

Composer update exceptions eg requires omnipay/common

I have just run $ composer self-update on Windows 7, but when I run $ composer update to update dependencies I get the following messages: Loading composer repositories with package information Updating dependencies (including require-dev) …
Nick W
  • 877
  • 2
  • 15
  • 30
0
votes
1 answer

Laravel - can Omnipay use with other payment Gateway like revPay?

currently our company is choosing the revPay as the payment Gateway. Need to know is Laravel Omnipay able to be used for this revPay?
Joven Dev
  • 189
  • 2
  • 14
0
votes
0 answers

Adding Item ID to OmniPay PayPal request

The PayPal csv report has a column called Item ID. Other checkout implementations fill this column with a comma separated list of item IDs. How do I go about achieving this with the OmniPay PayPal library? I'm already supplying the array of items…
Ben Rolfe
  • 305
  • 2
  • 10
0
votes
1 answer

how use omnipay for paypale payement in Laravel 5.4

Please how i can make an checkout throw paypal from my website, using Sabdbox & omnipay package, i'm using Laravel 5.4 i installed the omnipay package and i created my sandbox account please HELP
K.33s
  • 51
  • 1
  • 9
0
votes
1 answer

Nab transact Omnipay silverstripe

could some one please assist with setting up NABTransact payment gateway in omnipay for silverstripe. I used https://packagist.org/packages/sudiptpa/omnipay-nabtransact, and I'm currently getting this error "[User Error] Uncaught…
Rey
  • 3
  • 1