128 results matched your search criteria
Forum topic
OneSpan Sign
I have registered http://xyz.com/dir/api/CallbackLog/Log as callback Url on account page.
I have also created API controller method
public static void Log(CallbackLogModel model)
{
.........
}
where model is JSON model I expect to be posted to the specified url.
Also based on your documentatio
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
I am currently in CST/ GMT-5 but the callback is returning GMT-4 for the createdDate time.
I am on the onespan sandbox could this have an effect?
Edit: updated subject to GMT-0 time
Forum topic
OneSpan Sign
Our main use case is for our system to wait for document signing to get completed and for this, we rely heavily on eSignLive callback notifications. Typically, we receive the callbacks with just a few seconds delay upon actual signing.
Forum topic
OneSpan Sign
For the different callback notification events in https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/set-callback-notifications&n
Forum topic
OneSpan Sign
Hi, we changed server provider yesterday, and now we're not getting the notification callbacks.
We already changed the DNS and we confirmed that it's pointing to the right box.
Do you guys need to bind the address to a specific IP? If so, the new IP for our api is 209.166.133.108.
Forum topic
OneSpan Sign
Hi, we are not receiving callbacks on packages that expire and we're trying to determine if it's an issue on our end. Does OneSpan keep logs of callback events that fail?
Forum topic
OneSpan Sign
Hi All,
We started implementing ESL in our company and we have two accounts, one is for production and the other used in lower environment, (dev and test), the problem is that, the sandbox cannot reach our REST service in test environment, (we did not test in production yet), it fails every time.
Forum topic
OneSpan Sign
Hey guys.
I'm developing a connector with Digibee as listener of the Callback Event Trigger, although event after providing the API Key in the Callback Key field, the Callback event is getting 401 Unauthorized.
Forum topic
OneSpan Sign
Is it possible for me add a custom attribute to the payload we receive during the callback even notification? I have multiple applications using event notifications, so I'd like a custom attribute to indicate which application the even notification should be forwarded too.