Update Account Interest Rate

Update Account Interest Rate Strategy.

Request
Security:
path Parameters
version
required
string
Request Body schema: application/json
account_guid
string <uuid>

Unique id of the account. Mandatory if account_instrument_guid is not passed

account_instrument_guid
string <uuid>

Unique id of the account instrument. Mandatory if account_guid is not passed

display_name
string or null <= 64 characters

Display name for the interest code. Mandatory if code is not passed

code
string or null <= 64 characters

Interest rate unique code. Mandatory if display_name is not passed

Responses
200

Updates account interest rate strategy and returns Account Interest Rate details

400

Bad request

401

Unauthorized

404

Account not found

500

Server Error

post/api/{version}/interest_rates/account/update
Request samples
application/json
{
  • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
  • "account_instrument_guid": "e5662964-577d-4724-b8d5-e791eee05564",
  • "display_name": "string",
  • "code": "string"
}
Response samples
application/json
{
  • "account_details": {
    • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
    • "masked_account_number": "string",
    • "first_name": "string",
    • "last_name": "string",
    • "interest_rate_strategy": "string"
    },
  • "interest_rate": {
    • "base_interest_rate": 0,
    • "interest_rate_code": "string",
    • "display_name": "string",
    • "interest_type": "string",
    • "interest_rate": 0,
    • "calculated_interest_rate": 0
    }
}
Copyright © 2023 KeyBank & Qolo. All rights reserved.