140 results matched your search criteria
Forum topic
OneSpan Sign
I would appreciate some help--I am trying out the sample Managing Senders (REST API) code--I just want to retrieve senders--and I'm getting {"messageKey":"http.status.404","message":"Resource Not Found","code":404,"name":"Resource Not Found"}
Here's the code I'm using;
Forum topic
OneSpan Sign
Hello,
I am trying to create a document package and send it as a "draft".
Here is the code that I have came up with :
EslClient eslClient;
PackageId packageId = eslClient.CreatePackage(package);
if I want to create a package with a "sent" status instead of draft, I ad this line :
eslClient.SendPac
Forum topic
OneSpan Sign
Hi,
I am unable to insert document with an existing package. My sandbox api key and url work fine.
Forum topic
OneSpan Sign
Hello,
As part of retrieving the signatory information for a DocumentPackage we are getting Errors if a particular Signatory(part of various signatories) has not completed the signing.
Forum topic
OneSpan Sign
I want to update the status in my database as soon as user sign the document. I haven't found code to get the status as soon as signer sign the document. I did register all the even using callback example code.
Forum topic
OneSpan Sign
` var apiKey = "nulldev88";
$http({
url: "https://sandbox.esignlive.com/api/packages",
method: "GET",
headers: {'Content-Type':'application/json',"Authorization" : apiKey }
}).success(function (data, status, headers, config) {
console.log(data);
}).error(function (data, status, headers, config) {
c
Forum topic
OneSpan Sign
When I create package via SDK, I got between errors:
1; when I set sms cellphone=64939837
Forum topic
OneSpan Sign
Hi!
I am using the SDK to create a ceremony with a custom signer id and I need to use the signer's email.
The SignerBuilder.withCustomId(String) method's javadoc says the following:
Forum topic
OneSpan Sign
Hi,
I am receiving the error [401, Unauthorized] response when creating a package with JavaSDK.
Forum topic
OneSpan Sign
We had over 20 packages in our e-sign portal that display as expired even though the package was already completed. Does anyone know why that is?
The technician indicated that the packages were completed and that signers were not receiving expiring e-mails.