1.1.45 • Published 3 years ago

@pkorsholm/medusa-payment-stripe v1.1.45

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

medusa-payment-stripe

Add Stripe as a Payment Provider.

Learn more about how you can use this plugin in the documentaion.

Options

{
  api_key: "STRIPE_API_KEY",
  webhook_secret: "STRIPE_WEBHOOK_SECRET",
  automatic_payment_methods: true
}

Automatic Payment Methods

If you wish to use Stripe's automatic payment methods set the automatic_payment_methods flag to true.