# CONSUMER_OVERDRAFT_INTEREST_RATE_CHANGE The overdraft's interest_accrual_rate has been recalculated and updated due to a reference rate change. Endpoint: POST consumer_overdraft_interest_rate_change Version: 1.0 ## Request fields (application/json): - `id` (string, required) The ID of the overdraft. - `interest_accrual_rate` (number, required) The new daily rate at which interest is accrued on the used amount of the overdraft. - `effective_from` (string, required) The date and time in which the new interest accrual rate becomes effective. ## Response 200 fields