292 results matched your search criteria
Forum topic
OneSpan Sign
Guys,
I am looking over this page on the package settings for when we need to have a SMART Note created.
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/package_settings_for_mortgages.htm
Here it says that we need to include the following two fields.
enote_data_section
enote_attr
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
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
Hello,
Is it possible to change the font type the signer uses when signing the document? I tried what I found in the documentation regarding the creation of the package
https://community.onespan.com/products/onespan-sign/sandbox#/Data%20Management
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, 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
I can successfully pull Packages in DRAFT, TRASH, and SENT status, but the Sent Status returns Packages that have been Archived.
Forum topic
OneSpan Sign
We have different types of agreement documents and each type would require a certain content for the Electronic Disclosure Consent page. We're not able to use templates since each agreement has custom data that we pre-generate in the document.
Forum topic
OneSpan Sign
Hi Team,
I am Creating some application to Perform Operation on the Packages and Since Last two Hours The API is not working Below URL i have tried
https://sandbox.esignlive.com
https://sandbox.e-signlive.ca"
"One or more errors occurred.An error occurred while sending the request.
The underlying
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