This is a non-merchant gateway for Blesta that integrates with Stripe Checkout.
Checkout page support all payment methods (From Alipay, WeChat, Google Pay, Apple Pay to EPS, iDEAL Giropay).
This project is not affiliated/related to Code Cats Ltd. Any issue of this project should be reported using Github Issues. There is NO Discord/Telegram Support Group.
- Generate
Stripe/Checkout/Session
checkout link and verify&record payment if completed. - Partial webhook support (see below)
- Separate items for multiple invoices checkout
- Support webhook events but it does not handle async payment(ACH, etc.) for now. Webhook at this stage helps to capture payments that client failed to redirect back to website
- Refund, Void transaction
- Disable payment type in settings
Upload the source code to /components/gateways/nonmerchant/stripe_universal/
directory within your Blesta installation path.
For example:
/var/www/html/blesta/components/nonmerchant/stripe_universal/
- Log in to your admin Blesta account
- Navigate to
Settings > Payment Gateways
- Find the Stripe Universal gateway
- Click the "Install" button
- Profit!
Here are some tips if you want to customize/setup this plugin
Credits: @xboxfly15
We have two versions available: one with Alipay, and one without it.
If you would like to use the one without Alipay, rename the views/default/images/button-no_alipay.png
to button.png
. Possibly this would be an option in the setting in the future.
Raw SVG file availble in views/default/images/svg
Blesta >= v4.9.0
PHP >= 7.2.0