15 lines
273 B
Markdown
15 lines
273 B
Markdown
# medusa-payment-stripe
|
|
|
|
Add Stripe as a Payment Provider.
|
|
|
|
Learn more about how you can use this plugin in the [documentaion](https://docs.medusajs.com/add-plugins/stripe).
|
|
|
|
## Options
|
|
|
|
```js
|
|
{
|
|
api_key: "STRIPE_API_KEY",
|
|
webhook_secret: "STRIPE_WEBHOOK_SECRET",
|
|
}
|
|
```
|