Question

I am using an embedded envelope correct view in my website. I have attempted to define the returnUrl, but the view seems to always return to the DocuSign console. I am still using a demo account, so I'm thinking this may be a feature that's only available on production accounts?

I'm posting to

https://demo.docusign.net/restapi/v2/accounts/{account_id}/envelopes/{envelope_id}/views/correct

and passing the following fields:

 {
      "returnUrl": "http://www.docusign.com/devcenter",
      "supressNavigation": "true"
 }

I get a successful response and the provided URL works correctly to edit an envelope, it just still shows the navigation and doesn't forward to the specified return URL after editing. Are these features available on a demo account and if so, do I need to enable them somewhere?

Was it helpful?

Solution

I too am seeing the same results (i.e. returnUrl and suppressNavigation are ignored with the embedded envelope correction api call).

Bug has been logged with DocuSign, for internal reference this is bug TRI-707. I'll update this post and add comments as more info becomes available.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top