Chase website screenshot

Chase

JPMorgan Chase Bank, N.A. is a leading US financial institution providing consumer and commercial banking, credit cards, mortgages, and merchant services. The Chase Developer Portal exposes APIs for FDX-aligned account aggregation, customer consent, rewards balances, and the Loyalty Pay with Points platform that lets enrolled merchants and partners enable customers to redeem Ultimate Rewards points at checkout.

6 APIs 0 Features
Account AggregationBankingConsentCredit CardsFDXFinancial ServicesLoyaltyOpen BankingPay with PointsRewards

APIs

Chase Account and Customer Information API

FDX-aligned API that allows authorized data recipients to securely retrieve account and customer information for Chase customers. Supports account profiles, balances, transactio...

Chase Account Aggregation User Consent API

Consent management API used to obtain, store, and revoke customer consent for sharing account information with authorized third-party data recipients. Implements the FDX consent...

Chase Rewards Balance API

API that allows merchant and partner systems to retrieve a Chase cardholder's current rewards points balance for use in loyalty experiences and Pay with Points checkouts.

Chase Loyalty Pay with Points Order Service API

API that lets merchants accept Chase Ultimate Rewards points as payment at checkout. Supports order creation, redemption, capture, refund, and reversal flows for the Pay with Po...

Chase Loyalty Pay with Points Enrollment Service API

API that allows merchants and partners to enroll customer payment cards in the Chase Pay with Points program so points can be redeemed against future purchases.

Chase Loyalty PCI Merchant Relationship Manager API

API for managing PCI-compliant merchant relationships for the Chase loyalty platform, supporting onboarding, profile updates, and configuration of merchant integrations.

Collections

Pricing Plans

Chase Plans Pricing

2 plans

PLANS

Rate Limits

Chase Rate Limits

2 limits

RATE LIMITS

FinOps

Chase Finops

FINOPS

Semantic Vocabularies

Chase Context

0 classes · 5 properties

JSON-LD

JSON Structure

Chase Structure

0 properties

JSON STRUCTURE

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🌐
Portal
Portal
🔗
Demo
Demo
💬
FAQ
FAQ
🔗
Glossary
Glossary
💬
Support
Support
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
Spectral
Spectral

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Chase Rewards Balance API
  version: '1.0'
request:
  auth:
    type: oauth2
    flow: client_credentials
    accessTokenUrl: https://api.chase.com/oauth2/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Rewards Balance
    type: folder
  items:
  - info:
      name: Retrieve a rewards balance for a tokenized card
      type: http
    http:
      method: POST
      url: https://api.chase.com/loyalty/rewards-balance/balances
      body:
        type: json
        data: '{}'
    docs: Retrieve a rewards balance for a tokenized card
bundled: true