Versions Compared

Key

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

...

...

...

...

...

Info
titleimportant

TurnKey Lender box solution contains integration with only 1 signer - Customer. 

 Flow with several signers need to be customized.

To put place for To define the place for the Signature, signer's name, or real date of sign to a document, User needs put corresponding tags to the template.

...

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.

The role IDs should be the following:

  • signer1 - for the borrower user

  • signer2 - for the co-applicant user

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 

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

...

https://docs.signnow.com/sn/ref/smart-fields/postdocumentdocumentidintegrationobjectsmartfields

View file
nameSignNow.docx

...


Using roles in code:

https://github.com/signnow/SignNow.NETSDKImage Removed

...

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

...

ClientID: f6be2be91def9facfafc3f34259a1a1d

Client secret: 8cf6b9ae59ec3b60c9090681f462bdfe

Account username: vpertsevyi@turnkey-lender.com

Account password: 123456789

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

...

Signer Roles

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

The role IDs should be the following:

  • Customer - for the borrower user

  • CoApplicant - for the co-applicant user

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


SignNow Text Tags

Service uses text tags in a the following format:

For signature:

  • {{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;}}

For date:

  • {{t:t;r:y;o:"Customer";l:"Date";}}

To change SignNow date/time format, validator should be added to the date tag. Sample Text Tags for a specific date format:

Format

Text Tags (with validator)

European Format (dd/mm/yyyy)

\{{t:t;r:y;o:"Signer1";l:"Date";v:"059b068ef8ee5cc27e09ba79af58f9e805b7c2b3";}}

European Format (dd/mm/yy)

\{{t:t;r:y;o:"Signer1";l:"Date";v:"0b61eb6a696da953910f195b30c86e5131f3ae3e";}}

Time Only (HH:MM)

\{{t:t;r:y;o:"Signer1";l:"Date";v:"09d3bb6a5eb6598edb7bfad02b0143d8c68ad788";}}

Written Format (MON DD, YYYY)

\{{t:t;r:y;o:"Signer1";l:"Date";v:"0f4827a308018f98b11ae3923104685ff0c03070";}}

Written Format (DD-MON-YYYY)

\{{t:t;r:y;o:"Signer1";l:"Date";v:"07c1e60f3da1192b60aca6f7e72d9b17a44539e5";}}

Date and Time (MM/DD/YYYY HH:MM:SS)

\{{t:t;r:y;o:"Signer1";l:"Date";v:"06448a0d0eb6a71c7c116ec4754bcb04ebf11da5";}}

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:

Oleksandra Kyrychenko has added you as a Signer to "PackageNameEsl"

ESignLive website credentials:

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

login: isotnyk@turnkey-lender.com

password: SignatureTest1

...

Signer Roles

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

The role IDs should be the following:

  • Signer1 - for the borrower user

  • Signer2 - for the co-applicant user

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

...