LLC


Overview

When submitting a business or LLC through Snapdocs for a Hybrid signing your LOS may contain details about the business itself in the borrower / party object, while storing the signer details in an Officers or Owners object instead.

What Snapdocs will need for the Borrowers objects in this case is the details about the signers, which may be in an Officers and Owners screen, or similar sub screen.

In this example we will have two officers and owners of the company who will show up as signers on the drawn package. The logic between the LOS and the Doc Prep seems to take the shape of ** [Borrower First + Borrower Middle + Borrower Last] OF [Company Name]**

Snapdocs expected Borrower Object

  "borrowers": [
    {
      "first_name": "Samwise",
      "last_name": "Gamgee",
      "email": "[email protected]",
      "phone": "555 444 8712",
      "signature_name": "Samwise Gamgee OF Hobbits of the Shire"
    },
    {
      "first_name": "Frodo",
      "last_name": "Baggins",
      "email": "[email protected]",
      "phone": "555 444 5432",
      "signature_name": "Frodo Baggins OF Hobbits of the Shire"
    }
  ]