soda-framework / omnipay-merchant-warrior

Omnipay package for Merchant Warrior Direct API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soda-Framework: Omnipay Merhcant Warrior

Merchant Warrior API implemention

Omnipay is a framework agnostic, multi-gateway payment processing library. This package implements components of the Merchant Warrior Direct API.

Installation

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

{
    "require": {
        "composer require soda-framework/omnipay-merchant-warrior": "0.1.*"
    }
}

Basic Usage

The following gateways are provided by this package:

  • Merchant warrior Direct API (Following methods are done, although currently untested)
    • processAuth
    • processCapture
    • processCard

More details of Merchant Warrior's API can be found at Merchant Warrior

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

About

Omnipay package for Merchant Warrior Direct API


Languages

Language:PHP 100.0%