774 results matched your search criteria
Forum topic
OneSpan Sign
We have scenarios where we need to support/guide the user as they work through a signing ceremony.
Example:
Employee opens a window and starts a signing ceremony and then moves the window over to a touch screen for the customer to use.
Forum topic
OneSpan Sign
I am currently creating a report about how many customer are signing the documents in one particular months. I was wondering when is customer charged during this process of signing the document, is it when customer actually signed the doc or is it when sSign have send the document to user.
Forum topic
OneSpan Sign
If I assign a reminder schedule to a package with multiple signers will all the reminder schedules be applied to all the signers in order?
Case:
reminderScheduleToCreate = ReminderScheduleBuilder.ForPackageWithId(packageId)
.WithDaysUntilFirstReminder(2)
.WithDaysBetweenRemind
Forum topic
OneSpan Sign
Hello,
This was working yesterday, and now I'm getting the following error. There haven't been any code changes on our end.
Using .NET SDK version 11.0.0.
Could not upload document to package. Exception: The remote server returned an error: (500) Internal Server Error.
Forum topic
OneSpan Sign
It would be a great feature to allow a signer to sign once for all fields they have to sign for in a document, rather than having them sign multiple times. For example, a parent who is the payer and has to sign for their child.
Forum topic
OneSpan Sign
Hello All,
I want to implement OneSpan API in PHP website. Flow is simple. One user uploads the pdf document and another user will sign that document. I am not able to find any concrete SDK on github as well as on Forum.
Forum topic
OneSpan Sign
Guys,
I've ran across a feature that I cannot seem to test and would love to get some clarification on this.
If I have a signer who has 3 documents to sign. They sign two of the documents and refuse to sign the last document. We then remove the document from the package.
Forum topic
OneSpan Sign
Hello,
We are trying to sign document using API api/packages/{packageId}/documents/signed_documents and passing "handdrawn" string in request body.
Forum topic
OneSpan Sign
After a signing has been completed, I call eslClient.DownloadOriginalDocument and it correctly returns the original unsigned document. However, when I call eslClient.DownloadDocument, it returns the original unsigned document instead of returning the signed document.