v1

latestOpenAPI 3.1.02026-07-2419077.8 KB

Retrieve a Card

This endpoint can be used to retrieve details of cards saved under a customer. The 10 most recent cards directly linked to a customer or recipient are always visible

get/{customer_id}/{card_id}

Path parameters

customer_idstring required

The ID of the customer who the card is saved under.

card_idstring required

The ID of the card to be retrieved.

Response

200

idstring
objectstring
customerstring
fundingstring
fingerprintstring
brandstring
schemestring
exp_monthinteger
exp_yearinteger
last_fourstring
first_sixstring
namestring

Example response

{
  "id": "card_C9vyl1311012RofB527622",
  "object": "card",
  "address": {
    "country": "Kuwait",
    "city": "Kuwait city",
    "avenue": "Gulf",
    "street": "Salim",
    "line1": "Salmiya, 21"
  },
  "customer": "cus_w4P24120191640b9N91106702",
  "funding": "CREDIT",
  "fingerprint": "Q%2FcqTEPF%2FZuM7IaWN%2F7QR8kjZsJ1zzAdrmAhTXaBTOk%3D",
  "brand": "VISA",
  "scheme": "VISA",
  "exp_month": 12,
  "exp_year": 25,
  "last_four": "2393",
  "first_six": "479045",
  "name": "test user",
  "issuer": {
    "bank": "KUWAIT FINANCE HOUSE",
    "country": "KW"
  }
}