treezor-webhooks

Installation
SKILL.md

Treezor Webhooks

When to Use This Skill

  • How do I receive Treezor webhooks?
  • How do I verify the Treezor object_payload_signature?
  • Why is my Treezor webhook signature verification failing?
  • How do I handle Treezor events like payin.create, cardtransaction.create, or user.kycreview?
  • How do I subscribe to Treezor webhooks via the API?

Verification (core)

Treezor uses a custom HMAC-SHA256 schemenot Standard Webhooks — and the signature is a field inside the JSON body, not an HTTP header. Webhooks arrive with a text/plain MIME type, so parse the body yourself.

Installs
10
GitHub Stars
81
First Seen
Jul 25, 2026
treezor-webhooks — hookdeck/webhook-skills