Create deposit class code

Use case

Here we will review how to create deposit class codes that can be used to define separate general ledger accounts for different deposit products. We will create a new deposit class code for the premium customers.

Use case data
API parameters with values

The new class code is created for the premium customers group.

Sample API call

To create a new deposit class code, make the following API call.

deposit-api.sandbox.tuumplatform.com/api/v1/deposit-class-codes

circle-info

See more about the create deposit class codearrow-up-right endpoint in the Tuum developer portal.

Sample request

Below is an example request body of the API call for creating a deposit class code.

{
  "description": "Class code for premium customers",
  "depositClassCode": "PREMIUM_CUSTOMER"
}

Sample response

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

chevron-rightResponsehashtag

Result

As an outcome, a new deposit class code for premium customers was created.

Last updated

Was this helpful?