aimanecouissi/module-stripe-metadata-store-view

Add Store View name to Stripe metadata

Maintainers

Package info

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

Type:magento2-module

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

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:34 UTC

This package is auto-updated.

Last update: 2026-04-30 21:40:16 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

Adds Magento store view metadata to Stripe PaymentIntents. The module includes the order's store view name in the Stripe metadata payload created for Magento orders.

Installation

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

Usage

When Stripe PaymentIntent metadata is built for an order, the module adds a Store View metadata entry containing the Magento store view name. The metadata appears with the rest of the payment metadata in Stripe for payments created through the Stripe module.

Uninstall

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

Changelog

See CHANGELOG for all recent changes.

License

MIT