239 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I am trying to get evidence summary for a package . But it is returning a response with "Not Acceptable" and code 406. Below is the api url and response.
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
Forum topic
OneSpan Sign
Hello Team,
I have the following scenario: I am trying to create a Package with a PDF document, which is provided as binary stream. I also want to add a Signer(s) Signature(s) and to locate these through corresponding text-anchors.
Forum topic
OneSpan Sign
Hi,
Where can I find documentation about Roles and Signers, and how they are intended to be used?
I see that Roles accept an array of Signers but I couldn't find a sample of when multiple Signers are being added to that array, I have only seen a 1 to 1 (one role - one signer) examples.
for instan
Forum topic
OneSpan Sign
Once the Package is updated with status = "SENT", emails are sent to the corresponding applicants (signers) in the package.
However, since this process is happening in front of the Lender, I would I like to provide the applicants (borrower) who are in front of the Lender to have access to the Signin
Forum topic
OneSpan Sign
It seems that there is no event notification for when an email is blocked. Say an email is used multiple times for a signer and that email bounces. Eventually it gets caught by OneSpan and is now "blocked" if that email is again used for a signer.
Forum topic
OneSpan Sign
I have configure OneSpan Laserfiche integration, User Can Send document for Signing from Laserfiche Repository using WebClient but after document is signed, document fails to come back into the repository. I receive the below errorFailed to communicate with the callback server
Forum topic
OneSpan Sign
I have some questions about creating the signing url in the .Net SDK and the REST API. Here is what I have so far.
I've created a package called "Test". I've added documents to Test. I've added Signers with just firstname, lastname and emailaddress to Test.
Forum topic
OneSpan Sign
Hi Team,
I am using REST API.
While creating packages I received following exception.
{
"messageKey": "error.validation.invalidPageLocation",
"message": "Invalid position.
Forum topic
OneSpan Sign
Hi ,
I am posting below JSON, but its returning 1006 error code and the server repsonse is : Server returned HTTP response code: 400 for URL: https://sandbox.e-signlive.com/api/packages/
************************************************************************** JSON START****************************