534 results matched your search criteria
Forum topic
OneSpan Sign
Is it possible to access the address for a signer like we would for a Signer Title or Signer Company? I know there are two fields available for the address. Just looking to see if I can get the data back from them.
Forum topic
OneSpan Sign
I used {{TheHost}}/api/account/senders?from=1&to=100 API to retrieve Sender Object in JSON. The "top" level of this object contains two (I believe) related fields
"timezoneId": "GMT",
"created": "2020-04-24T17:42:42Z",
Under "account": { is another two fields
Forum topic
OneSpan Sign
Hi,
To the above link response, I am posting the request here.
I am getting error in capturing digital signature, could you please suggest what could be the issue.
Forum topic
OneSpan Sign
Hi
Is there a REST call that can make a package expire on demand.
I am aware of expiry dates field , but I need a REST call that I can make when I need to based on some business logic.
Regards
Mario
Forum topic
OneSpan Sign
Is there a way to add custom meta data like an external transaction Id from a different system at the document level? I see where we can add Fields but I don't want this to be populated on the document.
Thank you
Forum topic
OneSpan Sign
Follow-up of https://developer.esignlive.com/forums/topic/emailmessage-content-length-limit/
Most of the fields have 4000 characters limit, but here we have only 1024. I would love to have it increased.
Forum topic
OneSpan Sign
Hello,
I have Onespan setup in a Laserfiche cloud environment and having an issue passing the expiry date. What is the proper format for this date field?
Thank you,
Forum topic
OneSpan Sign
Whenever we download completed signature documents from the platform and open them in external PDF viewers such as Adobe Acrobat, the signature fields say there is an issue and that the certificates are not trusted.
Why is this happening and how can it be corrected?
Forum topic
OneSpan Sign
Hi
What does disableOptOutOther do.
Can you send me a link to the REST api docs for this field
I have the following link for 10
https://docs.e-signlive.com/10.0/schema/index.html#package
Thanks
Mario
Forum topic
OneSpan Sign
Is it possible to get data back from a package after it has been signed? For example if I have a text field on a template, after it has been filled out and signed, is there a way to get that data within my visual studio project?