...contracts/ID-1696407222/...
.../versions/ID-1696407267/...
The deposit contract is terminated without any of the interest it has accrued during the term period.
To terminate an active contract prematurely, make the following API call.
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, the deposit contract is set to the TERMINATING
status.
In this example, we will review how to terminate an active contract prematurely (before the contract reaches its end date). We will use the that was previously created.
The contract header is ID-1696407222.
See the page for more details.
The active contract version is ID-1696407267.
See the page for more details.
deposit-api.sandbox.tuumplatform.com/api/v2/contracts/{headerId}/versions/{versionId}/prepare-for-termination
See more information about the endpoint in the Tuum developer portal.
In this example, we will review how to modify the tax exemption status and tax residency country assigned to an active deposit contract. These values are stored on the contract header level. After updating the contract header, these parameters will apply to all versions of the deposit contract.
...v2/contracts/ID-1696407222
We will change the tax residency country from Estonia to Germany.
We will set the tax exemption to true.
Below is an example request body of the API call for changing deposit contract payout details.
Below you find an example response body to the API call above.
As a result, the tax residency country was updated and the tax exemption was set to true. The updated settings were applied to all existing deposit contract versions.
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.
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.
The payoutDetails
parameter is optional and can only be defined for an active deposit contract.
Payout details support the following account number types:
Click on the tabs below to see the formatting for each account number types.
If payout details are not specified for a contract version, the payout will automatically be directed to the servicing account. It is not necessary to define the servicing account as the payout account in this case.
Payout details can be modified or removed. To remove payout details from an active contract version, include the following in the request:
To change the deposit contract payout details, make the following API call.
Below you find an example response body to the API call above.
As a result, the deposit contract payout details were updated.
In this block, you will find the most common use cases that explain how to manage an active deposit contract.
Below you will find the following sections:
The prolongationCode
parameter can have one of the following values:
PRINCIPAL - The deposit contract is extended to a new period with only the initial deposit principal amount. All interest accrued during the term will be paid out to the payout account defined for the deposit.
PRINCIPAL_WITH_INTEREST - The deposit contract is extended to a new period with both the initial deposit principal amount and the interest accrued during the previous term. The interest is capitalised, meaning it is added to the initial principal amount, resulting in a new principal amount for the next term period.
To change the deposit contract prolongation details, make the following API call.
Below is an example request body of the API call for changing deposit contract payout details.
Below you find an example response body to the API call above.
As a result, the deposit contract prolongation status was updated.
The contract header is ID-1696407222.
See the page for more details.
To update the contract header, make the following API call.
deposit-api.sandbox.tuumplatform.com/
api/v2/contracts/{headerId}
See more about the endpoint in the Tuum developer portal.
In this use case, we will create an interest adjustment for an active deposit contract. We will use the that was previously created.
To adjust the deposit contract interest, make the following API call.
deposit-api.sandbox.tuumplatform.com/api/v1/contracts/{headerId}/adjustments
See more about the endpoint in the Tuum developer portal.
In this example, we will review how to change the payout details for an active deposit contract. We will use the that was previously created.
,
.
Parameter validations:
If accountNumber.type
is IBAN, financialInstitutionId
is not required.
If accountNumber.type
is IBAN and financialInstitutionId
is provided, then countryCode
is required.
Parameter validations:
If financialInstitutionId
is provided, type
can be one of the following values:
BIC,
SORT_CODE,
BANK_CODE,
ABA_CODE.
If accountNumber.type
is BBAN and financialInstitutionId
is ABA_CODE, countryCode
can be one of the following:
US (United States of America),
PR (Puerto Rico),
AS (American Samoa),
GU (Guam),
VI (Virgin Islands).
If accountNumber.type
is BBAN and financialInstitutionId
is SORT_CODE, countryCode
is GB (Great Britain)
In this example, we will change the contract prolongation status for an active contract. We will use the that was previously created.
deposit-api.sandbox.tuumplatform.com/api/v2/contracts/{headerId}/versions/{versionId}/prolongation-status
See more about the endpoint in the Tuum developer portal.
api/v1/contracts/ID-1696407222...
...versions/ID-1696407267/payout-details
...v2/contracts/ID-1696407222/...
The active contract version is ID-1696407267
. See the find deposit contract page for more details.
...versions/ID-1696407267/payment-instructions
We will change prolongation status to principal with interest. With this setting when the deposit contract is automatically prolonged, the interest is moved to principal.
The contract header is ID-1696407222
. See the for more details.
The active contract version is ID-1696407267
. See the for more details.
The new payout details.
Note: the payoutDetails
parameter is not mandatory. This parameter can be only defined for an active deposit contract. See more information about the payoutDetails
parameter .
The contract header is ID-1696407222.
See the page for more details.