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

Add store view name to Stripe PaymentIntent metadata

Maintainers

Package info

github.com/aimanecouissi/magento2-module-stripe-payment-metadata-store-view

Type:magento2-module

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

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-03-22 01:02 UTC

This package is auto-updated.

Last update: 2026-03-22 01:02:21 UTC


README

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

Adds a Store View entry to the Stripe PaymentIntent metadata when the PaymentIntent is created or updated during checkout.

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 any store view, then open the corresponding transaction in the Stripe Dashboard and check the Metadata section for a Store View entry matching the 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