v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBFraud report
Update fraud report
Update a fraud report.
This endpoint generates a Fraud report updated event.
Notes:
- This endpoint takes an account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
- You can only update a fraud report if its status is not PENDING.
put/v2/fraud-report/{fraudReportId}
Path parameters
fraudReportIdnumber required
Dispute fraud report ID
Request body
Example request
{
"report_type": "elo",
"report": {
"fraud_type": "01",
"report_date": "2025-08-11",
"authorization_origin_indicator": "Y",
"notification_code": "1",
"card_service_code": "C",
"exchange_value": 9,
"exchange_indicator": "N"
}
}Response
OK
Example response
{
"fraud_report_id": 123,
"org_id": "TN-34778262-f4f0-464d-b4c6-a14exxxxxxxx",
"dispute_id": 12345,
"dispute_installment_id": 8675309,
"status": "PENDING",
"network": "VISA",
"fraud_report_network_id": "82702030405",
"report": {
"fraud_type": "01",
"report_date": "2025-08-11",
"authorization_origin_indicator": "Y",
"notification_code": "1",
"card_service_code": "C",
"exchange_value": 9,
"exchange_indicator": "N"
},
"created_at": "2024-09-12T16:46:16.43663522",
"updated_at": "2024-09-12T16:46:16.43663522",
"network_authorization_id": 1234567890,
"authorization_code": "F0JR9H",
"transaction_id": 1234567890,
"account_id": 6912345,
"card_id": 6743052,
"case_number": "30405060",
"report_type": "visa",
"network_response": "The network returned [Error to create Fraud Report, invalid field], reasonCode [E-90000000] with the source [NETWORK_EXCEPTION]."
}