diff --git a/apps/backend/medusa-config.ts b/apps/backend/medusa-config.ts index efc2bc4d..60546590 100644 --- a/apps/backend/medusa-config.ts +++ b/apps/backend/medusa-config.ts @@ -54,7 +54,8 @@ module.exports = defineConfig({ '@mercurjs/payment-stripe-connect/providers/stripe-connect', id: 'stripe-connect', options: { - apiKey: process.env.STRIPE_SECRET_API_KEY + apiKey: process.env.STRIPE_SECRET_API_KEY, + webhookSecret: process.env.STRIPE_CONNECTED_ACCOUNTS_WEBHOOK_SECRET } } ]