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

OmniPay Paypal Express Checkout Phone not Passed

I can't seem to pass the shippingPhone or billingPhone to put it here This is my code $cardInput = array( 'firstName' => 'John', 'lastName' => 'Doe', 'billingAddress1' => 'My Address', 'billingPhone' => …
ruelluna
  • 787
  • 1
  • 11
  • 30
0
votes
1 answer

Adding A New Payment Gateway (Structure)

I need to integrate PayU payment gateway (via Omnipay) into one of my ExpressionEngine2 (2.8.1) websites thus I need to write this gateway for the shopping cart (Expresso-Store) I am using in my project. To achieve this, I am looking at the other…
heinkasner
  • 425
  • 5
  • 18
0
votes
1 answer

How to install composer in ubuntu for using omnipay?

I am working to implement online payment system in codeigniter. So, I am using omnipay with codeigniter. For this reason, I have to install composer. I am trying several times to install composer in ubuntu 12.04. But I have failed. My terminal…
Kabir Hossain
  • 2,865
  • 1
  • 28
  • 34
0
votes
1 answer

omnipay eway module: InvoiceReference field

I am having trouble mapping the documentation from eway to the omnipay eway code. Reading the eway documentation Rapid 3.0 Transparent Redirect API (page 23) uses a field InvoiceReference 'The merchant’s reference number for this transaction'. I…
pgee70
  • 3,707
  • 4
  • 35
  • 41
0
votes
1 answer

Omnipay Integration with new ecommerce platform

I am developing a new multi vendor ecommerce component for Joomla 3. I am looking for stable open source PHP payment library which will help me to integrate various payment gateways to the component. I have checked Omnipay in Github…
Jumbo
  • 176
  • 6
0
votes
1 answer

Chargeback handling/cancelled payments in Omnipay

Can I confirm that with gateways like Paypal IPN which are plagued by disputed payments or chargebacks that there is no mechanism within Omnipay to react to these notifications from the Gateway and nullify the payment and then take the appropriate…
Geraint
  • 41
  • 4
0
votes
2 answers

How do I complete purchase with Omnipay Sagepay using sagepay server (inframe)

I can't seem to find an instructions for Omnipay\SagePay, and am struggling to complete the purchase when SagePay posts to my notification URL. Can anyone provide info, or point me to where I can find out what actions and parameters are needed for…
Ben
  • 692
  • 8
  • 25
0
votes
1 answer

Omnipay Payfast notify_url Laravel 4

Im trying to complete my omnipay laravel 4 and Payfast Integration. I am at the point where i can successfully make a transaction, but I'm having trouble getting the notify_url to work. $gateway = Omnipay::create('PayFast'); …
Woogygun
  • 1
  • 2
0
votes
1 answer

Omnipay: How to retrieve original transaction ID when using WorldPay callback

When processing a callback from a WorldPay transaction, what is the best way to retrieve the original transactionId that was passed to Omnipay? This would be needed to update the appropriate database record with the result of the transaction, for…
coatesap
  • 10,707
  • 5
  • 25
  • 33
0
votes
1 answer

Trouble installing Omnipay via Netbeans composer extension

I am currently trying to install Omnipay into my Codeigniter project. I am stuck on windows because I do not have ssh access to the box where this needs to run on. So far I have gotten a new directory in the project root that is named "vendor" and…
Flobbo
  • 421
  • 1
  • 8
  • 22
0
votes
2 answers

SSl Certificate issue with Omnipay and CI

I am trying to make a simple payment through my paypal sandbox from my local machine. I am using the Omnipay library in Codeigniter. I setup a sandbox account at developer.paypal.com and a test application. This is the code I am using: $gateway =…
pfunc
  • 1,305
  • 2
  • 24
  • 52
0
votes
1 answer

Access-Control-Allow-Origin with Laravel and Omnipay

I'm trying to make an Ajax post request from Backbone, calling the Laravel route "pay" but I get always this answer from the console log: XMLHttpRequest cannot load…
Cris69
  • 520
  • 1
  • 14
  • 40
0
votes
3 answers

Disable sandbox mode for Paypal Express

I'm using Omnipay with CodeIgniter to allow customers to checkout on Paypal. I was using test mode during the development on the website, but now the site is done and ready to be put in production. But I don't know how to setup Omnipay to use live…
Vincent Vieira
  • 437
  • 1
  • 4
  • 14
-1
votes
1 answer

What is the difference between PAYPAL REST and PAYPAL EXPRESS? - using Omnipay API

What is the difference between PAYPAL REST and PAYPAL EXPRESS? - using Omnipay API I want to integrate a Payment Gateway on my site, but i don't know the differences on integration steps between the both ways. I need to verify if the payment was…
-1
votes
1 answer

How to install the omnipay's ipay88 package with composer?

Problem 1 - dilab/omnipay-ipay88[2.0.0, ..., 2.0.1] require omnipay/common 3.0-beta.1 -> found omnipay/common[v3.0-beta.1] but it does not match your minimum-stability. - Root composer.json requires dilab/omnipay-ipay88 ~2.0.0 -> satisfiable by…
1 2 3
19
20