1280 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
We are going to implement esign in mobile where customers will sign our app from mobile browser. So, we need our iframe mobile responsive but the signing ceremony pdf content is not responsive. Therefore, we need the content in iframe mobile responsive.
Thanks.
Forum topic
OneSpan Sign
Hi Team, I have a scenario where we have to sign the documents using Hardware Tokens(from INDIA, issued by eMudra). For the POC purpose, i have created a sandbox account and trying to try this on sandbox.
Unfortunately i didn't find out how to enable this feature?
Forum topic
OneSpan Sign
I have created 5 checkbox , how to validate atleast one has been checked .
Forum topic
OneSpan Sign
Hi,
Is there a way to know right away if the Canadian OneSpan API or Server is down? I am interested in knowing if
a) API availability can be monitored?
Forum topic
OneSpan Sign
Hi,
Is there any documentation on how to upload multiple documents using the ONESPAN SIGN API, currently trying to use POST /api/packages/{packageId}/documents, however second document doesn´t get uploaded.
Forum topic
OneSpan Sign
Hi,
We want to load the Onespan template for e-signing in a Lightning component or in a LWC so that users dont have to open the mailbox to e-sign the templates.
Forum topic
OneSpan Sign
Hey guys,
I'm having some trouble logging in on the Sharepoint Online App.
I'm following this steps.
Forum topic
OneSpan Sign
My company has an OneSpan account to request customer's e-signatures consistently.
Forum topic
OneSpan Sign
I know how to retrieve the evidence pdf with the below code:
byte[] evidenceContent = eslClient.downloadEvidenceSummary(packageId);
Files.saveTo(evidenceContent, "evidence.pdf");
Forum topic
OneSpan Sign
I want to update the status in my database as soon as user sign the document. I haven't found code to get the status as soon as signer sign the document. I did register all the even using callback example code.