v1

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

Create fraud report

Create a fraud report.

This endpoint generates a Fraud report created event.

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.

post/v2/fraud-report

Request body

OR
OR
OR
OR

Example request

{
  "transaction_id": 1234567890,
  "report_type": "elo_international",
  "report": {
    "action": "CREATED",
    "primary_reason": "AT",
    "secondary_reason": "BT"
  }
}

Response

OK

OR
OR
OR
OR

Example response

{
  "fraud_report_id": 123,
  "org_id": "TN-34778262-f4f0-464d-b4c6-a14exxxxxxxx",
  "status": "PENDING",
  "network": "VISA",
  "report": {
    "action": "CREATED",
    "primary_reason": "AT",
    "secondary_reason": "BT"
  },
  "created_at": "2024-09-12T16:46:16.43663522",
  "network_authorization_id": 1234567890,
  "authorization_code": "F0JR9H",
  "transaction_id": 1234567890,
  "account_id": 6912345,
  "card_id": 6743052,
  "report_type": "visa"
}