1281 results matched your search criteria
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
Hi,
I am trying to get the signing status of a package using the following SDK call:
eslClient.getPackageService().getSigningStatus(packageId, signerId, documentId)
What I noticed that this call has inconsistent behavior while returning package information.
On some occasions even if a package is av
Forum topic
OneSpan Sign
Can you confirm or correct my understanding of what each of these signing statuses we would receive actually mean please?
Forum topic
OneSpan Sign
I was able to sign a document when a signer is assigned to a signbox using API.
But the same users sign is not possible when the singer belongs to a group.
is there any restriction to sign via APIs for groups?
API response is 200 for both.
Forum topic
OneSpan Sign
Hello,
I am using iframe to sign a document, after the sign complete, how i can forward the user to another page in my website?
Thanks
Forum topic
OneSpan Sign
Hi,
Is it necessary to start signing ceremony with Iframe only? Can we use any other way to start signing ceremony in webpage?
Thank you.
Forum topic
OneSpan Sign
Guys,
Is there a way to allow a signer to skip signing a document? If there are three documents, (A,B,C), can Signer A sign A and C and then come back to B?