Adds a new program-level interest rate tier.post https://example.com/programs/{programCode}/InterestRateTiersThis endpoint allows Partners to create a new interest rate tier.Path ParamsprogramCodestringrequiredThe program code associated with the request.Body ParamsThe request object containing details of the program interest rate tier to add.interestTierNamestring | nullThe name of the interest rate tier.accountBalanceTypestring | nullThe type of account balance to which the interest tier applies.frequencystring | nullThe frequency at which the interest is applied (e.g., monthly, quarterly).startDatedate-time | nullThe start date from which the interest tier is effective.endDatedate-time | nullThe end date until which the interest tier is effective.APYdouble | nullThe annual percentage yield (APY) for the interest tier.maxAccountInterestTypestring | nullThe type of maximum account interest applicable to this tier.minimumPurseBalancedouble | nullThe minimum purse balance required for this interest tier.maximumPurseBalancedouble | nullThe maximum purse balance allowed for this interest tier.maxAccountInterestBalancedouble | nullThe maximum account interest balance for this tier.HeadersX-GD-RequestIdstringrequiredThe unique request identifier from the X-GD-RequestId header.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago