PaymentProvider.verifyWebhookSignature(): Promise<WebhookVerifyResult>
Verify a webhook request's signature and parse the event payload.
payloadBytes: Uint8Array
- Raw body bytes from request.arrayBuffer()
Promise<WebhookVerifyResult>