128 results matched your search criteria
Forum topic
OneSpan Sign
With this https://www.esignlive.com/blog/e-signlive-how-to-setting-up-callbacks/ , it looks like callbacks can be setup via code rather than through the eSign Admin UI. Do you setup this callback each time a package for is created?
Forum topic
OneSpan Sign
Hi,
Can I get a list of all webhook callback events, WITH their meaning for each?
Thanks,
Venu
Forum topic
OneSpan Sign
Hello,
Our network admins moved our DNS servers yesterday and this morning our esign callback is failing.
Failed to communicate with the callback server.
URL: https://URL.in.question/Esign/EsignComplete.aspx
Payload: {"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"PACKAGE_COMPLE
Forum topic
OneSpan Sign
When using the callback function to listen to DOCUMENT_SIGNED events, I do not receive the event if the user does not click the "Done" button before clicking the "Confirm" button.
Forum topic
OneSpan Sign
Hi,
is there a way to test the callback feature so that when there is a callback from ESL (example after the signing ceremony is completed), it calls my Dev running the webservice ?
like http://localhost/api/eslListener/ ?
Assuming: I've added the callback url as http://localhost/api/eslListener/
Forum topic
OneSpan Sign
Hello Folks
We have a requirement to authenticate the callback requests using a system user before we can process the callback.
Forum topic
OneSpan Sign
I was trying to implement Call back service in Salesforce from One Span. I have implemented all the steps in Salesforce mentioned in Part 1, Part 2 and Part 3. But however when a transaction is completed in One Span my apex method is not being called. No logs as well.
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
Hi
In case there is exception when we handle a call back from Silanis, can we send back a HTTP error response (4xx) to Silanis, so that Silanis can attempt to redeliver a callback.
If Silanis does redeliver, then how many times will it attempt the redelivery.
Regards
Mario
Forum topic
OneSpan Sign
Hello,
We have an azure function setup to listen to onespan callbacks which works great nearly all the time, but on the rare occasion we get a failed callback. I supposed there is a number of reasons that could happen. In this specific case the error indicates a timeout exception.