320 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I am currently using the esign live in my web application. I am currently using the "capture your signature" functionality in order to capture signatures at various places in my documents by capturing the cordinates and then send those cordinates so that signature blocks are drawn.
Forum topic
OneSpan Sign
Hi,
I am trying to integrate the flow into a node application. I am stuck at the add documents/start session stages. I have created a template via the web UI. I am able to create a draft package via the REST API.
However I don't know what to do to make a package not a draft.
Forum topic
OneSpan Sign
Hi Team,
I am Creating some application to Perform Operation on the Packages and Since Last two Hours The API is not working Below URL i have tried
https://sandbox.esignlive.com
https://sandbox.e-signlive.ca"
"One or more errors occurred.An error occurred while sending the request.
The underlying
Forum topic
OneSpan Sign
Is it possible to send multiple documents via one API call and one transaction?
This is similar to the code in the example, can I just append each file to a new form for the MultipartFormDataContent?
ByteArrayContent content = new ByteArrayContent(fileByteArray);
c
Forum topic
OneSpan Sign
I'm trying to looking up the documentation for the POST /api/packages call within the Interactive API Definitions page in the sandbox environment, but when I click on this method, the page displays the following error:
Forum topic
OneSpan Sign
When calling the following register function :
EslClient eslClient = new EslClient(apikey, apiUrl);
eslClient.EventNotificationService.Register(
EventNotificationConfigBuilder.NewEventNotificationConfig(callBackUrl)
.ForEvent(NotificationEvent.SIGNER_COMPLETE).F
Forum topic
OneSpan Sign
Hi,
We are implementing eSignature application for our field agents who would solicit electronic signature from their client on their tablet.
Business has provided us a requirement that at the time of signing document XYZ, there needs to be a prompt or a reminder for the agent in Section 3 & 4 o
Forum topic
OneSpan Sign
Hello! For my project, I'm creating signing packages using the API. I believe I was customizing the signer experience at one point from the package payload using the settings property. Specifically the layout.brandingBar.logo.src, and the colours in style.dialog/toolbar/titleBar.
Forum topic
OneSpan Sign
Hi OneSpan Team - As per our requirement , the ESign process for 2 roles happen within the pega application process flow , We need not send emails to the Esign users
to complete the Esign process via email and on to the OneSpan site . Is there any way by which we can block sending emails to users .