84 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 trying to set up a URL to listen for Callback Notifications in salesforce.
Forum topic
OneSpan Sign
We have a use case for the sender to attach an additional PDF document to the form in the package. For context, our implementation has a library of forms that our users can select from with pre-defined merge fields and signer blocks. We do not use the designer tool.&n
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 have got into a very weird scenario today. Using Apex SDK to create package in OneSpan.
I have created a package in OS with placeholder1 assume roleId as 'ph01' and signer1 with roleid as 'signer01'
Forum topic
OneSpan Sign
Hello, We have integrated our salesforce application with onespan using APEX SDK.
Forum topic
OneSpan Sign
I am getting an error error.validation.sendPackage.noApprovals from the Salesforce Package.
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
I am attmepting to use a VisualForce page that was created as the template for the signing document. I added the text tags: {{esl:SellerSign1:Signature1,size(80,20)}}
{{esl:SellerSign1:Autofield1:SigningDate1,size(80,20)}}
Forum topic
OneSpan Sign
Hello,
We have integrated our salesforce application with onespan using APEX SDK for our e-signature use cases.
We have this below scenario:
1. Salesforce user XXX sends an e-signature request to customer.
2. Customer signs the document.
3.