128 results matched your search criteria
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
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 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
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
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
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
We have registered Callback Event Notification on OneSpan Sign Web UI and Key is getting gernerated correctly. However, I am receiving below error on email as OneSpan Sign Sadnbox access is assigned to me only.
Forum topic
OneSpan Sign
Any thoughts on why message is null? I entered text on the decline to sign. I received the decline event notification.
Event:
Forum topic
OneSpan Sign
Hi,
There is a confusion when we use the callback function, is there anyone to give some advice?
The callback url is based on our application.
And this path is correct when running directly in the browser, however there is no reaction after the callback event action.
How could I research this issu