Payment Method Statuses
Description¶
The paymentMethodStatuses endpoint is used to get the list of different Payment Method Statuses that are used in the application.
Request¶
Endpoint¶
/ui/refdata/v1/paymentMethodStatusesMethod¶
GET
Response¶
{
"value": "Active",
"name": "ACTIVE"
},
{
"value": "Deleted",
"name": "DELETED"
},
{
"value": "Expired",
"name": "EXPIRED"
},
{
"value": "Failed",
"name": "FAILED"
}
Tabular Format
| PAYMENT METHOD STATUS NAME | PAYMENT METHOD STATUS VALUE |
|---|---|
| ACTIVE | Active |
| DELETED | Deleted |
| EXPIRED | Expired |
| FAILED | Failed |
Updated As Of Version: 1.7.0.12