@orangecheck/webhook-verify / VerifyInput
Interface: VerifyInput
Defined in: index.ts:47
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-rawbody"></a> rawBody | string | Uint8Array<ArrayBufferLike> | The raw request body bytes. NOT the JSON-parsed object — must be the bytes the receiver got. | index.ts:53 |
<a id="property-secret"></a> secret | string | The endpoint signing secret you stored at create time (ock_xxx…). | index.ts:49 |
<a id="property-signature"></a> signature | string | The X-OrangeCheck-Signature header value (sha256=<hex> or just <hex>). | index.ts:51 |