---
title: "Activates transaction round-up and adds remainder to savings goal"
method: PUT
path: "/api/v2/feed/account/{accountUid}/round-up"
tags: ["Feed Round-up"]
---

# Activates transaction round-up and adds remainder to savings goal

`PUT /api/v2/feed/account/{accountUid}/round-up`

## Path parameters

- `accountUid` string, uuid, required

## Request body

- RoundUpGoalPayload
  - `roundUpGoalUid` string, uuid, required — UID of the account category to send round-ups to
  - `roundUpMultiplier` integer, required — How much to multiply the rounded-up amount by before transfer. Must be an integer between 1 and 10 (inclusive)

## Response `200`

Successful operation

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