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
2 answers

Authorization Failed [Omnipay and Paypal]

Authorization Failed Here is my code: $gateway = Omnipay::create('PayPal_Express'); // Initialise the gateway $gateway->initialize(array( 'clientId' =>…
Vladimir Djukic
  • 2,042
  • 7
  • 29
  • 60
0
votes
1 answer

SSL23_GET_SERVER_HELLO from PayPal sandbox using PHP curl

I have followed the instructions to delete the G2 certificate and add the G5 one given on the PayPal website and I am still getting the SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure. The following code demonstrates the problem: $ch =…
NickS
  • 1
  • 1
0
votes
2 answers

Sagepay; No shopping basket provided

Am using Omnipay with the Paypal and Sagepay gateways. Got it working well, all for except one area - the setItems basket! I am using the setItems method and adding my name, descriptions and qty for each line item before I send my purchase…
Dean Collins
  • 233
  • 4
  • 13
0
votes
0 answers

How to read the I-sam files created bu Sungard's Omniplus system usning java. Omni Script is slow

I am working on Sungard's Omniplus- Omni Web solution OWS 8.0, that's using OmniScript services to read/write the data in the I-sam files in Unix-AIX. Since it's COBOL based old processing system it's processing is too slow. Is there any way I can…
0
votes
1 answer

Should i encrypt Paypal Express API username and password - Omnipay

I have some doubts i'm creating paypal express getaway with omnipay library. I want the fields Username and Password to be stored in database. So admin can edit this settings from the settings menu in my app. Should they be vissible i mean should be…
mstojanov
  • 175
  • 4
  • 17
0
votes
2 answers

Cybersource payer authentication issue

Iam integrating cybersource payment gateway. I have used omnipay cybersource package for the same, Now I want to enable 3d security aka payer authentication but not able to figure out how and from where can I get any code reference and endpoints for…
Sandeep J Patel
  • 910
  • 9
  • 24
0
votes
1 answer

how to install omnipay in laravel 5.1?

I am installing OmniPay but do not see it anywhere that classes should I put in the file app.php Documentation only tells how to install with composer, but it shows what i have to put in the file app.php, that put…
Radames E. Hernandez
  • 4,235
  • 27
  • 37
0
votes
1 answer

Using FirstData with Omnipay

According to the docs, I can submit a form like this (example);
mikelovelyuk
  • 4,042
  • 9
  • 49
  • 95
0
votes
1 answer

SagePay V3 issues with Billing and Iframe

I would like some advice and a little help. A recent project I have been working one had its version of SagePay upgrade to use the version 3 protocol. The side of effects of this meant that users are no longer able to edit their billing address…
user1297396
  • 119
  • 1
  • 2
  • 10
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
2 answers

OmniPay support for 2checkout API token payments?

Does anyone know how / if it is possible to use token billing? The 2Checkout API supports it and OmniPay supports token billing, but I've not had much luck and a quick look at the Official Gateway code doesn't seem to show support for it? Anyone…
MrTomTom
  • 337
  • 4
  • 12
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

How to implement NMI in Omnipay?

I used composer to load Ominpay-nmi with all of its required. I get no composer errors but when I run use Omnipay\Omnipay; $gatewayObj = Omnipay::create("NMI"); I get the message Fatal error: Uncaught exception…
Ken
  • 423
  • 6
  • 13
0
votes
1 answer

Omnipay 2Checkout Library Out Of Date?

The required parameters for 2Checkout as stated in the docs are li_#_type, li_#_name etc. but the 2Checkout Omnipay library doesn't seem to have this functionality. Is this library just out of date now?
mikelovelyuk
  • 4,042
  • 9
  • 49
  • 95
0
votes
1 answer

Omnipay with 2Checkout Error

I'm getting an error Error Code:PE101 The docs say this; No value/invalid value for the "sid" parameter was passed in. Well, I am using Omnipay for 2Checkout that seems to be asking for the AccountNumber - not sid. Looking at the help they seem…
mikelovelyuk
  • 4,042
  • 9
  • 49
  • 95