382 results matched your search criteria
Forum topic
OneSpan Sign
I have seen the post of creating the package from the existing template using .NET SDK.
https://developer.esignlive.com/code-share/create-template-use-create-package-net/
Is it possible using REST API too. If yes can you please make a similar tutorial using REST API as well.
Thanks,
Sumit
Forum topic
OneSpan Sign
Currently we are sending this setting for each package we are creating via a REST call.
It is set to true. So the download button is dsiabled.
Forum topic
OneSpan Sign
Hello;
I am trying to set up REST API integration for one of my clients.
I've gotten as far as:
1) Create The Package
2) Add a Document
3) Create a Signer (Role)
4) Add the Signer
I am now trying to send the document to the Signer.
How does one do this?
Forum topic
OneSpan Sign
Hi,
We're experiencing an issue with our Email sent from OneSpan where we select the package's language as French, the signer's language as french, but they receive it in English.
Forum topic
OneSpan Sign
Hi
After creating a transaction in onespan sign using REST API, user is getting the below error while signing the document :
The selected document('s) could not be uploaded. The document('s) might be corrupted or locked.
Forum topic
OneSpan Sign
Hello,
We are in exploring REST API for creating a package with a signing document. Thanks to the good developer resources on this site, we could accomplish this part but the challenge we have is the document resides on a Cloud platform and is accessible over a URL.
Forum topic
OneSpan Sign
Hi,
I've read through the rest api documentation at (http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/packages.htm) and am interested in finding out if there is a sample code available for invoking the "Create a new document package along with document binaries" API.
A
Forum topic
OneSpan Sign
Hello,
I'm trying to integrate eSign into my application using the REST API. I haven't been able to figure out how to create a package with signature field coordinates extracted from a PDF which already contains signature fields.
Forum topic
OneSpan Sign
Hi,
I am using document extraction with field to identify the signature position for a signer. If i have a pdf with 3 signatures with field names ExecutedBy_p{counter}, only the last signature is coming in place.
Forum topic
OneSpan Sign
Hello team,
We have a client who was following the example code from this link:
https://www.esignlive.com/blog/esignlive-create-send-package-rest-ruby
They used the Package Definition JSON from this link:
https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-rest/
And