All pages
Powered by GitBook
1 of 1

Loading...

Inactivate deposit product

Use case

In this example, we will review how to deactivate a deposit product.

Use case data
API parameters with values

The path parameter is depositTypeCode. We will use the PREMIUM deposit product.

...product/PREMIUM/deactivate

Sample API call

To deactivate a deposit product, make the following API call.

Sample response

Below, you find an example response body to the API call above.

Response
{
    "errors": null,
    "validationErrors": null,
    "data": null
}

Result

As a result, the PREMIUM deposit product was deactivated.

  • Once a deposit product is deactivated, the existing active contracts created under this product will remain active until they reach their maturity date.

  • Opening new contracts for a deactivated deposit product is not possible.

deposit-api.sandbox.tuumplatform.com/api/v1/deposits/product/{depositTypeCode}/deactivate

See more information about the endpoint in the Tuum developer portal.

deactivate deposit product