fraud status
fraud_status
fraud_status event is sent from Insurance Company to Scalepoint as part fo the FraudAlert Solution. This event is sent from Insurance Company to let ClaimShop module about the status of the Claim, in this case it could be a FRAUDULENT or NON_FRAUDULENT
fraud_status
fraud_status event description
Root
eventId | The number of event for particular case | No |
eventType |
Type of the event - fraud_status
| Yes |
payloadVersion |
Version of the payload, in case if we do any breaking changes we will update this version
| Yes |
timestamp |
Time stamp when the event is created
| Yes |
case
| Case data | Yes |
status | Fraud detection result provided by the insurance company, possible valuse: FRAUDELENT and NOT_FRAUDELENT | Yes |
case
case.uuid | case id | No |
case.token
| Case token which uniquely identifies ClaimShop case | No |
case.number
| Naming identifier for the case | No |
case.caseType
|
The caseType determines the kind of case - contentClaim, propertyclaim
| Yes |
Last updated on