Topic Replies Freshness Views Users
Normal topic
Hi, I am trying to get evidence summary for a package . But it is returning a response with "Not Acceptable" and code 406. Below is the api url and response. Please help. https://sandbox.esignlive.com/packages/ZtUzoEKETaktXoVREFuRmuw_r0o…
Normal topic
Signing ceremony is required to collect signature or ‘Click to Sign’ option from user using eSign UI. When user chooses ‘Click to Sign’ option, he or she does not need to sign in signing text pad. Is it possible to pass ‘Click…
Normal topic
Hi, Is there an API that we can call to resend the signing email to a specific signer? Thanks, Sara Izad
Normal topic
Guys, I cannot seem to find documentation on how to create radio buttons and groups. Do you guys have any examples or documentation that you can point me to?
Normal topic
Hi, I have a requirement to set the package expiry date during creation of the package itself. The problem is I cannot identify the suitable Json field where the expiry date can be set so that Onespan can automatically take the necessary…
Normal topic
Hi, We are calling the OneSpan API to retrieve a single PDF document. In the response we are getting a byte stream for the pdf document. Our requirement is to download PDF from onespan and upload it to our backend repository. We are…
Normal topic
Hey team, We want to delete a sender and re-invited to another account. But when I called the API below: HTTP Request DELETE /api/account/senders/{senderId} HTTP Headers Accept: application/json Content-Type: application/json …
Normal topic
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. I’ve looked over the documentation…
Normal topic
Hi, we create a package through REST call(https://sandbox.esignlive.com/api/packages) and upload the files to them incrementally with separate REST calls(https://sandbox.esignlive.com/api/packages/{packageId}/documents). Here are my…
Normal topic
Hi , I am posting below JSON, but its returning 1006 error code and the server repsonse is : Server returned HTTP response code: 400 for URL: https://sandbox.e-signlive.com/api/packages/ *************************…
Normal topic
Hi, We have implemented esign in our application. For user friendly app, we want to remove popup menu that comes after signatures are taken from users. Our goal is that it should hit the esign server as soon as signatures are collected…
Normal topic
Guys, I am trying to update a field and I am using this as a guide. https://developer.esignlive.com/guides/feature-guides/fields/ I am doing a PUT to the api call below and when it runs, it deletes the field all together. https:/…
Normal topic
Hi Team, Is there an API that we can use to retrieve the list of roleIds already on the package? thanks, Sara
Normal topic
Guys, Is it possible to attach an image, via base64 encoding, to a label field? Something similar to how we are able to attach an image to a capture signature by using the handdrawn value?
Normal topic
Hi, I'm looking to integrate the OneSpan Sign API with our web application using Spring Boot. Is there any sample code available to help me get started? Thanks,
Normal topic
I am using "OneSpan for Salesforce" and creating package through automation(button--visualforce page--OneSpan sign) I am having 4 Text Tags(Type- Static Position) for Signer 1: A)Text Tag 1: eSign field name: "Signature" B)Text Tag2&Text…
Normal topic
Could you provide an example for searching packages with signer email? It seems only package name is used for searching. Thanks. Here is the URL I used: https://serverurl/api/[email protected]&from=1&to=10
Normal topic
Is it possible to disable the " Click-to-sign" feature in designer at package level(may be)? For now, we do allow our users the ability to use designer in order to customize their package(which we do create with REST in the background) and…
Normal topic
Guys, I am seeing some weird results when trying to change the notary capture signature. Can you please fill me in on each of these items and if they are working as intended. 1. Notary Capture Signature not using the most current capture…
Normal topic
Guys, Is there a way to force our Notary accounts to have to accept the default consent?
Normal topic
Hi, Is it necessary to start signing ceremony with Iframe only? Can we use any other way to start signing ceremony in webpage? Thank you.
Normal topic
Guys, I sent this to support yesterday but have not heard back from them as of yet. Case Number: CS0005490 I am having the same issue with two packages that are up in the sandbox right now. I am not able to accept the Default Consent…
Normal topic
Is there a swagger definition file available for the REST API?
Normal topic
Hi, I am trying to retrieve the packages which are in "DRAFT" status , below is API url. Below is my code that i am running, in the response it always returns only one package and that too with the status "COMPLETE" . There are packages…
Normal topic
Guys, Do you guys offer any kind of javascript web hooks that can be used to capture when a signer signs a document or any other event?