316 results matched your search criteria
Forum topic
OneSpan Sign
We are trying to test the connection status to make sure there is not issues with a firewall. Since you do not have a test connection parameter baked into the .Net SDK we just created the new ESL client then make a request for existing doc's or layouts or something.
Forum topic
OneSpan Sign
Hi, I'm trying to follow the example https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-rest/ however there seems to be conflicting information between the required fields listed there and the ones listed on the YAML.
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
Having this url allows us to embed the signing session within our website via an embedded iframe -> https://sandbox.e-signlive.com/access?sessionToken={signerAuthenticationToken}
However, it does not allow us to get real-time/client-side status check as the signers accomplish the signing
Forum topic
OneSpan Sign
Hi,I want to get a package from one span by its ID using Postman. I need to call it from the postman so can you please provide me REST API details (URL, headers, and parameters) or refer me to a related link?
Forum topic
OneSpan Identity Verification
Hi Everyone,
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
Hi Team,
I am trying to fetch a list of transactions that should include the received transaction from other senders which requires the signing.
Unfortunately, I don't see the transactions which are sent by others with the below code,
Forum topic
OneSpan Sign
When we have a package that has two signers and one signer has completed signing and the other is still pending, when we perform a check status, we are getting the following error.
Could not get signing status. Exception: The remote server returned an error: (404) Not Found.
Forum topic
OneSpan Sign
I am creating a package with a pdf file and JSON Payload with Package status as 'SENT'. It is creating the Packae successfully in Postman. But when I used the same file and JSON payload in the Apex class and posted the API it gave the response as a BAD request.