---
title: "Get recurring top ups for a specific balanceAccountId"
method: GET
path: "/balanceAccounts/{balanceAccountId}/recurringTopUps"
tags: ["Recurring top ups"]
---

# Get recurring top ups for a specific balanceAccountId

`GET /balanceAccounts/{balanceAccountId}/recurringTopUps`

View all recurring top ups configured for a specific `balanceAccountId`.

For more information, refer to [Manage recurring top-ups](https://docs.adyen.com/issuing/add-manage-funds/top-ups/manage-recurring-top-ups).

## Path parameters

- `balanceAccountId` string, required

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

OK - the request has succeeded.

- RecurringTopUpsResult
  - `link` Link, required
    - `first` Href
      - `href` string
    - `last` Href
      - `href` string
    - `next` Href
      - `href` string
    - `previous` Href
      - `href` string
    - `self` Href
      - `href` string
  - `recurringTopUps` RecurringTopUp[], required
    - `counterparty` TopUpCounterparty, required
      - `transferInstrumentId` string, required — The unique identifier of the [transfer instrument](https://docs.adyen.com/api-explorer/legalentity/latest/post/transferInstruments#responses-200-id) that is funding the top-up.
    - `description` string, required — Your description for the recurring top-up. Maximum length is 140 characters. If you set a longer description, it will be cut off at 140 characters.
    - `id` string, required — The unique identifier of the top up.
    - `referenceForBeneficiary` string — A reference that is sent to the recipient. This reference is also sent in all webhooks related to the transfer, so you can use it to track statuses for both parties involved in the funds movement. Supported characters: **a-z**, **A-Z**, **0-9**.
    - `status` 'active' | 'inactive' — The status of the recurring top-up. If not provided, by default, this is set to **active**. Possible values: * **active**: the top up is enabled and funds will be pulled in. * **inactive**: the top up is disabled and cannot be triggered.
    - `topUpAmount` TopUpAmount, required
      - `fixed` AmountDTO
        - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
        - `value` integer, required — The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
      - `target` AmountDTO
        - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
        - `value` integer, required — The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
    - `trigger` Trigger, required
      - `schedule` Schedule
        - `type` 'weekdays' | 'weekly' | 'monthly', required
      - `threshold` AmountDTO, required
        - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
        - `value` integer, required — The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).

## Other responses

- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `404` — Not Found - the recurring top up was not found
- `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)
