blesta / stripe_payments
Stripe Payments
Installs: 359
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 8
Forks: 5
Open Issues: 0
Type:blesta-gateway-merchant
Requires
- blesta/composer-installer: ~1.0
- stripe/stripe-php: ~7.0
- dev-master
- 1.8.x-dev
- 1.8.0
- 1.7.x-dev
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.x-dev
- 1.6.1
- 1.6.0
- 1.5.x-dev
- 1.5.0
- 1.4.x-dev
- 1.4.0
- 1.3.x-dev
- 1.3.1
- 1.3.0
- 1.2.x-dev
- 1.2.1
- 1.2.0
- 1.1.x-dev
- 1.1.0
- 1.0.x-dev
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.3.x-dev
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- dev-CORE-5176
- dev-CORE-4832
- dev-CORE-4774
- dev-CORE-4592
- dev-CORE-4559
- dev-CORE-4545
- dev-CORE-4548
- dev-CORE-4542
- dev-fix-jquery-submission-triggers
This package is auto-updated.
Last update: 2024-10-20 22:05:30 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!