v5.2.0
over 1 year ago by ReadMe API
Summary of changes
This version of the api includes minor enhancements.
Loans API
Non-Breaking Changes
- Added
party.noEmailYet
field to thePOST /home-lending/applications
andPOST /parties
endpoints.- This will generate a unique placeholder email for the borrower ending with
@interim.sso.blend.com
. The email can be updated later using thePATCH /home-lending/applications
endpoint.
- This will generate a unique placeholder email for the borrower ending with
- Added
CONSTRUCTION
as a valid loan purpose type toPOST
/home-lending/applications
. - Added new endpoint,
PUT /home-lending/applications/id/pricing/selected-product
.- This endpoint allows users to select a product for their application without the pricing workflow in the lending dashboard.
- Added new resource,
/home-lending/applications/id/export-requests
.- These endpoints allows users to initiate application exports and view and modify the results of those exports.
- Added ability to update
property.value
viaPATCH /home-lending/applications/:id
- Added new resource,
/home-lending/applications/id/title/orders
.- This endpoint will return title orders for a given application, including info about the title agency and commitment, if applicable.
Parties API
Bugfixes
- Fixed
POST /parties
andPATCH /parties/:id
to validate
taxpayerIdentifier.value
for identifier typeSOCIAL_SECURITY_NUMBER
whose
validation was missed for api versions>=v3.0.0
and<5.2.0
. The value
must be exactly 9 digits when provided. For versions>=3.0.0
and<5.2.0
,
the validation has been updated to attempt to coerce SSN values into the
correct format. For those versions, spaces and hyphens will be stripped out,
and the resulting value will be validated to ensure that it is exactly 9
digits.
Account Opening API
Non-Breaking Changes
- Get Account Application Data Endpoint
GET /account-applications/id
- New
samlUsername
field added to objects in theapplicants
array.
- New
- Added
coapplicantIsExistingMember
field to theGET /reporting/deposit-account-applications
endpoint.- This field will have a value of TRUE if the member lookup call found a match in the core banking system for the coapplicant on an application, thus indicating that the coapplicant was an existing member prior to the application. The comparable field for primary applicants,
primaryApplicantIsExistingMember
, was already available.
- This field will have a value of TRUE if the member lookup call found a match in the core banking system for the coapplicant on an application, thus indicating that the coapplicant was an existing member prior to the application. The comparable field for primary applicants,
Reporting API
Non-Breaking Changes
- Added
id
field to the followups endpointGET /reporting/follow-ups
.- This exposes external followup id.
Close API
- Update scheduledFirstPaymentDate field in docs to reflect accepted date format of 'YYYY-MM-DD' as that is how the code functions