---
title: "Get a grant account"
method: GET
path: "/grantAccounts/{id}"
tags: ["Grant accounts"]
deprecated: true
---

# Get a grant account

`GET /grantAccounts/{id}`

> **Deprecated.**

Returns the details of the [grant account](https://docs.adyen.com/platforms/capital#grant-account).

## Path parameters

- `id` string, required

## Response `200`

OK - the request has succeeded.

- CapitalGrantAccount
  - `balances` CapitalBalance[] — The balances of the grant account.
    - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
    - `fee` integer, required — Fee amount.
    - `principal` integer, required — Principal amount.
    - `total` integer, required — Total amount. A sum of principal amount and fee amount.
  - `fundingBalanceAccountId` string — The unique identifier of the balance account used to fund the grant.
  - `id` string — The identifier of the grant account.
  - `limits` GrantLimit[] — The limits of the grant account.
    - `amount` Amount
      - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount.
      - `value` integer, required — The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).

## 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.net/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.net/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
