Forums

I am using onespan for sending documents for signing.
Is there a way to add custom fields while creating a package? 
When i am sending the mail for people to sign the document, i make use of fields such as $PACKAGE_NAME and $PACKAGE_OWNER_EMAIL in my html file.
Let's say i am an admin of my app and i send the documents via mail to be signed to users 
Is there a way to add details like my name and my organisation name and other custom details in the package and if so, how do i use that in my html file 

Forums

Hello

We have already looked into all the other discussion regarding this error and nothing really helps. We have customer uploading some PDF that are getting rejected by OneSpan that aren't corrupted, encrytped and don't have NeedAppearances  AccroForm flag.

I've attached a pdf that fails when added to a signature transaction that was taken from this thread below that had the same issue.

https://community.onespan.com/forum/unable-add-specific-documents-package

Forums

I need a way to prefill some input values. This is something that we can done with onespan sign api today, but prefill input are mutable (once approval access to signing url, he can change their values)

 

I would like to add fields values that belongs to a particular approval (sender), make them immutable and if there are no missing fields to be filled out, just continue to the next approval (signer)

 

Forums

Guys,

We are in need of some documentation or a walkthrough on how to use conditional logic. We are being told that it can be done via your system but I'm not seeing anything online that helps describe how to make it happen or what to do.

Do you guys happen to have any documentation or examples I can use to try to make it work with our system and does anything need to happen, system wise, for this to work?

Thanks!

Forums

Using the packages endpoint to search for SENT packages using the below request call as per the Sandbox API.

https://sandbox.esignlive.com/api/packages?search=<search_string>&predefined=sent&ownerEmail=<email_address>

This appears to be retrieving Sent, Completed, Drafts though. Changing 'predefined' to 'query' provides the expected results however. This does not coincide with the API documentation nor the Sandbox.

Forums

I am creating a package with a pdf file and JSON Payload with Package status as 'SENT'. It is creating the Packae successfully in Postman. But when I used the same file and JSON payload in the Apex class and posted the API it gave the response as a BAD request. May I know what may be the issue? 
If I Created the package with STATUS as DRAFT, It is creating the package but I am not able to generate the signing URL. 

The below URL is the API I have used.