---
title: "Index clearing profiles"
method: GET
path: "/v1/clearing_profiles"
tags: ["Clearing transactions"]
---

# Index clearing profiles

`GET /v1/clearing_profiles`

Returns an array containing all clearing profiles under your control.

## Headers

- `Solaris-Partner-Id` string, required

## Response `200`

Successful result of the operation

- SolarisServerDecoratorsClearingProfile[]
  - `id` string — ID of the clearing profile.
  - `iban` string — IBAN of the clearing account.
  - `allowed_booking_types` SolarisEnumsBookingType[] — An array containing the allowed booking types for this profile.
  - `customer_authentication` boolean — Indicates whether the customer must complete a change request for negative bookings on their account.

## Other responses

- `400` — Invalid request.
- `403` — You are not authorized to perform this action.
- `500` — Internal server error.
- `default` — Unexpected error

---

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