281 results matched your search criteria
Forum topic
OneSpan Sign
Hi Team,
I am trying to access the API: https://sandbox.esignlive.com/api/packages
Forum topic
OneSpan Sign
Hi,
This is a followup question for:
https://developer.esignlive.com/forums/topic/urgent-delegation-role_reassign/
In role_reassign assume that role A reassigns to role B.
I have to store the email of the role A in role B.
Which field would be advisable to hold this information.
Forum topic
OneSpan Sign
I'm using the POST /packages/{packageId}/clone API call to create package from template.
The template has some fields added and I want to fill one of them so the signer will not be able to change it.
Is it possible? And if yes, what parameters I need to pass in JSON payload to do so?
Forum topic
OneSpan Sign
Can a checkbox or radio button be "checked" or selected by sending a value in the JSON payload? We are having trouble getting a checkbox to show up as selected or checked. Text fields work fine. We have sent values for the checkbox such as "X", "1", "true", "on" and nothing works.
Forum topic
OneSpan Sign
I’m trying to figure out how to add the ability for customers to upload supporting documents to a signing ceremony. Below is the output of what I’m sending to set up a package before json encoding.
Forum topic
OneSpan Sign
Hi
I am new to OneSpan and trying to going through following blog
https://www.onespan.com/blog/onespan-sign-how-making-rest-calls-onespan-signs-api-python
Forum topic
OneSpan Sign
I am getting a 401 error when requesting an authentication token for a "SENDER" with a mixed-case email. Other places in the REST API do not require a lowercase value for email in the json.
The request I made was:
Forum topic
OneSpan Sign
Guys,
I am building the JSON package and sending it up via the REST API. For whatever reason the system notifies the signers but the notary is not getting sent the email.
I've tried changing the signing order to have the index on the notary be first but that still doesn't work.
Forum topic
OneSpan Sign
C# code that can be used to generate usage reports (code mostly by Duo) and also a downloader tab to download inflight and/or complete transactions and their associated files. Useful to download and use as is or reuse the code in your OneSpan utility.