292 results matched your search criteria
Forum topic
OneSpan Sign
Is it possible to send multiple documents via one API call and one transaction?
This is similar to the code in the example, can I just append each file to a new form for the MultipartFormDataContent?
ByteArrayContent content = new ByteArrayContent(fileByteArray);
c
Forum topic
OneSpan Sign
Hi,
Forum topic
OneSpan Sign
Hello,
when i execute the following REST API call (https://sandbox.esignlive.com/api/packages) the results includes the current total transaction count, with only the most recently package / transaction json data.
is this the expected behavior?
Forum topic
OneSpan Sign
Hi friends,
I have an issue with signing data from the web interface. DatePicker fails on open and I can`t select date.
Javascript error "TypeError: Cannot read properties of null (reading 'length')";
I using VS2019, C#, WebView2 component
Forum topic
OneSpan Sign
Hello,
We are trying to sign document using API api/packages/{packageId}/documents/signed_documents and passing "handdrawn" string in request body.
Forum topic
OneSpan Sign
Hi,
I have a requirement to have an expiry date to be set during package creation or package update. I have read through the request and response related to packages and configuration and still could not figure out the procedure or field where the data should be set.
Forum topic
OneSpan Sign
I am responding to certain inbound notification events (i.e. DOCUMENT_SIGNED and SIGNER_COMPLETE) by making outbound calls using the SDK.
Forum topic
OneSpan Sign
Whenever I make request to the https://sandbox.esignlive.com/api, I am getting the following error message {"messageKey":"error.unauthorised.noSession","message":"Failed to retrieve Session","code":401,"name":"Unauthorized"}.
I am usi
Forum topic
OneSpan Sign
Hi team,
A datepicker field, normally looked like below in JSON, where the "pattern" field represents the format:
{
"name": "",
"type": "INPUT",
"binding": null,
"validation": {
"errorMessage": "",
"required": false,
"enum": null,
"maxLength": null,
"errorCode": nul
Forum topic
OneSpan Sign
On our main object, we have a quick action that fires a lightning component which on init queries for the necessary data & attachment, parses the url and then, fires an event to navigate to the url.