v1

latestOpenAPI 3.0.02026-07-2459256884.4 KB
Credit Card Brands

Retrieve Credit Card Brand for Connected User

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

get/v1/creditCards/brands

Query parameters

userIdstring required

The user ID to get credit card brands for

creditCardIdsstring[]

Optional array of credit card UUIDs to limit the credit card brands returned

Response

Example response

{
  "data": {
    "userId": "6ffe37ac-9be3-4522-9b29-227bf8f1187c",
    "creditCards": [
      {
        "creditCardId": "147500249-1098-1221-2168-6122859797551",
        "creditCardName": "Chase Freedom Visa Signature",
        "creditCardArtUrl": "https://cdn.spnwhl.io/images/logo/<uuid>.png",
        "status": "SUCCESS"
      }
    ]
  }
}