---
title: "Retrieve an SDD collection"
method: GET
path: "/v1/persons/{person_id}/accounts/{account_id}/sdd_collection"
tags: ["SDD Collections"]
---

# Retrieve an SDD collection

`GET /v1/persons/{person_id}/accounts/{account_id}/sdd_collection`

Returns the active SDD collection for the account specified in the request URL.

## Path parameters

- `person_id` string, required
- `account_id` string, required

## Response `200`

The operation was successful.

- object
  - `id` string — ID of the SDD collection.
  - `status` 'created' | 'interest_conditions_set' | 'limit_set' | 'revoked' | 'terminated' — The status of the SDD collection.
  - `limit` Amount
    - `value` integer — The amount, in Euro cents.
    - `unit` string — The unit of the given value.
    - `currency` string — The currency.

## Other responses

- `403` — You are not authorized to perform this action.
- `404` — The resource could not be found.

---

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