feat(medusa-payment-stripe): Stripe PaymentProcessor implementation (#3257)

This commit is contained in:
Adrien de Peretti
2023-02-28 18:44:24 +01:00
committed by GitHub
parent d61d6c7b7f
commit 589d1c09b0
55 changed files with 2325 additions and 1278 deletions
+9 -1
View File
@@ -10,10 +10,18 @@ Learn more about how you can use this plugin in the [documentaion](https://docs.
{
api_key: "STRIPE_API_KEY",
webhook_secret: "STRIPE_WEBHOOK_SECRET",
automatic_payment_methods: true
// automatic_payment_methods: true,
// This description will be used if the cart context does not provide one.
// payment_description: "custom description to apply",
}
```
## Automatic Payment Methods
If you wish to use [Stripe's automatic payment methods](https://stripe.com/docs/connect/automatic-payment-methods) set the `automatic_payment_methods` flag to true.
## Deprecation
The stripe plugin version `>=1.2.x` requires medusa `>=1.8.x`