#error: Module definition is missing property "key"

3 messages · Page 1 of 1 (latest)

molten vapor
#

No one? 😦

fierce mirage
#

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

#

This is from my own config