v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Deposits

List User Recurring Deposits

Retrieves a list of User Recurring Deposits by userID.

get/users/{userID}/recurring-deposits

Path parameters

userIDstring required

The User's unique identifier.

Response

Fetching All User's Recurring Deposits was Successful.

idstring

A unique identifier of the recurring deposit.

currency'USD'

The name of the currency in abbreviation form.

amountnumber

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.

bankAccountIDstring

The unique DriveWealth identifier that identifies each linked bank account.

activeboolean

True, if the recurring deposit is active.

nextDepositstring

The date of when the next recurring deposit will be triggered.

accountIDstring

The user's unique account identifier.

createdstring

The date and time the recurring deposit was created for the user's external bank account.

updatedstring

The date and time the recurring deposit was updated for the user's external bank account.

createdBystring

The user identifier whom created the recurring deposit.

Example response

[
  {
    "id": "recurring_98be6652-6361-4d4c-905b-06e9ec38d060",
    "currency": "USD",
    "amount": 1075.25,
    "frequency": "MONTHLY_FIRST",
    "bankAccountID": "bank_a4656e60-321e-425b-aa0d-a2e75c38885f",
    "active": true,
    "nextDeposit": "2019-01-15",
    "accountID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759",
    "created": "2022-12-11T22:28:21.810Z",
    "updated": "2022-12-11T22:28:21.810Z",
    "createdBy": "b25f0d36-b4e4-41f8-b3d9-9249e46402cd"
  }
]