While creating envelope using rest api, sometimes getting an expected response from Docusign

69 Views Asked by At

When creating an envelope using rest api, usually api returns the envelopeId and other information. Sometimes though, I am getting only a {status=processing} response.

As this is randomly seen response, difficult to pin point whats causing it

Trying to see if there is any tracking information which can be used to correlate the request for which the envelopeId (once returned from webhook) can be associated with

1

There are 1 best solutions below

0
Karan Kaushik On

Are you setting the asynchronous property in your createEnvelope call? That is what would cause the response to return with "status":"processing". More information on asynchronous sending and how to handle the response is available here