---
title: "Get Consumer Overdraft"
method: GET
path: "/v1/persons/{person_id}/consumer_overdrafts/{overdraft_id}"
tags: ["Consumer Overdrafts"]
---

# Get Consumer Overdraft

`GET /v1/persons/{person_id}/consumer_overdrafts/{overdraft_id}`

Returns all the details of an existing consumer overdraft, assigned to the `person` with the given `person_id` in the path parameter.

## Path parameters

- `person_id` string, required
- `overdraft_id` string, required

## Response `200`

Overdraft

- OverdraftWebConsumerGetOverdraftResponse
  - `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_accrued` SolarisToolkitWebMoney, required
    - `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

- `403` — Forbidden
- `404` — Not Found

---

[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)
