For credit card accounts, Method can retrieve the specific card product name and visual card art. Instead of displaying a generic “Visa credit card” line item, your product can show “Chase Sapphire Reserve” with the actual card image.Documentation Index
Fetch the complete documentation index at: https://docs.methodfi.com/llms.txt
Use this file to discover all available pages before exploring further.

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)
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.