Skip to main content
PATCH
Set or update an account's interest rate

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

account_id
string
required

Account ID

Body

application/json

The account.interest_rate to update

interest_rate
number<float>

Account interest rate. Must be between 0 and 1. For example, 0.015 would correspond to a rate of 1.5%.

Required range: 0 <= x < 1

Response

200 - application/json

The account.interest_rate updated

The response is of type object.