---
title: "Create an SDD collection application"
method: POST
path: "/v1/persons/{person_id}/sdd_collection_applications"
tags: ["SDD Collection Applications"]
---

# Create an SDD collection application

`POST /v1/persons/{person_id}/sdd_collection_applications`

Creates an application for an SDD collection for the person specified in the request URL.

## Path parameters

- `person_id` string, required

## Request body

- CreateSddCollectionApplication
  - `credit_record_id` string, required — ID of the credit record (created using `POST /persons/{person_id}/credit_records`).

## Response `201`

The operation was successful.

- SddCollectionApplicationResponse[]
  - `id` string — ID of the SDD collection application.
  - `person_id` string — ID of the person who created the SDD collection application.
  - `credit_record_id` string — The `credit_record_id` of the SDD collection application.
  - `sdd_collection_id` string — ID of the SDD collection.
  - `account_snapshot_id` string — ID of the relevant account snapshot record.
  - `status` string — The current status of the SDD collection application.
  - `decision` 'OFFERED' | 'REJECTED' — The decision taken on the SDD collection application.
  - `rejection_reasons` string[] — An array of reasons why the SDD collection application was rejected.
  - `created_at` string, date-time — UTC timestamp from when the application was created.
  - `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)
