v5.1.0
over 1 year ago by ReadMe API
Summary of changes
This version of the api includes minor enhancements.
Lenders API
Non-Breaking Changes
- Added
roles
as a query parameter toGET /lenders
. This query parameter allows you to pass multiple roles that are configured in Blend. If passed in, the endpoint will return a list of lenders with any of the roles specified.
Reporting API
Non-Breaking Changes
- Loans Endpoint
GET /reporting/loans
- one field addedblendIncomeSuccessFlag
- Borrowers Endpoint
GET /reporting/borrowers
- two fields addedincomeVerificationDatetime
lastUpdatedDatetime
- also added as an optional parameter
- Data Verification Usage Endpoint
GET /reporting/data-verification-usage
- nine fields addednumberAssetsStatementFallback
numberLoansWithAssetsStatementFallback
percentSubmitsWithAssetsStatementFallback
numberAssetVerification
numberLoansWithAssetVerification
percentSubmitsWithAssetVerification
numberBlendIncomeVerifications
numberLoansWithBlendIncomeVerification
percentSubmitsWithBlendIncomeVerification
- Followups Endpoint
GET /reporting/follow-ups
- one field addedclientFollowupReferenceId
- Followups Endpoint
POST /follow-ups
- made one field optionaltaxTranscriptYears
- Added
PROGRAM_LOAN
to the list ofloanType
enums
Loans API
Non-Breaking Changes
- Added support for fields collected during the prequal flow:
parties.firstTimeHomeBuyer
parties.incomes[]
parties.liabilities[]
parties.credit.estimatedCreditScore
property.searchTimeline
debtToIncomeRatio
affordabilityRange
- Added
branchIdOverride
field to theGET
andPOST
/home-lending/applications
endpoint - Added
CANCELLED_VERIFICATION
to the list ofstatus
enums forGET /home-lending/applications/employers/verified
- This enum value is being added in versions >=
v4.1.0
- This enum value is being added in versions >=
- Added new tpr party types
RON Eligibility Check API
- Added new API endpoint POST /close/ron-eligibility-check
Packages API
Non-Breaking Changes
- Added support for new
providerType
enum ofOFFER
in thePOST
andGET
/packages
endpoint and theGET
/packages/:id
endpoint. Creates new experience for borrowers when enum used.
Account Opening API
Non-Breaking Changes
- Get Account Application Data Endpoint
GET /account-applications/id
- one field addedsubmittedAt
Close API
Non-Breaking Changes
Adding eNote signing window dates to GET
AND PATCH
APIs for closings
- Added new fields,
eNoteSignStart
andeNoteSignEnd
, to response of endpointsGET /close/closings
andGET /close/closing/:id
- Added new fields,
eNoteSignStart
andeNoteSignEnd
, to request and response of endpointPATCH /close/closing/:id
Close API
- Update scheduledFirstPaymentDate field in docs to reflect accepted date format of 'YYYY-MM-DD' as that is how the code functions