okazantseva

Specifying the order in which signatures are collected

0 votes
If the signature ceremony is NOT "inperson", is there a way to specify the order in which the signers receives the doc? For example, if there are Signer A and Signer B, is there a switch to specify that Signer B should receive the package first and Signer A should wait till Signer B actually signs and only then Signer A receives the package?

Approved Answer

Reply to: Specifying the order in which signatures are collected

0 votes
Definitely. When you set up a role in your JSON payload, there is a property called "index" that you would set with the signer order. For example: "index": 0, "index": 1, etc. Once you've done this, the signers will receive their notifications of a package to sign ONLY when it's their turn. "roles": [ {"signers":[{"firstName":"Sample","lastName":"Signer1","email":"[email protected]","title":"","company":""}],"index":0} {"signers":[{"firstName":"Sample","lastName":"Signer2","email":"[email protected]","title":"","company":""}],"index":1} ] Hope this helps.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off