239 results matched your search criteria
Forum topic
OneSpan Sign
Hi!
I am not able to create new documents using post method from NodeJs server, please find the request and response below
domain: null,
_events: { end: [Function: bound _clearTimeout] },
_eventsCount: 1,
_maxListeners: undefined,
_agent: false,
_formData:
FormData {
_over
Forum topic
OneSpan Sign
I have this code as was suggested by OneSpan for retrieving "GetUpdatedPackagesWithinDateRange" but I am getting an error on this line.
Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus.SENT, new PageRequest(index, 10),
Forum topic
OneSpan Sign
Hi,
Currently using APEX SDK to retrieve a template from OneSpanSign, then removing roles from the template as needed, if the number of signers change. I've currently defined 2 roles on the template, and am trying the scenario where only 1 is needed.
Forum topic
OneSpan Sign
We are in process of changing OneSpan SDK to OneSpan REST
In SDK we are retrieving the status using GetSigningStatus(objPackageId, signerId, null) which giving us 'InActive' status as output.
Forum topic
OneSpan Sign
Hello! Thank you for reading my post.
My understanding is that the notification email (email.notify) is the only email template that can be triggered programatically from the eSignLive system. I had a few questions on this functionality:
Question 1.
Forum topic
OneSpan Sign
We have registered Callback Event Notification on OneSpan Sign Web UI and Key is getting gernerated correctly. However, I am receiving below error on email as OneSpan Sign Sadnbox access is assigned to me only.
Forum topic
OneSpan Sign
Has anyone noticed problems with the handover URL and hash location strategy routing? If so, have you found a workaround?
When setting the handover url to something like "https://www.mydomain.com/#esign", we are seeing different behavior between the handover button and text link.
Forum topic
OneSpan Sign
Hi,
I am receiving the error [401, Unauthorized] response when creating a package with JavaSDK.
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
Hello
I am not able to fetch the documents after signing a package.