Learn about Nomba’s webhook retry mechanism (exponential backoff policy)
2XX
status code, i.e. 4XX
or 5XX
error codes, in the response which are related to client error and server error respectively. Nomba will try to re-deliver a webhook 5 more times after the first failed attempt.
The table below gives proper perspective into how failed webhooks would be retried.
No of Retries | WaitTime (in Seconds) | WaitTime (in Mins) |
---|---|---|
1 | 120 secs | 2 mins |
2 | 280 secs | ~ 5 mins |
3 | 640 secs | ~ 11 mins |
4 | 1440 secs | 24 mins |
5 | 3200 secs | ~ 53 mins |