
How It Works
Card Brand is available as a Product (on-demand) or Subscription (continuous updates). Create a Card Brand request for a credit card account, and Method returns abrands array containing:
- name: The card product name (e.g., “Chase Sapphire Reserve”)
- network: The card network (e.g.,
visa,mastercard) - network_tier: The network tier (e.g.,
infinite,signature) - url: A hosted URL for the card art image
- type: Brand match quality:
specific(exact match with card art),generic(general metadata, no specific FI offering), orin_review(undergoing verification) - details: Structured card details:
card_category, purchase & cash-advance APRs, annual & late fees,rewards(type, program, and earn categories), andpromotions(with the sign-up bonus). Available on version2025-07-04and later; see the Card Brand reference.
source field on the response indicates where the data came from (method or network).
Quick Start
Supported Cards
Card Brand is available for credit card accounts on Visa and Mastercard networks. Requesting Card Brand for a non-credit-card account or an unsupported network returns aPRODUCT_UNAVAILABLE error.
Error Handling
PRODUCT_UNAVAILABLE: Account isn’t a credit card, or the network isn’t Visa/Mastercard.TEAM_CAPABILITY_RESTRICTED: Your team doesn’t have access to Card Brand.CARD_BRANDS_NOT_FOUND: The card’s brand could not be found or doesn’t exist.
Card Brand API Reference
Full API documentation for Card Brand.