3699 results matched your search criteria
Forum topic
OneSpan Sign
All pkg's are marked as deleted, all are for same person (owner/sender).
We don't understand why lists seem exclusive of each other???
Seems OneSpan reporting is including pkg's not in return set from API call
Forum topic
OneSpan Sign
Hello,
I can't find an API call that can give me list of time and date in which each signers are notified to sign documents. Also is there is an API call that lists each signer and their signed date?
Forum topic
OneSpan Sign
Hi!
I am having trouble when placing the signature tab location. Here is my code
Signature signHere = SignatureBuilder
.SignatureFor(signer.Email)
.OnPage(Convert.ToInt32(pageNumber) - 1)
.AtPosition(45, 424)
.Build();
As you can see , I specify 424 for the Y axis.
Forum topic
OneSpan Sign
We have integrated with OneSpan using your .Net SDK (version 11.12.0.0 ). We are experiencing a scenario where we have a transaction has 1 document, 1 recipient and 1 attachment request. The document is signed and the user uploads an attachment. The sender rejec
Forum topic
OneSpan Sign
We are getting an intermittent service connection error when generating tokens, do you have any ideas what would cause this issue?
Please refer the following Log details for the error:
Forum topic
OneSpan Sign
We have developed an API service wrapper for OneSpan Sign, using .NET framework 4.7.2. This service is currently deployed within an Azure Service App. We are investigating the possibility of moving this service to a container and running it within a Kubernetes cluster (likely AKS in Azure).
Forum topic
OneSpan Sign
I am trying to list all transactions that have been done but in my GET https://sandbox.esignlive.com/api/packages I only am getting the last transaction. It does not bring all of them. I am wondering if there is any id or role name I need to change for every transaction I post?