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/giftCardStatuses
Method¶
GET
Response¶
[{
"value": "Active",
"name": "ACTIVE"
},
{
"value": "Deactivated",
"name": "DEACTIVATED"
},
{
"value": "Deleted",
"name": "DELETED"
},
{
"value": "Expired",
"name": "EXPIRED"
},
{
"value": "Failed",
"name": "FAILED"
},
{
"value": "Inactive",
"name": "INACTIVE"
}
]
Tabular Format
GIFT CARD STATUS VALUE | GIFT CARD STATUS NAME |
---|---|
Active | ACTIVE |
Deactivated | DEACTIVATED |
Deleted | DELETED |
Expired | EXPIRED |
Failed | FAILED |
Updated As Of Version: 2.6.0.3