Merchant Statuses
Description¶
The merchantStatuses endpoint is used to list all different types of Merchant Statuses that are present in the application.  
Request¶
Endpoint¶
ui/refdata/v1/merchantStatusesMethod¶
GET
Response¶
[
    {
        "name": "ACTIVE"
    },
    {
        "name": "CLOSED"
    },
    {
        "name": "DELETED"
    }
]
Tabular Format
| MERCHANT STATUS NAME | 
|---|
| ACTIVE | 
| CLOSED | 
| DELETED | 
Updated As Of Version: 6.1.0.3