605 results matched your search criteria
Forum topic
OneSpan Sign
Hi ,
I am trying to call the RETRIEVE INFORMATION ABOUT A PACKAGE api and getting the below error. Can you please let me know why i am seeing this error.
Forum topic
OneSpan Sign
I am getting an error that does not allow me to send my document and I believe is due to a limit on the contact's title.
"Error: Please enter a shorter title"
Forum topic
OneSpan Sign
Hi,
Trying to implemented the quick start, getting error 404 file not found when doing post.
Removed the header "Accept: application/json". And it returns with a 200 and it is return html indicating "Error" but no detail.
Forum topic
OneSpan Sign
Hi
I'm trying to update the STATUS from "DRAFT" to "SENT" but getting an error. Here is my snippet...
Forum topic
OneSpan Sign
Hi!
I am not able to create new documents using post method from NodeJs server, please find the request and response below
domain: null,
_events: { end: [Function: bound _clearTimeout] },
_eventsCount: 1,
_maxListeners: undefined,
_agent: false,
_formData:
FormData {
_over
Forum topic
OneSpan Sign
Hi,
we have a production case, when the client tried to confirm the signature, it got error.
In the backend log:
Forum topic
OneSpan Identity Verification
Hi :)
Currently trying to create transaction using returned JWT token
and am getting this error message, 404 Not Found, is the end point complete? i copied it from the email.
Forum topic
Mobile Security Suite
I need help with the following error: "Exception in onOrchestrationError: internalError(code: -8002, error: MSSDeviceBinding.DeviceBindingError.accessGroupNotAccessible(accessGroup: Optional(J2Q9795QN9.com.onespan.orchestration.sampleTest)))".
Forum topic
OneSpan Sign
Hello,
I am trying to add a document to template, but getting below error. My document has text tags in it.
Error:
The document failed to upload and may be locked. Please check the document and try again.
Forum topic
OneSpan Sign
When I'm adding a drop list field, I'm getting error: error.validation.field.ListWithInvalidDefaultValue
Here is the code
fieldBuilder = FieldBuilder.DropList();
foreach (OptionValue optionValue in formField.OptionValues)
{