4053 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I would like to understand how do we retrieve signingUrl when we pass signerId as an email address. I am using below snippet
eslClient.getPackageService().getSigningUrl(transactionId, userIdentifier);
here I've userIdentifier is e.g. "[email protected]"
Forum topic
OneSpan Sign
New Signer experience with local language support . Creation of templates in local language.
We have used Java SDK .
Please provide me JAVA Code for this.
Forum topic
OneSpan Sign
What is the user experience like with an iFrame on a mobile device? Is it responsive? If not, can the iframe initial load go directly to the signature placeholder? And for the user to review document, panning and pinch zooming would be required?
Thanks.
Forum topic
OneSpan Sign
Hello,
We're looking for a way for a signer to be able to Decline or Opt-Out from signing, but will still let us complete the package and persist the evidence summary.
Forum topic
OneSpan Sign
Hello, We have integrated our salesforce application with onespan using APEX SDK.
Forum topic
OneSpan Sign
Hi,
Having a little trouble getting an API key so I can start using the product... I signed up for a developer sandbox and got an email with the following instructions.
Get started with OneSpan Sign in 4 simple steps:
Forum topic
OneSpan Sign
We are trying to integrate our application to esign live and noticed that opt-out option is not displaying on the esign ceremony.
Forum topic
OneSpan Sign
Allow users to toggle between tenants they have access to in E-Witness without signing out and then back in.
Forum topic
OneSpan Sign
I am using the Java SDK version 10.10.1
I am creating a package with one document. There is one Signer. This signer has a FULLNAME signature and an INITIALS signature.
This is the sequence of my code:
1. Call to EslClient.createPackage() succeeds.
2.
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