---
title: "Update Recurring Deposit"
method: PATCH
path: "/funding/recurring-deposits/{recurringID}"
tags: ["Deposits"]
---

# Update Recurring Deposit

`PATCH /funding/recurring-deposits/{recurringID}`

Updates Recurring Deposit details by recurringID.

## Path parameters

- `recurringID` string, required

## Request body

- RecurringDepositUpdate
  - `amount` number — The amount of the recurring deposit will be updated to.
  - `frequency` 'BIWEEKLY' | 'DAILY' | 'MONTHLY' | 'MONTHLY_FIRST' | 'MONTHLY_MIDDLE' | 'QUARTERLY' — The recurring deposit frequency; only available for ACH deposits. Note: For retirement accounts, recurring schedules are restricted to CURRENT_YEAR contributions only.

## Response `200`

Updating a User's recurring deposit was successful.

- RecurringDepositUpdate
  - `amount` number — The amount of the recurring deposit will be updated to.
  - `frequency` 'BIWEEKLY' | 'DAILY' | 'MONTHLY' | 'MONTHLY_FIRST' | 'MONTHLY_MIDDLE' | 'QUARTERLY' — The recurring deposit frequency; only available for ACH deposits. Note: For retirement accounts, recurring schedules are restricted to CURRENT_YEAR contributions only.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
