WebPay Payment Integration
Overview
WebPay - complex payment solutions and remote identification system for your business in Belarus.
The Magento 2 module integrate WebPay payment solution for services and goods by cards VISA, MasterCard, BelCard, electronic money belqi and through the system "Payment" SSIS on your website.
By using this module you will have a new payment method called "WebPay" what will be integration with WebPay payment gateway.
Security And PCI Compliance
WebPay supports advanced security technologies 3D Secure and micro-payments. The system complies with the international standard when working with bank credit cards PCI DSS 3.2.
Upon checkout, customers are redirected to the WebPay website. The customer enters his or her payment information directly into WebPay secure environment so that the web shop never comes into contact with the customers payment data. Once the payment process is complete, customers will redirected back to your store. No customer data is ever entered into or stored on the Magento server.
Functionality
Accepting payments directly on your site online from anywhere in the world. The two-stage authorization of payments. Payments in one click. Customization pages. Convenient personal cabinet. Possibility of invoicing. Formation of accepted payments reports.
Account & Pricing
An additional WebPay account account is required, and additional fees apply. The account is not created during extension installation. To create an Account please visit the signup page. Transaction fees will be charged for every transaction. For more information and to register, please visit the company contact form. The commission information available at the official WebPay website
Features
- Accept payments in Belarusian rubles and foreign currencies RUB, USD, EUR
- COF (on demand) payments, AFT and OCT transactions (replenishment and funds withdrawal from cards)
- Automatic schedule for transactions update and order cancellation
- Ability to void/refund payments online
- Sandbox mode (account need to be created at WebPay website)
- Ability to Void/Refund payments online
- Customization of payment pages
- Supports VISA, MasterCard, BelCard, Belqi
Magento Compatibility | 2.3.x, 2.4.x |
---|---|
License | GNU General Public License v3.0 (GPL-3.0) |
Composer Package | thesgroup/module-webpay |
Automatically Add The Repository
Through an SSH connection, all you have to do is run the following command from your Magento installation directory
composer config repositories.www.sashas.org composer https://www.sashas.org
Manually Add The Repository
The typical Magento 2 installation has repositories section of composer.json like this:
{
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
]
}
You will need to add a repository by appending an object to the repositories object
{
"repositories": {
"0": {
"type": "composer",
"url": "https://repo.magento.com/"
},
"www.sashas.org": {
"type": "composer",
"url": "https://www.sashas.org"
}
},
}
How To Install The Module
Once the repository is added to the composer.json file, you can now install the packages that are available through it.
For example, let’s say you want to install the thesgroup/module-webpay module through composer. Run the command below to install it:
composer require thesgroup/module-webpay