# resolve: "@medusajs/payment", options: { providers: [ { resolve: "@medusajs/payment-stripe", id: "stripe", options: { apiKey: STRIPE_API_KEY, webhookSecret: STRIPE_WEBHOOK_SECRET, }, }, ], }, }, I think you need to add a webhook for stripe to work