19 results matched your search criteria
Forum topic
OneSpan Sign
Can I create packages programmatically using the same sender email address? And then show the designer view with that same sender email address in multiple browsers?
Thanks
Colleen
Forum topic
OneSpan Sign
Hi Michael,
I have used the following code to get the urlToDsigner
string userAuthenticationToken = eslClient.AuthenticationTokenService.CreateUserAuthenticationToken();
AuthenticationClient authenticationClient = new AuthenticationClient("https://sandbox.esignlive.com");
string urlToDesigner =
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
Is this sender token required in a json package? I ask because I get an error sending a package request stating "id": "sender" not found. This is just a sender not requiring a signature but sending a request package for signature of another user.
Forum topic
OneSpan Sign
In the application we have users and organizations. A user can be a member of an organization. The use cases for signing are as follows:
1) An individual user has a required signature field
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
Forum topic
OneSpan Sign
by default, the session timeout for sender/signer is 30 minutes. it's working for desktop version, but it seems not working for mobile signing or sender login. is there any different setting other than default one?
Forum topic
OneSpan Sign
when I tried to create a package using API call to my sender account (not the owner), even in the header, I put the sender API key there, but I got error message as
Forum topic
OneSpan Sign
Hi,
Our customers are periodically getting the following error while trying to publish an approval:
"Unauthorized Access
We're sorry. Your session may have expired. Please try again.
Forum topic
OneSpan Sign
Hi,
i have a problem when trying to generate a URL with sender authentication token to package view.
When i do that on old-instance (sandbox.e-signlive.ca) its working fine.
But when i do that on new-instance(sandbox.esignlive.com) its not working fine reps the UI looks the old way.
Is there a w