oberghea

Signature section directly in my app

0 votes
Hello! I have a questions about your eSignLive product. Can be integrated externally using REST API? (for example we will have a section in our app where the customer can sign, after this step is completed if we press "Generate document", because customer signed in that section the generated document will be signed. Is this possible using your eSignLive API?)

Approved Answer

Reply to: Signature section directly in my app

0 votes
Hi, Yes, it is indeed possible. You will need to embed eSignLive in an iframe. You can have a look at this guide on how to create a signing session (i.e. the url you will need to embed in the iframe): https://developer.esignlive.com/guides/feature-guides/signer-session/ As for the "generate documents" button, you can follow this guide on how to download the signed pdf documents: https://developer.esignlive.com/guides/feature-guides/retrieving-documents/ Hope this helps.
Haris Haidary OneSpan Technical Consultant

Reply to: Signature section directly in my app

0 votes
Hi, I have a question related to Date parameter in JSON request to display the Date in PDF after signed.

Attachments

Reply to: Signature section directly in my app

0 votes
Hi Allanki, Are you trying to figure out how to position signature dates through the rest api? If so, here's a sample approval json payload:
{
  "approvals": [
    {
      "role": "405f4434-c86e-4f53-bfe9-ef24a36d3fb4",
      "id": "w2Suphzmc2Q2",
      "signed": null,
      "accepted": null,
      "data": null,
      "fields": [
        {
          "binding": "{approval.signed}",
          "validation": null,
          "id": "YhekNXEft30S",
          "page": 0,
          "top": 270.55859375,
          "subtype": "LABEL",
          "height": 37.22523880004883,
          "extract": false,
          "extractAnchor": null,
          "left": 314.2437744140625,
          "width": 167.5140838623047,
          "data": null,
          "type": "INPUT",
          "value": "yyyy-MM-dd HH:mm:ss 'GMT'",
          "name": ""
        },
        {
          "binding": null,
          "validation": null,
          "id": "CuEWYaGxWS8X",
          "page": 0,
          "top": 223.33349609375,
          "subtype": "FULLNAME",
          "height": 37.22523880004883,
          "extract": false,
          "extractAnchor": null,
          "left": 314.189208984375,
          "width": 167.5140838623047,
          "data": null,
          "type": "SIGNATURE",
          "value": "",
          "name": ""
        }
      ],
      "name": ""
    }
  ]
}
Haris Haidary OneSpan Technical Consultant

Reply to: Signature section directly in my app

0 votes
Thanks Haris for the response. Signed date is being displayed on the PDF after applied the provided changes.

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off