{
  "id": "pdt_17",
  "name": "Chase Freedom",
  "issuer": "Chase",
  "type": "specific",
  "brands": [
    {
        "id": "pdt_17_brd_1",
        "description": "Chase Freedom",
        "network": "visa",
        "default_image": "https://static.methodfi.com/card_brands/fb5fbd6a5d45b942752b9dc641b93d1f.png"
    },
    {
        "id": "pdt_17_brd_2",
        "description": "Chase Freedom",
        "network": "visa",
        "default_image": "https://static.methodfi.com/card_brands/6cb697528b0771f982f7c0e8b8869de3.png"
    }
  ]
}
This API is only available on version 2025-07-04.
The CardProduct endpoint retrieves the associated Card Brands associated with a given Card Product.

CardProduct Objects

id
string
Unique identifier for the CardProduct.
account_id
string
The ID of the associated Account.
name
string
The name of the card product.
issuer
string
The issuer of the card product.
brands.type
enum
The type of brand
brands
object[]
The brands associated with the card.
error
object | null
An object representing an error that occurred while processing this CardProduct. See CardProduct errors.
created_at
string
Timestamp of when the CardProduct was created.
updated_at
string
Timestamp of when the CardProduct was last updated.

Webhook Payload

{
  "id": "pdt_17",
  "name": "Chase Freedom",
  "issuer": "Chase",
  "type": "specific",
  "brands": [
    {
        "id": "pdt_17_brd_1",
        "description": "Chase Freedom",
        "network": "visa",
        "default_image": "https://static.methodfi.com/card_brands/fb5fbd6a5d45b942752b9dc641b93d1f.png"
    },
    {
        "id": "pdt_17_brd_2",
        "description": "Chase Freedom",
        "network": "visa",
        "default_image": "https://static.methodfi.com/card_brands/6cb697528b0771f982f7c0e8b8869de3.png"
    }
  ]
}