v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Fraud report

List fraud report logs

Retrieve a fraud report's logs.

Note: 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.

get/v1/fraud-report/{fraudReportId}/logs

Path parameters

fraudReportIdnumber required

Dispute fraud report ID

Response

OK

fraud_report_idnumber

Pismo fraud report ID.

org_idstring

Organization/tenant ID.

Example response

{
  "fraud_report_id": 123,
  "org_id": "TN-34778262-f4f0-464d-b4c6-a14exxxxxxxx",
  "logs": [
    {
      "fraud_report_log_id": 456,
      "report": {
        "fraud_type": "0",
        "fraud_type_category": "CARDTXN"
      },
      "correlation_id": "correlation-id",
      "created_at": "2024-09-12T16:46:16.43663522",
      "status": "PENDING"
    }
  ]
}