aimanecouissi/module-stripe-payment-metadata-store-view

Add Store View name to Stripe PaymentIntent metadata

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Type:magento2-module

pkg:composer/aimanecouissi/module-stripe-payment-metadata-store-view

1.0.0 2025-09-14 11:29 UTC

This package is auto-updated.

Last update: 2025-10-14 12:24:46 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

During checkout, when the Stripe PaymentIntent is created or updated, the module adds a Store View entry to the PaymentIntent metadata.

Installation

composer require aimanecouissi/module-stripe-payment-metadata-store-view
bin/magento module:enable AimaneCouissi_StripePaymentMetadataStoreView
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Place an order from a chosen Store View, open the transaction in the Stripe Dashboard, and check Metadata for Store View matching your Store View name.

Uninstall

bin/magento module:disable AimaneCouissi_StripePaymentMetadataStoreView
composer remove aimanecouissi/module-stripe-payment-metadata-store-view
bin/magento setup:upgrade
bin/magento cache:flush

License

MIT