delatbabel/omnipay-alliedwallet

Allied Wallet driver for the Omnipay payment processing library

v2.3.2 2016-09-23 01:44 UTC

This package is not auto-updated.

Last update: 2024-05-07 20:11:45 UTC


README

Allied Wallet driver for the Omnipay PHP payment processing library

Build Status StyleCI Latest Stable Version Total Downloads

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Allied Wallet support for Omnipay.

Allied Wallet offers customized payment solutions to businesses of any size. Allied Wallet provide payment processing services in 164 currencies, 196 countries, and nearly every payment method globally.

Installation

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

{
    "require": {
        "delatbabel/omnipay-alliedwallet": "~2.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:

  • AlliedWallet
  • AlliedWallet_Soap

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

Quirks

  • Token payments are a new addition and not mentioned in the current API documentation. They have been added to this version of the plugin but not tested yet.
  • The parameters passed to the gateway are not case sensitive.
  • For card payments, there are a lot of mandatory fields for cardholder information. First and last names, phone number, address, city, state, postal code, country, are all listed as mandatory by the gateway documentation.
  • A unique transaction Id (sent to the gateway as trackingId) is required for every transaction. This is alphanumeric with a limit of 100 characters.

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.

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.

If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.