339 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
Create package API is failing with client app authentication whereas the same works with API key.
I used SDK version 11.34 for client app and 11.15 for API key. Can someone please help wth the below issue?
Forum topic
OneSpan Sign
Hi Team,
we see this issue randomly this days in dev environment
“Refused to display 'https://sandbox.esignlive.com/login?destination=https%3A%2F%2Fsandbox.esignlive.com%2Fpackages%2F86GGsVeNAeOanM84sieS2GMizWs%3D%2Fdocuments%2Ff5b71418-fc96-4826-9cd1-3089585f7a57%3F' in a frame because it set
Forum topic
OneSpan Sign
Generated URL with below code is not working.
String userAuthToken = eslClient.getAuthenticationTokensService().createSenderAuthenticationToken(packageId.toString());
String URL = String.format("https://sandbox.esignlive.com/auth?senderAuthenticationToken=%s&target=https://sandbox.esig
Forum topic
OneSpan Sign
Getting the below error for the url path- https://sandbox.esignlive.com/api/packages , https://apps.esignlive.com.au/api/packages.
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1130
ORA-29024: Certificate validation failure
Forum topic
OneSpan Sign
Hello,
I am integrating with Pega and configured everything as per guide. But getting below error. I am passing API Key from my login as "Basic"+"XXXXXX" and using endpoint as - https://sandbox.esignlive.com/api/packages
Forum topic
OneSpan Sign
Hello team,
We have a client who was following the example code from this link:
https://www.esignlive.com/blog/esignlive-create-send-package-rest-ruby
They used the Package Definition JSON from this link:
https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-rest/
And
Forum topic
OneSpan Sign
Greetings
We just got our prod and sandbox Fed Ramp tenant and I'm testing my code there. Getting errors.
Forum topic
OneSpan Sign
Im using the REST API and doing a POST to /authenticationTokens/sender to get a SenderAuthenticationToken.
Forum topic
OneSpan Sign
Hi all. Help with the following really appreciated.
Below code produces exception: "code":500,"name":"Unhandled Server Error". This exception occurs when uploading PDF with form inputs. Flat PDF (no form inputs) works fine.