Note : In case you encounter any difficulties with integration, please contact us at [email protected] and we'll assist you through the process.
The official Twispay Payment Gateway extension for Magento 2.
At the time of purchase, after checkout confirmation, the customer will be redirected to the secure Twispay Payment Gateway.
All payments will be processed in a secure PCI DSS compliant environment so you don't have to think about any such compliance requirements in your web shop.
The recommended way of installing is through Magento Marketplace, where you can find The Official Twispay Payment Gateway Extension.
-
Go to Magento 2 root folder
-
Enter following commands to install module:
composer config repositories.twispay git https://github.com/Twispay/magento2.git composer require twispay/magento2-payments:dev-master
Wait while dependencies are updated.
-
Enter following commands to enable module:
php bin/magento module:enable Twispay_Payments --clear-static-content php bin/magento setup:upgrade
-
Enable and configure Twispay in Magento Admin under Stores/Configuration/Payment Methods/Twispay
= 1.0.1 =
- Updated the way requests are sent to the Twispay server.
- Updated the server response handling to process all the possible server response statuses.
- Added support for refunds and partial refunds.
= 1.0.0 =
- Initial Plugin version