Raw webhook context passed to provider verification.
Encapsulates everything a provider needs to verify a webhook's authenticity and parse its payload, without coupling to any specific HTTP framework (Express, Fastify, Koa, etc.).
HTTP method (usually POST).
Full request URL (used for signature verification).
HTTP headers.
Raw request body (string or Buffer).
Optional
Parsed body (for providers that need form-encoded data).
Raw webhook context passed to provider verification.
Encapsulates everything a provider needs to verify a webhook's authenticity and parse its payload, without coupling to any specific HTTP framework (Express, Fastify, Koa, etc.).