Skip to content

SudoSOS Back-end API / helpers / RequestWithRawBody

Interface: RequestWithRawBody ​

Extend the Express Request object with a raw body attribute, which is used by Stripe to validate incoming events

Extends ​

  • Request

Extended by ​

Properties ​

rawBody ​

ts
rawBody: Buffer;