tool · inferred from evidence
event.body
A property of the Lambda event object containing the raw request body.
- Stripe webhook signature mismatch on AWS Lambda: use raw event.body and the whsec_ secret
On AWS Lambda (via API Gateway), stripe.webhooks.constructEvent failed with No signatures found matching the expected signature for payload. API Gateway hands the Lambda a parsed JSON object as the body, and JSON.stringify-ing it back subtl