Skip to main content

Plaid Spending by Card

info

This endpoint returns Plaid spending categories for a single credit card

HTTP REQUEST
GET /creditcard-plaid-bycard/{cardKey}
RESPONSE
[
{
"cardKey": "amex-gold",
"cardName": "American Express® Gold",
"cardIssuer": "American Express",
"baseSpendAmount": 1.0,
"baseSpendEarnType": "American Express Membership Rewards",
"baseSpendEarnCategory": "Flex point",
"baseSpendEarnCurrency": "points",
"baseSpendEarnValuation": 2.2,
"baseSpendEarnIsCash": 1,
"baseSpendEarnCashValue": 0.6,
"plaidDetailed": [
{
"plaidDetailed": "FOOD_AND_DRINK_COFFEE",
"earnMultiplier": 4.0,
"isDateLimit": 0,
"limitBeginDate": "",
"limitEndDate": "",
"isSpendLimit": 0,
"spendLimit": 0,
"spendLimitResetPeriod": ""
},
{
"plaidDetailed": "FOOD_AND_DRINK_FAST_FOOD",
"earnMultiplier": 4.0,
"isDateLimit": 0,
"limitBeginDate": "",
"limitEndDate": "",
"isSpendLimit": 0,
"spendLimit": 0,
"spendLimitResetPeriod": ""
},
{
"plaidDetailed": "FOOD_AND_DRINK_GROCERIES",
"earnMultiplier": 4.0,
"isDateLimit": 0,
"limitBeginDate": "",
"limitEndDate": "",
"isSpendLimit": 1,
"spendLimit": 25000,
"spendLimitResetPeriod": "Year"
},
{
"plaidDetailed": "FOOD_AND_DRINK_OTHER_FOOD_AND_DRINK",
"earnMultiplier": 4.0,
"isDateLimit": 0,
"limitBeginDate": "",
"limitEndDate": "",
"isSpendLimit": 0,
"spendLimit": 0,
"spendLimitResetPeriod": ""
},
{
"plaidDetailed": "FOOD_AND_DRINK_RESTAURANT",
"earnMultiplier": 4.0,
"isDateLimit": 0,
"limitBeginDate": "",
"limitEndDate": "",
"isSpendLimit": 0,
"spendLimit": 0,
"spendLimitResetPeriod": ""
},
{
"plaidDetailed": "TRAVEL_FLIGHTS",
"earnMultiplier": 3.0,
"isDateLimit": 0,
"limitBeginDate": "",
"limitEndDate": "",
"isSpendLimit": 0,
"spendLimit": 0,
"spendLimitResetPeriod": ""
}
]
}
]

Notes

Path Parameters

NAMETYPEDESCRIPTIONREQUIRED
cardKeystringunique Rewards CC key IDYes

Examples

Response Attributes

NAMETYPEDESCRIPTION
cardKeystringRewards Credit Card API unique card key
cardNamestringName of credit card
cardIssuerstringIssuing bank
baseSpendAmountnumberPoints earned per dollar spend
baseSpendEarnTypestringRedemption program (e.g. American AAdvantage)
baseSpendEarnCategorystringSpend earning category (e.g. Travel)
baseSpendEarnCurrencystringSpend earning currenty type (rewards, miles, cashback, crypto, points)
baseSpendEarnValuationstringSpend earning category (e.g. Travel)
baseSpendEarnIsCashbitCan points be convered to a statement credit? (0=no, 1=yes)
baseSpendEarnCashValuenumberIf points can be cashed out (baseSpendEarnIsCash=1), what is the value per point (eg. AMEX MR can be cashed out at .6 cpp)
plaidDetailedstringPlaid taxonomy category
earnMultipliernumberpoints/miles per dollar
isDateLimitbitIs category date limited? (0=no, 1=yes)
limitBeginDatedateDate spend bonus begins
limitEndDatedateDate spend bonus ends
isSpendLimitbitIs there a spend limit? (0=no, 1=yes)
spendLimitnumberSpent limit amount if applies
spendLimitResetPeriodstringIf spend limit when the limit is reset (eg. Year)

Data Source(s)

Bank websites

Plaid