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.
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"
}