16 results matched your search criteria
Forum topic
OneSpan Sign
Hi All,
Hope someone can shed some light on what i am doing wrong.
In salesforce apex code I am creating package
DateTime dT = System.now();
dT.addDays(7);
ESignLiveExamples.createPackageWithDocumentsExample(
'Demo12', true, 'Demo12 description', dT, 'Hello World, Demo12 is READY'
);
Works gre
Forum topic
OneSpan Sign
I am having trouble replacing the "Placeholder" signers for the template created. I have 2 signers setup as placeholders ('Signer1').
Forum topic
OneSpan Sign
I am trying to create one span transaction with package using Apex SDK. But I am receiving this error. I have a placeholder role as "Placeholder1" which I am replacing with a signer in the transaction.
Forum topic
OneSpan Sign
We're trying to generate the package using template. Templates are created in sandbox.esignlive.com.
Forum topic
OneSpan Sign
Hey there,
I have a situation where I have an existing package and I'm trying to add a new document to it with text anchor fields.
The part to create the document is fine, but my issue is to add an extract anchor to it.
From what I've seen, the SDK offers the option to sdk.createDocuments(Str
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].