1306 results matched your search criteria
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 receiving the error [401, Unauthorized] response when creating a package with JavaSDK.
Forum topic
OneSpan Sign
Hello,
I am new to the OneSpan sandbox and REST APIs/.NET SDK
I have the following scenario and I'm using some CodeShare samples to piece this together:
Forum topic
OneSpan Sign
Could I get someone to look at this package and help me understand why the signer got "Unauthorized Access: Failed to validate token"? The method that was used to generate the URL is run several times per day successfully but this one failed.
Forum topic
OneSpan Sign
Hi,
I´m using /api/packages/{packageId}/attachment/{attachmentId} to dowload documents of a package that has been signged, how ever I´m getting a "404 Resource not found" error.
Forum topic
OneSpan Sign
Hi,
Could you please tell me if the following is possible using esignLive UI (we do not want to go the API route)
1) If the package has say 5 signers , can we set it up such that the first 3 sign sequentially and the last 2 in parallel
2) If the package is set to have all signers sign in paralle
Forum topic
OneSpan Sign
Hello, I was able to create an URL Snippet to automatically create a package from a convention. However, in my use case, I would like the URL to create the package and automatically allow the signer to sign in person.
Forum topic
OneSpan Sign
Hello,
I have a template which is has a 47 documents inside it. when I am creating the Package based on this template it is taking long time to generate the document package. it is taking around 47 seconds to be generated.
Forum topic
OneSpan Sign
I'm looking for information on the declined process. When a signer declines a document, what happens in the system? Does the signer status get updated or is this at a package level? What happens to the package?
Forum topic
OneSpan Sign
Hi,
I want to create empty packages with DRAFT status and one custom attribute (i.e internalID).
DocumentPackage documentPackage = newPackageNamed("TEST_PACKAGE")
.withAttributes(newDocumentPackageAttributes()
.withAttribute("internalID", "123456"