2025-07-04, featuring key improvements to our Card Brand model and the introduction of the new Card Products API.
This version enhances data consistency across card networks, issuers, and products — enabling more structured integrations and cleaner brand experiences for your users.
What’s New
Card Brand API

- Brand data is now fully nested, encapsulating
network,issuer, and visual assets under each brand. - New fields such as
card_product_id,description, andtypeprovide more granular control when mapping and displaying cards. - Removed legacy fields (
last4,shared) for a cleaner, product-centric response format.
Available when passing
Method-Version: 2025-07-04 in the request header.Previous Response
Previous Response
New Response
New Response
Card Products API
We’re introducing the new Card Products API — a directory of card products that allows you to retrieve all associatedCard Brand objects for a given product.
This endpoint gives developers a unified way to reference and display card metadata (art, network, tier, and issuer) across all variants of a card family.
Available when passing
Method-Version: 2025-07-04 in the request header.Example Request
Example Request
Example Response
Example Response
Breaking Changes
-
Card Brand response shape updated
networkandissuerare now nested under eachbrand.- New fields:
card_product_id,description,type. - Removed fields:
last4,shared.
Why It Matters
This release unifies how card data is modeled and consumed across the Method platform. By standardizing theCard Brand object and introducing a canonical Card Products directory, developers can now:
- Reliably map and display card details across networks and issuers
- Build consistent card selection and branding experiences in their apps
- Reduce dependency on ad-hoc naming or inferred card data
Upgrading to 2025-07-04
The new API version is available to all existing teams. New teams are automatically pinned to2025-07-04.
- Request Header: Set
Method-Versionto2025-07-04. See API Versioning for more information. - Client Libraries:
method-nodeandmethod-pythonv2.0.0+ default to this version.
Once upgraded, rollbacks to prior API versions are not supported. Contact your Method CSM for upgrade assistance.