42 results matched your search criteria
Forum topic
OneSpan Sign
Hello, I'm trying to figure out how to program a page on my IIS server to handle event notifications.
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
Hi,
I did set up in Data Retention for archived as 1 days. It was moving to archived folder but i am not getting any callback notification for Transaction_Archived.
will I get notification or I should mark the status as archived then only I can receive notification
Forum topic
OneSpan Sign
The Creating a Callback Notification Listener guide says I have put a callback URL. Is there a way to test the integration of Event callbacks in a local environment?
Forum topic
OneSpan Sign
As per https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/setting-callback-notifications,
Forum topic
OneSpan Sign
I have created a .Net web application to receive posts from the eSignLive server to handle event notifications (PACKAGE_CREATED, DOCUMENT_SIGNED, etc.) I am successfully receiving the events, parsing the Json posted to me, and handling the events.
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,
We would like to use the signer_complete event notification so that we get notified on when a signer for a given package has completed signing.
Below is the event that we receive but the event has no indication of which signer signed it.
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?