Signicat express api: Handling of non 200 range response code

Missing information on how signicat handles response status code outside 200 range when posting webhook.

Scenario:
Client is down(500 || 503). Client expects that the request is retried after some defined period.

Details please

Hi Herman,

Delivery failures are retried with exponential backoff:

30 seconds
5 minutes
30 minutes
2 hours
6 hours
12 hours
24 hours

I’ll make sure this gets added to our documentation.

1 Like

Does there exist some mechanism for forceful retry?

  • What if my endpoint is down for some reason and do not want to wait for hours until it is retried?

Hi Herman,

There is currently no support for manual retries.

Christoffer

Do you accept feature requests?

If so, where should these be submitted.

This should be a feature.