Topic Replies Freshness Views Users
Normal topic

Hi, Good day!

We are configuring KBA authentication and doing it in initial package creation call, it is working fine for kba-us provider while for kba-canada, we are getting the response as postal code and province…

Normal topic

Receiving this error

Payload: {"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"EMAIL_BOUNCE","sessionUser":"eb60f69c-091c-4540-aeb1-b435c78f5a34","packageId":"aJmRaO-v7e-MgfZl8I0kEfl08Dc=",…

Normal topic

Could I have an example of creating or updating package by REST API in MS Dynamics Business Central ?
 

Normal topic

Hi Duo,

Happy New year greetings to you and your family! 

I have a question about retrieving transaction reports,…

Normal topic

Good day!

Requirement: Need to retrieve the name of all available layout 
Steps taken: we are using the GET/api/layout and providing the type as TEMPLATE 

Normal topic

Hi,Good day!
 

Requirement-While sending a transaction, we don't want the recipient to receive the mail with the url to sign.

Steps taken-We tried disabling the…

Normal topic

Hi,

Trying to configure virtual room via create package api call. For enabling it what do i need to pass in the request_body of the create package api call.

Thanks

Normal topic

Hi,

We have an account with IDV enabled. We just wanted to confirm whether it is necessary for us to use the Retrieve IDV workflow api call before setting the authentication for a signer as "DV" or "DVF" while creating a…

Normal topic

Hi,

Trying to configure JWT authentication. It would be great if someone could share any resource, links for configuring the same.

Thanks

Normal topic

Hi,

Trying to configure authentication with the help of client id and secret key. Could anyone please confirm whether oauth2 can support application/x-www-form-urlencoded.

If it supports could you please…

Normal topic

Hi,

While trying to configure client id authentication getting this error, though the exact client id is provided.

Thanks in advance

Normal topic

Hi,

When i was configuring idvworkflow configuration using REST api. I am getting the error message as "messageKey":"error.validation.invalidJson","technical":"Unexpected character ('-' (code 45)) in numeric value:…

Normal topic

Hi,

when i am trying to use REST api for virtual room. I am getting a message as virtual room feature disabled. Can anyone guide me on how to enable this feature.

Thanks in advance

Normal topic

I am trying to add documents to a package but unable to do so. I have tried two method:

Normal topic
Guys, If we have a document with three pages and each page has the same textbox input on it, is there a way to set the value in the first one and then have it propagate down to the other 2 pages?
Normal topic

I would appreciate some help--I am trying out the sample Managing Senders (REST API) code--I just want to retrieve senders--and I'm getting {"messageKey":"http.status.404","message":"Resource Not Found","code":404,"name":"Resource…

Normal topic
Is there any way to customize a signing date to comply to a specific date format? I.E. something like dd/mmm/yyyy? Would there be a difference if the date is injected with [Signer1.Fullname1.label1.Date] as a pdf form field or if the…
Normal topic

I have access to three Sub Account.
I can create package inside any of the sub accounts in UI.


If i create a package through API it will be created inside my home sub account

How to create package…

Normal topic

Guys,

 

I see that we now have the ability to load up a notary capture to the system using a png so now I have two questions.

1. Is there a way to upload a png file to the system as the notary capture…

Normal topic

Hi Duo,

Hope you are doing well!

In reference to resending email notifications to…

Normal topic

Hi,

New to onespan.

Below is my code to do the text anchor e-sign on my pdf

        define("API_URL", "https://sandbox.esignlive.com/api/packages");
       …

Normal topic

Hello,

 

I am trying to inject data into a field on a PDF that is uploaded to onespan. I have the field in the following format

 

[Signer1.Capture1.Textfield1]

 

Normal topic
Hi, We have an application which creates SENDERS (unique email) on the fly if they have never sent any ESL package before. We are using REST API to create a "dashboard" for each of those SENDERS we created and they use their email to…
Normal topic

Hello,

I'm wondering if it's possible to update the signers from a call to the PUT /packages/{packageId} endpoint. The signers are listed as part of the payload, as they are for package creation in the POST request. However,…

Normal topic

Hi, 


I believe "sending of email" has been turned off on the sandbox I am using. we don't want them to send because sign them in the IFrame. 

But we are also doing email signing, and I was under the…