2017 © Pedro Peláez
 

library omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

image

autumndev/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  • Tuesday, December 12, 2017
  • by autumndev
  • Repository
  • 2 Watchers
  • 0 Stars
  • 87 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 28 Versions
  • 5 % Grown

The README.md

omnipay-verifone-web-service

Forked from digitickets/omnipay-verifone-web-service in order to add extra functionality, (*1)

Verifone Web Service driver for the Omnipay PHP payment processing library, (*2)

Omnipay implementation of the Verifone (Commidea) Web Service payment gateway., (*3)

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

This driver supports the remote Verifone Payment Gateway (Web Service). Payment information is sent and received via XML messages., (*5)

Installation

Important: Driver requires PHP's Intl extension to be installed., (*6)

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

{
    "require": {
        "autumndev/omnipay-verifone-web-service": "~1.0"
    }
}

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

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

What's Included

This driver was originally written to support Session-Based transactions (except for refunds, which are non session-based and were implemented). We then realised that Session-based didn't work for us, so Non Session-Based was implemented., (*9)

The driver registers a token when any purchase is made. This means repeat payments will be available on any payments, although actually making repeat payments is not yet implemented., (*10)

What's Not Included

It does not currently support PAYERAUTH., (*11)

The Session-based code wasn't completely finished, although it does work as it is. Ideally the token registration and confirm/reject messages need to be handled inside the purchase/refund request classes., (*12)

Basic Usage

This driver supports the following processes to handle transactions and refunds:, (*13)

Non Session-based

Purchase Request (Transaction Request) -> Purchase Response (plus confirm/reject request), (*14)

Refund Request (Transaction Request) -> Refund Response (plus confirm/reject request), (*15)

Session-based

Generate Session Request -> Generate Session Response\ -> <card form submission to Verifone>\ -> Get Card Details Request -> Get Card Details Response\ -> Token Registration Request -> Token Registration Response [optional step]\ -> Purchase Request -> Purchase Response\ Then one of:\ -> Confirm Request -> Confirm Response\ or\ -> Reject Request -> Reject Response, (*16)

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

Example Send Request, (*18)

//build and config gateway
$gateway = Omnipay::create(
    '\Autumndev\VerifoneWebService\SessionBasedGateway'
);
$gateway->setTestMode(true);
$gateway->setPasscode($passcode);
$gateway->setSystemGuid($guid);
$gateway->setSystemId($systemId);
//build and configure request
$session = $gateway->generateSession([
    'returnurl' => 'SOME URL',
    'fullcapture' => true
]);
//send request, recieve response.
$response = $session->send();

Support

If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found., (*19)

If you believe you have found a bug in this driver, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request., (*20)

The Versions

12/12 2017

dev-master

9999999-dev https://github.com/autumndev/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Scott-David Jones
by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

12/12 2017

1.0.5

1.0.5.0 https://github.com/autumndev/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Scott-David Jones
by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

06/12 2017

v1.0.4

1.0.4.0 https://github.com/autumndev/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Scott-David Jones
by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

02/11 2017

v1.0.3

1.0.3.0 https://github.com/autumndev/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Scott-David Jones
by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

19/10 2017

v1.0.2

1.0.2.0 https://github.com/autumndev/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Scott-David Jones
by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

12/10 2017

dev-develop

dev-develop https://github.com/autumndev/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Scott-David Jones
by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

12/10 2017

v1.0.1

1.0.1.0 https://github.com/autumndev/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Scott-David Jones
by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

25/08 2017

v1.0.0

1.0.0.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

23/08 2017

v0.0.21

0.0.21.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

22/08 2017

v0.0.20

0.0.20.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

11/08 2017

v0.0.19

0.0.19.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

10/08 2017

v0.0.18

0.0.18.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

10/08 2017

v0.0.17

0.0.17.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

05/08 2017

v0.0.16

0.0.16.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

26/07 2017

v0.0.15

0.0.15.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

20/07 2017

v0.0.14

0.0.14.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

20/07 2017

v0.0.13

0.0.13.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

19/07 2017

v0.0.12

0.0.12.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

08/06 2017

v0.0.11

0.0.11.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

08/06 2017

v0.0.10

0.0.10.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

07/06 2017

v0.0.9

0.0.9.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

06/06 2017

v0.0.8

0.0.8.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

03/06 2017

v0.0.7

0.0.7.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

02/06 2017

v0.0.6

0.0.6.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

25/05 2017

v0.0.5

0.0.5.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

23/05 2017

v0.0.4

0.0.4.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

22/05 2017

v0.0.3

0.0.3.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea

08/05 2017

v0.0.2

0.0.2.0 https://github.com/digitickets/omnipay-verifone-web-service

Verifone (Ocius) Web Service driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Glenn Jenkins

service payment pay gateway merchant omnipay web verifone ocius commidea