316 results matched your search criteria
Forum topic
OneSpan Sign
Executing a ./api/packages/ POST which includes a status update along with the "data" node. I cannot find the max length of this node. I'm pretty sure I am hitting the max since this is the response I am receiving.
Forum topic
OneSpan Sign
Hello, We have integrated our salesforce application with onespan using APEX SDK.
Forum topic
OneSpan Sign
Whenever I make request to the https://sandbox.esignlive.com/api, I am getting the following error message {"messageKey":"error.unauthorised.noSession","message":"Failed to retrieve Session","code":401,"name":"Unauthorized"}.
I am usi
Forum topic
OneSpan Sign
We are embedding the designer in an iframe. After the user clicks "Send to Sign" the package moves to in-progress status. We prevent OneSpan from sending the message; rather we send the URL via Salesforce. What is the best practice to request a new URL to send via Salesforce?
Forum topic
OneSpan Sign
The Redirect URL is getting some values appended to it by OSS. Something like this pattern: ?package=[packageID]&signer=[signerID]&status=COMPLETED
Forum topic
OneSpan Sign
We are using the completion report API to retrieve the completed transactions from all senders. Using this (/api/reports/completion?status=COMPLETED&from=2020-03-01&to=2020-05-13), service did not return all of the senders (only 49 out of 146). It also did not return
Forum topic
OneSpan Sign
Hi
I created two procedures in the same package which includes REST API. One procedure includes rest api to attach a report say ABC and in 2nd procedure another report XYZ is attached to esign portal.
Forum topic
OneSpan Sign
I have been asked to provide a button action (I assume action since we are Lightning Experience) that will allow users to click on record page to create a Package.
Forum topic
OneSpan Sign
I have configure OneSpan Laserfiche integration, User Can Send document for Signing from Laserfiche Repository using WebClient but after document is signed, document fails to come back into the repository. I receive the below errorFailed to communicate with the callback server
Forum topic
OneSpan Sign
I have created a .Net web application to receive posts from the eSignLive server to handle event notifications (PACKAGE_CREATED, DOCUMENT_SIGNED, etc.) I am successfully receiving the events, parsing the Json posted to me, and handling the events.