The LoanPASS public API will soon be updated with the following changes:

/configuration

  • Credit Application and Product fields in the configuration response will now have a nullable string property called "description". In the application these descriptions will show as a tooltip when hovering over input fields on the price a loan page.
"creditApplicationFields": [
    {
      "id": "string",
      "name": "string",
      "description": "string",
      "valueType": {
        "type": "enum",
        "enumTypeId": "string"
      },