---
title: "Create recurring top up"
method: POST
path: "/balanceAccounts/{balanceAccountId}/recurringTopUps"
tags: ["Recurring top ups"]
---

# Create recurring top up

`POST /balanceAccounts/{balanceAccountId}/recurringTopUps`

Create a recurring top up configuration.

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

## Path parameters

- `balanceAccountId` string, required

## Request body

- CreateRecurringTopUp
  - `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.
  - `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).

## Response `200`

OK - the request has succeeded.

- RecurringTopUp
  - `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

- `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.

---

[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)
