With the installed plugin for Magento, your customers will be able to pay with you through the Sberbank payment page.
Magento plugins for versions 2.2.x and 2.3.x are incompatible. When upgrading Magento version from 2.2.x to 2.3.x, you must first uninstall the plugin for version 2.2.x and then install the plugin for version 2.3.x.
To install the plugin for Magento, follow these steps.
upload
folder unpacked archive to your site directory. You should get the following path: <site folder>/app/code/Rbs/Rbs/<plugin folders and files>
. VPS/VDS | Regular shared hosting |
---|---|
Virtual private/dedicated server. Commands should be executed under the
|
The commands should be executed with indication of the PHP version used, i.e.:
The beginning of the command depends on the folder where PHP is installed. In particular, the PHP version can be specified without a hyphen: If in doubt, contact your hosting provider.
On shared hosting, the last command may not be executed due to the memory limit set by the hosting provider. In this case, contact your hosting provider. |
To set up a payment plugin for Magento, follow these steps.
The description contains only those settings that relate directly to the payment plugin. The rest of the settings are related to the content management system (CMS).
Configuration | Description |
---|---|
Activated |
Determines if the plugin is enabled. |
Heading | Enter the title of the payment method as it will be displayed in the online store. |
Login |
Login of a service account in a payment gateway with a suffix -api. If the plugin is running in test mode, you should specify the login for the test user account. If the plugin is running in production mode, you should specify the password for the production user account. |
Password |
The password for the service account in the payment gateway. If the plugin is running in test mode, you should specify the password for the test user account. If the plugin is running in standard (production) mode, you should specify the password for the production user account. |
Test mode |
Allows you to set the plug-in operation mode: test or live (working).
|
Enable two-phase payment |
Allows you to set the staging of payments – payments can be one-phase (do not require confirmation from the merchant) or two-phase (for the successful completion of the payment, the merchant must complete it, before that the funds will be held on the buyer's account). |
Confirmed order status | Configuration refers to Magento settings. |
Send cart data to payment gateway |
Allows you to choose whether the shopping cart will be sent and whether a sales receipt will be generated. To be able to use this functionality, please contact your bank representative. For more details see section on compliance with law 54-FZ. |
Taxation scheme |
Tax system. The following values are available:
This setting is applied only if you have configured fiscalization parameters – see details in section on compliance with law 54-FZ. |
Fiscal documents format |
The list allows you to specify the used format of fiscal documents, the following options are available:
The format of the version must match the format selected in the personal account of the bank and in the account of the fiscalization service. |
Payment type |
Payment type. Possible values:
The settings are effective only if the format of fiscal documents of version 1.05 and higher is selected. |
Type of item being paid for |
Type of item being paid for. Possible values:
The settings are effective only if the format of fiscal documents of version 1.05 and higher is selected. |
Available shipping methods | Configuration refers to Magento settings. |
To remove plugin for Magento, follow these steps.
VPS/VDS | Regular shared hosting |
---|---|
Virtual private/dedicated server. Commands should be executed under the
|
The commands should be executed with indication of the PHP version used, i.e.:
The beginning of the command depends on the folder where PHP is installed. In particular, the PHP version can be specified without a hyphen: If in doubt, contact your hosting provider.
On shared hosting, the last command may not be executed due to the memory limit set by the hosting provider. In this case, contact your hosting provider. |
app/code/Rbs/
.
In code
folder, as well as in the folders of a higher level, (app
) there may be data not related to the plugin, so delete only the Rbs
folder and its contents.