Transaction Statuses
Description¶
The transactionStatuses
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/transactionStatuses
Method¶
GET
Response¶
{
"value": "Failure",
"name": "FAILURE"
},
{
"value": "Success",
"name": "SUCCESS"
},
{
"value": "Under Review",
"name": "UNDER_REVIEW"
}
Tabular Format
TRANSACTION STATUS TYPE | TRANSACTION STATUS NAME |
---|---|
Failure | FAILURE |
Success | SUCCESS |
Under Review | UNDER_REVIEW |
Updated As Of Version: 1.7.0.12