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.
-
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 Version | Module Version |
---|---|
< v4.9.0 | v1.1.0 |
>= v4.9.0 | v1.2.0 |