22 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
How the Callback Key is being passed when an event is raised? can you please provide a raw sample for the transaction including header tags?
Would it be an oAuth? 'Bearer [callback key]' ?
Thanks,
Sara
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
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,
I'm working on integrating the Callback feature with the current application.
I'm using a Callback key in addition to the Callback URL, I have a doubt regarding the POST sent by the Esignlive after the occurrences of the events that are registered for.
Forum topic
OneSpan Sign
Hello i have registered callback url with this code and it's registered successfully
i in response json on callbackurl i have get the {} dict when package is created.
is there sometinh missing???
Forum topic
OneSpan Sign
Hello,
I had successfully set up a callback on Package Completed in my Development environment that worked fine, now I have moved to a beta test server that is using SSL and the call back is failing?
In the Sandbox I have a url https://myurl
and I have a Callback Key
But my last two test sent an
Forum topic
OneSpan Sign
I noticed that our callbacks were not working in the sandbox and when I logged in to take a look at the callback settings, I noticed the callback key was no longer there. I see that OAuth 2.0 was added and there is an option to select Basic which seems to be what was there before.
Forum topic
OneSpan Sign
Hi,
Is there a way to just update the registered callback events for an account without having to update that account's callback url and key as well?
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.