Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Note that you can completely modify the deposit product configuration when the deposit product is in the DRAFT status. Once the product is in the ACTIVE status, you can only update the interest conditions. When the product is in the INACTIVE status, you cannot modify any product fields.
In the table below, you will find a list of the settings that have been modified for the deposit product:
The product description is updated.
The deposit country is set to Germany.
The contract number prefix is modified.
The premature deposit contract termination is with interest.
The deposit contract period is 12 months.
The deposit is offered for legal entities.
The deposit product end is updated. Note: the date format is YYYY-MM-DD.
To update a deposit product, make the following API call.
Below is an example request body for the API call to update a deposit product.
Below, you find an example response body to the API call above.
As a result, the following deposit product settings were updated:
description,
countryCode,
contractNumberPrefix,
terminationType,
period,
perconTypeCode,
validityRange - endDate.
In this use case, we will review how to update a deposit product. We will change the deposit product that was created in a .
deposit-api.sandbox.tuumplatform.com/
api/v2/deposits/product/{depositTypeCode}
See more information about the endpoint in the Tuum developer portal.
Here we will review how to create deposit class codes that can be used to define separate general ledger accounts for different deposit products. We will create a new deposit class code for the premium customers.
The new class code is created for the premium customers group.
To create a new deposit class code, make the following API call.
Below is an example request body of the API call for creating a deposit class code.
Below you find an example response body to the API call above.
As an outcome, a new deposit class code for premium customers was created.
deposit-api.sandbox.tuumplatform.com/api/v1/deposit-class-codes
See more about the endpoint in the Tuum developer portal.
The path parameter is depositTypeCode. We will use the PREMIUM deposit product.
...deposits/product/PREMIUM
Below you find an example response body to the API call above.
As a result, a complete set of product details about the PREMIUM deposit product was returned.
In this example, we will find the .
deposit-api.sandbox.tuumplatform.com/api/v1/deposits/product/{depositTypeCode}
See more about the endpoint in the Tuum developer portal.
In this example, we will review how to deactivate a deposit product.
The path parameter is depositTypeCode. We will use the PREMIUM deposit product.
...product/PREMIUM/deactivate
To deactivate a deposit product, make the following API call.
Below, you find an example response body to the API call above.
As a result, the PREMIUM deposit product was deactivated.
deposit-api.sandbox.tuumplatform.com/api/v1/deposits/product/{depositTypeCode}/deactivate
See more information about the endpoint in the Tuum developer portal.
The path parameter is depositTypeCode. We will use the PREMIUM deposit product.
.../product/PREMIUM/activate
To activate a deposit product, make the following API call.
Below you find an example response body to the API call above.
As a result, the PREMIUM deposit product was activated.
In this use case we will activate a new deposit product that was created as a .
deposit-api.sandbox.tuumplatform.com/api/v1/deposits/product/{depositTypeCode}/activate
See more information about the endpoint in the Tuum developer portal.
Here we will review how to create a deposit product with the minimum set of data:
The description of the deposit product.
The deposit group code. Currently, the TIME_DEPOSIT is the only available value.
A unique code for product identification. It must be a unique value and can contain uppercase letters, numbers, and the special characters “-” (dash), “_” (underscore), and “.” (full-stop). Spaces are not allowed.
The code of the tenant where the deposit product is going to be opened.
The deposit product country is Estonia and the currency is euro.
A contract number prefix.
It must be a unique value and can contain uppercase letters, numbers, and the special characters “-” (dash), “_” (underscore), “/” (slash), and “.” (full-stop). Spaces are not allowed.
The deposit offer opened based on this product will be valid for 1 day. The number of days that the system will wait for the contracts of this product type to receive the deposit balance amount from the servicing account. If the expected deposit amount is not received within 2 days, the system cancels the deposit product.
The premature contract termination is without interest.
The automatic prolongation of the deposit contract is allowed.
Deposit product interest settings:
Interest calculation method 30/360 - considers that each month has 30 days and there are 360 days in a year.
Interest conditions are applied for a fixed period of time.
The amount that the customer can deposit is a range from 5000 to 10000 EUR. Note: The endValue is an exclusive parameter.
The default deposit interest rate is 0.25.
The minimum interest rate is 0.21 and the maximum is 0.75.
The deposit period is 3 months.
The deposit interest is paid out at the end of the deposit period.
This deposit product holder is a private person.
To create a deposit product, make the following API call.
Below is an example request body of the API call for creating a deposit product.
Below you find an example response body to the API call above.
As an outcome, a new deposit product was created in a DRAFT
status.
The that was created as a first step.
deposit-api.sandbox.tuumplatform.com/api/v2/deposits/product
See more information about the endpoint in the Tuum developer portal.
Instructions in this section will help you to manage deposit products throughout their lifecycle.
Below you will find the following chapters: