---
title: "Retrieve Credit Card Brand for Connected User"
method: GET
path: "/v1/creditCards/brands"
tags: ["Credit Card Brands"]
---

# Retrieve Credit Card Brand for Connected User

`GET /v1/creditCards/brands`

Retrieve credit card brand information for a connected user and their associated credit cards.

## Query parameters

- `userId` string, required
- `creditCardIds` string[]

## Response `200`

- CreateCreditCardBrandForConnectedUserOperationResponse
  - `data` CreditCardBrandDataForConnectedUser, required
    - `userId` string, required — The user ID associated with these credit cards
    - `creditCards` CreditCardBrandForConnectedUserResponse[], required — Array of credit card brand information
      - `creditCardId` string, required — The credit card ID
      - `creditCardName` string — The name of the card
      - `creditCardArtUrl` string — The URL for the card's artwork
      - `status` 'SUCCESS' | 'CREDIT_CARD_NOT_SUPPORTED' | 'INVALID_CARD_NUMBER' | 'UNKNOWN_ERROR' | 'CREDIT_CARD_ACCOUNT_CLOSED' | 'USER_INPUT_REQUIRED', required — Status of the card brand processing

## Other responses

- `400` — Bad request response
- `401` — Unauthorized response
- `404` — Not found response
- `500` — Internal server error response

---

[API](https://skmtc.dev/spinwheel/apis/discover.md) · [All operations](https://skmtc.dev/spinwheel/apis/discover/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spinwheel/discover/revisions/55b90a2e1dd4/schema)
