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/paymentMethodStatuses

Method

 GET

Response

 [
    {
        "name": "ACTIVE"
    },
    {
        "name": "BLOCKED"
    },
    {
        "name": "DELETED"
    },
    {
        "name": "EXPIRED"
    },
    {
        "name": "FAILED"
    }
]

Tabular Format

PAYMENT METHOD STATUS NAME
ACTIVE
BLOCKED
DELETED
EXPIRED
FAILED

Updated As Of Version: 6.1.0.3