- Notifications
You must be signed in to change notification settings - Fork3
mvestil/omnipay-inoviopay
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Omnipay driver for InovioPay Gateway
Omnipay is a framework agnostic, multi-gateway paymentprocessing library for PHP 5.3+. This package implements PaymentWall support for Omnipay.
InovioPay Inovio is the revolutionary new payments gateway with seamless integration and global scalability that continuously evolves with the industry.
Omnipay is installed viaComposer. To install, simply add itto yourcomposer.json
file:
{"require": {"mvestil/omnipay-inoviopay":"^1.0" }}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php$ php composer.phar update
The following transactions are provided by this package via the REST API:
- Create a purchase
- Refunding a purchase
- Voiding a purchase
- 3DSecure purchase
For general usage instructions, please see the mainOmnipayrepository. There are also examples in the class API documentation.
Card and Token payment is supported.In order to create a token payment, customer id (cust_id) and payment id (pmt_id) must be passed.You can get these values from the response of the first purchase using Card payment.
This package currently supports only single item purchase and multiple items will only be supported in the future release.
For this package to work, you must pass the API credentials as part of the request body including the Product Id (li_prod_id_1) which can be createdin InovioPay portal by creating product with type "Variable Price Product"
The API has only one endpoint which ishttps://api.inoviopay.com/payment/pmt_service.cfm
To call InovioPay Payments API, reqUsername, reqPassword, siteId, merchAcctId must be passed.This can be seen in InovioPay admin portal.
Tests are not yet included
If you are having general issues with Omnipay, we suggest posting onStack Overflow. Be sure to add theomnipay 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 amailing list whichyou can subscribe to.
About
Omnipay driver for InovioPay Gateway