286 results matched your search criteria
Forum topic
OneSpan Sign
Hi Team,
We have tried SignatureFor method and CaptureFor method we did not find any difference in the behavior (Where CaptureFor is expected to capture the signature for that document again which is not reflected)
Here is the implementation For CaptureFor and SignatureFor
doc.WithSignature(Sign
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
Is there any way I can remove account logo.
I can replace it by logo-esl.png with logo I want. But I don't want any logo in the signing page. How do I do that
Thanks
Forum topic
OneSpan Sign
In the admin page/integrator tab, we used to be able to see the API-Key. It no longer shows up (we are in sandbox). Wondering as to why we arent able to see the API key anymore.
Forum topic
OneSpan Sign
I have requirement to auto-prepare and send transaction from Apex code, without redirecting user to a visualforce page. Please point me to any documentation, post, or code recipes to implement this. Thank you.
Forum topic
OneSpan Sign
I have attached my JSON code.
I need OneSpan to redirect to a success link if possible after signing. I did some searching and found that instead it would be a button to go to the success page but a redirect is preferred.
Forum topic
OneSpan Sign
I’m a little confused over how to correctly and completely iterate over the results returned from the esl.PackageService.GetUpdatedPackagesWithinDateRange, as it appears I’m only iterating over the first 10 items.
I have the following code:
Page packages = esl.PackageSer
Forum topic
OneSpan Sign
Hie,
I am adding fields to pdf using approval(in json format). It is working fine for every type of fields(TEXTFIELD, CHECKBOX) except I can only see a single SIGNATURE capturing field even if I've added two/three of them inside json. Am I missing something ?
Forum topic
OneSpan Sign
I am using a sandbox so perhaps the class definition does not match what is there.
I get an invalid primitive error on the following code snippet:
string pkgId = ESignLiveExamples.createPackageExample();
ESignLiveSDK sdk = new ESignLiveSDK();
ESignLiveAPIObjects.Package_x pkg = sdk.getPackage