316 results matched your search criteria
Forum topic
OneSpan Sign
We are seeing rare instances where downloaded PDFs from OneSpan are corrupted. We are using Java SDK. Are there previous examples of this and fixes?
Thanks.
Forum topic
OneSpan Sign
Is there any way I can dynamically add signer and document while creating the package.
For example I want to use a for loop to add no of signers(withSigner) and documents(WithDocument), when creating the package
Forum topic
OneSpan Sign
I am wanting to get information from the audit service for use within my application, but I'm not certain exactly how to use it. Can anyone provide an example?
Thanks,
Homer
Forum topic
OneSpan Sign
Can you point me to an example that takes an existing template and using the WS API I can get a list of place holder fields?
Thank you
Forum topic
OneSpan Sign
Is there a limit on the number of questions that can be presented for validation. The code examples use two Q&As and the UI has a limit of two. Does the API have the same limit?
Forum topic
OneSpan Sign
Hi,
Signer email with all Capital letters, for example [email protected] does not generate signing ceremony token. But package id is generated. Can you please help me to solve this issue?
Thanks.
Forum topic
OneSpan Sign
In attempting to use signerAuthenticationTokens, I was looking at the following:
http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_authentication&s[]=webpageurl#signerauthenticationtoken_example
public SignerAuthenticationTokenExample() {
authenticationClient = new Authenticat
Forum topic
OneSpan Sign
Hi
Is it possible to update the language of the sender , using the REST API after the sender has been created.
For example making a PUT to
https://sandbox.esignlive.com/api/account/senders/8X9iP9K5wQwK
{"language":"en"}
Forum topic
OneSpan Sign
Could you provide an example for searching packages with signer email? It seems only package name is used for searching. Thanks.
Here is the URL I used:
https://serverurl/api/[email protected]&from=1&to=10
Forum topic
OneSpan Sign
Is it possible to get data back from a package after it has been signed? For example if I have a text field on a template, after it has been filled out and signed, is there a way to get that data within my visual studio project?