---
title: "Add Manual Account"
method: POST
path: "/accounts"
tags: ["Accounts"]
---

# Add Manual Account

`POST /accounts`

The add account service is used to add manual accounts.<br>The response of add account service includes the account name , account number and Yodlee generated account id.<br>All manual accounts added will be included as part of networth calculation by default.<br>Add manual account support is available for bank, card, investment, insurance and loan container only.<br><br><b>Note:</b> <li>A real estate account addition is only supported for SYSTEM and MANUAL valuation type.</li>

## Request body

- CreateAccountRequest
  - `account` CreateAccountInfo, required
    - `includeInNetWorth` string
    - `address` AccountAddress
      - `zip` string
      - `country` string
      - `address3` string
      - `address2` string
      - `city` string
      - `sourceType` string
      - `address1` string
      - `street` string
      - `state` string
      - `type` 'HOME' | 'BUSINESS' | 'POBOX' | 'RETAIL' | 'OFFICE' | 'SMALL_BUSINESS' | 'COMMUNICATION' | 'PERMANENT' | 'STATEMENT_ADDRESS' | 'PAYMENT' | 'PAYOFF' | 'UNKNOWN'
    - `accountName` string, required
    - `accountType` string, required
    - `dueDate` string
    - `memo` string
    - `homeValue` Money
      - `amount` number, double, required
      - `currency` 'AUD' | 'BRL' | 'CAD' | 'EUR' | 'GBP' | 'HKD' | 'IDR' | 'INR' | 'JPY' | 'NZD' | 'SGD' | 'USD' | 'ZAR' | 'CNY' | 'VND' | 'MYR' | 'CHF', required
    - `accountNumber` string
    - `frequency` 'DAILY' | 'ONE_TIME' | 'WEEKLY' | 'EVERY_2_WEEKS' | 'SEMI_MONTHLY' | 'MONTHLY' | 'QUARTERLY' | 'SEMI_ANNUALLY' | 'ANNUALLY' | 'EVERY_2_MONTHS' | 'EBILL' | 'FIRST_DAY_MONTHLY' | 'LAST_DAY_MONTHLY' | 'EVERY_4_WEEKS' | 'UNKNOWN' | 'OTHER'
    - `amountDue` Money
      - `amount` number, double, required
      - `currency` 'AUD' | 'BRL' | 'CAD' | 'EUR' | 'GBP' | 'HKD' | 'IDR' | 'INR' | 'JPY' | 'NZD' | 'SGD' | 'USD' | 'ZAR' | 'CNY' | 'VND' | 'MYR' | 'CHF', required
    - `balance` Money
      - `amount` number, double, required
      - `currency` 'AUD' | 'BRL' | 'CAD' | 'EUR' | 'GBP' | 'HKD' | 'IDR' | 'INR' | 'JPY' | 'NZD' | 'SGD' | 'USD' | 'ZAR' | 'CNY' | 'VND' | 'MYR' | 'CHF', required
    - `nickname` string
    - `valuationType` 'SYSTEM' | 'MANUAL'

## Response `200`

OK

## Other responses

- `400` — Y800 : Invalid value for accountParam<br>Y811 : Real Estate Property value already exists<br>Y862 : The provided address is invalid, or the valuation is not available<br>Y869 : Multiple matches found. Provide the complete address or call the POST /accounts/evaluateAddress API to retrieve the list of matched addresses<br>
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/yodlee/apis/yodlee-core-apis.md) · [All operations](https://skmtc.net/yodlee/apis/yodlee-core-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yodlee/yodlee-core-apis/revisions/3bc0042deba8/schema)
