LokiCheckout_Stripe

Jump to User Docs

Checkout
Payment
PHP 8.1 - 8.4
Magento 2.4.7 | 2.4.8
CSP Yes
Functional Tests 6
PHPStan 1
Magento PHPCS 8
Latest Release 1.0.4

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_SalesSequence Magento_Shipping Magento_Store Magento_Tax Magento_Vault StripeIntegration_Payments StripeIntegration_Tax Yireo_CspUtilities
Composer details
Magento module name
LokiCheckout_Stripe
Composer name
loki-checkout/magento2-stripe
Composer version
1.0.4
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.4 08 March 2026
1.0.3 08 March 2026
1.0.2 08 March 2026
1.0.1 08 March 2026
1.0.0 08 March 2026
Changelog

[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)
Jump to User Docs

Last modified: September 1, 2025