230 results matched your search criteria
Forum topic
OneSpan Sign
Guys,
I am seeing some weird results when trying to change the notary capture signature. Can you please fill me in on each of these items and if they are working as intended.
1.
Forum topic
OneSpan Sign
Here's the scenario. I have 2 Approvers (For example, Bob and Mary). Bob has just 1 signature field. Mary has a signature field and a Label. Bob signs first. Before Mary signs I programmatically update her Label field so when she goes to sign she sees the Label Value I inserted.
Forum topic
OneSpan Sign
Hello,
We are new to onespan. We have integrated our salesforce application with onespan using APEX SDK for our signature use cases.
Forum topic
OneSpan Sign
Hi,
I'm having issues setting the expiration date to null.
These are the functions I'm calling:
EslClient eslClient = getEslClient(companyId);
PackageId pkgId = new PackageId(packageId);
DocumentPackage dp = eslClient.GetPackage(pkgId);
dp.ExpiryDate = null;
eslClient.UpdatePackage(pkgId, dp);
Af
Forum topic
OneSpan Sign
I can PUT to /packages/{packageId} and update a package's data node.
However I failed to update a document's data node (PUT to /packages/{packageId}/documents/{documentId}).
Forum topic
OneSpan Sign
I'm trying to update all the roles such as adding and removing a few of them with one API call. I tried:
PUT /api/packages/{packageId}/roles
... but I get "500 Internal Server Error".
Forum topic
OneSpan Sign
Guys,
I know you guys have been improving things for the new signing experience and I wanted to circle around to see if this workflow has been improved.
When we want to change notaries for a package do this workflow.
Forum topic
OneSpan Sign
We have a web UI with the iframe approach for the e-signature ceremony but we appear to lose the signature field when cloning the template.
Our steps are as follows:
Forum topic
OneSpan Sign
I am trying to update the text field inside a document in my draft package via post and/or put api for updating the specified document. The response is coming 200 on sanbox but wheneve I tried to change the value of the text field, it is not changing at all.