Files
medusa-store/packages/medusa-payment-stripe
Carlos R. L. Rodrigues 15c667fbd3 feat(medusa,medusa-react): PaymentCollection support (#2659)
* chore: medusa react, order edit complete fix and single payment session
2022-12-07 12:39:35 -03: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.