287 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I am getting this error while generating the signing URL:
Could not sign documents. Exception: The remote server returned an error: (500) Internal Server Error. HTTP POST on URI https://apps.e-signlive.ca/api/packages/-XN_Sbs1bSm9Hbs1x3dqpUWdBUk=/documents/signed_documents.
Forum topic
OneSpan Sign
Guys,
We are looking at this page for creating the Auth token for a user.
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/authentication_tokens.htm?Highlight=user%20authentication#Create
We have to do a POST request to this api call.
/authenticationTokens/user
The documentation
Forum topic
OneSpan Sign
Hello,
get the below error while create a new package one step.
*** System Error Occurred ***
Could not create a new package one step. Exception: The remote server returned an error: (500) Internal Server Error. HTTP POST on URI https://apps.e-signlive.ca/api/packages.
Forum topic
OneSpan Sign
Hey there,
I'm building out an application where I have to prepopulate a PDF with values the we either already have or gather from the user.
Forum topic
OneSpan Sign
I am working with authenticating Signers in the ceremony and when we try to set the signers to the default option (email) -- the package creation returns with a 400 error.
This is the return error
Could not send the package. Exception: The remote server returned an error: (400) Bad Request.
Forum topic
OneSpan Sign
Regarding this post
https://www.onespan.com/blog/onespan-sign-developer-uploading-image-signature
This is interesting to us as one of our customers is asking to be able to apply a 'stamp' along with a signature.
Forum topic
OneSpan Sign
Hello i have registered callback url with this code and it's registered successfully
i in response json on callbackurl i have get the {} dict when package is created.
is there sometinh missing???
Forum topic
OneSpan Sign
We're looking to help guide our customers through the signing process and it would be helpful if there was a mechanism that could help identify where they are as they transition from document to document.
Forum topic
OneSpan Sign
Hi,
Reading older posts I could gather that following are the IP addresses for Sandbox and Production environment.
v11.0 Sandbox US: Environment URL: https://sandbox.esignlive.com
Primary IP: 54.85.59.26
Secondary IP: 54.164.84.186
Outbound IP: 54.84.89.182
v10.13.3 Production US: Environment URL
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