Borrower Certification and Authorization

The borrower's certification and authorization also authorize the lender to share information in the loan application with other parties. Additionally, it gives the lender the right to verify information in the loan application, credit application, and employment history.

The form_type parameter BORROWER_CERTIFICATION_AND_AUTHORIZATION for the Upload PDF endpoint is required for this Form Type.

Field descriptions

The following fields are available on this form type:

JSON AttributeData TypeDescription
borrower_certification_and_authorization-Part1General:lenderNameTextLender Name
borrower_certification_and_authorization-Part1General:borrowerNameTextBorrower Name
borrower_certification_and_authorization-Part1General:co-borrowerNameTextCo-Borrower Name
borrower_certification_and_authorization-Part1General:isBorrowerSigned?SIGNED, NOT SIGNEDIs Borrower Signed?
borrower_certification_and_authorization-Part1General:borrowerSignatureDateDateBorrower Signature Date
borrower_certification_and_authorization-Part1General:isCo-BorrowerSigned?SIGNED, NOT SIGNEDIs Co-Borrower Signed?
borrower_certification_and_authorization-Part1General:co-borrowerSignatureDateDateCo-Borrower Signature Date

Sample form

Sample JSON result

{
   "status":200,
   "response":{
      "pk":30317083,
      "uuid":"5d40749e-8a71-43ed-a8e6-20ed6b892476",
      "name":"Borrower Certificate Authorization",
      "created":"2023-03-06T17:21:45Z",
      "created_ts":"2023-03-06T17:21:45Z",
      "verified_pages_count":1,
      "book_status":"ACTIVE",
      "id":30317083,
      "forms":[
         {
            "pk":44714976,
            "uuid":"c48b2a43-877c-4a7f-bd2b-f493562c2b20",
            "uploaded_doc_pk":52507396,
            "form_type":"BORROWERS_CERTIFICATION_AND_AUTHORIZATION",
            "raw_fields":{
               "borrower_certification_and_authorization-Part1General:lenderName":{
                  "value":"SAMPLE MORTGAGE COMPANY",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"Borrower Certificate Authorization - API Sample.pdf"
               },
               "borrower_certification_and_authorization-Part1General:borrowerName":{
                  "value":"FAKE JOHN",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"Borrower Certificate Authorization - API Sample.pdf"
               },
               "borrower_certification_and_authorization-Part1General:co-borrowerName":{
                  "value":"DAVID SAMPLE",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"Borrower Certificate Authorization - API Sample.pdf"
               },
               "borrower_certification_and_authorization-Part1General:isBorrowerSigned?":{
                  "value":"SIGNED",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"Borrower Certificate Authorization - API Sample.pdf"
               },
               "borrower_certification_and_authorization-Part1General:isCo-BorrowerSigned?":{
                  "value":"SIGNED",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"Borrower Certificate Authorization - API Sample.pdf"
               },
               "borrower_certification_and_authorization-Part1General:borrowerSignatureDate":{
                  "value":"05/20/2021",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"Borrower Certificate Authorization - API Sample.pdf"
               },
               "borrower_certification_and_authorization-Part1General:co-borrowerSignatureDate":{
                  "value":"05/20/2021",
                  "is_empty":false,
                  "alias_used":null,
                  "source_filename":"Borrower Certificate Authorization - API Sample.pdf"
               }
            },
            "form_config_pk":141485,
            "tables":[
               
            ]
         }
      ],
      "book_is_complete":true
   },
   "message":"OK"
}