39 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
Forum topic
OneSpan Sign
After creating a package, I get the session token for that package, and return the access signing URL which I pass to an iframe.
The ceremony comes up but with this error at the top in a red box:
“Unexpected error. We apologize for any inconvenience this may have caused you, please try again.
Forum topic
OneSpan Sign
Guys,
We are looking at this page for creating the Auth token for a user.
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/authentication_tokens.htm?Highlight=user%20authentication#Create
We have to do a POST request to this api call.
/authenticationTokens/user
The documentation
Forum topic
OneSpan Sign
Hi,
I am trying to retrieve the signer authentication token to build the SignInUrl to be used in Iframe in our application, which we are working on.
I am trying to use the approach of creating SignerSession with Signer Authentication Tokens as per the below blogs
Forum topic
OneSpan Sign
Hi i have got the sender authentication token but how to open particular package using that sender authentication token and send it Please reply me as soon as possible??
Using rest API : whats will be the code instead of this BuildRedirectToPackageViewForSender method??
Thanks
Forum topic
OneSpan Sign
For integrated signing (e.g.
Forum topic
OneSpan Sign
Hi,
We are trying to use the REST API for creating packages, documents etc and currently we are using the API key in the request header to send the requests.
However, we are not sure if we need to use the Authentication Token while sending the requests or use the API key in the request header.
We
Forum topic
OneSpan Sign
Hi,
for InPerson signing, we manually launch signing ceremony with
GET https://sandbox.e-signlive.ca/access?sessionToken=token
from Postman, I got the response as sessionId such as
{
Forum topic
OneSpan Sign
I always get this error while trying to retrieve session id for the in-person signing ceremony using Iframe.
Forum topic
OneSpan Sign
Hi,
i am trying to integrate our web application with e-signature and display the "package view" for sender in iframe.
What i CAN do and what is working is to obtain a session and build a package view for sender:
private String getRedirectToPackageViewForSender(EslClient eslClient, Authenticatio