Skip to main content

Risk Factors

Risk

Required scope: company-risk · Endpoint: GET /risk

Identifies risk indicators based on problematic transaction patterns. Results are broken down per account and per calendar month.

Risk indicators

IndicatorDescription
Back debitsReturned direct debits — transactions that were reversed after being initially booked. A high count may signal payment difficulties or insufficient funds.
GarnishmentsGarnishment payments, indicating active enforcement proceedings against the account holder.
Overdraft daysNumber of days within the month where the account balance was below the account overdraw limit at end-of-day.

Response structure

The response contains one entry per account under accountRisks:

FieldDescription
accountRisks[].accountBasic account information (IBAN, account type, etc.)
accountRisks[].monthlyOverview[]Monthly risk summary for this account, sorted newest-first
monthlyOverview[].monthMonth in YYYY-MM format
monthlyOverview[].backDebit.countNumber of returned direct debits
monthlyOverview[].backDebit.transactionIDsIDs of the underlying transactions
monthlyOverview[].garnishment.countNumber of garnishment payments
monthlyOverview[].garnishment.transactionIDsIDs of the underlying transactions
monthlyOverview[].overdraftDaysNumber of days the account was in overdraft