1315 results matched your search criteria
Forum topic
OneSpan Sign
Can we use Apex SDK without installing One Span package in the Salesforce?
In other words, can we call below APIs from Salesforce without installing managed package
https://community.onespan.com/products/onespan-sign/sandbox
Forum topic
OneSpan Sign
Hello,
I am having some issues when trying to add a document as binary data to a package
Our pdf's are in base64 data so we need to convert this data to binary data but we always get this error when we are trying to create new package(POST /api/packages):
Forum topic
OneSpan Sign
I am trying to create a package using the REST API through my company proxy, using a system called TIBCO.
My understanding is that we need two types of security:
1. Basic authentication (using the API Key, that we have been given from Silanis).
2. SSL, using Silanis Certificate that downloaded from
Forum topic
OneSpan Sign
Using create package API, Along with creating package, can we use also use data field to store some data.
This field value we use in when retrieve the package.
Forum topic
OneSpan Sign
Hi,
Currently we are getting the error when we sent the same Package ID where signer Opt Out and reinitiating the Signature.
Please confirm whether this will accept the request or not.
Thanks,
Allanki
Forum topic
OneSpan Sign
could you please help me why i'm getting this error, here i want to request for signing only one document and one signer. Attached the file for which i'm testing.
{
"documents": [
{
"approvals": [
{
"id": "ClientSignature",
Forum topic
OneSpan Sign
Hello, we currently are using e-signature packages (created using the RESTful API) where all signers are fully remote e-signers.
Forum topic
OneSpan Sign
Exception in thread "main" com.silanis.esl.sdk.internal.EslServerException: Could not create a new package in one-step Exception: HTTP POST on URI https://sandbox.esignlive.com/api/packages resulted in response with status code: [400, Bad Request].
Forum topic
OneSpan Sign
I would like to delete the default document that the package has when it is created, How can I do that?
My java SDK version is: 11.33
Forum topic
OneSpan Sign
Hello all,
My goal is to enable an admin person to easily assist with a signature package (they will be the sender) but where the admin person is strictly the sender and will never be a signer.