773 results matched your search criteria
Forum topic
OneSpan Sign
Is is possible to add a new signer to a document which is already signed?
I tried with below code
PackageId packageId = new PackageId("orB4GBrQKn33YIF6XJFgDMGdkb4=");
ossClient.ChangePackageStatusToDraft(packageId);
Forum topic
OneSpan Sign
I was trying to figure out why the "Click to Sign" Box was showing up in the top left corner of the Document. My assumption was that it meant that I was not properly placing it as an offset to an Anchor, Even though my Code does try to do that.
Forum topic
OneSpan Sign
I have a few questions in regards to text fields on documents in the signing ceremony:
Can we make the text fields on documents Required or Optional?
Can we specify which signers we want to have Required or Optional text fields attached to?
Forum topic
OneSpan Sign
Hi,
Is there any documentation on how to upload multiple documents using the ONESPAN SIGN API, currently trying to use POST /api/packages/{packageId}/documents, however second document doesn´t get uploaded.
Forum topic
OneSpan Sign
Hello,
I could see the package is still in progress even though all the signers have completed signing all the documents. We couldn't understand why it happened. Could you please help me out with this.
packageid: "RhfCTrfhhO1UKS2A1rQU6FFto_8="
Thanks,
Sushma
Forum topic
OneSpan Sign
Could please anyone help with Opening the document to be signed in a device (like IPad or tablet ) without having the User to click on email link.
Use case : Customer in Branch for account opening or any subscribing to a new product(Credit Card , Derivatives , Mortgage loan), one the all the details
Forum topic
OneSpan Sign
I have a requirement to extract the date that a package was completed.
As we have signing Groups who sign in a particular order, I can extract the date that the last known group signed by retrieving the SignersCompletionReport (through esl.ReportService.DownloadCompletionReport = yields => Sende
Forum topic
OneSpan Sign
I'm working on the callbacks into Salesforce. The callbacks are triggering just fine. And the provided code where we are uploading the signed documents into the document object is working perfectly. However, I need to upload the documents into Content Versions instead of the document library.