---
title: "Adds a new program-level interest rate tier."
method: POST
path: "/programs/{programCode}/InterestRateTiers"
tags: ["InterestRate"]
---

# Adds a new program-level interest rate tier.

`POST /programs/{programCode}/InterestRateTiers`

This endpoint allows Partners to create a new interest rate tier.

## Path parameters

- `programCode` string, required

## Headers

- `X-GD-RequestId` string, required

## Request body

- AddProgramInterestRateTierRequest — Represents a request to add a new interest rate tier to a program. Contains details about the interest tier, balance types, frequency, applicable dates, and balance thresholds.
  - `interestTierName` string, nullable — The name of the interest rate tier.
  - `accountBalanceType` string, nullable — The type of account balance to which the interest tier applies.
  - `frequency` string, nullable — The frequency at which the interest is applied (e.g., monthly, quarterly).
  - `startDate` string, date-time, nullable — The start date from which the interest tier is effective.
  - `endDate` string, date-time, nullable — The end date until which the interest tier is effective.
  - `APY` number, double, nullable — The annual percentage yield (APY) for the interest tier.
  - `maxAccountInterestType` string, nullable — The type of maximum account interest applicable to this tier.
  - `minimumPurseBalance` number, double, nullable — The minimum purse balance required for this interest tier.
  - `maximumPurseBalance` number, double, nullable — The maximum purse balance allowed for this interest tier.
  - `maxAccountInterestBalance` number, double, nullable — The maximum account interest balance for this tier.

## Response `200`

OK

- AddProgramInterestRateTierResponse — Represents the response returned after adding a program interest rate tier. Inherits standard response metadata and details from Gd.Bos.DataTransfer.Response.ResponseBase. Used to convey the outcome of the add operation, including status and any relevant messages.
  - `responseDetails` ResponseDetail[], nullable — Required: A list of response details providing status codes, descriptions, and additional information about the result of the operation.
    - `code` integer — The primary status or error code for the response (e.g., 200 for success, 400 for validation error).
    - `subCode` integer, nullable — An optional subcode providing more granular detail about the response or error.
    - `description` string, nullable — A human-readable description of the response, error, or status.
    - `url` string, nullable — A URL linking to documentation or a web page with more information about the response code.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/versions/666553766b78/schema)
