CreateViewRequest 用于多个签署人创建智能签署仪式

huangapple go评论55阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年6月13日 01:51:43
  • 转载请务必保留本文链接:https://go.coder-hub.com/76459150.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定