234 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I came across an issue today, we are receiving the in-correct document status when we try to check that from .NET SDK.
For Document 1:
Package Id : DawPINFPRX_fGrvTnRi0DA6UV0I=
Document Id : consent-Buyer
API URL : https://sandbox.esignlive.com/api/packages/DawPINFPRX_fGrvTn
Forum topic
OneSpan Sign
Hello Team,
I have a problem with the order of the Consent Document and the Contract.
I am using API to created the package and send the documents.
In the beginning I was sending only a Contract. Last days I did some code changes to add the Consent Document.
Forum topic
OneSpan Sign
Hi -
We're developing a new feature where our auto dealers can issue new versions of a priorly issues document. We were wondering if there was a good way to void the old one, but not delete it? I am aware of the remove endpoint in the API, just curious if there are other options.
Forum topic
OneSpan Sign
Hi,
We are using this method to create an package
Forum topic
OneSpan Sign
Hello,
I'm trying to integreate my Ruby on Rails application with OneSpan.
Forum topic
OneSpan Sign
We have been using oneSpan for around 2 years now and we weren't facing any issues with adding documents to a package but recently when we're trying to add certain pdfs, we are getting an error - "The number of Pre-Verify results does not match the number of documents that were sent for verificat
Forum topic
OneSpan Sign
Is it possible to send multiple documents via one API call and one transaction?
This is similar to the code in the example, can I just append each file to a new form for the MultipartFormDataContent?
ByteArrayContent content = new ByteArrayContent(fileByteArray);
c
Forum topic
OneSpan Sign
Hello,
I have created the following draft package:
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.