latestOpenAPI 3.0.12026-08-108798310.5 KB

fa1a72b9ecec

Feed Round-up

Activates transaction round-up and adds remainder to savings goal

put/api/v2/feed/account/{accountUid}/round-up

Path parameters

accountUidstring uuid required
Example:aaaaaaaa-aaaa-4aaa-aaaa-aaaaaaaaaaaa

Account uid

Request body

roundUpGoalUidstring uuid required

UID of the account category to send round-ups to

roundUpMultiplierinteger required

How much to multiply the rounded-up amount by before transfer. Must be an integer between 1 and 10 (inclusive)

Example request

{
  "roundUpGoalUid": "77887788-7788-7788-7788-778877887788",
  "roundUpMultiplier": 2
}

Response

Successful operation