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/transactionStatusesMethod¶
GET
Response¶
[
{
"name": "FAILURE"
},
{
"name": "PARTIALLY_AUTHORIZED"
},
{
"name": "PENDING"
},
{
"name": "SUCCESS"
},
{
"name": "UNDER_REVIEW"
}
]
Tabular Format
| TRANSACTION STATUS NAME |
|---|
| FAILURE |
| PARTIALLY_AUTHORIZED |
| PENDING |
| SUCCESS |
| UNDER_REVIEW |
Updated As Of Version: 6.1.1