View Source Craftgate.Adapter.HookAdapter (Craftgate v1.0.42)

Link to this section Summary

Functions

Provides hook-related utility functions like verifying incoming webhooks

Link to this section Functions

Link to this function

is_webhook_verified(merchant_hook_key, incoming_signature, webhook_data)

View Source
@spec is_webhook_verified(
  binary() | nil,
  binary() | nil,
  Craftgate.Model.WebhookData.t() | nil
) ::
  boolean()

Provides hook-related utility functions like verifying incoming webhooks