Skip to main content
POST
/
risk
/
risksession
/
v2
Initialize a risk session
curl --request POST \
  --url https://payapi-sandbox.ingo.money/risk/risksession/v2 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "request": {
    "participant_id": "12345",
    "timestamp": "1721337425"
  }
}
'
{
  "request": {
    "participant_id": "12345",
    "timestamp": "1721413825"
  },
  "response": {
    "status": "100",
    "message": "Success",
    "duration": "0.30398297309875"
  },
  "session": {
    "risk_session_token": "1e97dde1-f10f-4caf-8726-da6fc207ecb8"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.ingopayments.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
request
object
required

General information associated with the API request.

Response

Risk session initialized successfully

request
object
response
object
session
object

Identifiers to be embedded in client-side web/mobile code in support of device fingerprinting and behavioral data collection.