Can Package Signer email/SMS # Be Changed After Creation via the API?
Tuesday, February 23, 2016 at 07:15amIf a package has already been created, can the email address and SMS phone # be changed via the API?
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: Can Package Signer email/SMS # Be Changed After Creation via the API?
Tuesday, March 1, 2016 at 05:20ameslClient.PackageService.SendSmsToSigner(packageId, sb.Build());. This will manually send a new SMS notification to your signer. I will let you know when a fix for this issue is released.Reply to: Can Package Signer email/SMS # Be Changed After Creation via the API?
Tuesday, February 23, 2016 at 08:02ameslClient.ChangePackageStatusToDraft(packageId);Lastly, if the signer has already signed the document, then you will not be able to edit the signer. Hope this helps.Reply to: Can Package Signer email/SMS # Be Changed After Creation via the API?
Friday, February 26, 2016 at 09:52amReply to: Can Package Signer email/SMS # Be Changed After Creation via the API?
Friday, February 26, 2016 at 10:45amReply to: Can Package Signer email/SMS # Be Changed After Creation via the API?
Friday, February 26, 2016 at 11:23amReply to: Can Package Signer email/SMS # Be Changed After Creation via the API?
Monday, February 29, 2016 at 03:55am.WithCustomIdis indeed where you specify the signer id. I've setup a quick example to show you how updating a signer works: From the sample code above, I've created a package with two signers with ids "Signer1" and "Signer2" respectively. Now let's say I want to update "Signer2". At the bottom, I've created my SignerBuilder object withcustomId = "Signer2"; . When I call on my eSignLive PackageService to update my signer, eSignLive will look in my package for a signer with id "Signer2" and update the information if a signer has been found with that specified id. If I failed to specify the id or gave an incorrect id when building my updated signer, eSignLive will not update my signer because it will not be able find my signer. Let me know if you have any questions :)Reply to: Can Package Signer email/SMS # Be Changed After Creation via the API?
Monday, February 29, 2016 at 08:22amReply to: Can Package Signer email/SMS # Be Changed After Creation via the API?
Monday, February 29, 2016 at 09:48amReply to: Can Package Signer email/SMS # Be Changed After Creation via the API?
Monday, February 29, 2016 at 09:53amReply to: Can Package Signer email/SMS # Be Changed After Creation via the API?
Wednesday, February 14, 2018 at 03:35amReply to: Can Package Signer email/SMS # Be Changed After Creation via the API?
Thursday, February 15, 2018 at 04:29am