Terminal Statuses
Description¶
The terminalStatuses endpoint is used to get the list of the different types of transaction statuses that are present in the application.  
Request¶
Endpoint¶
ui/refdata/v1/terminalStatusesMethod¶
GET
Response¶
[
    {
        "name": "ACTIVE"
    },
    {
        "name": "DAMAGED"
    },
    {
        "name": "SUSPENDED"
    }
]
Tabular Format
| TERMINAL STATUS NAME | 
|---|
| ACTIVE | 
| DAMAGED | 
| SUSPENDED | 
Updated As Of Version: 6.4.2.10