Verification Ref ID Updated
Event Type
applicantEvent
Entity Action
VERIFICATION_REF_ID_UPDATED
Firing Condition
When a party's verification reference ID is updated to reflect an update to their verified assets, income, or employment data.
Valid Decorators
- losPrimaryKey
- crmPrimaryKey
- originationType
- metadata.documentYear
- referenceLoanNumber
- metadata.memberEntityIdentifier
- borrower.econsentMetadata
- metadata.assetIdentifier
Valid Party Types
- BORROWER
- COBORROWER
Object Format
{
"eventType": 'applicantEvent',
"eventId": UUID,
"message": {
"entityAction": 'VERIFICATION_REF_ID_UPDATED',
"entityType": 'loan',
"entityId": UUID,
"verificationRefId": UUID,
"party":{
"email": string,
"partyId": UUID,
"type": ENUM,
},
},
"originallyEmittedAt": DateTime (UTC Unix/Epoch Timestamp),
"status": 'EMITTED'
}
Updated over 3 years ago