Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To define the place for the Signature, signer's name, or real date of the agreement execution, provider-specific templates have to be used. This article describes the available Document signing integrations and relevant settings.

...

Adobe EchoSign 

https://acrobat.adobe.com/us/en/sign.html

User You can put any AdobeSign tag to into a document template directly. No additional development is required.

View file
nameAdobe Sign - Creating Forms with Text Tags Reference Guide.pdf

AdobeSign sandbox credentials:

Website: https://secure.na3.adobesign.com/public/login

login: yorlov@turnkey-lender.com

password: SignatureTest1

API Key: 3AAABLblqZhB6lD9Fyej0C9vM9K325_Q9aGCDEbL4At8yQ9gqKkdpQbYULR-obXr3XuAFapZxLM55r3zJXqS67VKC6728bfl8

Document Description is displayed in email as document name and as the welcome message after the signer enters signature link

...

Adobe EchoSign Signer Roles

In AdobeSign, each signer is identified with a unique role ID.

...

These role IDs must be used when preparing document templates for AdobeSign

...

Adobe EchoSign Text Tags

Service uses text tags in a the following format:

  • {{Sig_es_:signer1:signature}}

  • {{Sig_es_:signer2:signature}}

NOTE: The font size determines the size of the signing field. The larger font - the larger field for signing.

If text tags are not defined in the document, signature placeholders will be placed at the bottom of the last page

 SignNow SignNow 

Tags need to be defined in the System. User Users can add only hard-coded tags to a document.  

...

https://github.com/signnow/SignNow.NETSDK

...

Radio button example

...

Account Type:   Saving        
Saving {{t:r;r:y;o:"Customer";rn:"Group_name";rv:"Saving";checked:0;}}
               Checking Checking {{t:r;r:y;o:"Customer";rn:"Group_name";rv:"Checking";checked:0;}}

SignNow test credentials:

ClientID: f6be2be91def9facfafc3f34259a1a1d

Client secret: 8cf6b9ae59ec3b60c9090681f462bdfe

Account username: vpertsevyi@turnkey-lender.com

Account password: 123456789

URL: https://api-eval.signnow.com


SignNow Signer Roles

In SignNow, each signer is identified with a unique role ID.

...

Service uses text tags in a the following format:

  • {{t:s;r:y;o:"Customer";w:100;h:15;}}

  • {{t:s;r:y;o:"CoApplicant";w:100;h:15;}}

...

  • The tag can be made as non-required:

  • {{t:s;r:n;o:"Customer";w:100;h:15;}}

ESignLive

This signature provider no more longer belongs to the Silanis company. Now the OneSpan owns this product. ESignLive supports TextTags as well as the mentioned above signature providers. It supports multiple signers and signature placeholders. All documentation you can find by visiting this is available on the page: https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/text-tag-extraction

ESignLive

...

URL: https://sandbox.esignlive.com

API Key: eEo4d1Y0WUhWTDBTOmo5TXNWaElXNk1JWQ==

Document Name and Package Name can't contain whitespaces.

Package name is used in email message like this:

...

Signer

...

ESignLive website credentials:

Website: https://sandbox.esignlive.com/login

login: isotnyk@turnkey-lender.com

password: SignatureTest1

ESignLive Signer Roles

In ESignLive, each signer is identified with a unique role ID.

...

These role IDs must be used when preparing document templates for ESignLive

ESignLive Text Tags

Service The service uses text tags in a the following format:

  • {{esl:Signer1:capture:offset(0,-20),size(150,40)}}

  • {{esl:Signer2:capture:offset(0,-20),size(150,40)}}

If text tags are not defined in the document, signature placeholders will be placed at the top of the first page.

If text tags are defined for the borrower, but are not defined for the co-applicant, the co-applicant will be added as a reviewer of the document - he can watch, but can't make a signature

...