英文:
CreateViewRequest for multiple signees to build a smart signing ceremony
问题
我有一个信封,有超过2名签署者和超过1个文件。
对于签署仪式的期望行为是,一旦一个签署者完成了签名,它应该重定向到下一个签署者的文件会话,依此类推,直到最后一个签署者完成信封,并重定向到我的网站。
签署者都在场,因此不需要远程签署。
我知道一种方法是通过从我的网站动态生成它们使用这种方法。
是否有更简单的方法来实现相同的结果?
英文:
I have an envelope with more than 2 signees and more than 1 document.
The desired behavior for the signing ceremony is that once a signee completed its signature, it should redirect to the next signee document session, and so on, until the last signee completes the envelope, and it redirects to my website.
The signees are present, so no remote signing is needed.
I know one way is by generating them from my website dynamically using this approach.
Is there an easier way to achieve the same result?
答案1
得分: 1
以下是翻译好的部分:
"The URLs must be generated dynamically because they expire after 2 minutes for security reasons. Just remember that each signer has to have a clientUserId
that must match the request to generate a URL for that signer and that you need to have some logic with your returnUri
that goes back to your app for the next signer. Other than that - nothing else is any different for your scenario."
英文:
The URLs must be generated dynamically because they expire after 2 minutes for security reasons.
Just remember that each signer has to have a clientUserId
that must match the request to generate a URL for that signer and that you need to have some logic with your returnUri
that goes back to your app for the next signer.
Other than that - nothing else is any different for your scenario.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论