Signer Change workflow
Monday, November 5, 2018 at 04:31amGuys,
Lets say that we have 3 signers. Is there a workflow for when we have to change signers for a document that has already been signed by one of the other signers involved?
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Reply to: Signer Change workflow
Monday, November 5, 2018 at 05:40amGET /api/packages/{packageId}/roles/{roleId}(4)modify the JSON, and replace the personal info with new signer(email, first/last name, company, title, etc), and do a PUT request to update signerPUT /api/packages/{packageId}/roles/{roleId}with the modified json as payload (5)send the package again Both workflow works with or without notary presents. But this is only the technical possibility, still, please speak to your legal department to clarify if these workflows are okay with you. Hope this could help! Duo