Download the PHP package ergosarapu/payum-everypay without Composer
On this page you can find all versions of the php package ergosarapu/payum-everypay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ergosarapu/payum-everypay
More information about ergosarapu/payum-everypay
Files in ergosarapu/payum-everypay
Package payum-everypay
Short Description The Payum extension for EveryPay.
License MIT
Informations about the package payum-everypay
Payum EveryPay
The Payum extension for EveryPay payment gateway integration.
Installation
Install using Composer :
Configure EveryPay callback notifications
-
Create notify token without payment model identity. If using Symfony, this can be done similarly:
- Configure notification callback in EveryPay merchant portal with the generated URL
- Register CallbackNotificationIdentityResolverExtension with the gateway. This extension resolves the payment model identity based on the
payment_reference
.
Supported Operations
Authorize
Authorize initiates the payment, but does not capture it. Note that depending on capture delay
setting on the EveryPay account used, the authorization may result the payment to be still captured immediately.
Capture
Initiates payment to capture immediately. Also captures previously authorized payment.
Token Agreements for MIT/CIT payments
To request token for later use in MIT/CIT payments, you may create and register extension in your gateway to set token_agreement
, request_token
, token_consent_agreed
values.
See example extension here: SetRequestTokenAgreementExtension
MIT/CIT
To perform CIT or MIT payment, you may create and register extension in your gateway to set _type
, token_agreement
, token_details
values.
See example extension for CIT: PrepareForCitPaymentExtension
See example extension for MIT: PrepareForMitPaymentExtension
Cancel
TODO: Not yet supported
All versions of payum-everypay with dependencies
payum/core Version ^1.7
php-http/message-factory Version ^1.1
beberlei/assert Version ^3.3