Fees Types

Description

The feesTypes endpoint is used to get the list of the different Convenience fees types that are present in the application.

Request

Endpoint

ui/refdata/v1/feesTypes

Method

GET

Response

[{
        "value": "Flat",
        "name": "FLAT"
    },
    {
        "value": "Percentage",
        "name": "PERCENTAGE"
    }
]

Tabular Format

DATE TYPE VALUE DATE TYPE NAME
Flat FLAT
Percentage PERCENTAGE

Updated As Of Version: 3.3.0.5