Skip to main content

client.webhook

WebhookClient Objects

class WebhookClient()

Provides functionality for interacting with Bloock webhooks.

__init__

def __init__(config_data=None) -> None

Creates a new WebhookClient with the provided configuration.

verify_webhook_signature

def verify_webhook_signature(payload: bytes, header: str, secret_key: str,
enforce_tolerance: bool) -> int

Verifies the signature of a webhook payload using the provided parameters.