Adjust deposit contract interest
Last updated
Was this helpful?
Last updated
Was this helpful?
In this use case, we will create an interest adjustment for an active deposit contract. We will use the deposit contract that was previously created.
The contract header is ID-1696407222.
See find deposit contract page for more details.
...contracts/ID-1696407222/adjustments
The contract adjustment is an interest increase. And the component is interest.
Note: to create an interest decrease adjustment, use the following value for the eventTypeCode
parameter: INTEREST_DECREASE
.
The interest increase amount is 0.25 EUR. Note: the contract interest adjustments must fall within the overall deposit interest adjustments rule.
To adjust the deposit contract interest, make the following API call.
deposit-api.sandbox.tuumplatform.com/api/v1/contracts/{headerId}/adjustments
Below is an example request body of the API call for changing deposit contract payout details.
Below you will find an example response body to the API call above.
As a result a deposit contract interest adjustment: INTEREST_INCREASE with ID-1021
was created.