dbyvalin/maxpay-oxid-module
Composer 安装命令:
composer require dbyvalin/maxpay-oxid-module
包简介
This is the Maxpay module for the OXID eShop.
README 文档
README
Maxpay payment module for OXID 6.2 or higher.
INSTALLATION: Module is installed via composer or manually. During manual installation do not forget to run composer install/update to include module path to autoload.
GENERAL SETUP:
- Login/register to https://my.maxpay.com
- Create Payment page and get Public/Private keys (test keys are also available here).
- Use these keys to configure Maxpay payment module.
- On module configuration page you can enable Sandbox mode if neccessary.
- All the other settings are done in Maxpay control panel (https://my.maxpay.com). There you can specify success/decline/callback urls for test/prod mode.
Recommendations are:
Success url: {{YOUR_SITE_URL}}/index.php?cl=thankyou Decline url: {{YOUR_SITE_URL}}/index.php?cl=thankyou Callback url: {{YOUR_SITE_URL}}/index.php?cl=maxpayorder&fnc=postback
{{YOUR_SITE_URL}} - your site url (e.g. https://maxpay.com)
USAGE Payment processing is done by redirecting the Customer to Maxpay payment page. All the payment settings are done in Maxpay Control Panel (https://my.maxpay.com).
REFUND FUNCTIONALITY To refund an order you need select an Order, go to Maxpay tab and click Refund order. This will allow full order refund to be done.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2020-06-09