Solutionunvalidated
Configure the webhook route to use raw body handling (e.g., Express `express.raw({ type: 'application/json' })` in the Strapi webhook controller/route) and ensure the Stripe-Signature header is forwarded to the verifier so signature verification can use the unmodified raw payload.
93ec4c9d-1221-4493-9624-49ca337cac38
Configure the webhook route to use raw body handling (e.g., Express express.raw({ type: 'application/json' }) in the Strapi webhook controller/route) and ensure the Stripe-Signature header is forwarded to the verifier so signature verification can use the unmodified raw payload.