Argyle · Schema

ClientVerificationLoan

Optional loan details.

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

Properties

Name Type Description
number string Loan number or identifier.
borrower_id string Borrower identifier.
application_id string Application identifier.
officer_email string Email of the loan officer requesting the verification.
View JSON Schema on GitHub

JSON Schema

clientverificationloan.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argyle/refs/heads/main/json-schema/clientverificationloan.json",
  "title": "ClientVerificationLoan",
  "type": "object",
  "description": "Optional loan details.",
  "properties": {
    "number": {
      "type": "string",
      "description": "Loan number or identifier."
    },
    "borrower_id": {
      "type": "string",
      "description": "Borrower identifier."
    },
    "application_id": {
      "type": "string",
      "description": "Application identifier."
    },
    "officer_email": {
      "type": "string",
      "description": "Email of the loan officer requesting the verification."
    }
  }
}