Skip to main content

Página nueva

We would like to be notified for session that were fraud from your end, this API allow you to send us an API request to update us about fraud sessions. Alternatively, can be send as excel file over email.

FraudSessionsRisk

Service Overview

  • Service Name: GetPost FraudSessionsrisk
  • URL{URL_Base}/api/v1/fraudSessionsrisk
  • Method: POST
  • Functionality:  

Request Parameters:  

  • cid
  • classification:csid:  
  • classification:userID:  
  • additionalData

Response Structure

The API responds with a JSON object listing the risk levels configured within the system. Each entry in the response includes:

  • errorMessage:  
  • csids:score:  
  • verifiedAction
  • ivScore
  • success
  • indicators

Example Response

 

{
  "errorMessage": "string",
  "score": 0,
  "verifiedAction": true,
  "ivScore": 0,
  "success": 00,
  "indicators": {}
}

Example CURL Request

To query the fraudSessions for a specific project, utilize the following curl command: