Spend Bonus Category List
info
This endpoint returns a list of all spend bonus categories
HTTP REQUEST
GET /creditcard-spendbonuscategory-sspendbonuscategorylist/
RESPONSE
{
"spendBonusSubcategoryGroup": "Hotel",
"spendBonusCategory": [
{
"spendBonusCategoryName": "Best Western",
"spendBonusCategoryId": 1383930936,
"isAll": 0
},
{
"spendBonusCategoryName": "Caesars",
"spendBonusCategoryId": 1736931504,
"isAll": 0
},
{
"spendBonusCategoryName": "Choice Privileges",
"spendBonusCategoryId": 252294239,
"isAll": 0
},
{
"spendBonusCategoryName": "Diamond Resorts",
"spendBonusCategoryId": 242114707,
"isAll": 0
},
{
"spendBonusCategoryName": "Hilton Hotels & Resorts",
"spendBonusCategoryId": 856563187,
"isAll": 0
},
{
"spendBonusCategoryName": "Hotels",
"spendBonusCategoryId": 164006704,
"isAll": 1
},
{
"spendBonusCategoryName": "Hyatt",
"spendBonusCategoryId": 10478769,
"isAll": 0
},
{
"spendBonusCategoryName": "IHG Hotels & Resorts",
"spendBonusCategoryId": 1342938109,
"isAll": 0
},
{
"spendBonusCategoryName": "Marriott",
"spendBonusCategoryId": 661059256,
"isAll": 0
},
{
"spendBonusCategoryName": "MGM Grand",
"spendBonusCategoryId": 660768846,
"isAll": 0
},
{
"spendBonusCategoryName": "PENN Entertainment",
"spendBonusCategoryId": 1100403985,
"isAll": 0
},
{
"spendBonusCategoryName": "Radisson Hotels",
"spendBonusCategoryId": 247349669,
"isAll": 0
},
{
"spendBonusCategoryName": "Sonesta",
"spendBonusCategoryId": 1454208354,
"isAll": 0
},
{
"spendBonusCategoryName": "Wyndham Hotels & Resorts",
"spendBonusCategoryId": 1087721449,
"isAll": 0
}
]
}
Notes
- spendBonusCategoryId is use as a path parameter in GET Spend Bonus Category Card
- isAll is a flag that denotes if the Spend Bonus Category Name is restricted to a single merchant or covers all merchants
Example Hierarchy
- spendBonusCategoryGroup | Shopping
- spendBonusSubcategoryGroup | Department Store
- spendBonusCategoryName | Nordstrom
- spendBonusCategoryName | Macy's
- spendBonusCategoryName | Saks Fifth Avenue
- spendBonusSubcategoryGroup | Department Store
Path Parameters
NAME | TYPE | DESCRIPTION | REQUIRED |
---|---|---|---|
none |
Examples
Response Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
spendBonusCategoryGroup | string | Spend Bonus Category Group |
spendBonusSubcategoryGroup | string | Spend Bonus SubcategoryGroup |
spendBonusCategoryName | string | Spend Bonus Category Name |
spendBonusCategoryId | int | Spend Bonus Category ID |
isAll | int | Is the Spend Bonus Category Name restricted to a single merchant? |
Data Source(s)
Bank websites