v1

latestOpenAPI 3.1.02026-07-26590236.8 KB

Close Card

delete/card/{card_id}

Path parameters

card_idstring required

Response

200

messagestring
{"stackTrail":"paths:/card/{card_id}:delete:responses:200:content:application/json:schema:properties:meta","oasType":"schema","type":"unknown"}
statusstring

Example response

{
  "data": {
    "id": "27f7daeeb05911ed9e800242ac110002",
    "holder_id": "c74b2fb8a59911eda9df0242ac110002",
    "holder_type": "person",
    "currency": "USD",
    "brand": "visa",
    "label": "Sandbox",
    "cardholder_name": "JOHN DERRICK",
    "number_masked": "4291**********55",
    "number": "f3e922abf2703e2769e2479abf7852b8",
    "exp_month": "02",
    "exp_year": "2026",
    "cvv": "133aec11d919bdf3841520d27774745a",
    "billing_address": {
      "address_type": "mailing",
      "city": "Missouri",
      "country": "US",
      "line1": "2632 Bouillon Way",
      "postal_code": "012916",
      "state": "BA"
    },
    "status": "closed",
    "created_at": "2023-02-19T13:27:28Z",
    "updated_at": "2023-02-19T15:47:18Z"
  },
  "message": "Card closed successfully",
  "status": "success"
}