You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allied Wallet driver for the Omnipay PHP payment processing library
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:
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.