v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
InterestRate

Updates an existing program-level interest rate tier.

This endpoint allows Partners to update an existing interest rate tier.

put/programs/{programCode}/InterestRateTiers

Path parameters

programCodestring required

The program code associated with the request.

Headers

X-GD-RequestIdstring required

The unique request identifier from the X-GD-RequestId header.

Request body

interestTierNamestring nullable

Gets or sets the name of the interest rate tier.

accountBalanceTypestring nullable

Gets or sets the type of account balance used for the tier (e.g., average, minimum, maximum).

frequencystring nullable

Gets or sets the frequency at which the interest is applied (e.g., monthly, quarterly).

startDatestring date-time nullable

Gets or sets the start date for the interest rate tier's validity period.

endDatestring date-time nullable

Gets or sets the end date for the interest rate tier's validity period.

APYnumber double nullable

Gets or sets the annual percentage yield (APY) for the tier.

maxAccountInterestTypestring nullable

Gets or sets the type of maximum account interest applicable to the tier.

minimumPurseBalancenumber double nullable

Gets or sets the minimum purse balance required for the tier.

maximumPurseBalancenumber double nullable

Gets or sets the maximum purse balance allowed for the tier.

maxAccountInterestBalancenumber double nullable

Gets or sets the maximum account interest balance for the tier.

Response

OK