316 results matched your search criteria
Forum topic
OneSpan Sign
We are using the designer functionality in an iframe inside our application as described in the below reference,
Reference : http://docs.esignlive.com/content/c_esignlive_integrator_s_guide/sdk/e_preparing_documents/designer.htm
Whenever there is an update to the package, we are creating a Sessio
Forum topic
OneSpan Sign
Hi there,
I just start to use this function in our platform, and when I try to fetch all packages' info, I notice the response only contains 1 package details even the "count" value is 2.
Could you pls help to check?
Forum topic
OneSpan Sign
Hello,
We have a business client who would strongly prefer that the signing experience does not redirect to the OneSpan sign-up/login page after session expiration.
Forum topic
OneSpan Sign
Hi friends,
I have an issue with signing data from the web interface. DatePicker fails on open and I can`t select date.
Javascript error "TypeError: Cannot read properties of null (reading 'length')";
I using VS2019, C#, WebView2 component
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
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.
Forum topic
OneSpan Sign
We are trying to implement one use case using APEXSDK per below provided URL.
Forum topic
OneSpan Sign
We are trying to set up a URL to listen for Callback Notifications in salesforce.
Forum topic
OneSpan Sign
I have a requirement to integrate seamlessly with eSignLive.
We will have many clients on our side and each will have an account with Silanis.
I need to authenticate user in code behind when user logs into our portal.
Basically, if I understand correctly I have to use SAML protocol for that.
So the
Forum topic
OneSpan Sign
Hi,
In our native iOS app (Swift), we get signing sessionToken from our own endpoint, and then launch webview with the URL like: https://sandbox.e-signlive.ca/access?sessionToken={sessionToken} for signing ceremony.