GET
/
accounts
/
{acc_id}
/
card_brands
/
{cbrd_id}
curl https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/card_brands/cbrd_eVMDNUPfrFk3e \
  -X GET \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "id": "cbrd_eVMDNUPfrFk3e",
  "account_id": "acc_yVf3mkzbhz9tj",
  "network": "visa",
  "issuer": "Chase",
  "last4": "8623",
  "brands": [
    {
      "art_id": "art_JTDgcPMTxYzcK",
      "url": "https://static.methodfi.com/cards/art_JTDgcPMTxYzcK.png",
      "name": "United ClubSM Infinite Card"
    }
  ],
  "status": "completed",
  "shared": false,
  "error": null,
  "created_at": "2024-03-19T01:05:37.247Z",
  "updated_at": "2024-03-19T01:05:37.247Z"
}

Retrieves a CardBrand record for an Account.

Path Parameters

acc_id
string
required

ID of the Account.

cbrd_id
string
required

ID of the CardBrand.

Returns

Returns a CardBrand object.

curl https://production.methodfi.com/accounts/acc_yVf3mkzbhz9tj/card_brands/cbrd_eVMDNUPfrFk3e \
  -X GET \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "id": "cbrd_eVMDNUPfrFk3e",
  "account_id": "acc_yVf3mkzbhz9tj",
  "network": "visa",
  "issuer": "Chase",
  "last4": "8623",
  "brands": [
    {
      "art_id": "art_JTDgcPMTxYzcK",
      "url": "https://static.methodfi.com/cards/art_JTDgcPMTxYzcK.png",
      "name": "United ClubSM Infinite Card"
    }
  ],
  "status": "completed",
  "shared": false,
  "error": null,
  "created_at": "2024-03-19T01:05:37.247Z",
  "updated_at": "2024-03-19T01:05:37.247Z"
}