Topic Replies Freshness Views Users
Normal topic

When a particular signer or role signs can we obfuscate certain data points to prevent them from seeing information?  ...while a different signer/role CAN see the information. This would help me with some design considerations…

Normal topic

Is there a way to explicitly set tab orders of fields? I want to set the order in which fields get focus when signer hits 'TAB' key on keyboard to navigate between fields.

Normal topic

Hello everybody. 

Is there a way I could have intregrations Api code? 

I need to check code about checkboxes.

Thank you! 

Normal topic

Hi Duo, when I use GET Packages API call response says I have total of X Packages but if I use GET account usage it tells me I have Y Packages and Y is almost double value of X.  I need accurate "counts" . . . Thx Mike

Normal topic

Our api encounter multiple issues when update role email

e.g: [email protected] is considered invalid for onespan api

Could you clarify which type of email validation onespan api…

Normal topic
Hi, We are using rest api to integrate onespan and thus creating packages using code. However, we are getting the following error response when we are sending the package for signature {"code":500,"technical":"error.eslx.inputValidation…
Hot topic

Hello All,

I want to implement OneSpan API in PHP website. Flow is simple. One user uploads the pdf document and another user will sign that document. I am not able to find any concrete SDK on github as well as on Forum.

Normal topic

We are not receiving event notification (Decline, package complete, …etc) from OneSpan sandbox. A few years ago, it was set up for both the production and sandbox environments. All is well with production; just the Sandbox has stopped…

Normal topic

We are in process of changing SDK to REST in our project
Need help mapping the SDK methods to REST, In SDK add document we have SignatureFields, Signature Editable fields, Initial Fields and AcceptanceFields?

Could…

Normal topic

We are in process of replacing SDK with REST

We have following scenario with SDK where we give signer email and retrieving signer details as below shown JSON object
 [ { "signerStatus": { "signerID": "string", …

Normal topic

We are in process of changing OneSpan SDK to OneSpan REST and have different operations like AddDocument, PackageCreateAndSend, UpdateDocument etc.

Can we get some good document or any references that helps our…

Normal topic

Is there an API endpoint that allows API clients to delete set of fields in one API call?

I have a OneSpan Sign template with a grid of 50 rows. Each row has a checkbox fields. Based on the data displayed on the row (using…

Normal topic

I have a template with a grid of 50 rows. Each row has a Label field and a checkbox field. Values for label are supplied thru `Package\{{PackageId}}\Clone` endpoint.

Question - is there a way to hide / disable (preferably hide…

Normal topic

Is there a way to customize email template variable (specifically $PACKAGE_OWNER_NAME) when we create package using `Clone` rest API ?

Normal topic

Is there a way to apply validation rules on field values during signing ceremony? We have bunch of phone number fields and email address fields. We want to make sure that signers enter these fields in a specific format.  

Normal topic
Hi How can we redirect the browser page to another URL , when the user clicks on optout , enters the text and then clicks on ok. Thanks Mario
Normal topic

Is it possible to create a template with up to 5 signers but dynamically choose how many will actually be signing the package? I created a package with 2 signers but if I only include 1 signer it throws an unassigned role error. …

Normal topic
Hi What is the effect of a person clicking on the opt out button. Is the effect limited only the current signing ceremony. Or will that person's email be always opted out Thanks Mario
Normal topic

Hi Team,

The integration program was run 3 times back to back(the program was submitted after completion of previous integration program). 
For the 1st and 2nd time, the integration program went into error as…

Normal topic

Getting the below error while adding the attachment in esign in Oracle(Production instance)

ORA-22288: file or LOB operation FILEOPEN failed
Permission denied

While testing in non prod instances, no such error…

Normal topic

Hi Team,
 

I am getting the below error while running the integration code. Kindly assist. 

ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1130
ORA-28860: Fatal…

Normal topic

REQUIREMENT

We would like to be able to order our signers. For example for a document: SignerB has to sign before SignerA.

 

WHAT WE HAVE FOUND

OSS 11.42: This is an option to order signers…

Normal topic

The OssClient.DownloadZippedDocuments method is throwing the following error sporadically.  The code below that contains this method works the majority of the time.  I would appreciate any suggestions on why this error happens…

Normal topic

I have been using the rest api to create transactions for the signing ceremony. The api returns a token and the transaction id. I have built the url to open it in another browser tab and continue with the signing ceremony. I was…

Normal topic
Hi Is there a way that custom package attributes can be shown in the email sent to the signers. https://developer.esignlive.com/guides/feature-guides/package-attributes/ For example I might need some additional text in the email for…