In this use case we will activate a new deposit product that was created as a previous step.
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.
deposit-api.sandbox.tuumplatform.com/api/v1/deposits/product/{depositTypeCode}/activate
See more information about the activate deposit productarrow-up-right endpoint in the Tuum developer portal.
Below you find an example response body to the API call above.
{ "errors": null, "validationErrors": null, "data": null }
As a result, the PREMIUM deposit product was activated.
Last updated 1 year ago
Was this helpful?