This is a non-merchant gateway for Blesta that integrates with Stripe Checkout.
Stripe Checkout can present eligible cards and South Korean cards; bank debits (Instant Bank Payments, ACH, Bacs, Australia and New Zealand BECS, Canadian PADs, and SEPA); bank redirects and real-time payments (Bancontact, BLIK, EPS, FPX, iDEAL / Wero, P24, Pay by Bank, PayNow, PayTo, Pix, PromptPay, Swish, TWINT, and UPI); bank transfers; buy-now-pay-later methods (Affirm, Afterpay / Clearpay, Alma, Billie, Capchase Pay, Klarna, Kriya, Mondu, Scalapay, SeQura, Sunbit, and Zip); vouchers (Boleto, Konbini, Multibanco, and OXXO); wallets (Alipay, Amazon Pay, Apple Pay, Cash App Pay, Google Pay, GrabPay, Kakao Pay, Link, MB WAY, MobilePay, Naver Pay, PayPal, PayPay, PAYCO, Revolut Pay, Samsung Pay, Satispay, Vipps, and WeChat Pay); and stablecoin, crypto, and custom payment methods. Availability depends on Stripe account, customer, currency, amount, device, and Checkout mode eligibility; see Stripe's payment-method support matrix.
- Generate
Stripe/Checkout/Sessioncheckout link and verify&record payment if completed - Webhook support for checkout completion and async payment methods (ACH, SEPA, etc.)
- Separate items for multiple invoices checkout
- Refund support (full and partial) via Stripe Refund API
- Void transaction support (processed as full refund)
Refund and void requests use request-scoped idempotency for automatic network retries. Check ambiguous results in Stripe before retrying them manually.
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
- Configure the Stripe API secret and webhook signing secret
The webhook endpoint must subscribe to checkout.session.completed,
checkout.session.async_payment_succeeded, and
checkout.session.async_payment_failed events.
After upgrading an existing installation to 1.1.0, save the gateway settings once to encrypt a webhook secret that was stored by an earlier release.
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