260 results matched your search criteria
Forum topic
OneSpan Sign
We have different types of agreement documents and each type would require a certain content for the Electronic Disclosure Consent page. We're not able to use templates since each agreement has custom data that we pre-generate in the document.
Forum topic
OneSpan Sign
Hi,
I am getting below error when I am trying to notify signer.
{"messageKey":"error.validation.notifySigner.outOfOrder","code":400,"message":"Unable to notify the signer until it is their turn to participate.","name":"Validation Error"}
Forum topic
OneSpan Sign
Hi team,
Is possible to have a template with a fillable PDF and we will fill the field using the API when we call the template (for exemple account number, contract number...) before send it to signature ?
Thank you
Alaa
Forum topic
OneSpan Sign
Hello,
I am trying to find a way to get a document id. I am currently using a GET to retrieve a template ID that I made ahead of time, and then a POST to clone this template for a new transaction. I am not seeing any specfics on how I can find the document id after doing this. Any suggestions?
Forum topic
OneSpan Sign
Hi,
Before copying the layout & template, we'd like to backup the source account setting first ( or just backup the existing layout and templates) in case something goes wrong. so what do you suggest the best way to backup the account ?
thanks,
Forum topic
OneSpan Sign
I've grabbed a completion report and am looping through the packages to archive them.
I've tried the following:
RestClient client;
client = new RestClient("https://apps.e-signlive.com/api");
UrlTemplate template;
template = new UrlTemplate("https://apps.e-signlive.com/api");
St
Forum topic
OneSpan Sign
I am trying to accomplish the following. Please let me know which SDK classes to use:
- Get a list of all documents/templates uploaded onto a group's library (From all senders in the group).
Forum topic
OneSpan Sign
Hi,
We want to load the Onespan template for e-signing in a Lightning component or in a LWC so that users dont have to open the mailbox to e-sign the templates.
Forum topic
OneSpan Sign
I am facing an issue while using the esignlive new sandbox (sandbox.esignlive.com) with .NET SDK.
Forum topic
OneSpan Sign
I have a template with 550 label fields. I saved the fields to a new layout. Now, I need to shift all 550 label fields 8 pixels up. Doing it manually is a painful process.
Is there a way I can do this -