wirecatllc / blesta-stripe-universal

Blesta Non-merchant payment gateway using Stripe Checkout
MIT License
6 stars 6 forks source link
blesta checkout gateway non-merchant payment stripe universal

Stripe Universal

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.

What it does

TODO

Install the Gateway

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/
  1. Log in to your admin Blesta account
  2. Navigate to Settings > Payment Gateways
  3. Find the Stripe Universal gateway
  4. Click the "Install" button
  5. Profit!

Customize the plugin

Here are some tips if you want to customize/setup this plugin

Configuring Redirect Image

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

Compatibility

Blesta >= v4.9.0
PHP >= 7.2.0