316 results matched your search criteria
Forum topic
OneSpan Sign
We have a service setup to get the "SIGNER_COMPLETE" notification but we need to iterate through and see who has signed and who hasn't. Is there a way in the .net code to get which signers are complete or at least which documents they have signed in the package?
Forum topic
OneSpan Sign
If I create a package with a signer that is assigned no signing blocks, that singer's status is SIGNER_COMPLETE. This is good, as it lets me know that signer is a reviewer and has nothing that needs to be signed.
Forum topic
OneSpan Sign
I just posted another question that might be related to this one:
https://developer.e-signlive.com/forums/topic/change-incorrect-signer/
I am trying to change some incorrect signers, but I can't change a package once it is "SENT". Can I change a package back to "DRAFT" status?
Forum topic
OneSpan Sign
Hi
Can you please let me know what is the daily limit for status calls in Sandbox and PROD
Regards
Mario
Forum topic
OneSpan Sign
As the remote agent I want to programatically update a SENT package to DECLINED.
Forum topic
OneSpan Sign
What route do I use to retrieve packages only with the status of 'DRAFT'?
Forum topic
OneSpan Sign
One of our customer is currently working on rewriting their functionality for changing a package status to Draft, and they are running into some issues with getting the sdk’s functionality to work.
Here is the code that he has written so far, as well as the Logging outputs that he
Forum topic
OneSpan Sign
Hey team,
I noticed that you provide a signing status function to get signing status per signer:
com.silanis.esl.sdk.SigningStatus signerStatus1 = eslClient.getSigningStatus(packageId, new SignerId(signerId1), null);
But the concern here is, we don't want multiple calls to get signing status all re
Forum topic
OneSpan Sign
Is it possible to get the 'locked' status of a signer by using GetSigningStatus(). Currently, the returned status is 'pending', even though the user was locked.
I'm aware there's a callback that can be used, but using GetSigningStatus() flows better with our current code base.