281 results matched your search criteria
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
Can you please point me or give me example of json needs to be added to add signing date in a document (Using REST API)
Forum topic
OneSpan Sign
Hello,
I am uploading PDF via REST API PHP, along with signer users.
Forum topic
OneSpan Sign
there is a sdk documentation for events on packages.
I can't see how to fetch user key. Does the key comes as part of json payload?
or you use different method?
Forum topic
OneSpan Sign
For over a year I have been creating packages using a JSON string as the package name (something like "{ApplicationId: 1033}"). I do this because the package name comes through in the event callback notification, and I can easily deserialize the package name and extract some informatio
Forum topic
OneSpan Sign
I'm looking for a coding example of a JSON package that would have multiple documents per transaction. Does anyone happen to know of a good link or example that I can use?
Forum topic
OneSpan Sign
I am using a sandbox so perhaps the class definition does not match what is there.
I get an invalid primitive error on the following code snippet:
string pkgId = ESignLiveExamples.createPackageExample();
ESignLiveSDK sdk = new ESignLiveSDK();
ESignLiveAPIObjects.Package_x pkg = sdk.getPackage
Forum topic
OneSpan Sign
Hello,
i'm a junior developer and it has been my second week learning Node JS so errors might be because of my poor use of Javascript.
My problem is that after sending a request pretty much like in the example given on
Forum topic
OneSpan Sign
We occasionally have users that do not provide email addresses in their contract flow. Is text message an option to initiate the signing process? If so, how is that structured differently in the JSON?
Thanks!
Forum topic
OneSpan Sign
Hi,
Can you please provide the URL and JSON payload for moving a package into TRASH and restoring it back (REST API).
I tried different combinations but did not work.
Thanks,
Abhijit