Topic Replies Freshness Views Users
Normal topic

Hello, we currently are using e-signature packages (created using the RESTful API) where all signers are fully remote e-signers. Signers must be authenticated by the combination of access to the e-mail address we specify for them plus…

Normal topic

Hi team!

The email will be sent while the package is created , please see the below codes:

PackageId packageId = eslClient.createPackageFromTemplate(currentTemplate.getId(), newPackage); eslClient.sendPackage…

Normal topic

Hi Team, 

We have a requirement such that, when a document is sent for signature and signer opens it for the sign then signer will get a provision to select the Signature method of his choice. It can be a dropdown (or…

Normal topic

Hi ,

I see there is an api to get the status for a package or a transaction . In same way can we able to get he status for the document and signer level.

 

Thanks

Naresh S 

Normal topic
Normal topic

Hi,

 

Is it possible to configure expired date at account level? if yes, could you please let us know how to do it?

Thanks

Wendy

Normal topic

Hi There,

 

I have a use case where I need to retrieve information around user creation/user deactivation and user role (s) via API's and integrate with my SIEM solution. Is this possible?

Thanks,

Calum

Normal topic

Hi Team,

I need to get all callback events triggered for the particular package,

is there any way (from API or standalone account) so that I can see all callback events.

 

Thanks 

Normal topic

Hello

 

How can i customize or  change the content of some lines in  email sent by onespan requesting for signatures as mentioned in image

Normal topic

Hello

How can i change this name (Bim kum)  in an of email sent by onespan for requesting signature by using onespan API while sending emails for signing.

 

Bim kum has added you as a Signer to "…

Normal topic
Hi, There is a confusion when we use the callback function, is there anyone to give some advice? The callback url is based on our application. And this path is correct when running directly in the browser, however there is no reaction…
Normal topic
Hello i have registered callback url with this code and it's registered successfully i in response json on callbackurl i have get the {} dict when package is created. is there sometinh missing??? url = "%s/callback" % self.API…
Normal topic
Our application submits signing packets via the REST API and receives callback notifications. Our application is not equipped to send emails, though, and our business line wants to receive an email for each notification. Is it possible…
Normal topic
Hello Team, As per your post https://developer.esignlive.com/forums/topic/whitelist-ip-addresses/ I have whitelisted following IP for callback process for…
Normal topic
Hi, is there a way to test the callback feature so that when there is a callback from ESL (example after the signing ceremony is completed), it calls my Dev running the webservice ? like http://localhost/api/eslListener/ ? Assuming: I've…
Normal topic

Hello,

 

I have a question with regards to callbacks. In our OneSpan account we have a callback URL configured to be used by one system for eSignature package events. We now are going to use the same OneSpan…

Normal topic
Hi, when adding the signature tags the Designer autosaves the changes. Is there a way to know that signature tags were added or they closed the designer session? so here is the scenario: We will configure the Sender designer session in…
Normal topic
Hi, How the Callback Key is being passed when an event is raised? can you please provide a raw sample for the transaction including header tags? Would it be an oAuth? 'Bearer [callback key]' ? Thanks, Sara
Normal topic
Hi, I would like to get all the layout's ids . When I do a GET /layouts, I only get the layouts for the admin not for all senders. How can I list all the layouts from all senders in the account? Thanks.
Normal topic
Is it possible to consume your API directly from front-end ex. Angular ? When i tried last time , i got "No Access-Control-Allow-Origin" message. Thank's
Normal topic

Hi,

In the Canadian Sandbox, I notice an issue with the signing ceremony when a transaction is edited to have 2 signers with the same email.

1. Create transaction with 2 signers , different email through SDK

Normal topic
Hi eSignLive Team, I am working on an integration between eSign Live and Ebix Inc. Life eApp and in this integration we require to perform in person signature ceremony , and I created a console application in .Net C# and having an issue…
Normal topic
Hi, We are facing continuous issues while doing the bulk sign process, below are the error messages it is throwing to us Error 1 : Silanis.ESL.SDK.EslServerException: Could not create a signer authentication token…
Normal topic
Guys, I see you have a feature that will allow us to set up a bulk sign for a signer. Does this feature work with notary packages?
Normal topic

Hi Duo, I keep getting Unsupported Media type error below:

{"code":415,"messageKey":"http.status.415","message":"Unsupported Media Type","name":"Unsupported Media Type"}


POST {{TheHost}}/api/packages…