1306 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
Please help me with the following:
I am using REST API, .NET and a sandbox account.
I want to download a document in PDF format. For this I can use the call:
GET /packages/{packageId}/documents/{documentId}/pdf
But this call requires documentId.
Forum topic
OneSpan Sign
Hi,
When creating a package and calling the setName method with a string containing a period or dash the JSON response says deserialization failed, upon further inspection there were also code 400 "invalid state" messages included. How can we fix this?
Forum topic
OneSpan Sign
Hello,
Our network admins moved our DNS servers yesterday and this morning our esign callback is failing.
Failed to communicate with the callback server.
URL: https://URL.in.question/Esign/EsignComplete.aspx
Payload: {"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"PACKAGE_COMPLE
Forum topic
OneSpan Sign
Guys,
I am looking over this page on the package settings for when we need to have a SMART Note created.
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/package_settings_for_mortgages.htm
Here it says that we need to include the following two fields.
enote_data_section
enote_attr
Forum topic
OneSpan Sign
Hi!
Is there a way to update role/roles (already created) in package with Q&A challenges?
I have tried PUT on '/api/packages/:packageId/roles/:roleId' but it seems as though the auth part of my request is being ignored.
{
"signers":[
{
"delivery":{
"e
Forum topic
OneSpan Sign
Hello all, we require to add preview functionality to our system before sending a document to signers. I couldn't see an API for this. Does Onespan provide a preview URL?
Forum topic
OneSpan Sign
I've heard email mentioned as an alternative to using the REST API to retrieve completed packages. We have the ability to create an email address and any attachments sent to that email address get imported directly into our imaging system.
Forum topic
OneSpan Sign
I'm trying to pull down completed packages and read the fields. None of my documents have the fields array populated.