2017 © Pedro Peláez
 

library omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

image

digitickets/omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

  • Wednesday, May 9, 2018
  • by Digitickets
  • Repository
  • 2 Watchers
  • 5 Stars
  • 26,571 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 14 Forks
  • 6 Open issues
  • 24 Versions
  • 11 % Grown

The README.md

Omnipay: Realex

Realex driver with 3D Secure support for Omnipay payment processing library, (*1)

Build Status Latest Stable Version Total Downloads, (*2)

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Realex (Remote MPI) integration for Omnipay, including optional 3D Secure support., (*3)

Installation

The realex driver is installed via Composer. To install, simply add it to your composer.json file:, (*4)

{
    "require": {
        "digitickets/omnipay-realex": "~5.0"
    }
}

And run composer to update your dependencies:, (*5)

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

Basic Usage

The following gateways are provided by this package:, (*6)

  • Realex_Remote

For general usage instructions, please see the main Omnipay repository., (*7)

3D Secure

The Realex driver has 3D Secure checking turned off by default. To enable 3D Secure, make sure you have received a 3D Secure account reference from Realex, then set the 3dSecure parameter as '1' when you initialise the gateway., (*8)

Refunds

In order to process a refund, you must configure the gateway with the refundPassword parameter set to the 'rebate' password that Realex provide you with. In addition, you will need to pass the following parameters, relating to the original transaction: amount, transactionReference, transactionId, currency, authCode., (*9)

Saved Cards

To save a card, you need to supply the customerRef and cardReference parameters. If the customer reference doesn't exist on Realex (you can check this with $response->customerDoesntExist() ), you must create the customer using $gateway->createCustomer(). Once the customer & card is setup, you can authorise a payment by supplying the card reference & customer reference instead of the card details:, (*10)

$gateway->purchase(
    [
        'transactionId' => $transactionId,
        'customerRef'   => $customerRef,
        'amount'        => $amount,
        'currency'      => $currency,
        'cardReference' => $cardRef,
        'card'          => ['cvv' => $cvv]
    ]
);

The Versions

09/05 2018

dev-master

9999999-dev https://github.com/digitickets/omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

19/12 2017

5.1.0

5.1.0.0 https://github.com/digitickets/omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

17/11 2016

5.0.0

5.0.0.0 https://github.com/digitickets/omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

02/11 2016

4.1.1

4.1.1.0 https://github.com/coatesap/omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

18/12 2015

4.1.0

4.1.0.0 https://github.com/coatesap/omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

04/11 2015

v4.0.1

4.0.1.0 https://github.com/coatesap/omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

14/09 2015

v4.0.0

4.0.0.0 https://github.com/coatesap/omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

04/08 2015

v3.2.0

3.2.0.0 https://github.com/coatesap/omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

19/03 2015

v3.1.2

3.1.2.0 https://github.com/coatesap/omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

04/03 2015

v3.1.1

3.1.1.0 https://github.com/coatesap/omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

03/03 2015

v3.1.0

3.1.0.0 https://github.com/coatesap/omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

12/01 2015

v3.0.1

3.0.1.0 https://github.com/coatesap/omnipay-realex

Realex driver with 3D Secure & refund support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

08/01 2015

v3.0.0

3.0.0.0 https://github.com/coatesap/omnipay-realex

Realex driver with 3D Secure support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

08/01 2015

v2.1.3

2.1.3.0 https://github.com/coatesap/omnipay-realex

Realex driver with 3D Secure support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

29/12 2014

v2.1.2

2.1.2.0 https://github.com/coatesap/omnipay-realex

Realex driver with 3D Secure support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

29/11 2014

v2.1.1

2.1.1.0 https://github.com/coatesap/omnipay-realex

Realex driver with 3D Secure support for Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

25/11 2014

v2.1.0

2.1.0.0 https://github.com/coatesap/omnipay-realex

Realex driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

21/08 2014

v2.0.6

2.0.6.0 https://github.com/coatesap/omnipay-realex

Realex driver for the Omnipay PHP payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

21/08 2014

v2.0.5

2.0.5.0 https://github.com/coatesap/omnipay-realex

Realex driver for the Omnipay PHP payment processing library

  Sources   Download

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

21/08 2014

v2.0.4

2.0.4.0 https://github.com/coatesap/omnipay-realex

Realex driver for the Omnipay PHP payment processing library

  Sources   Download

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

21/08 2014

v2.0.3

2.0.3.0 https://github.com/coatesap/omnipay-realex

Realex driver for the Omnipay PHP payment processing library

  Sources   Download

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

21/08 2014

v2.0.2

2.0.2.0 https://github.com/coatesap/omnipay-realex

Realex driver for the Omnipay PHP payment processing library

  Sources   Download

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

21/08 2014

v2.0.1

2.0.1.0 https://github.com/coatesap/omnipay-realex

Realex driver for the Omnipay PHP payment processing library

  Sources   Download

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex

21/08 2014

v2.0.0

2.0.0.0 https://github.com/coatesap/omnipay-realex

Realex driver for the Omnipay PHP payment processing library

  Sources   Download

The Requires

 

The Development Requires

by Andrew Coates

payment pay gateway merchant purchase omnipay realex