1307 results matched your search criteria
Forum topic
OneSpan Sign
Guys,
We know that we can remove the default consent from when editing the package.
Is there a way to add it back in? If so, I'd be curious to know the steps involved.
Thanks!
Forum topic
OneSpan Sign
Hello! For my project, I'm creating signing packages using the API. I believe I was customizing the signer experience at one point from the package payload using the settings property. Specifically the layout.brandingBar.logo.src, and the colours in style.dialog/toolbar/titleBar.
Forum topic
OneSpan Sign
I am trying to run a simple application which does not do much. It simply attempts to wrap a sample PDF around an e signature and the error I get is
Silanis.ESL.SDK.EslServerException
HResult=0x80131500
Message=Could not send the package.
Forum topic
OneSpan Sign
Hello,
I want to create a Draft package (no signers, no documents) with the REST API.
I'm sending this JSON string :
{
"name":"test",
"type":"PACKAGE",
"language":"fr",
"emailMessage":"",
"description":"",
"autocomplete":true,
"notarized":false,
"settings":{
Forum topic
OneSpan Sign
Hi,
Is there any API or .Net SDK, we can have view the list of documents added, removed, and other Audit Trails on an package.
I am using the below API to get some signing and viewed audit on a package,
https://sandbox-esignlive.cdk.com/api/packages/XXXXXAAAAXXX==/audit
but we need to check the
Forum topic
OneSpan Sign
Hello,
Can I create a package from multiple templates?
For example, I have template 1, template 2 and template 3. Can I create a package based on the 3 templates I have?
Thanks
Forum topic
OneSpan Sign
Hello,
I'm trying to integreate my Ruby on Rails application with OneSpan.
Forum topic
OneSpan Sign
hey,
I'm looking to retrieve the date each signer has signed the package, and the date when the package has been completed. Where can I get that?"
Forum topic
OneSpan Sign
Hey team,
I found the API call creating a package (or template ) on behalf of another user in your account in this documentation:
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/packages.htm#Create2
But there's no Java implementation. Any examples in Java SDK?
Thanks in advance!
Forum topic
OneSpan Sign
Can I include a package id in the callback registration API so that I can register for different types of events for different packages ? If so then can you please provide a JSON sample.