444 results matched your search criteria
Forum topic
OneSpan Sign
I'm using Firefox Poster to try to create my http call to create a package in eSignLive with the API and am struggling a bit.
From Poster I send a POST request to https://sandbox.esignlive.com/api/packages/ withthe content as:
{
"name": "My Document",
"type":"PACKAGE",
"languag
Forum topic
OneSpan Sign
Hello,
I have a template which is has a 47 documents inside it. when I am creating the Package based on this template it is taking long time to generate the document package. it is taking around 47 seconds to be generated.
Forum topic
OneSpan Sign
i am using sand box API with PHP for electronic signature but it shows authentication error.
Forum topic
OneSpan Sign
Having this url allows us to embed the signing session within our website via an embedded iframe -> https://sandbox.e-signlive.com/access?sessionToken={signerAuthenticationToken}
However, it does not allow us to get real-time/client-side status check as the signers accomplish the signing
Forum topic
OneSpan Sign
Hello,
I tried to implement "Create and Send a Package with the .NET SDK" but got following error.
Could not create a new package. Exception: The remote server returned an error: (401) Unauthorized. HTTP POST on URI https://sandbox.e-signlive.com/api/packages.
Forum topic
OneSpan Sign
Hi,
Where can we send the reminder notification related parameters in initial package creation request.
Please share me the sample initial package creation json request for setting reminder related information.
As of now i am using create a reminder schedule by making a POST request to the bas
Forum topic
OneSpan Sign
I'm using .Net SDK.
I create token:
string sessionTokenString = eslClient.AuthenticationTokenService.CreateSenderAuthenticationToken(id);
and then
Forum topic
OneSpan Sign
Should I be able to view current packages for all senders under the same account using the API key and .NET SDK?
I have created a Sandbox account with an additional sender and can successfully create a new package in DRAFT passing only the secondary account as the sender.
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
I am trying to create a package and include the Signing Method (personalCertificateSigning) for the roles in the package. Is there a way to send this as part of the package creation and not do this as an update, ie.