496 results matched your search criteria
Forum topic
OneSpan Sign
Reposting from the .Net SDK channel
Issue:
It seems the issue is because eSignLive is anticipating that the ‘Id’ of the group is the GUID that identifies
Forum topic
OneSpan Sign
When calling the following register function :
EslClient eslClient = new EslClient(apikey, apiUrl);
eslClient.EventNotificationService.Register(
EventNotificationConfigBuilder.NewEventNotificationConfig(callBackUrl)
.ForEvent(NotificationEvent.SIGNER_COMPLETE).F
Forum topic
OneSpan Sign
I'm having difficulty understanding the inclusion of the callback key described here:
http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification
private EventNotificationConfig eventNotificationConfig;
public string URL = "http://my.url.com";
public string KEY = "abc";
Forum topic
OneSpan Sign
Hello,
We recently upgraded our internal ESL system to 6.2. After the upgrade, packages created with .WithDialogOnComplete() no longer present the dialog at the end of the signing process. Is there a separate setting that has to be enabled on the account level for this dialog to work?
Forum topic
OneSpan Sign
Hey there,
I've got some established code that is able to create packages consistently. However, I've run across a particular set of documents / metadata that is preventing the server from creating. This is the error from SDK:
The remote server returned an error: (500) Internal Server Error.
Forum topic
OneSpan Sign
We are using SMS authentication along with email notification for access to the signing ceremony.
Generally the experience is that the email is sent, the user clicks the link, the SMS is sent and the user logs in with the PIN.
Some times the SMS is not sent.
Forum topic
OneSpan Sign
Steps:
1. We are setting Sender for package and document has owner tag. So Sender has to sign first doc.
2. Creating package with Sender detail and adding signer / documents.
3. and then opening a popup in design mode.
Forum topic
OneSpan Sign
Hi OneSpan Team - As per our requirement , the ESign process for 2 roles happen within the pega application process flow , We need not send emails to the Esign users
to complete the Esign process via email and on to the OneSpan site . Is there any way by which we can block sending emails to users .
Forum topic
OneSpan Sign
Hi,
In the package.settings, I set “brandingBar" : null,”, but somehow the logo is still showing when signer start to signing? what cause the issue?
Forum topic
OneSpan Sign
The OssClient.DownloadZippedDocuments method is throwing the following error sporadically. The code below that contains this method works the majority of the time. I would appreciate any suggestions on why this error happens every once and a while.