developersalliance / module-payze
This module integrates Payze payment gateway into Magento payment method
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^8.0|^8.1|^8.2|^8.3
- developersalliance/module-base: 1.0.0
- magento/framework: *
- magento/module-payment: 100.4.*
This package is not auto-updated.
Last update: 2025-04-29 14:56:53 UTC
README
DevAll_Payze Module
The DevAll_Payze module is a Magento 2 integration for the Payze service.
Installation
-
Install the module via Composer by running the following command in the Magento 2 root directory:
composer require developersalliance/module-payze
-
Run the Magento upgrade command to install the module:
bin/magento setup:upgrade
Features
- Module currently only supports paying by JustCard method of payze
- It also supports refunding orders
- Webhook is implemented but it only responds to refund events
License
This module is licensed under the MIT License.