Commerce Alipay
Component ID
1170458
Component name
Commerce Alipay
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
5829
Component created
Component changed
Component body
Alipay integration for the Drupal Commerce payment and checkout system.
Features
- Customer scan business QRcode to pay
- Business scan customer's QRCode to pay
- Refund
- Sandbox support
- Sub Merchant support
- Payment cancellation support
- Payment API for other modules
Installation on Drupal 8
This module also require additional PHP libraries. To use this module, you need to:
1. Add the Drupal.org repository
composer config repositories.drupal composer https://packages.drupal.org/8
2. Download Commerce Alipay
composer require "drupal/commerce_alipay:1.x-dev"
Use composer update drupal/commerce_alipay --with-dependencies
to update Commerce Alipay to a new release.
See Using Composer in a Drupal project for more information.