Docs

Webhooks

The webhooks dispatcher is currently in development. This page will be updated when the feature ships.

Webhooks allow Pryzma to push real-time event notifications to your backend as they occur, rather than requiring you to poll the API.


Coming soon

This page will document:

  • Endpoint registration — how to register your HTTPS endpoint in the Pryzma console
  • Event types — the full list of events (account.created, transfer.settled, etc.) with their payload schemas
  • HMAC-SHA256 signature verification — how to verify that webhook requests originate from Pryzma using the Pryzma-Signature header
  • Retry policy — Pryzma's delivery retry schedule and how to acknowledge events
  • Event ordering — guarantees (or lack thereof) around delivery order

Stay informed

Watch the Changelog for the webhook release announcement.