72 results matched your search criteria
Forum topic
OneSpan Sign
Using Apex SDK i am trying to create package with pdf file/document and send it to esignlive server
After this I am trying to do something
.....
request.setEndpoint('https://sandbox.esignlive.com/api/packages/' + pkgID + '/documents/signed_documents');
To sign the document.
Problem is that pdf
Forum topic
OneSpan Sign
We are using Apex SDK to create transaction in OneSpan, we aren't using OneSpan Salesforce Connector. We have API key for authentication. When the user create transactions in OneSpan from SF, sender is always OneSpan's user attached to master account.
Forum topic
OneSpan Sign
I am working through the OneSpan Sign APEX SDK and running the getSessionId() is giving me this result:
Forum topic
OneSpan Sign
We noticed this morning that when a packageID contains _x something in the Apex SDK is removing it from the string. We are passing in:
Forum topic
OneSpan Sign
Our imaging team is complaining about the OneSpan documents that they are receiving:
"Is there any way to disable the secure feature of Saleforce’s e-Signed documents?
Forum topic
OneSpan Sign
Does OneSpan API have a validation feature to enforce a PDF has a particular certificate before creating a transaction?
Forum topic
OneSpan Sign
I am using the text tag extract example found here: Text Tag Extraction (Apex SDK) | OneSpan Community Platform
Forum topic
OneSpan Sign
We are using the APEX SDK plus OSS event notifications to manage our signing ceremonies. Salesforce sends out all emails to the signers with the OSS url.
Forum topic
OneSpan Sign
Hello,
We have integrated our salesforce application with onespan using APEX SDK for our signature use cases. We have setup below usecase which is working fine.
1. Sent e-signature request to John smith (only one signer on the package).
2. John Smith signs the document.
3.
Forum topic
OneSpan Sign
We are grouping multiple forms into a package that will often have multiple signers. Are there some considerations for handling when a signer declines to sign one of the forms?