live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/webhook-verify


@orangecheck/webhook-verify / VerifyInput

Interface: VerifyInput

Defined in: index.ts:47

Properties

PropertyTypeDescriptionDefined in
<a id="property-rawbody"></a> rawBodystring | Uint8Array&lt;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> secretstringThe endpoint signing secret you stored at create time (ock_xxx…).index.ts:49
<a id="property-signature"></a> signaturestringThe X-OrangeCheck-Signature header value (sha256=<hex> or just <hex>).index.ts:51