318 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I am getting this error while generating the signing URL:
Could not sign documents. Exception: The remote server returned an error: (500) Internal Server Error. HTTP POST on URI https://apps.e-signlive.ca/api/packages/-XN_Sbs1bSm9Hbs1x3dqpUWdBUk=/documents/signed_documents.
Forum topic
OneSpan Sign
Hi, does the URL given by https://sandbox.esignlive.com/api/packages/{id}/roles/{id}/signingUrl expire? If so, is it configurable?
Thanks, Jimmy
Forum topic
OneSpan Sign
Does the signing url support authentication using SAML or some other means so that if someone gets access to the URL they wouldn't be able to use it without a valid token?
Forum topic
OneSpan Sign
Is it possible to retrieve a single signing URL so that all signers can sign at once? Currently with the REST API call we are making, we are retrieving each signing URL based on role.
Forum topic
OneSpan Sign
Hi
Does the signer session URL expire after around 30 minutes, even if we don't click on the link at any time.
Is this configurable at account or api level?
Regards
Mario
Forum topic
OneSpan Sign
Does the SDK provide a method to get a link to download the final document from OneSpan's servers? I cannot find it. Thanks!
Forum topic
OneSpan Sign
Looking to create a transaction (done) and then get a signing URL or start signing process because I need to allow signing in an "iframe" or withing a .NET application wihtout sending the emails out, or maybe just the completed email to signers.
Forum topic
OneSpan Sign
I see in your .net SDK documentation that you can setup the push notifications by running this code:
eslClient.EventNotificationService.Register(EventNotificationConfigBuilder.NewEventNotificationConfig(URL)
.WithKey(APIKEY)
.ForEvent(EVENT1)
.ForEvent
Forum topic
OneSpan Sign
The Redirect URL is getting some values appended to it by OSS. Something like this pattern: ?package=[packageID]&signer=[signerID]&status=COMPLETED
Forum topic
OneSpan Sign
Hi,Good day!
Requirement-While sending a transaction, we don't want the recipient to receive the mail with the url to sign.
Steps taken-We tried disabling the emailDelivery field, but still the recipient is able to receive the mail.