---
title: "Get the recurring transfer of a savings goal"
method: GET
path: "/api/v2/account/{accountUid}/savings-goals/{savingsGoalUid}/recurring-transfer"
tags: ["Savings Goals"]
---

# Get the recurring transfer of a savings goal

`GET /api/v2/account/{accountUid}/savings-goals/{savingsGoalUid}/recurring-transfer`

## Path parameters

- `accountUid` string, uuid, required
- `savingsGoalUid` string, uuid, required

## Response `200`

Successful operation

- ScheduledSavingsPaymentV2 — A transfer into a savings goal that can happen once in the future or have multiple payments with same frequency
  - `transferUid` string, uuid, required — Unique identifier of the transfer
  - `recurrenceRule` RecurrenceRuleV2, required — The schedule definition
    - `startDate` string, date, required
    - `frequency` 'DAILY' | 'WEEKLY' | 'MONTHLY' | 'YEARLY', required
    - `interval` integer, nullable
    - `count` integer, nullable
    - `untilDate` string, date
    - `days` string[], nullable
  - `currencyAndAmount` CurrencyAndAmount, required — Representation of money
    - `currency` string, required — ISO-4217 3 character currency code
    - `minorUnits` integer, required — Amount in the minor units of the given currency; eg pence in GBP, cents in EUR
  - `nextPaymentDate` string, date, required — The next date the payment will be made on
  - `reference` string, nullable — The reference on each transfer

## Other responses

- `4xx` — Client error. See [API status codes](#api-status-codes-1) for more details.
- `5xx` — Server error. See [API status codes](#api-status-codes-1) for more details.

---

[API](https://skmtc.net/starlingbank/apis/starling-bank-api.md) · [All operations](https://skmtc.net/starlingbank/apis/starling-bank-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/starlingbank/starling-bank-api/revisions/fa1a72b9ecec/schema)
