328 results matched your search criteria
Forum topic
OneSpan Sign
I have got into a very weird scenario today. Using Apex SDK to create package in OneSpan.
I have created a package in OS with placeholder1 assume roleId as 'ph01' and signer1 with roleid as 'signer01'
Forum topic
OneSpan Sign
I have one scenario: signer1 doesn't need to sign/accept any documents in the package, in the remote scenario, how signer1 start the signing ceremony to review the documents? because signer1 doesn't get the email to launch the signing ceremony.
Forum topic
OneSpan Sign
I am playing around with asking signers to answer questions before signing the application to add some fraud mitigation.
Forum topic
OneSpan Sign
Hello,
We have the latest version of the on-premise OneSpan Sign platform and application installed here and we are quite confused as to why we are not allowed to create the same sender on more than one account.
Forum topic
OneSpan Sign
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 cannot be empty. what might be the issue? please let us know.
Forum topic
OneSpan Sign
You do have a 2021 enhancement request that is on your priority list to increase the MB size. however in the meantime we are having issues with the ES not being emailed. We've sent out numerous communications to tell our users to always use their Dashboard.
Forum topic
OneSpan Sign
Hello,
I have already a template with 2 placeholders called Signer1 and Signer2.
When creating a document packge from the template, how I can update these placeholders to add the email address and first and last name for the signers.
Do you have such an example?
Forum topic
OneSpan Sign
Hello!
I'm trying to add extra fields to a transaction through the REST API but I can't get the extra fields to show up.
So far I managed to add a free text field at the time of signing, but I can't get it to show the initials of the signer or the date of signing.
Forum topic
OneSpan Sign
Hi,
I get 400 error code.
I have the sample code below:package RestAPI;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.Htt