Description
WooCommerce ePayments Gateway adds support for WeChat Pay and Alipay payment methods to your WooCommerce store through the ePayments processing service.
Features
- Accept WeChat Pay payments
- Accept Alipay payments
- Secure payment processing
- Automatic payment status updates
- Easy configuration
External Services
This plugin connects to the ePayments payment processing service to handle payment transactions. This connection is essential for processing payments through WeChat Pay and Alipay.
Data Transmission
The following data is sent to api.wetopay.com when processing payments:
-
Order Information:
- Order ID
- Order total amount
- Currency
- Payment channel selected (WeChat or Alipay)
-
Store Information:
- Merchant ID
- Return URL (for redirecting customers back to your store)
- Notification URL (for receiving payment status updates)
Data is transmitted when:
- A customer initiates a payment (to generate the payment URL)
- ePayments sends payment status notifications back to your store
All data transmission is secured using HTTPS and authenticated using your merchant credentials and MD5 signatures.
Service Provider Information
This service is provided by ePayments:
- Website: https://www.epayments.com.au/
Configuration
- Enable/Disable – Enable this payment gateway
- Title – Title shown during checkout
- Description – Description shown during checkout
- Merchant ID – Your ePayments merchant ID
- Secret Key – Your ePayments secret key
Support
For support inquiries, please contact:
- Email: info@epayments.com.au
Installation
- Upload the plugin files to the
/wp-content/plugins/wc-epayments
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to WooCommerce > Settings > Payments
- Enable “ePayments Gateway” and configure your merchant credentials
Reviews
There are no reviews for this plugin.
Contributors and Developers
“ePayments Gateway for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “ePayments Gateway for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Change Log
1.0.0
- Initial release