Chase · Schema

Chase Rewards Balance

Account AggregationBankingConsentCredit CardsFDXFinancial-ServicesLoyaltyOpen BankingPay with PointsRewards

Properties

Name Type Description
cardToken string
pointsBalance integer
cashValue number
currency string
View JSON Schema on GitHub

JSON Schema

chase-rewards-balance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developer.chase.com/schemas/rewards-balance.json",
  "title": "Chase Rewards Balance",
  "type": "object",
  "required": ["cardToken", "pointsBalance"],
  "properties": {
    "cardToken": { "type": "string" },
    "pointsBalance": { "type": "integer" },
    "cashValue": { "type": "number" },
    "currency": { "type": "string" }
  }
}