Acceptor application submitted
Triggered when an acceptor application is successfully submitted for processing.Field (in attributes) | Type | Description |
|---|---|---|
acceptorApplicationId | GUID | Application identifier |
clientId | String | Client identifier |
applicationEventId | GUID | Event tracking ID (unique per event) |
organizationId | GUID | Organization identifier |
Example Payload
Acceptor application approved
Triggered when an acceptor application has been fully approved. Contains the same attribute fields asACCEPTOR_APPLICATION_SUBMITTED.
Example Payload
Underwriting application updated
Triggered when significant changes are made to an underwriting application (e.g., status change, risk score update).Field (in attributes) | Type | Description |
|---|---|---|
applicationId | GUID | Application identifier |
organizationId | GUID | Organization identifier |
changes | Array | Array of change objects showing what was modified |
applicationEventId | GUID | Event tracking ID (optional) |
actorType | String | Actor type (optional) |
actorId | GUID | Actor identifier (optional) |
actorName | String | Actor display name (optional) |
changes array contains:
| Field | Type | Description |
|---|---|---|
ChangeType | String | Type of change (e.g., "STATUS_CHANGED", "INFO_FULFILLED") |
PreviousValue | String/Null | The old value before the change |
NewValue | String | The new value after the change |
Details | Object/Null | Additional details about the change (optional) |
Example Payload