A unique identifier for this specific event. This ensures that each event can be
tracked and processed individually.
Describes the type of event. In this case, it signifies that an early fraud
warning has been raised against a payment intent.
The timestamp when the event was generated, typically in milliseconds since the
Unix epoch (January 1, 1970). This value can be used to track when the event occurred.
A unique identifier for the specific payment intent that the warning was raised
against. This ID ties the event back to the transaction so you can locate and
act on the charge.
The category of fraud reported by the card network or issuing bank. One of:
| Value | Description |
|---|---|
card_never_received | Card Never Received |
fraudulent_card_application | Fraudulent Card Application |
made_with_counterfeit_card | Made With Counterfeit Card |
made_with_lost_card | Made With Lost Card |
made_with_stolen_card | Made With Stolen Card |
unauthorized_use_of_card | Unauthorized Use of Card |
misc | Miscellaneous |