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

Symfony2 - Payum/TargetPay error on payment capture

I have an application in Symfony 2.8 where I get an error when capturing payment via payum - omnipay-bridge and omnipay/targetpay. When I call my prepareAction I'm getting redirected to an external payment form at the targetpay website. When I…
0
votes
1 answer

Omipay PayPal - Credit Card on Landing Page

I have a Laravel application using Omnipay/PayPal (PayPal Express) and I can't get it to redirect to the Credit Card landing page. Is this possible? I have solutionType set to Sole and landingPage set to Billing, but I always get PayPal's sign in…
nunomira
  • 390
  • 4
  • 14
0
votes
2 answers

Paypal sandbox giving internal server error

I am working on PayPal integration with omnipay package. Firstly It was working fine but after some time it started to show internal server error. I reached on Google and found this problem is having from last few days. I want to know, how to solve…
0
votes
1 answer

Omnipay: The source parameter is required

I am trying to integrate omnipay into a website. The firts time I wanted to create a card, I came across this problem: Omnipay: InvalidRequestException "The source parameter is required" Here is my code: $gateway =…
Eva
  • 133
  • 1
  • 14
0
votes
0 answers

Downgrade from Laravel 5.2 back to 5.1

Downgrade from Laravel 5.2 back to 5.1, I'm using Omnipay but it is not compatible with Laravel 5.2 / Symfony 3. Or configured symfony/http-foundation:2.8.* , I have understood that it is compatible. My composer.json { "name":…
Junior Mcq
  • 161
  • 1
  • 2
  • 9
0
votes
1 answer

Omnipay integration with brazilian gateway Cielo

I'm developing a new package to help me use the famous payment gateway Cielo through omnipay But I have a few questions, from seeing another omnipay implementations I didn't found the answer for: Can I use this Cielo's library or I need to build…
Rômulo M. Farias
  • 1,483
  • 1
  • 15
  • 29
0
votes
1 answer

Omnipay Sagepay

I am trying to workout how to get the fraud screening result from Sagepay. Can see there is a 'FraudResponse' however testing via the test Sagepay gateway I seem to be in the dark. No fraud screening scores are shown when I log into sagepay is the…
Dean Collins
  • 233
  • 4
  • 13
0
votes
2 answers

Paypal Subscription

I have used omnipay before in a laravel project to process payments but i want be able to manage paypal subscriptions. can omnipay do this? If not can someone point me in the right direction. thanks a lot!
user2012783
  • 183
  • 1
  • 7
  • 18
0
votes
1 answer

Printing MIGS ( Mastercard Internet Gateway Service ) Successful payment response on the redirected page

I have a WordPress photo selling website where I have created password protected galleries. I send gallery password to specific users only. After entering the password they're able to buy any of the gallery image. I'm using the MIGS ( Mastercard…
0
votes
3 answers

Unable to provide SagePay Key and Secret with Omnipay, "Attempted to call an undefined method named setKey"

I've been integrating the Omnipay library with my Symfony2 project and I'm using the Server method to deal with the transactions. I have a key and secret provided to me by SagePay. However, in my code I'm providing the details like this: …
mickburkejnr
  • 3,652
  • 12
  • 76
  • 109
0
votes
0 answers

Omnipay SecurePay returns HTTP ERROR 500

I've successfully installed this extension(v1.7) in Civicrm 4.6 and created a payment processor omnipay_SecurePay_DirectPost. But it always returns 'yoursite.com is currently unable to handle this request (HTTP ERROR 500)' after I filled in the…
wendyw
  • 1
0
votes
1 answer

2Checkout OmniPay - Authorization Failed

I'm getting an Authorization Failed response from 2Checkout when using OmniPay API. I had successfully hooked up Stripe with OmniPay, so then I went about hooking up 2Checkout. When you go to do that, the initial package on Github warns you to get…
Volomike
  • 23,743
  • 21
  • 113
  • 209
0
votes
1 answer

Omnipay token billing not working with stripe

I am using ignited/laravel-omnipay package for omnipay in laravel. I am trying to implement token billing using stripe as shown here https://github.com/thephpleague/omnipay#token-billing. Customer are getting created successfully on stripe but i am…
ALOK
  • 553
  • 6
  • 17
0
votes
1 answer

Integrating Omnipay with PayPal Express Checkout [symfony2]

I'm trying to integrate ominipay with PayPal Express Checkout in my website. I have a table commande (order in english) where i'm saving the reference, date, user_id , commande =>[commande is storing : priceTTC, priceHT, address, quantity,…
Sirius
  • 653
  • 1
  • 14
  • 37
0
votes
1 answer

AdyenApi implementation

We want to use ominipay using AdyenApi as driver. Do you have plans to add this gateway to be supported soon? We're thinking of developing a new driver since we can't fine any valid driver for that and maybe it's a good oportunity to…