Entity Feedback

Append entity feedback

Insert a list of entity feedback while leaving the rest of the existing entity feedback intact

post/entity-feedback

Request body

entity_tokenstring
external_entity_identifierstring
evaluation_tokenstring
feedback_case_statusstring

Allowed values are ("open", "closed", "escalated", "pending_review")

feedback_case_reasonstring

Allowed values are ("aml", "confirm_fraud", "suspected_fraud", "no_issue", "other")

feedback_fraud_typestring

Allowed values are ("ato", "first_party", "second_party", "synthetic", "check_fraud_deposit", "check_fraud_inclearing", "check_fraud_cashed", "payment_fraud_wire", "payment_fraud_ach", "payment_fraud_p2p", "scam", "mule", "identity_theft", "other")

feedback_fraud_channelstring

Allowed values are ("branch", "atm", "online", "mobile")

feedback_entity_statusstring

Allowed values are ("suspect", "victim", "witness", "other")

loss_amountnumber double

Positive integer

exposure_amountnumber double

Positive integer

Example request

[
  {
    "entity_token": "I-DyXtV1DTODmhZZjhiGG",
    "feedback_case_status": "closed",
    "feedback_case_reason": "confirm_fraud",
    "feedback_fraud_type": "first_party",
    "feedback_fraud_channel": "mobile",
    "feedback_entity_status": "victim",
    "loss_amount": 500,
    "exposure_amount": 500
  }
]

Response

Successfully inserted entity feedback

Schema required— unresolved $ref

Changes