v1

latestOpenAPI 3.1.02026-08-04490133.8 KB

Get a single card

get/cards/{cardId}

Path parameters

cardIdstring required

enter the card id

Response

200

codeinteger
successboolean

Example response

{
  "code": 200,
  "data": {
    "message": "Card details fetched successfully",
    "data": {
      "totalCardSpend": "13.98",
      "card": {
        "securityCode": "494",
        "expiration": "0927",
        "currency": "USD",
        "status": "active",
        "title": "Test",
        "color": "orange",
        "name": "Test User",
        "amount": 0.02,
        "createdAt": "2023-09-11T11:31:31.209Z",
        "updatedAt": "2023-09-18T09:20:24.742Z",
        "id": "16b3809b-c04e-4eb9-42dc-08dba4b9e",
        "brand": "Visa",
        "mask": "485997******7914",
        "number": "4859970000007914",
        "ownerId": "CUI5",
        "isNonSubscription": true,
        "lastUsedOn": "2023-09-18T09:20:25+00:00",
        "billingAddress": {
          "address": "447 Broadway, 2nd Floor",
          "city": "New York",
          "state": "NY",
          "zipCode": "10013",
          "country": "US"
        }
      }
    }
  },
  "success": true
}