Create a Program Account Interest Rate Code

Create Account Interest Rate Code.

Request
Security:
path Parameters
version
required
string
Request Body schema: application/json
required
object (InterestConfig)
make_default
boolean

Make the corresponding account interest rate as the default for the program

program_guid
required
string <uuid>

Unique id of the program

Responses
201

Creates new Program Interest Rate Code and returns Program Interest Rate Code details

400

Bad request

401

Unauthorized

404

Account not found

500

Server Error

post/api/{version}/interest_rates
Request samples
application/json
{
  • "interest_config": {
    • "code": "string",
    • "display_name": "string",
    • "type": "BASIS_POINT",
    • "value": 0
    },
  • "make_default": true,
  • "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f"
}
Response samples
application/json
{
  • "account_interest_rates": [
    • {
      • "interest_rate_code": "string",
      • "display_name": "string",
      • "type": "BASIS_POINT",
      • "interest_rate": 0,
      • "make_default": true
      }
    ],
  • "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
  • "base_interest_rate_code": "string",
  • "base_interest_rate": "string",
  • "masked_account_number": "string"
}
Copyright © 2023 KeyBank & Qolo. All rights reserved.