Create deposit application
Use case
In this example, we will review how to create a deposit application with a minimum data set.
We will create a deposit application for a test person whose account ID is ID-2660
.
...persons/ID-2660/applications
The amount that the test person is going to deposit is 5000 EUR.
The deposit application is opened for a PREMIUM deposit product created earlier.
The servicing account ID that is tied to the deposit. Note: see the create account article to learn more about the account creation.
The deposit is offered with the 3 month duration. The interest will be paid at the end of the contract period. The deposit's jurisdiction country is Estonia.
The tax residency code determines which tax rate is enabled for this country when deducting the tax from the interest during the pay out. The tax exempt is false by default. Note: the taxResidencyCountryCode and taxExempt parameters are editable even after the deposit contract is created or activated.
Sample API call
deposit-api.sandbox.tuumplatform.com/api/v2/persons/{personId}/applications
Sample request
Below is an example request body of the API call for creating a deposit application.
Sample response
Below you find an example response body to the API call above.
Result
As a result, a new deposit application ID-1696407202
was created.
Last updated
Was this helpful?