136 results matched your search criteria
Forum topic
OneSpan Sign
Hi guys,
I was testing how to call OneSpan api from POSTMAN using this steps mentioned in this link but I keep getting this error message:
There was an error connecting to https://sandbox.esignlive.com/api/packages/.
Forum topic
OneSpan Sign
I’ve actually faced this problem, and I had a PDF that I could open but couldn’t print or copy anything from—it was really frustrating.
Forum topic
OneSpan Sign
I'm trying to get the pdf file via php using curl but I get nothing returned.
When I do the same in Postman I get the PDF file.
Here is my php code
$headers = array('Content-Type: application/json', 'Authorization: Basic '.$ApiKey, 'Accept: application/pdf', 'Connection: Keep-Alive');
$url
Forum topic
OneSpan Sign
I am trying to accomplish the following. Please let me know which SDK classes to use:
- Get a list of all documents/templates uploaded onto a group's library (From all senders in the group).
Forum topic
OneSpan Sign
Hello,
Let's say I make three transactions offline. When I get connectivity back, the SDK automatically sync the three transactions and I receive data in the callback with didSynchronizeTransaction(). However, I only get a GUID but I don't know which of the three transactions is has been synced.
Forum topic
OneSpan Sign
Hi,
I am trying to use the OSS - Template and Layout Copy Tool to copy a template from my Sandbox test account to our Production account. I enter the Source/Destination API keys and environments and hit Test Connection. I am informed that all API keys are valid.
Forum topic
OneSpan Sign
Hi,
I need use external signer verification to register the sign and verify if is correct redirect the signer ceremony when Signer sign from PHP url.
I have the code and structure necessary for create package and manage with Signers, documents and signatures and it's Works, the problem is that i don
Forum topic
OneSpan Sign
I have done multiple trials and not able to end up with successful results for uploading a document to a Transaction.
Forum topic
OneSpan Sign
We’re looking to use OneSpan Sign directly in a Salesforce Community (Community Plus licenses) out of the box but it's not working.
Forum topic
OneSpan Sign
We're not using One Span Connector for Salesforce. We will use Apex SDK.