---
title: "Get a balance platform"
method: GET
path: "/balancePlatforms/{id}"
tags: ["Platform"]
---

# Get a balance platform

`GET /balancePlatforms/{id}`

Returns a balance platform.

## Path parameters

- `id` string, required

## Response `200`

OK - the request has succeeded.

- BalancePlatform
  - `description` string — Your description of the balance platform, maximum 300 characters.
  - `id` string, required — The unique identifier of the balance platform.
  - `status` string — The status of the balance platform. Possible values: **Active**, **Inactive**, **Closed**, **Suspended**.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.dev/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.dev/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc.dev/adyen/apis/balanceplatformservice/revisions/78e297a2eb6f?raw)
