Skip to content

haddowg/omnipay-realex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omnipay: Realex

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

Build Status Latest Stable Version Total Downloads

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.

Installation

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

{
    "require": {
        "coatesap/omnipay-realex": "~3.0"
    }
}

And run composer to update your dependencies:

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

Basic Usage

The following gateways are provided by this package:

  • Realex_Remote

For general usage instructions, please see the main Omnipay repository.

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.

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.

About

Realex payment gateway driver for the Omnipay library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%