blesta / stripe_payments
Stripe Payments
Package info
github.com/blesta/gateway-stripepayments
Type:blesta-gateway-merchant
pkg:composer/blesta/stripe_payments
Requires
- blesta/composer-installer: ~1.0
- stripe/stripe-php: ~7.0
This package is auto-updated.
Last update: 2026-06-14 16:44:47 UTC
README
This is a merchant gateway for Blesta that integrates with Stripe, using tools like Stripe.js, Elements, and PaymentIntents to ensure a secure process for storing and charging cards.
Install the Gateway
-
You can install the gateway via composer:
composer require blesta/stripe_payments -
Upload the source code to a /components/gateways/merchant/stripe_payments/ directory within your Blesta installation path.
For example:
/var/www/html/blesta/components/merchant/stripe_payments/ -
Log in to your admin Blesta account and navigate to
Settings > Payment Gateways
-
Find the Stripe Payments gateway and click the "Install" button to install it
-
You're done!
Blesta Compatibility
| Blesta Version | Module Version |
|---|---|
| < v4.9.0 | v1.1.0 |
| >= v4.9.0 | v1.2.0 |