Risk & Compliance
Risk Session
Initialize a risk evaluation session token for use with the Risk Score endpoint.
POST
Initialize a risk session
Body
application/json
General information associated with the API request.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Initialize a risk evaluation session token for use with the Risk Score endpoint.
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"
}
}General information associated with the API request.
Show child attributes
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"
}
}