---
title: "List Consumer Overdrafts"
method: GET
path: "/v1/persons/consumer_overdrafts"
tags: ["Consumer Overdrafts"]
---

# List Consumer Overdrafts

`GET /v1/persons/consumer_overdrafts`

This endpoint returns a list containing all consumer overdrafts for all of your customers.

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `filter[person_id]` string
- `filter[account_iban]` string
- `filter[status]` 'created' | 'conditions_pending' | 'limit_pending' | 'attached' | 'defaulted_pending' | 'conditions_termination_pending' | 'termination_pending' | 'terminated' | 'reported_to_schufa'
- `filter[negative_since_from]` string, datetime, nullable
- `filter[negative_since_to]` string, datetime, nullable

## Response `200`

OverdraftWeb.V1.Consumer.ListOverdraftsResponse

- OverdraftWebV1ConsumerListOverdraftsItem[]
  - `status` 'created' | 'conditions_pending' | 'limit_pending' | 'attached' | 'defaulted_pending' | 'conditions_termination_pending' | 'termination_pending' | 'terminated', required — The status of an overdraft offered to a consumer.
  - `person_id` string, required — The unique person ID, generated after completing the person onboarding process.
  - `overdraft_rate` number, float, required — The interest rate applicable to the overdraft.
  - `negative_since` string, datetime, nullable, required — The date and time when overdraft went negative.
  - `limit` SolarisToolkitWebMoneyOptional
    - `value` integer, required — The amount value
    - `unit` 'cents', required — The unit of the given value.
    - `currency` string, required — The currency of the given value. Only EURO is currently supported.
  - `interest_accrual_rate` number, float, required — The daily rate at which interest is accrued on the used amount of an overdraft.
  - `id` string, required — The unique ID of a consumer overdraft, generated after an overdraft is offered.
  - `created_at` string, datetime, required — The date and time the overdraft was created.
  - `consumer_application_id` string, required — The unique ID of a consumer overdraft application.
  - `account_iban` string, required — The IBAN of a person account.

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/solarisgroup/apis/overdrafts.md) · [All operations](https://skmtc.net/solarisgroup/apis/overdrafts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/overdrafts/revisions/ab5ecf64ab87/schema)
