339 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
The following link is not working :
https://developer.esignlive.com/app/uploads/test_text_tag.pdf
Could you please fix it ?
Thanks,
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
Hi
Is it possible to update the language of the sender , using the REST API after the sender has been created.
For example making a PUT to
https://sandbox.esignlive.com/api/account/senders/8X9iP9K5wQwK
{"language":"en"}
Forum topic
OneSpan Sign
Guys,
I am looking at the documentation for sending documents to a vault and was wondering if anyone had any examples for me to view.
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/package_settings_for_digital_lending.htm
Forum topic
OneSpan Sign
Hi is there an event notification(https://docs.esignlive.com/content/c_integrator_s_guide/event_notifier/event_notifier.htm) for when the signer's session expires in an iFrame? If not do you know of a way for the parent to tell that the session has expired?
Thanks, Jimmy
Forum topic
OneSpan Sign
Dear Champs,
I'm looking for REST API POSTMAN collection for GET https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf
Also advise where can we get packageId and documentId?
Forum topic
OneSpan Sign
Hi,
The following link provides detail on how to pass tags to eSign.
https://www.esignlive.com/blog/esignlive-how-to-text-tags
How do you retrieve the value of the tags back once the document has been signed programmatically?
Thaban
Forum topic
OneSpan Sign
Hey,
I followed your guidance on Reminder and the code works well:
https://developer.esignlive.com/guides/feature-guides/reminders/
But when I want to check if I have successfully configured reminders, I can't find the related information in the package JSON. Please advise me.
Thanks in advance!
Forum topic
OneSpan Sign
Hello,
Is there a way to capture the font-end event notifications in iOS? I am loading the signing session in a wkwebview and I'm trying to capture these events: https://docs.esignlive.com/content/c_integrator_s_guide/event_notifier/event_notifier.htm. Is it possible?
Forum topic
OneSpan Sign
One last question. I have installed the SDK in my org and put together a small bit of code to create a simple package as shown by Rob in this post:
https://developer.esignlive.com/forums/topic/creating-a-package/
However, it appears that my SDK is not being recognized. Any ideas?