3700 results matched your search criteria
Forum topic
OneSpan Sign
Hello! For my project, I'm creating signing packages using the API. I believe I was customizing the signer experience at one point from the package payload using the settings property. Specifically the layout.brandingBar.logo.src, and the colours in style.dialog/toolbar/titleBar.
Forum topic
OneSpan Sign
Hi team,
I just found out that
CompletionReport sdkCompletionReport = eslClient.getReportService().downloadCompletionReport(PackageStatus.DRAFT, from, to);
only returns 100 results, so it's less meaningful in our process.
Is there any way to get the complete list of packages of a
Forum topic
OneSpan Sign
Generated URL with below code is not working.
String userAuthToken = eslClient.getAuthenticationTokensService().createSenderAuthenticationToken(packageId.toString());
String URL = String.format("https://sandbox.esignlive.com/auth?senderAuthenticationToken=%s&target=https://sandbox.esig
Forum topic
OneSpan Sign
Is there a way to retrieve a list of packages in the Trash folder using Java SDK? I understand Trashed is a property not a package status. But I need to purge all packages that are trashed.
Forum topic
OneSpan Sign
Hello,
I want to check two point with you.
1. I can not arrange documents in Sandbox template layout.
2. When I reduce the field or increase the field size using the mouse in sandbox , it is changing the font (see attachment).
Thanks,
Nehme
Forum topic
OneSpan Sign
I haven't started working on the code to handles callbacks yet. I was looking at http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification and saw the SIGNER_COMPLETE notification.
Forum topic
OneSpan Sign
Hello,
Using below retrieves a list of field values at the package level. But is it possible to retrieve the field values for a particular document?
eslClient.getFieldValues(packageId)
Thanks
Forum topic
OneSpan Sign
Guys,
Is there a way to modify the printed date that is captured when a signer signs a document?
Forum topic
OneSpan Sign
Hello,
I have added signer SMS verification before sign of document. It show SMS sent. but user don't receive any SMS. even if user request SMS while sign, it say SMS sent successfully, but don't get any SMS. Here is the code. There is line of array for SMS.
Forum topic
OneSpan Sign
Hi ,
We are sending a bunch of files to signer but only one or two doc is to be signed and rest documents are for information purposes.
how to know id of documents those are signed.
We have to keep only those files in our system those are signed and has signed tag.
Thansk