linear
, and exponential backoff
, based on your configuration you
can use any of the below to communicate with your users.
text In production, if your endpoint does not respond with a 2xx, we continue to retry the event every n seconds for a maximum of n hours.
encoding
, hash
, and header
for your configuration.
Supported values for them are:encoding
: hex
, base64
.hash
: SHA256
, SHA512
.header
: provider specific. E.g. X-Paystack-Signature
.2xx
.X-Convoy-Idempotency-Key
header which can be used for Idempotent processing.HTTPS
endpoints. Webhooks are endpoint exposed to the internet, for safety,
we default to HTTPS
only URLs, and validate the certs.