Ozow Hub
On this page2 sections

Fields

  • id string uuid required

    The unique identifier of the webhookWebhook A URL of yours that Ozow calls when something happens, rather than you polling to find out. The call carries no credential of yours and arrives at a public URL, so authenticate it before acting on it: a hash field on the Payments API, a Svix signature on One API..

  • endpoint string uri required

    The uri of the webhookWebhook A URL of yours that Ozow calls when something happens, rather than you polling to find out. The call carries no credential of yours and arrives at a public URL, so authenticate it before acting on it: a hash field on the Payments API, a Svix signature on One API. receiver.

  • eventType string required

    The type of event the webhookWebhook A URL of yours that Ozow calls when something happens, rather than you polling to find out. The call carries no credential of yours and arrives at a public URL, so authenticate it before acting on it: a hash field on the Payments API, a Svix signature on One API. subscribes to.

    values"transaction.complete""refund.complete"
  • messageType string required

    Defaults to thin. Specify full to receive a larger payload with as much detail as possible.

    values"thin""full"

Used by