Create deposit offer
Use case
In this example we will review the first step of the deposit contract origination flow that starts with creating a deposit offer.
We will create a deposit offer for a test person whose account ID is ID-2660
.
...persons/ID-2660/offers
The deposit is offered with the 3 month duration. The interest will be payed at the end of the contract period. The deposit country is Estonia.
The deposit amount is 5000 EUR.
Upon maturity of the deposit contract, the deposit API transfers the payout to the designated payout account. If payout details are not provided, the payout is automatically directed to the servicing account.
The default deposit interest rate is set at 0.35.
Note: If the deposit product has a defined minimum and maximum interest rate range, you can set a custom interest rate within this range to override the default rate. If no interest range is defined for the deposit product, the default interest rate of 0.35 is applied.
Sample API call
POST
/deposit-api.sandbox.tuumplatform.com/api/v2/persons/{personId}/offers
Sample request
Below is an example request body of the API call for creating a deposit offer.
Sample response
Below you find an example response body to the API call above.
Result
As an outcome, a new deposit offer ID-1718024058
was created.
Last updated
Was this helpful?