DocuSign getRecipientView ttl_expired error

限于喜欢 提交于 2019-12-12 20:13:49

问题


I'm using the DocuSign API to POST to the Post Recipient View URL.

I receive a response URL, but if I follow the URL it tells me: ...?event=ttl_expired.

Example URL: https://demo.docusign.net/Signing/startinsession.aspx?t=66e01470-4fcb-xxxx-xxxx-2f9029036d21

I'm using the URL within seconds, so is there a reason I'm getting this error?


回答1:


TTL does indeed refer to "Time to Life" so if you're getting that error and you're positive it's within the 5 minute TTL window (2 seconds sounds well inside :]) then I would guess one of three things:

  1. You're requesting a signing URL on an invalid envelope (ie you're not the sender or do not have rights on it)
  2. You're requesting for a recipient that is not properly embedded.
  3. You're requesting on a completed envelope or other terminal state (like voided).

Please confirm it's not one of these 3 things causing your error.



来源:https://stackoverflow.com/questions/28113846/docusign-getrecipientview-ttl-expired-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!