264 results matched your search criteria
Forum topic
OneSpan Sign
Hi
See Attachment
Here's the DOCUMENT_SIGNED push notification, I can't associate the sessionUser to either signer in the Package object returned from the SDK. (see the screen shot below, I have the signer Ids boxed in red)
Is this a known bug with the push notification? Can this be fixed?
Forum topic
OneSpan Sign
Good afternoon, I am working on a document to add text tags with radio buttons. I am using the text tag
{{esl_optionG:Signer1:Radio:Group("Frequency"),Value("X"),size(15,15),offset(15,-3)}}
Forum topic
OneSpan Sign
Hello,
Am receiving the below error on deleting a document. When does this error occur?
"Exception":"Silanis.ESL.SDK.EslServerException: Could not delete document from package. Exception: The remote server returned an error: (400) Bad Request.
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
According to the comment in this thread from the REST forum, Harris indicates that ESL turned off support for TLS 1.0 this week.
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
What parameter can I use on a capture tag, to set the fromfile value to true.
I cannot find it anywhere. This is what I've tried, but it is not a valid parameter:
Forum topic
OneSpan Sign
I'm trying to figure out how I can identify which signer has signed when I receive signer_complete event.
It sends:
Forum topic
OneSpan Sign
Is it possible for me add a custom attribute to the payload we receive during the callback even notification? I have multiple applications using event notifications, so I'd like a custom attribute to indicate which application the even notification should be forwarded too.
Forum topic
OneSpan Sign
Hello,
I am in the process of testing the migration of API key to API Token. I created a client app in the test account, got the client id and client secret. But I can't retrieve the Token API from the ApiTokenConfig
Here is the error message I get: