Files
medusa-store/packages/medusa-payment-stripe
Adrien de Peretti 63d2a0eb1b fix(strip): Hooks import was wrong (#2666)
* fix(strip): Hooks import was wrong

* Create nervous-insects-switch.md
2022-11-24 16:16:35 +01:00
..
2022-11-24 11:42:04 +01:00
2022-11-24 11:42:04 +01:00

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.