Stripe WeChat/Alipay Gateway
This is a nonmerchant gateway for Blesta that integrates with Alipay and WeChat Pay via the stripe source api.
How to
-
Clone this project into
/path/to/your/blesta/components/gateways/nonmerchant/stripe_sources
-
Log in to your admin Blesta account and navigate to
> Settings > Payment Gateways
-
Find the WeChat/Alipay Via Stripe gateway and install it
-
Click Manage and populate the required fields and setup your webhook.
-
Configure stripe to send the following event:
source.chargeable
charge.succeeded
source.canceled
charge.pending
Blesta Compatibility
I am currently using this module on Blesta 5.4.0. Feel free to test it on other version of Blesta.
Known Issues (TODOs)
- When using this gateway with virtfusion, admins will have to activate servers manually.