OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
294 results matched your search criteria
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
We have been working with the Salesforce ESL App and are noticing unusual behaviors with PDF Form fields and how the data is layered onto the PDF.
Is this behavior the same when utilizing REST or any other API with ESL?
What are most peoples experiences with using PDF Form fields?
Forum topic
OneSpan Sign
Hi,
I'm having some issues when trying to clone/copy an existing layout in order to modify the signatures without affecting the original layout.
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
I am successfully receiving events in Salesforce for transactions I created in the OSS portal but not for any packages I create via the SDK. Is there something I need to set when I create packages via APEX?
I noticed this comment in your blog series on Salesforce events:
Forum topic
OneSpan Sign
We would like to modify the content of some of the emails that are sent to the signers.
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
Guys,
Is there a way to modify the printed date that is captured when a signer signs a document?
Forum topic
OneSpan Sign
Is there an API endpoint that allows API clients to delete set of fields in one API call?
Forum topic
OneSpan Sign
Hi,