pywisetransfer.webhooks

Functions

b64decode(s[, altchars, validate])

Decode the Base64 encoded bytes-like object or ASCII string s.

default_backend()

get_webhook_public_key(environment)

load_pem_public_key(data[, backend])

validate_request(request[, environment])

verify_signature(payload, signature[, ...])

Exceptions

InvalidSignature

InvalidWebhookHeader

InvalidWebhookRequest

InvalidWebhookSignature