Download the PHP package swiftmade/omnipay-everypay without Composer
On this page you can find all versions of the php package swiftmade/omnipay-everypay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download swiftmade/omnipay-everypay
More information about swiftmade/omnipay-everypay
Files in swiftmade/omnipay-everypay
Package omnipay-everypay
Short Description (Unofficial) payment gateway for Every Pay (Estonia)
License MIT
Informations about the package omnipay-everypay
PHP EveryPay Client (for Omnipay)
Use this package to integrate EveryPay into your PHP application using Omnipay.
EveryPay is a payment gateway currently used by:
- LHV
- SEB
- Swedbank
The package supports the following payment types:
- One-off payments
- Requesting card tokens
- One-click / CIT (Customer Initiated Transactions) Payments
- MIT (Merchant Initiated Transactions) Payments
Usage
Install the package using composer
Initialize the gateway
One-off Purchase
Customer Initiated Transaction (One-click payment)
Complete Payment (handle Gateway redirect from EveryPay)
EveryPay will redirect the user to the returnUrl
once the payment is finalized.
You need to validate whether the payment went through.
Authorize & Capture Later
In EveryPay, when the payment will be captured is configured at the account level. If you want to authorize a payment without capturing it, then you need a Merchant Account configured accordingly.
To authorize a payment, simply substitue purchase
and completePurchase
methods with authorize
and completeAuthorize
. Then call capture
to capture the funds.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Disclaimer
This package is not an official package by EveryPay AS nor by Omnipay.
License
The MIT License (MIT). Please see License File for more information.