Forums

I'm trying to send a new document in a package that has the status: Draft

But I get the error response

b'{"messageKey":"error.validation.invalidParameters","technical":"Unexpected Content-Disposition value for parameter \'name\'","message":"Invalid parameters.","code":400,"name":"Validation Error"}'

 

payload= {'description': 'Envio de documento para assinatura', 'id': 17, 'name': 'document1.pdf'}

url='https://sandbox.esignlive.com/api/packages/n4zLJaZblg1wd33HDVpVgsDIBlM=/documents'

Forums

We are integrating with Onespan using Rest API.

We have three types of Roles. Broker , customer and Business.

Broker first sign an agreement(using esign), followed by customer and then Business people sign an agreement.

Now we have requirement where we want to notify Broker(Signer1) when Customer(Signer2) signs and agreement via email.

Just wanted to know what is the best way to do this with Onespan.

Forums

My company has a need to retrieve the actual signing stroke data that results from a CAPTURE type signature. It appears that this data is available already, but I cannot find documentation for the format of that data.

In the data returned by /api/packages/{packageId}, the key available at .documents[].approvals[].fields[].value contains what looks like a base64-encoded binary format.

At one point I found code that can convert images into this format, but no explanation how to read the format itself.

Is there anything OneSpan can provide to help read the data?

Forums

As described in this post https://community.onespan.com/documentation/onespan-sign/guides/sender-guides/user/configuring-recipients  we can configure some "personal message" for the Recipient. Just want to know where this "personal message" gets used. will thi be part of “$PACKAGE_MESSAGE;” field if we use in email template https://www.onespan.com/blog/onespan-sign-developers-email-templates-part-1 . or is it used for any other purpose. Kindly clarify. I have attached example also

Forums

We are facing this issue intermittently in production.

We have a grid on our template which includes set of `Country Code` and `Phone Number` fields. 

The issue is - after package is signed and completed, API call that returns document approval object, has Country Code populated with last 4 digits from Phone number field. But the PDF of the signed document has "1" populated in the Country Code (shown in the screenshot 1). Country code is an editable field and is populated with "1" by default.

 

 

Forums

We have integrated with Onespan using REST API. Just wanted to check , If it is possible to add additional recipients in CC, not as signers, but as viewers only. E.g. make sure everyone listed as an additional recipient gets a copy of it when the transaction complete. is there anyway to achieve this ?

Forums

Hi there,

I've been finishing through all the threads and guides but not sure what was wrong with my code. Please see attached txt file & screenshots.

I've used logic apps to convert the PDF file to base64 then base64tobinary.

Our objective is to use Logic App to create & send packages, however, we've are stuck at adding documents to package step.

---------------------------------------------------- 

Error message:

<html>

 

<head>

Forums

Hello,

We're developing an application that's connected to the Onespan Sign Sandbox and we're experiencing the following problem: we're using a token authentication policy when connecting to Onespan, and intermittently, we get a SocketException ("connection reset by peer") when we call the token API at https://sandbox.esignlive.com/apitoken/clientApp/accessToken.

We're developing the application using the Apache Camel 3.20.6 integration framework with Spring Boot version 2.7.11. Here's the point at which we actually call the endpoint: