janwebdev/omnipay-cardinity

Cardinity gateway for Omnipay library

v1.0.0 2022-06-05 21:21 UTC

This package is auto-updated.

Last update: 2024-04-06 01:30:43 UTC


README

Omnipay Cardinity Gateway is a payment processing library for PHP. It's based on Omnipay package.

Unit Tests Latest Stable Version Total Downloads Latest Unstable Version License

Installation

Omnipay is installed via Composer. To install, simply require league/omnipay and janwebdev/omnipay-cardinity with Composer:

composer require league/omnipay janwebdev/omnipay-cardinity

API docs

Cardinity Gateway API documentation you can find here

Usage

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

Currently, library implements 7 operations:

  1. Create a payment
  2. Complete a payment
  3. Create authorized payment
  4. Complete authorized payment
  5. Overview a payment
  6. Refund a payment
  7. Void a payment

Changelog

Please see CHANGELOG for more information what has changed recently.

License

The MIT License (MIT). Please see License File for more information.