Download the PHP package dnna/payum-alphabank without Composer
On this page you can find all versions of the php package dnna/payum-alphabank. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dnna/payum-alphabank
More information about dnna/payum-alphabank
Files in dnna/payum-alphabank
Download dnna/payum-alphabank
More information about dnna/payum-alphabank
Files in dnna/payum-alphabank
Vendor dnna
Package payum-alphabank
Short Description Payum Alpha Bank gateway
License MIT
Homepage https://payum.forma-pro.com
Package payum-alphabank
Short Description Payum Alpha Bank gateway
License MIT
Homepage https://payum.forma-pro.com
Keywords payment
Please rate this library. Is it a good library?
Informations about the package payum-alphabank
Payum Alpha Bank Gateway
This gateway integrates Alpha Bank's redirect payment method. Factory parameters:
- mid
- sharedSecretKey
Optional factory parameters:
- lang - Language. Default el.
- cssUrl - URL to a CSS file that be used to customize Alpha Bank's checkout page. Default none.
- sandbox - Whether this is Alpha Bank's sandbox environment. Default true.
- useMasterPass - If true the payMethod passed to Alpha Bank is set to auto:MasterPass . Default false.
Notes:
- mid and sharedSecretKey can also be passed in the "details" attribute of the payment model to override the factory values. This enables distributing payments to different Alpha Bank accounts on a per-payment basis depending on the business logic. If used in this way, it is recommended to set sharedSecretKey as
Payum\Core\Security\SensitiveValue
instead of string, to avoid saving the keys in the database. - The orderid passed to Alpha Bank is a randomized string and does not correspond to the actual order number. This enables the user to make multiple payment retries for the same order. The real orderid is passed in Alpha Bank's var2 field.
- You can set var3 to var5 by setting custom3 to custom5 on "details" attribute.
- To use the installments functionality, the fields "extInstallmentoffset" and "extInstallmentperiod" must be passed in the payment model's "details" attribute.
- To use card tokenization functionality, the fields "extTokenOptions" or "extToken" must be passed in the payment model's "details" attribute.
License
This code is released under the MIT License.
All versions of payum-alphabank with dependencies
PHP Build Version
Package Version
Requires
payum/core Version
^1.5
The package dnna/payum-alphabank contains the following files
Loading the files please wait ....