3700 results matched your search criteria
Forum topic
OneSpan Sign
Hello
https://developer.esignlive.com/code-share/esignlive-rest-client-using-python/
looking at the python code, i'm trying to run one of the example application use cases. i'm simply grabbed my API key, and updated the sandbox API url parameters.
Forum topic
OneSpan Sign
In the mobile signing UI, at the bottom of the slide out hamburger menu, there is a blue Contact Us button that displays a pop-up with a contact phone number for eSign Live. How do we hide this button?
Thanks!
Forum topic
OneSpan Sign
Hello,
just started to work with the REST API.
currently working thru the Python test cases / examples.
i have two initial observations.
1.
Forum topic
OneSpan Sign
hello,
this may no be the correct forum to post this question.
I've most likely overlooked this somewhere, however, where has the team published the various JSON schemas? i'd like to build some to assist with serialization/deserialization.
cheers.
Forum topic
OneSpan Sign
adding screenshot >
adding support email >
[email protected]
hello team,
wasn't able to find an email to contact support, but for me the sandbox is performing extremely slow.
Forum topic
OneSpan Sign
This works (after unzipping the file)
byte[] bytes = eslClient.PackageService.DownloadZippedDocuments(packageId);
using (Stream file = File.OpenWrite(DocumentName+".zip" ))
{
file.Write(bytes, 0, bytes.Length);
}
This creates a corrupt document
byte[] bytes= eslClient.PackageService.Downloa
Forum topic
OneSpan Sign
Hello,
I have been searching in the SDK code for a while and I am unable to find how reminders are created for a package. There are ways through other SDKs as well as the REST API and the Salesforce connector. Am I missing something ?
Thanks
Forum topic
OneSpan Sign
Sometimes we encounter an issue where we need to change the signer on the package. I know I could resend a package to the new signer, but this would require us to start from the beginning. Is there a way to change the signer after the package is sent?
Thanks in advance,
Darin
Forum topic
OneSpan Sign
Hello,
Is there any way to shrink the size of the E-Signed by text seen in the attachments?
We are using hand drawn signatures, and the sign all signatures.
The E-Signed by text is fairly big and makes it difficult to see the actual signature.
Thanks.