Ozow Hub
POSThttps://one.ozow.com/v1/webhooks/{id}/replayProduction

Replay any failed messages that have been sent to a 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. subscription.

Authentication

  • OAuth 2.0
    scopeswebhooks

Path parameters

  • id string 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. subscription.

Header parameters

  • X-Correlation-ID string

    Optional correlation id for the request, if not supplied a new one will be generated and passed onto all underlying requests and returned as a header.

  • Idempotency-Key string

    The unique key idempotency keyIdempotency A request is idempotent when sending it twice has the same effect as sending it once. It matters most where a retry after a timeout could otherwise take a payment twice.IETF draft as per the following IETF Draft

Request body

  • fromDate string date required

    The date from which to resend the failed messages, this cannot be more than 14 days ago.

Responses

202 Accepted. The request has been accepted and is being processed.
  • X-Correlation-ID header

    The correlation id for the request that was processed.