wendyguo

Could a signer be removed from a package via JavaSDK?

0 votes

I create a package with three signers, could one signer be removed from this package via java SDK, if yes, when this signer can be removed?

Thanks

Wendy


Reply to: Could a signer be removed from a package via JavaSDK?

0 votes

Hi Wendy,

 

Generally speaking, you can remove a signer when:

(1)Package is in DRAFT status

(2)Assuming this signer need to sign document 1, 2, 3. Then these three documents CANNOT be partially signed, in which case, you have to delete the partially signed document(s), add it/them back with all the metadata, then remove the signer.

(3)if (1) and (2) are met, remove signer will automatically remove all signatures and fields related to this signer.

 

To remove signer in Java SDK, you can use below code:
eslClient.getPackageService().removeSigner(packageId, signerId);

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


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