---
title: "Retrieve Recurring Deposits"
method: GET
path: "/funding/recurring-deposits/{recurringID}"
tags: ["Deposits"]
---

# Retrieve Recurring Deposits

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

Retrieves Recurring Deposits details by recurringID.

## Path parameters

- `recurringID` string, required

## Response `200`

Fetching recurring deposit schedule was successful.

- RecurringDeposit
  - `id` string — A unique identifier of the recurring deposit.
  - `currency` 'USD' — The name of the currency in abbreviation form.
  - `amount` number — The amount of the recurring deposit.
  - `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.
  - `bankAccountID` string — The unique DriveWealth identifier that identifies each linked bank account.
  - `active` boolean — True, if the recurring deposit is active.
  - `nextDeposit` string — The date of when the next recurring deposit will be triggered.
  - `depositHistory` DepositHistory[] — A list of all the past deposit processed.
    - `depositID` string — A unique identifier for the Deposit.
    - `currency` 'USD' — The name of the currency in abbreviation form.
    - `status` 'STARTED' | 'PENDING' | 'PROCESSING' | 'SUCCESSFUL' | 'FAILED' | 'OTHER' | 'APPROVED' | 'REJECTED' | 'ON_HOLD' | 'PROCESSING' | 'RETURNED' | '-' — The current status of the user's deposit.
    - `created` string
    - `updated` string
    - `createdBy` string — The user identifier whom created the recurring deposit.
    - `metaAccountInfo` string — A custom message about the processing of the recurring deposit.

---

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