Gift Card Statuses
Description¶
The following are the Gift Card Statuses that are applicable to the gift cards in the application.
Request¶
Endpoint¶
ui/refdata/v1/giftCardStatusesMethod¶
GET
Response¶
[
    {
        "name": "ACTIVE"
    },
    {
        "name": "DEACTIVATED"
    },
    {
        "name": "DELETED"
    },
    {
        "name": "EXPIRED"
    },
    {
        "name": "FAILED"
    },
    {
        "name": "INACTIVE"
    }
]
Tabular Format
| GIFT CARD STATUS NAME | 
|---|
| ACTIVE | 
| DEACTIVATED | 
| DELETED | 
| EXPIRED | 
| FAILED | 
Updated As Of Version: 6.1.0.3