admin 管理员组

文章数量: 1184232


2024年12月27日发(作者:mysql支持行锁)

MultiSafepay plugin for Magento 2

Home/ Integrations/ Ecommerce integrations/ Magento 2

Easily integrate MultiSafepay payment solutions into your

Magento 2 webshop with the free and completely new

MultiSafepay Magento 2 plugin. Our Magento 2 plugin is

professionally supported by a certified Magento 2 Solution

Specialist and receives regular updates to support the latest

features provided by Magento and MultiSafepay.

View on GitHub Old version

Manual

Introduction

We are proud to announce that we have been working on a brand new Magento 2 plugin. The

new plugin is completely built from the ground up, leaving a lot of the older methods used in the

current Magento 2 plugin behind. It brings code improvements, unit/integration testing and it is

built on top of the Magento payment provider gateway structure.

Please uninstall the old plugin first, before installing the new one.

We have recently added support for Magento Instant Purchase and Magento Vault.

To learn more about these features, read our blog

The FAQ items regarding the old Magento 2 plugin have been moved to the old plugin page

1. Features

Some of the new features include:

Improved Magento backend configuration

Improved translations

Improved error handling and event & error logs

Support information available in the Magento backend

Clear explanation of each payment method with links to docs

Modular setup, providing more flexibility during the installation process

For some payment methods the hosted payment page is now skipped, resulting in a higher

conversion rate

As of version 2.4.0, we also support Magento Vault and Instant Purchase.

These features are based on MultiSafepay recurring payments. Please look at our docs

page about Recurring payments for more information about this subject.

PWA (GraphQL) endpoints

Some features are not available anymore, because they are not supported anymore or have been

replaced:

Tokenization (Replaced by Magento Vault and Instant Purchase)

FastCheckout (Not supported anymore)

PWA (REST) endpoints (Replaced by GraphQL endpoints)

MultiSafepay supports most functionalities of Magento. If you have any questions about the

services we offer, do not hesitate to contact us at integration@

2. Requirements

To use the plugin you need a MultiSafepay account. You can create a test account on

/signup

Magento Open Source version 2.2.x & 2.3.x & 2.4.x or Magento Commerce version 2.3.x &

2.4.x (For GraphQL only Magento Open Source versions 2.4.x are supported)

PHP 7.1+

3. Modules

The new MultiSafepay Magento 2 plugin consists of several Magento modules:

multisafepay-magento2-core (Provides core functionalities)

multisafepay-magento2-frontend (Enables use of the payment gateways in the Magento

checkout)

multisafepay-magento2-adminhtml (Makes it possible to enable/disable payment gateways

and change the settings in the Magento backend)

multisafepay-magento2-msi (Handles stock when MSI is enabled)

multisafepay-magento2-catalog-inventory (Handles stock when MSI is disabled)

multisafepay-magento2 (Meta package which installs all the above)

For GraphQL support there is a separate module:

multisafepay-magento2-graphql (Extends and adds GraphQL queries and mutations)

4. Installation

For merchants, we recommend installing the meta-package via composer:

Copy

composer require multisafepay/magento2

php bin/magento setup:upgrade

php bin/magento setup:di:compile

php bin/magento setup:static-content:deploy

This will automatically install all the modules that are necessary to get started.

After installing, the following command can be used in the Magento 2 root directory to enable all

the modules:

Copy

./bin/magento module:enable `./bin/magento module:status | grep

MultiSafepay_`

4.1 Stock handling

If you have disabled MSI inside Magento 2, then you can use the following command to disable

the MultiSafepay MSI module:

Copy

php bin/magento module:disable MultiSafepay_ConnectMSI

If you have a Magento 2 installation with MSI enabled, you can use the following command to

disable the MultiSafepay CatalogInventory module instead:

Copy

php bin/magento module:disable MultiSafepay_ConnectCatalogInventory

4.2 Module dependencies

The meta-package has a dependency on MSI, which means that the MSI modules should be

available (but not necessarily enabled) in your store. However, if you have removed it with, for

example, a composer-replace trick like yireo/magento2-replace-inventory, you will not be able to

install the meta-package. In this case it is still possible to integrate with MultiSafepay. You can

then install the magento2-frontend module and the magento2-catalog-inventory module, instead

of the meta-package.

The magento2-frontend module has a dependency on the magento2-core and magento2-

adminhtml module, so they all will be installed. And then you need to have a module which

handles the stock in some specific cases. Since MSI is not available, you can install the

magento2-catalog-inventory module instead.

The installation process is the same for the Magento Commerce version.

5. Configuration

本文标签: 行锁 支持 作者

更多相关文章

在Kali中,WPS和WPA的较量:轻松破解密码,我被颠覆了认知!

1月前

网上学习资料一大堆,但如果学到的知识不成体系,遇到问题时只是浅尝辄止,不再深入研究,那么很难做到真正的技术提升。 一个人可以走的很快,但一群人才能走的更远!不论你是正从事IT行业的老鸟或是对IT行业感兴趣的新人,都欢迎加

无需专业技能,.NET项目自动升级工具帮你一步到位

1月前

.Net项目升级助手 近年来 .Net 版本发布非常快,目前.Net 9已非常稳定,.Net 10已经发布了RC2版。 如此快的节奏,如此多的版本,自然就会有很多项目需要升级到新版本。手动升级的话,需要对各个版本特性比

深入浅出!QCA9531与Cisco TFTP服务器配置操作实录,轻松解决网络挑战

1月前

简介:本文深入探讨基于高通Atheros QCA9531芯片的网络设备如何通过Cisco TFTP服务器进行固件升级与管理。QCA9531广泛应用于路由器和Wi-Fi接入点,支持802.11n标准,具备高性能、低功耗特性。结合TFTP

新手必学!QCA9531与Cisco TFTP服务器实战操作秘籍

1月前

简介:本文深入探讨基于高通Atheros QCA9531芯片的网络设备如何通过Cisco TFTP服务器进行固件升级与管理。QCA9531广泛应用于路由器和Wi-Fi接入点,支持802.11n标准,具备高性能、低功耗特性。结合TFTP

从UEFI入门:构建更高效、稳定的个人电脑环境

1月前

UEFI 是 Unified Extensible Firmware Interface 的缩写,中文意思是 统一可扩展固件接口。它是一种个人电脑系统规格,用来定义操作系统与系统固件之间的软件界面,作为传统 BIOS 的现代替代方案。

不花一分钱,用MHDD守护硬盘安全的大招

1月前

MHDD是一款专业的硬盘检测和修复工具,主要用于检测和修复硬盘坏道问题。它能检测硬盘容量、磁头数、扇区数等信息,支持SMART功能,可直接访问硬盘而无需依赖主板BIOS,支持IDE和SATA接口硬盘,可在纯DOS环境下运行。

掌握2024年Android特效秘籍:自定义表情动画代码教程,让你的应用出类拔萃!

29天前

最后 给大家送上我成功跳槽复习中所整理的资料,由于文章篇幅有限,所以只是把题目列出来了网上学习资料一大堆,但如果学到的知识不成体系,遇到问题时只是浅尝辄止,不再深入研究,那么很难做到真正的技术提升。 一

从入门到精通:Android UI框架的全面教程

29天前

1、 github排名,github搜索:2、-ui目录具体内容 ============================= UI- MaterialDesignCe

Android编程初学者的宝藏库:GitHub精选开源项目指南

29天前

几个常用网站: github排名:, github搜索: codeKK   : stack overflow查询Bug:Android 源码: 极客导航: 玩Andro

Win7系统小妙招:轻松关闭自动更新与自动播放,还你一个清爽的操作空间!

29天前

Windows 7旗舰版激活后,即刻体验多彩互联网生活吧。Windows 7旗舰版是Windows 7各版本中功能最完善,最丰富的一版操作系统了。限应用程序、实时缩略图预览、增强视觉体验、高级网络支持、中心。Aero Glass

从Win7自动播放到关闭:轻松几步完成

29天前

Windows 7旗舰版激活后,即刻体验多彩互联网生活吧。Windows 7旗舰版是Windows 7各版本中功能最完善,最丰富的一版操作系统了。限应用程序、实时缩略图预览、增强视觉体验、高级网络支持、中心。Aero Glass

CSS字体选择与应用指南,让你的网站与众不同

27天前

Internet Explorer 9, Firefox, Opera,Chrome, 和 Safari支持@font-face 规则.但是, Internet Explorer 9 只支持 .eot 类型的字体,

LibreSpeed攻略:5分钟内变身网速测试高手

26天前

5分钟掌握LibreSpeed:终极网速测试解决方案指南 想要快速了解你的网络性能表现吗?LibreSpeed是一款基于Go语言开发的轻量级网速测试工具,提供下载、上传、延迟、抖动等全方位网络性能检测。无论你是普通用户还是网络

Windows10更新后,打印机共享出问题了,快速解决技巧!

23天前

问题一:系统更新导致“SMB 1.0CIFS 文件共享支持”关闭 方法一:win+R打开运行界面,输入control,打开控制面板,接着点击卸载程序的功能,进入卸载页面,点击启用或者关闭Windows功能。将“SMB 1.0

360电话手表11X与11XAI:性能升级,安全守护升级

22天前

360 儿童电话手表 11X AI 升级版,主要是接入了 360 智脑大模型,支持 AI 语音助手问答,支持 AI 绘画、生成专属 AI 卡通头像进行社交等功能。 它还提供了一对一 AI 数字人老师功能,可以帮助孩子训练英语口

VitamioMediaPlayer攻略:Android视频播放高手必学的10点

22天前

Vitamio MediaPlayer终极教程:掌握Android视频播放的10个核心技巧 想要在Android应用中实现流畅的视频播放体验吗?Vitamio MediaPlayer就是你需要的终极解决方案!

MathType5.2为Office 2007开挂,轻松驾驭PPT 2007中的复杂公式

21天前

让office2007支持MathType5.2前言:Mathtype是日常文档编辑中最合适的数学公式编辑器,操作直观、可完成复杂嵌套。MS也曾购买起部分产品作为Office套件的必备组件,在Office 2007(版本12)发

Windows 11与Windows 10:未来与过去的选择

18天前

全新 Windows 11 将于 10 月 5 日上市,微软宣布了运行新操作系统所需的最低配置要求。了解这一点后,你就可以查看你的 Windows10 系统是否能够完成升级Windows 10Windows

理解与使用镜像文件:类型、方法和常见格式

14天前

目录 一、镜像文件是什么? 所谓镜像文件其实和rar ZIP压缩包类似,它将特定的一系列文件按照一定的格式制作成单一的文件,以方便用户下载和使用,例如一个操作系统、游戏等。它最重要的特点是可以被特定的软件识别并

USB无线抓包网卡:从新手到高手的进阶之路

8天前

无线抓包网卡测试收录无线抓包需要网卡启用监听(Monitor)模式以监听无线中的报文,而网卡是否支持监听模式跟网卡芯片与驱动有关系。笔者经过较长时间的测试,统计了目前市面上能买到的一些支持抓包的网卡与测试情况。

发表评论

全部评论 0
暂无评论