239 results matched your search criteria
Forum topic
OneSpan Sign
We receive the following error message if the package is signed by the one individual and not the other when we do a check status call.
Could not get signing status. Exception: The remote server returned an error: (404) Not Found.
Forum topic
OneSpan Sign
I need to query for packages that changed status (e.g. completed, expired, opted out, sent) within a given time frame. For example, I may want to query for all packages that expired since yesterday, regardless of when the package was created.
Forum topic
OneSpan Sign
When I delete a package with:
DELETE /packages/{packageId}
It returns status code 200, with no response payload.
I can call this repeatedly, and it always gives the same response, even when it is already deleted.
If DELETE fails - what response is given?
Forum topic
OneSpan Sign
Hi, Is it possible to create a package with status not draft and then notify a signer at a later point. I have a use case where some signers will need to click a link through an email in order to sign and others will click a link through our portal.
Forum topic
OneSpan Sign
Hi there, I'm trying to delete a document in python but I'm getting this return:
400 Client Error: Bad Request for url: https://sandbox.esignlive.com/api/packages/TAv__TLL2MOR_bMTDTnmiq0boLU=/documents/28
Forum topic
OneSpan Sign
Hi there.
What I'm trying to do is specify the sender of a package to be [email protected]. Our main account owner is [email protected]. No matter how I update my JSON, the package sender is still [email protected].
Here is my pertinent JSON package
Forum topic
OneSpan Sign
I have been asked to provide a button action (I assume action since we are Lightning Experience) that will allow users to click on record page to create a Package.
Forum topic
Intelligent Adaptive Authentication
Hi,
Is there a way to change the package expiry date without re-sending the invitation email?
My current code is
Forum topic
OneSpan Sign
Hey guys,
I'm trying to put together the following flow:
Forum topic
OneSpan Sign
Hello, I'm using python and trying to create a document package from the example I downloaded from the forums.