39 results matched your search criteria
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
I have this code as was suggested by OneSpan for retrieving "GetUpdatedPackagesWithinDateRange" but I am getting an error on this line.
Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus.SENT, new PageRequest(index, 10),
Forum topic
OneSpan Sign
I'm using .Net SDK.
I create token:
string sessionTokenString = eslClient.AuthenticationTokenService.CreateSenderAuthenticationToken(id);
and then
Forum topic
OneSpan Sign
One of our customer is using a Iframe with one span sign URL embedded in .net 5 mvc web application.
The problem is that if a user refresh the page they get an error access unauthorized your authentication token is incorrect.
"Accès non autorisé.
Forum topic
OneSpan Sign
Hello,
I am working in integrating your esignlive API in PHP. I have got the form and code working. What I'm trying to do next is to add multiple signers on a form.
Forum topic
OneSpan Sign
We're using OneSpanSDK to generate e-signatures for clients, we're maybe generating ~800 per day. Every now and again a client will receive an
Unauthorized Access
Failed to validate token.
Forum topic
OneSpan Sign
when I tried to create a package using API call to my sender account (not the owner), even in the header, I put the sender API key there, but I got error message as
Forum topic
OneSpan Sign
Team,
Trying to form iframe url for sender in the package. When i open the url, seeing an error unauthorized access.
Forum topic
OneSpan Sign
Hi. I am trying to implement the sample code provided at https://developer.esignlive.com/code-share/php-web-form-application-example/
I have changed the API Key to the API key in my account. I believe that is the only thing that needs to be changed, unless I am wrong.