Verification
This module deals with data pulls and verifications. Examples include:
Property owner names
KYC status for a user account
Monthly income
Credit Score(USA)
Not all of these will be directly accessible for specific users and personal data is only accessible for the owner of data fields of this nature. For example, we allow a user to view their estimated income level through use of open banking integrations on a advisement dashboard(see portfolio module) and at application time, but a property manager cannot see this. The processing from their perspective fir a prospective tenant takes place in a verification pipeline that works the following way:
The management user selects the types of screening they wish to perform.
They list a property in listing module configuring criteria for various conditions.
A user applying pulls data, while we run all the desired verification checks based on management config in our backend service before returning the data to the user.
The user is presented with their data fully viewable as well as a break down of conditions they satisfied.
At this point they have freedom to proceed, which we will cover in the listing module.
Last updated