Hi,
I’m on a developer sandbox still. My connect setup is set with ‘acknowledgement required’ enabled.
I’ve implemented the webhook callback endpoint. It is working fine. I’m trying to test what happens on retries if the initial callback fails. I’m returning http code 500 from the webhook endpoint. It is going through `ngrok` and I see that it is being propagated. The connect dashboard shows the event error code as ‘Success’. The API call to fetch failures returns empty. No retries are sent.
The only way I managed to cause it to log an error and retry is if I stopped the process enough for the 100 second limit to engage.
I thought maybe something was ‘stuck’ in the settings so I wanted to disable and re-enable the ‘acknowledgement required’ setting, so I tried to disable ‘acknowledgement required’ but upon saving and refreshing, the setting comes back as enabled. I tried to update it through an API call with the same results.
I also tried to do see if I get the same behavior when setting the callback per envelope using an envelop notification event with ‘acknowledgement required’, but the same behavior persisted (not recognizing failure return code and no retries).
Any ideas would be greatly appreciated.
Back to Docusign.com

