1310 results matched your search criteria
Forum topic
OneSpan Sign
Hi guys, I looked around and am not able to find confirming on this: is it possible to embed the form/package for user to sign on our website? All of our users have their own account and it would be nice to be able to display the form directly in their account.
Forum topic
OneSpan Sign
Hi,
is there a way to test the callback feature so that when there is a callback from ESL (example after the signing ceremony is completed), it calls my Dev running the webservice ?
like http://localhost/api/eslListener/ ?
Assuming: I've added the callback url as http://localhost/api/eslListener/
Forum topic
OneSpan Sign
I have downloaded the Apex SDK from GitHub that created bunch if apex class in the org and main SDK class named as OneSpanSDK. However, all of the example I see in the onespan community refers to EsignLiveSDK. Is there any difference between these two class?
Forum topic
OneSpan Sign
In looking at the audit service for a package there appears to be events worthy of being in an audit log but do not appear to be.
For example: PIN authentication failures show up, but not that access has been locked out.
I haven't tried, but does resetting the 'PIN count' get logged?
Both of thes
Forum topic
OneSpan Sign
In the Transactions List on the Live Site I only see 5 Columns listed
Transaction name, Recipients, Last Updated, Status and Expiry Date
Is it possible to add other Columns and make the sortable?
Forum topic
OneSpan Sign
I’m trying to figure out how to add the ability for customers to upload supporting documents to a signing ceremony. Below is the output of what I’m sending to set up a package before json encoding.
Forum topic
OneSpan Sign
Hi,
We have a need to flatten a large number of signed/locked documents. The following API call works great for one document at a time: GET /api/packages/{packageId}/documents/{documentId}/pdf?flatten=true
Forum topic
OneSpan Sign
I am trying to list all transactions that have been done but in my GET https://sandbox.esignlive.com/api/packages I only am getting the last transaction. It does not bring all of them. I am wondering if there is any id or role name I need to change for every transaction I post?
Forum topic
OneSpan Sign
Hi Team,
I am trying to create a transaction. I am the account owner. I am adding 'X as a signer, but when I retrieve the transactions, I am also added as one of the signers in it.
Is there any way to exclude "account owner" from the signers' list?