Spend Bonus Category Card
info
This endpoint returns a list of all credit cards within a spend bonus category
HTTP REQUEST
GET /creditcard-spendbonusategory-categorycard/{categoryid}
RESPONSE
{
"cardKey": "amex-platinum",
"cardName": "The Platinum Card®",
"cardIssuer": "American Express",
"cardNetwork": "American Express",
"categoryType": "Single Category - Airfare",
"spendBonusCategoryName": "Airfare",
"spendBonusCategoryId": 2013874334,
"spendBonusDesc": "5X Membership Rewards® points on up to $500,000 per calendar year on flights booked directly with airlines or with American Express Travel via AmexTravel.com or by calling 800-525-3355.",
"earnMultiplier": 5.0,
"spendType": "American Express Membership Rewards",
"isDateLimit": 0,
"limitBeginDate": "",
"limitEndDate": "",
"isSpendLimit": 1,
"spendLimit": 500000,
"spendLimitResetPeriod": "Year""
}
Notes
- categoryType:
- Multi Category: Spend Limit is shared across two or more categories, for example, Chase Freedom has a quarterly promotion where Grocery Stores, Fitness Club, and Target have a total spend limit of $1,500
- Option 1: Several cards have an option where you can select one category within a list to get the spend bonus applied (eg. Bank of America® Customized Cash Rewards)
- Option 1 (Select two): Similar to Option 1 except you can select two cateogories (eg. U.S. Bank Cash+® Visa Signature®)
- Single Category: Most common, one category
Path Parameters
NAME | TYPE | DESCRIPTION | REQUIRED |
---|---|---|---|
spendBonusCategoryId | string | unique ID from GET Spend Bonus Category List | Yes |
Examples
Response Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
cardKey | string | Rewards Credit Card API unique card key |
cardName | string | Name of credit card |
cardIssuer | string | Issuing bank |
cardNetwork | string | Network (e.g. Visa) |
categoryType | string | Category type (see notes section) |
spendBonusCategoryName | string | Spend category name (eg. Dining) |
spendBonusCategoryId | string | unique category ID |
spendBonusDesc | string | Spend bonus description |
earnMultiplier | number | Points/miles per dollar |
spendType | string | Card earning currency (eg. cash, AMEX Membership Rewards) |
isDateLimit | bit | Is category date limited? (0=no, 1=yes) |
limitBeginDate | date | Date spend bonus begins |
limitEndDate | date | Date spend bonus ends |
isSpendLimit | bit | Is there a spend limit? (0=no, 1=yes) |
spendLimit | number | Spent limit amount if applies |
spendLimitResetPeriod | string | If spend limit when the limit is reset (eg. Year) |
Data Source(s)
Bank websites