Create deposit application
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"initialMoney": {
"amount": 5000,
"currencyCode": "EUR"
},
"depositTypeCode": "PREMIUM",
"accountId": "ID-5334",
"period": 3,
"periodTypeCode": "MONTH",
"interestPaymentFreqCode": "END",
"countryCode": "EE",
"taxResidencyCountryCode": "EE",
"taxExempt": "false"
}curl --location 'https://deposit-api.sandbox.tuumplatform.com/api/v2/persons/ID-2660/applications' \
--header 'x-channel-code: SYSTEM' \
--header 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoiSm9obiBPZmZpY2VyIiwiZW1wbG95ZWVJZCI6IjEiLCJ0ZW5hbnRDb2RlIjoiTUIuRVUiLCJleHBpcnlEVGltZSI6IjIwMjQtMDUtMjlUMTc6MjM6MDQiLCJleHAiOjE3MTcwMDMzODQsInJvbGVzIjpbIkFETUlOIl19.RyH47_HA4Run4sJtIGeiJmxhlN8sCin_GnGLH_6qKZc' \
--header 'Content-Type: application/json' \
--data '{
"initialMoney": {
"amount": 5000,
"currencyCode": "EUR"
},
"depositTypeCode": "PREMIUM",
"accountId": "ID-5334",
"period": 3,
"periodTypeCode": "MONTH",
"interestPaymentFreqCode": "END",
"countryCode": "EE",
"taxResidencyCountryCode": "EE",
"taxExempt": "false"
}'Sample response
Result
Last updated
Was this helpful?