280 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
Users are complaining that they all receive an email when signing is completed.
Forum topic
OneSpan Sign
Hello,
Greetings for the day.
Scenario:
The person logs into web application, where the eSigning can be done in 2 ways.
1. Sign and
2. Request Signature
1.
Forum topic
OneSpan Sign
Hey!
I've used this codebase to put up a quick testing app: https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/
Unfortunately I am stuck for a day or so with a 400 error at this point:
POST /api/packages/A8e11I57ytWC1GHJzzphfLISw04=/documents/signed_docum
Forum topic
OneSpan Sign
I read the following blog post:
https://www.esignlive.com/blog/esignlive-setting-reminders
And tried setting up reminders in my initial POST request that creates a signing package. It's not working. ESL creates the package with no error messages but the reminders never get sent.
Forum topic
OneSpan Sign
I have done following steps for the mentioned package, please let me know if there is issue with the steps,
Step 1: package had created and sent with due date ‘2019-12-31T18:30:00Z’
Step 2 : I am Listening ‘PACKAGE_EXPIRE’ event and on package Expiry event I had update the package expiry date to
Forum topic
OneSpan Sign
We seem to be having an issue where we don't seem to pull in any of our recent test files using either the GetPackages or the GetUpdatedPackagesWithinDateRange. We DO get results using those as long as we move the date range back to at least last November. The catch is that if we
Forum topic
OneSpan Sign
I hear from Account Reps at my Company that DocuSign has a feature that sends them an Email if the Signer has opened the Email sent to them by DocuSign.
My ESign Customer Success Representative has informed my Colleague that ESign can do the same thing.
Forum topic
OneSpan Sign
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 document on any signer.
Forum topic
OneSpan Sign
Hi All,
Hope someone can shed some light on what i am doing wrong.
In salesforce apex code I am creating package
DateTime dT = System.now();
dT.addDays(7);
ESignLiveExamples.createPackageWithDocumentsExample(
'Demo12', true, 'Demo12 description', dT, 'Hello World, Demo12 is READY'
);
Works gre