app.post(\'/webhook\', bodyParser.raw({type: \'application/json\'}), async (request, response) => { const sig = request.headers[\'stripe-signature\']; let event;