2017 © Pedro Peláez
 

library omnipay-multicards

MultiCards driver for the Omnipay payment processing library

image

incube8/omnipay-multicards

MultiCards driver for the Omnipay payment processing library

  • Tuesday, January 16, 2018
  • by delatbabel
  • Repository
  • 0 Watchers
  • 0 Stars
  • 20,270 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 2 % Grown

The README.md

omnipay-multicards

MultiCards driver for the Omnipay PHP payment processing library, (*1)

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements PaymentWall support for Omnipay., (*2)

MultiCards Internet Billing is a provider of online credit card and debit card processing and payment solutions to many retailers worldwide., (*3)

Installation

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

{
    "require": {
        "incube8/omnipay-multicards": "dev-master"
    }
}

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

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

Basic Usage

The following transactions are provided by this package via the REST API:, (*6)

  • Create a purchase
  • Refunding a purchase
  • Voiding a purchase

For general usage instructions, please see the main Omnipay repository. There are also examples in the class API documentation., (*7)

Quirks

There is no createCard message in this gateway. Tokens are supported by calling getCardReference() on a purchase result., (*8)

Required fields when making a purchase include:, (*9)

  • amount
  • currency
  • description
  • merId
  • merUrlIdx
  • password

An Omnipay CreditCard object can be provided containing the card data, or you can pass a cardReference parameter to make a token purchase after making a previously successful card purchase and getting the token as a response to that., (*10)

Unit Testing

Tests are in the tests folder. Basic unit tests are in place for most of the code including mock message responses., (*11)

API Documentation

You can build the API documentation after running composer update, by using this command (on Linux/Unix systems):, (*12)

./makedoc.sh

The API documentation will be built in documents/main in HTML format., (*13)

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., (*14)

If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to., (*15)

The Versions

16/01 2018

dev-master

9999999-dev https://github.com/incube8/omnipay-multicards

MultiCards driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Del

payment pay gateway merchant omnipay multicards

16/11 2016

dev-feature/3d-secure

dev-feature/3d-secure https://github.com/incube8/omnipay-multicards

MultiCards driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Del

payment pay gateway merchant omnipay multicards

28/07 2016

v1.4

1.4.0.0 https://github.com/incube8/omnipay-multicards

MultiCards driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Del

payment pay gateway merchant omnipay multicards

21/12 2015

v1.3

1.3.0.0 https://github.com/incube8/omnipay-multicards

MultiCards driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Del

payment pay gateway merchant omnipay multicards

19/12 2015

v1.2

1.2.0.0 https://github.com/incube8/omnipay-multicards

MultiCards driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Del

payment pay gateway merchant omnipay multicards

17/12 2015

v1.1

1.1.0.0 https://github.com/incube8/omnipay-multicards

MultiCards driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Del

payment pay gateway merchant omnipay multicards

19/08 2015

v1.0

1.0.0.0 https://github.com/incube8/omnipay-multicards

MultiCards driver for the Omnipay payment processing library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Del

payment pay gateway merchant omnipay multicards