Skip to main content

Fraud Detection Request

This endpoint evaluates the risk level of a transaction by calculating a fraud percentage based on a predefined threshold and limit. All fields are required. Ensure that the transaction_id is unique for each request to maintain data integrity.

Request Endpoint

POST: {{BASE_URL}}/api/v1/monitoring/transaction_monitoring/
  • Media-Type: application/json

Status Codes

  • 201 Created: Transaction processed successfully. Fraud score calculated based on threshold.
  • 400 Bad Request: Missing or invalid fields in the request.
  • 500 Internal Server Error: Unexpected error during processing. The request body is not set correctly.

Payload Example Request

201 Created Response

Request Body