LokiCheckout_Stripe
This module is available free of charge as part of Loki Checkout. Please note that support for this module is not included and is available on an hourly basis.
Checkout
Payment
PHP
8.1 - 8.4
Magento
2.4.7 | 2.4.8
CSP
Yes
Functional Tests
7
PHPStan
1
Magento PHPCS
8
Latest Release
1.0.6
This Magento 2 module is an add-on package for adding support for the payment solution of StripeIntegration_Payments to the LokiCheckout.
Installation
Install this package via composer:
composer require loki-checkout/magento2-stripe
Next, enable this module:
bin/magento module:enable LokiCheckout_Stripe StripeIntegration_Payments
Support
For getting support, create an Issue under the following project URL:
https://gitlab.yireo.com/loki-checkout/LokiCheckout_Stripe.git
Loki Components
The following LokiComponents are created or references in this module:
loki-checkout.fast_checkout.stripe_express_checkout
loki-checkout.payment.methods.stripe_payments.form
loki-checkout.payment.methods.stripe_payments_bank_transfers.form
Module Dependencies
The following dependencies are declared in the module its `etc/module.xml` file:
LokiCheckout_Core
Loki_Base
Loki_Components
Loki_CssUtils
Loki_FieldComponents
Loki_MapComponents
Magento_Backend
Magento_Catalog
Magento_Checkout
Magento_CheckoutAgreements
Magento_Config
Magento_Customer
Magento_Directory
Magento_Eav
Magento_Newsletter
Magento_Payment
Magento_Quote
Magento_Rule
Magento_Sales
Magento_SalesRule
Magento_SalesSequence
Magento_Shipping
Magento_Store
Magento_Tax
Magento_Vault
StripeIntegration_Payments
StripeIntegration_Tax
Yireo_CspUtilities
Composer details
Magento module name
LokiCheckout_StripeComposer name
loki-checkout/magento2-stripeComposer version
1.0.6
Default branch
main
Requirements
ext-pcre: *
loki-checkout/magento2-core: ^2.0
loki/magento2-components: ^2.0
loki/magento2-css-utils: ^1.0
magento/framework: ^103.0
magento/module-customer: ^103.0
magento/module-quote: ^101.2
magento/module-sales: ^103.0
magento/module-store: ^101.1
psr/log: ^1.0 | ^2.0 | ^3.0
stripe/module-payments: ^4.3
stripe/stripe-php: ^19.0
Releases
| 1.0.6 | 12 June 2026 |
| 1.0.5 | 12 June 2026 |
| 1.0.4 | 12 June 2026 |
| 1.0.3 | 12 June 2026 |
| 1.0.2 | 12 June 2026 |
| 1.0.1 | 12 June 2026 |
| 1.0.0 | 12 June 2026 |
Changelog
[1.0.6] - 08 May 2026
Fixed
- Rewrite from manual localStorage to reactive Alpine store to allow reactivity on localStorage
- Add Stripe icon
- Set phone to be
nevercollected to prevent bug if no phone is entered but not being displayed either
[1.0.5] - 12 March 2026
Fixed
- Remove legacy CSS
- Prevent Stripe from being loaded too early
[1.0.4] - 02 March 2026
Fixed
- Prevent duplicate unfinished order
- Finalize bank transfer method
- Add dep with stripe PHP library
[1.0.3] - 25 February 2026
Fixed
- Make call to LocalStorage.get async
[1.0.2] - 17 February 2026
Fixed
- Fixes for new async usage of Alpine.store('LocalStorage').get()
[1.0.1] - 12 February 2026
Fixed
- Allow PHP Config to read from current store level
- Extra common logic into component type
- Refactor common logic into component type
[1.0.0] - 11 February 2026
- Initial release (with bug in bank transfer method)
Last modified: June 1, 2026