HomeGuidesAPI ReferenceChangelogDiscussions
GuidesAPI ReferenceDiscussions

Ready to Fund

Event Type

applicationEvent

Entity Action

READY_TO_FUND

Firing Condition

When an applicant provides funding source data as part of opening an account.

Valid Decorators

  • losPrimaryKey
  • crmPrimaryKey
  • originationType
  • metadata.documentYear
  • referenceLoanNumber
  • metadata.memberEntityIdentifier
  • borrower.econsentMetadata
  • metadata.assetIdentifier

Object Format

{
  "eventType": "applicationEvent",
  "eventId": UUID,
  "message": {
    "entityAction": "READY_TO_FUND",
    "entityType": "accountApplication",
    "entityId": UUID
  },
  "originallyEmittedAt": DateTime (UTC Unix/Epoch Timestamp),
  "status": "EMITTED"
}