---
title: "Get savings account product"
method: GET
path: "/v1/savings-accounts/{productId}"
tags: ["Product"]
---

# Get savings account product

`GET /v1/savings-accounts/{productId}`

Get saving accounts product by product ID. Note that product ID is Pismo-generated.

## Path parameters

- `productId` string, required

## Headers

- `AuthorizationToken` string, required

## Response `200`

Success

- SavingsAccountProduct
  - `created_at` string, datetime — The moment when a product is created.
  - `updated_at` string, datetime — The moment when a product is updated.
  - `interest_plan_id` string — Interest rate plan ID. This corresponds to the ID you created using the [Create interest plan version](https://developers.pismo.io/pismo-docs/reference/patch-v1-interest-plan)) endpoint.
  - `name` string — The product name.
  - `min_amount` number — Minimum amount for yield. If balance is below this value, yield is not calculated. If no value is provided, any available amount is treated as accrued interest.
  - `processing_codes` SavingsAccountProcessingCodes
    - `interest_processing_code` string — Processing code for interest calculation. <br> If you don't specify a value, the default is `009797`.
    - `detach_processing_code` string — Processing code for detaching deposit feature from a bank account.<br> Detaching means the bank removes the deposit feature from the bank account. If you don't specify a value, the default is `009696`.
  - `product_id` string — Product identifier.
  - `product_type` 'deposit' | 'savings-account' — Product type.
  - `status` 'CREATED' | 'ACTIVE' | 'INACTIVE' — Product status
  - `start_date` string, date — Define the earliest date from which the product can be attached to an account or program. Date is displayed in UTC.
  - `metadata` object — The metadata object contains user-defined key-value pairs that provide additional context or custom information.<br> Metadata content is not controlled by the Pismo platform and is instead controlled by the user.<br> **Note**: This field must not be used to send Personally Identifiable Information (PII), Payment Card Industry (PCI) data, or any sensitive/regulated information. Metadata fields are intended for operational, non-sensitive data only. For sensitive data, use the specific parameters designed for that purpose. For more information, refer to [Get started with Pismo APIs](https://developers.pismo.io/pismo-docs/reference/get-started-with-pismo-apis#metadata).

## Other responses

- `400` — Bad request
- `404` — Not Found
- `500` — Internal server error

---

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