aimanecouissi / module-stripe-payment-metadata-store-view
Add store view name to Stripe PaymentIntent metadata
Package info
github.com/aimanecouissi/magento2-module-stripe-payment-metadata-store-view
Type:magento2-module
pkg:composer/aimanecouissi/module-stripe-payment-metadata-store-view
1.0.0
2026-03-22 01:02 UTC
Requires
- php: ^8.3
- magento/framework: 103.0.*
- stripe/stripe-payments: 4.4.*
README
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