---
title: "Add money into a savings goal"
method: PUT
path: "/api/v2/account/{accountUid}/savings-goals/{savingsGoalUid}/add-money/{transferUid}"
tags: ["Savings Goals"]
---

# Add money into a savings goal

`PUT /api/v2/account/{accountUid}/savings-goals/{savingsGoalUid}/add-money/{transferUid}`

## Path parameters

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

## Request body

- TopUpRequestV2 — Request to make an immediate transfer into a savings goal
  - `amount` 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
  - `reference` string, nullable — The reference for the transfer

## Response `200`

Successful operation

- SavingsGoalTransferResponseV2 — Response after attempting to make an immediate or recurring transfer into/out of a savings goal.
  - `transferUid` string, uuid, required — Unique identifier for the transfer
  - `success` boolean — True if the method completed successfully

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