286 results matched your search criteria
Forum topic
Mobile Security Suite
Afternoon All, Apologies if this is the wrong place to post, or if this is a bit of a noob questions, but I'm struggling to find any information really.
Forum topic
OneSpan Sign
I am also finding it difficult to set the correct href. When I use the example 'www.google.com' when the button is clicked it has a query string attached. When I use a my own url urlencoded spaces are inserted or it redirects to esignLive's sandbox url and comes back with no transaction found.
Forum topic
OneSpan Sign
Hi, I want to upload document on package, document uploading working fine. I also want to add roles and approvals through code.
Forum topic
OneSpan Sign
Hello!
I seem to be getting a 500 when I try to upload a new document.
Forum topic
OneSpan Sign
Hi there,
I have been trying to update documents that have FULL_NAME signers to HAND_DRAWN signers using the JAVA SDK.
Forum topic
OneSpan Sign
Hello,
We are witnessing an issue with Document upload with large document sizes. I wanted to know what the limitations are of the platform.
Forum topic
OneSpan Sign
Based on past investigation and a recent onespan posting it appears callbacks remain the only way to get email bounce back, and pin lockout notification. This information would be beneficial via the APIs. If reluctant to have it be in the signer status... as signature pending is considered valid...
Forum topic
OneSpan Sign
When calling the following register function :
EslClient eslClient = new EslClient(apikey, apiUrl);
eslClient.EventNotificationService.Register(
EventNotificationConfigBuilder.NewEventNotificationConfig(callBackUrl)
.ForEvent(NotificationEvent.SIGNER_COMPLETE).F
Forum topic
OneSpan Sign
Hey there,
I've got some established code that is able to create packages consistently. However, I've run across a particular set of documents / metadata that is preventing the server from creating. This is the error from SDK:
The remote server returned an error: (500) Internal Server Error.
Forum topic
OneSpan Sign
I have seen many posts and guides on how to create a Signer Workflow which enables signing in sequence or succession. We have a requirement to allow our signers to sign at their own convenience in any order they choose. Can this be accommodated as well?