POST /service/scoring/account/calculate
Calculate risk scoring for accounts
Calculate risk scoring for accounts
Request Body
ISO 4217 currency code.
- 200
Calculate risk scoring for accounts
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
monthly object
minMax object
Amount of transaction in format: 0.00 without thousand separator, exact to two decimal places.
NOTE: If amount is provided with more than two decimal places then amount will be rounded to two decimal paces.
sample object
totals object
Amount of transaction in format: 0.00 without thousand separator, exact to two decimal places.
NOTE: If amount is provided with more than two decimal places then amount will be rounded to two decimal paces.
transactions object[]
Amount of transaction in format: 0.00 without thousand separator, exact to two decimal places.
NOTE: If amount is provided with more than two decimal places then amount will be rounded to two decimal paces.
ISO 4217 currency code.
Amount of transaction in format: 0.00 without thousand separator, exact to two decimal places.
NOTE: If amount is provided with more than two decimal places then amount will be rounded to two decimal paces.
Possible values: [booked, pending]
Account transaction status (booked or pending).
categorization object
Possible values: <= 4 characters
Transaction category code (based on ISO 18245:2023 merchant category codes). As recognized by our categorization engine.
Possible values: <= 512 characters
Transaction category description as recognized by our categorization engine. Not necessary coinciding with the recognized category code.
Transaction category group id category code belong to
Transaction category group description
Possible values: >= 15 characters and <= 34 characters
IBAN account number with country prefix
excludedTransactions object[]
Amount of transaction in format: 0.00 without thousand separator, exact to two decimal places.
NOTE: If amount is provided with more than two decimal places then amount will be rounded to two decimal paces.
ISO 4217 currency code.
Amount of transaction in format: 0.00 without thousand separator, exact to two decimal places.
NOTE: If amount is provided with more than two decimal places then amount will be rounded to two decimal paces.
Possible values: [booked, pending]
Account transaction status (booked or pending).
categorization object
Possible values: <= 4 characters
Transaction category code (based on ISO 18245:2023 merchant category codes). As recognized by our categorization engine.
Possible values: <= 512 characters
Transaction category description as recognized by our categorization engine. Not necessary coinciding with the recognized category code.
Transaction category group id category code belong to
Transaction category group description
Possible values: >= 15 characters and <= 34 characters
IBAN account number with country prefix
transactionGroups object
property name* string[]
string
categories object[]
category object
Possible values: <= 4 characters
Transaction category code (based on ISO 18245:2023 merchant category codes). As recognized by our categorization engine.
Possible values: <= 512 characters
Transaction category description as recognized by our categorization engine. Not necessary coinciding with the recognized category code.
Transaction category group id category code belong to
Transaction category group description
Amount of transaction in format: 0.00 without thousand separator, exact to two decimal places.
NOTE: If amount is provided with more than two decimal places then amount will be rounded to two decimal paces.
ISO 4217 currency code.
Possible values: [unknown, low, medium, high]
{
"monthly": {},
"minMax": {},
"sample": {
"fromDate": "2025-10-30T15:47:48.767Z",
"toDate": "2025-10-30T15:47:48.767Z",
"days": 0,
"numberOfTransactions": 0
},
"totals": {},
"transactions": [
{
"id": "string",
"created": "2025-10-30T15:47:48.767Z",
"description": "string",
"amount": 12.3,
"currency": "EUR",
"balanceAfterTransaction": 12.3,
"status": "booked",
"creditorName": "string",
"categorization": {
"code": "string",
"description": "string",
"groupId": 0,
"groupDescription": "string"
},
"accountIban": "AT483200000012345865"
}
],
"excludedTransactions": [
{
"id": "string",
"created": "2025-10-30T15:47:48.767Z",
"description": "string",
"amount": 12.3,
"currency": "EUR",
"balanceAfterTransaction": 12.3,
"status": "booked",
"creditorName": "string",
"categorization": {
"code": "string",
"description": "string",
"groupId": 0,
"groupDescription": "string"
},
"accountIban": "AT483200000012345865"
}
],
"transactionGroups": {},
"categories": [
{
"category": {
"code": "string",
"description": "string",
"groupId": 0,
"groupDescription": "string"
},
"amount": 12.3
}
],
"currency": "EUR",
"risk": "unknown"
}