Reports - Transaction Statuses

Description

The transactionStatusesForReports endpoint is used to get the list of the different types of transaction statuses for Reports that are present in the application.

Request

Endpoint

ui/refdata/v1/transactionStatusesForReports

Method

GET

Response

[
    {
        "name": "FAILURE"
    },
    {
        "name": "SUCCESS"
    }
]

Tabular Format

TRANSACTION STATUS NAME
FAILURE
SUCCESS

Updated As Of Version: 6.7.0