fraud_reported
Beta
Last updated: June 26, 2024
1{2"id": "evt_id5a5i3ybc2e5aldjeygxmircy",3"type": "fraud_reported",4"version": "1.0.0",5"created_on": "2024-05-28T13:45:46.0149572Z",6"data": {7"processing_channel_id": "pc_testlaqt5jne5mwywxeomr6yy4",8"reference": "ORD-5023-4E89",9"eci": "00",10"is_3ds": false,11"payment": {12"id": "pay_test5kzpem2epaseo2tmudjs5q",13"amount": {14"currency": "GBP",15"value": "29.990000"16}17},18"fraud": {19"issue_date": "2024-04-04T15:06:49.91+00:00",20"reason": "Fraudulent Use Of Account Number",21"type": "6",22"amount": {23"currency": "GBP",24"value": "29.99"25}26}27},28"_links": {29"self": {30"href": "https://api.checkout.com/workflows/events/evt_id5a5i3ybc2e5aldjeygxmircy"31},32"subject": {33"href": "https://api.checkout.com/workflows/events/subject/pay_test5kzpem2epaseo2tmudjs5q"34}35}36}
Field name | Description |
---|---|
string | The unique identifier of the payment processing channel. |
string | A reference that was used to identify the payment, such as an order number. |
string | The final Electronic Commerce Indicator (ECI) security level used to authorize the payment. Applicable for 3D Secure and network token payments. |
boolean | Indicates if the transaction is 3D Secure. |
object | Information about the payment. See the Payment section for more details. |
object | Information about the fraud details associated with this payment. See the Fraud section for more details. |
Field name | Description |
---|---|
string | The unique identifier of the payment. |
object | Information about the payment amount. See the Amount section for more details. |
Field name | Description |
---|---|
string | The currency of the payment amount |
string | The value of the payment amount |
Field name | Description |
---|---|
string | The date when the fraud was reported. |
string | The reason why the payment was reported as fraud. |
string | The type of fraud. This is the fraud code provided by Visa and Mastercard. |
string | Information about the fraudulent payment amount. See the Fraud amount section for more details. |
Field name | Description |
---|---|
string | The currency of the fraudulent amount |
string | The value of the fraudulent amount |