Skip to content

Twispay/magento2

Repository files navigation

magento2-Twispay_Payments

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.

Install

Magento Marketplace

The recommended way of installing is through Magento Marketplace, where you can find The Official Twispay Payment Gateway Extension.

Manually

  1. Go to Magento 2 root folder

  2. 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.

  3. Enter following commands to enable module:

    php bin/magento module:enable Twispay_Payments --clear-static-content
    php bin/magento setup:upgrade
  4. Enable and configure Twispay in Magento Admin under Stores/Configuration/Payment Methods/Twispay

Changelog

= 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

About

Repository for Magento 2 Payment Module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published