Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Omnipay driver for InovioPay Gateway

NotificationsYou must be signed in to change notification settings

mvestil/omnipay-inoviopay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

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.

Installation

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

Basic Usage

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.

Quirks

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"

Test modes

The API has only one endpoint which ishttps://api.inoviopay.com/payment/pmt_service.cfm

Authentication

To call InovioPay Payments API, reqUsername, reqPassword, siteId, merchAcctId must be passed.This can be seen in InovioPay admin portal.

Unit Testing

Tests are not yet included

Support

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.


[8]ページ先頭

©2009-2025 Movatter.jp