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.
The CardBrand endpoint retrieves the associated credit card metadata (Product / Brand Name, Art, etc) directly from the card issuer,
allowing partners to display this information within their wallet experience.
The CardBrand endpoint is available only to partners processing payments using the
PaymentInstrument endpoint. Contact your Method CSM for more information.
The CardBrand endpoint is available as a:
| Type | Use-Case |
|---|
Product | On-Demand retrieval of credit card metadata (Product / Brand Name, Art, etc) directly from the card issuer |
Subscription | Near real-time updates on credit card metadata (Product / Brand Name, Art, etc) directly from the card issuer |
CardBrand Objects
Webhook Payload
The Webhook payload will contain the following information:
{
"id": "string",
"type": "card_brand.create" | "card_brand.update" | "card_brand.available",
"path": "/accounts/<acc_id>/card_brands/<cbrd_id>",
}
{
"id": "cbrd_Accm7P6t6mYQP",
"account_id": "acc_LxwEqNicr66yP",
"brands": [
{
"id": "pdt_15_brd_1",
"card_product_id": "pdt_15",
"description": "Chase Sapphire Reserve",
"name": "Chase Sapphire Reserve",
"issuer": "Chase",
"network": "visa",
"network_tier": "infinite",
"type": "specific",
"url": "https://static.methodfi.com/card_brands/1b7ccaba6535cb837f802d968add4700.png"
}
],
"status": "completed",
"source": "method",
"error": null,
"created_at": "2025-08-12T00:56:50.139Z",
"updated_at": "2025-08-12T00:56:50.139Z"
}