Download the PHP package adnane-ka/omnipay-sepay without Composer
On this page you can find all versions of the php package adnane-ka/omnipay-sepay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adnane-ka/omnipay-sepay
More information about adnane-ka/omnipay-sepay
Files in adnane-ka/omnipay-sepay
Package omnipay-sepay
Short Description Sepay gateway for Omnipay payment processing library
License MIT
Informations about the package omnipay-sepay
Omnipay: Sepay
Sepay payments gateway for Omnipay payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Tap support for Omnipay.
Installation
Basic Usage
The following gateways are provided by this package:
- Sepay
This package ineteracts with Sepay's API.
For general usage instructions, please see the main Omnipay repository.
Flow
- Configure gateway.
- Create a QR image for the operation.
- Display the QR image for the end-user in a on-site checkout page.
- Once the operation is accomplished, a webhook should be fired.
- Receive data from webhook.
- Complete purchase by comparing / proccessing the received data.
Example usage
Configuration
Creating a Purchase
Checkout
Completing Purchase
When users submit the checkout form after they pay using the displayed QR image, they'll be redirected to returnUrl
where you'll be proccessing the payment:
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.
All versions of omnipay-sepay with dependencies
symfony/http-client Version ^6.2
php-http/httplug Version ^2.3
nyholm/psr7 Version ^1.8
php-http/curl-client Version ^2.1
guzzlehttp/psr7 Version ^2.4
php-http/message Version ^1.0