Omnipay: Cardinity gateway
June 5, 2022 ยท View on GitHub
Omnipay Cardinity Gateway is a payment processing library for PHP. It's based on Omnipay package.
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:
- Create a payment
- Complete a payment
- Create authorized payment
- Complete authorized payment
- Overview a payment
- Refund a payment
- 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.