HomeGuidesAPI ReferenceChangelogDiscussions
GuidesAPI ReferenceDiscussions

Credit Pull Completed

Event Type

applicationEvent

Entity Action

CREDIT_PULL_COMPLETED

Firing Condition

When a credit pull completes successfully for a borrower.

Valid Decorators

  • losPrimaryKey
  • crmPrimaryKey
  • originationType
  • referenceLoanNumber
  • borrower.econsentMetadata

Object Format

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