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

[[
    {
        "name": "FLAT"
    },
    {
        "name": "PERCENTAGE"
    }
]

Tabular Format

FEES TYPE NAME
FLAT
PERCENTAGE

Updated As Of Version: 6.1.0.3