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.

Risk

Service Overview

  • Service Name: Post risk
  • URL{URL_Base}/api/v1/risk
  • Method: POST
  • Functionality:  

Request Parameters:  

  • cid
  • csid:  
  • 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:  
  • score:  
  • verifiedAction
  • ivScore
  • success
  • indicators

Example Response

 

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

Example CURL Request

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

curl 

-X 'POST' \ 'https://fraud-detector-api.iristest.statsd.io/api/v1/risk' \ -H 'accept: application/json' \ -H 'apiKey: 73tB7AZM4K4Y9NmG1i8sR3H7hJ26Ltub73APmZVYgE' \ -H 'Content-Type: application/json' \ -d '{ "cid": "iristest", "csid": "demo0883d839", "userID": "1193539722", "additionalData": {} }'