575 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
In the CA sandbox environment we ran into the following error when uploading a package using the .NET SDK. The package had multiple signers with the same email address. As OneSpan now supports signers with the same email, we were not expecting to get any errors.
Forum topic
OneSpan Sign
I believe this is a change introduced with SaaS 2024-October: Release 24.R6 (11.60). Now when we create a package using: POST https://sandbox.esignlive.com/api/packages
Forum topic
OneSpan Sign
We've been using the sandbox for testing. We use the sandbox from our development machines and a server. Everything was fine until a few weeks ago. We cannot get documents signed using the test server. I know we were able to get documents signed using the test server last December.
Forum topic
OneSpan Sign
Hello,
We have tried several angles at achieving this using both the REST API and the .NET SDK but have so far not had any luck.
Forum topic
OneSpan Sign
Guys,
Was there a change to how radio buttons are being sent? For some reason I am seeing an issue where it appears all of my radio buttons are being sent as the same group and when I try to pull the package information from the GET API call, they are not in the package.
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,
When we create a package and send it to OneSpan, OneSpan sends an email to the customer to inform him/her that there is a document which he/she can sign. In this email, there is also a link to OneSpan where the document is available for signing.
Forum topic
OneSpan Sign
I am using the Java SDK version 10.10.1
I am creating a package with one document. There is one Signer. This signer has a FULLNAME signature and an INITIALS signature.
This is the sequence of my code:
1. Call to EslClient.createPackage() succeeds.
2.
Forum topic
OneSpan Sign
Hi,
I received the following message during the eSign. Could I know in what situation I'm receiving the message below?