hiqdev / omnipay-interkassa
InterKassa driver for the Omnipay PHP payment processing library
Requires
- php: >=7.4
- omnipay/common: ^3.0
Requires (Dev)
- omnipay/tests: ^4.2
- phpunit/phpunit: ^9.6 || ^10.5 || ^11.5
README
InterKassa / UnityFinance driver for the Omnipay PHP payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP.
This package implements InterKassa support for Omnipay, including its UnityFinance subcompany, which serves the same Checkout Protocol on a different domain.
Requires PHP 7.4 or later.
Installation
The preferred way to install this library is through composer.
Either run
composer require hiqdev/omnipay-interkassa
or add
"hiqdev/omnipay-interkassa": "^3.0"
to the require section of your composer.json.
Basic Usage
The following gateways are provided by this package:
InterKassa(Omnipay\InterKassa\Gateway) — the InterKassa Checkout Protocol, form-posting tohttps://sci.interkassa.com/.UnityFinance(Omnipay\InterKassa\UnityFinanceGateway) — the same protocol for the UnityFinance subcompany, form-posting tohttps://old-pay.unityfinance.com.
For general usage instructions, please see the main Omnipay repository.
Support
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay 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 a mailing list which you can subscribe to.
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
License
This project is released under the terms of the MIT license. Read more here.
Copyright © 2015-2026, HiQDev (http://hiqdev.com/)