128 results matched your search criteria
Forum topic
OneSpan Sign
HI two questions about "createdDate" in callback json payload -
1. Is "createdDate" a timestamp of when event occurred?
2. If "createdDate" is a timestamp of when event occurred, then will it always be populated in the callback?
Forum topic
OneSpan Sign
Hi Team,
I am integrating the Callback API for Event Notifications,
Could you please provide the list of properties available in the JObject.
For more details, refer the below screenshot.
Forum topic
OneSpan Sign
Running some test on QA now we are running on this issue. Can you share a light of what this could be?
Forum topic
OneSpan Sign
I have configure OneSpan Laserfiche integration, User Can Send document for Signing from Laserfiche Repository using WebClient but after document is signed, document fails to come back into the repository. I receive the below errorFailed to communicate with the callback server
Forum topic
OneSpan Sign
Sending a POST request to /api/callback to update the callback key, callback events and callback URL returns:
Forum topic
OneSpan Sign
Can anyone provide a request to disable an active listener?
Forum topic
OneSpan Sign
Hi,
Is the callback key in notifications returned as a request header? If so, what is the name of that header?
Thanks,
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
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
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";