docs: added saved payment methods with Stripe tutorial (#12257)

* docs: added saved payment methods with Stripe tutorial

* fix vale error + lint

* generate
This commit is contained in:
Shahed Nasser
2025-05-13 11:56:12 +03:00
committed by GitHub
parent 39e5eadefc
commit c7b8140cb0
24 changed files with 20019 additions and 18160 deletions
@@ -38,10 +38,6 @@ Your technical team must install the Stripe Module Provider in your Medusa appli
The Stripe Module Provider is installed by default in your application. To use it, add it to the array of providers passed to the Payment Module in `medusa-config.ts`:
```ts title="medusa-config.ts"
import { Modules } from "@medusajs/framework/utils"
// ...
module.exports = defineConfig({
// ...
modules: [
@@ -436,4 +432,5 @@ When you set up the webhook in Stripe, choose the following events to listen to:
- [Storefront guide: Add Stripe payment method during checkout](../../../../storefront-development/checkout/payment/stripe/page.mdx).
- [Integrate in Next.js Starter](../../../../nextjs-starter/page.mdx#stripe-integration).
- [Customize Stripe Integration in Next.js Starter](../../../../nextjs-starter/guides/customize-stripe/page.mdx).
- [Customize Stripe Integration in Next.js Starter](../../../../nextjs-starter/guides/customize-stripe/page.mdx).
- [Add Saved Payment Methods with Stripe](../../../../how-to-tutorials/tutorials/saved-payment-methods/page.mdx).