v4
latestOpenAPI 3.1.02026-08-012402353.8 MBUpdate a Physical Card
patch/physical_cards/{physical_card_id}
Path parameters
physical_card_idstring required
The Physical Card identifier.
Request body
Example request
{
"status": "disabled"
}Response
Physical Card
Example response
{
"card_id": "card_oubs0hwk5rn6knuecxg2",
"cardholder": {
"first_name": "Ian",
"last_name": "Crease"
},
"created_at": "2020-01-31T23:59:59Z",
"id": "physical_card_ode8duyq5v2ynhjoharl",
"idempotency_key": null,
"physical_card_profile_id": "physical_card_profile_m534d5rn9qyy9ufqxoec",
"shipment": {
"address": {
"city": "New York",
"country": "US",
"line1": "33 Liberty Street",
"line2": "Unit 2",
"line3": null,
"name": "Ian Crease",
"postal_code": "10045",
"state": "NY"
},
"method": "usps",
"schedule": "next_day",
"status": "shipped",
"tracking": {
"number": "9400110200881234567890",
"return_number": null,
"return_reason": null,
"shipped_at": "2020-01-31T23:59:59Z",
"updates": [
{
"carrier_estimated_delivery_at": null,
"category": "delivered",
"city": null,
"created_at": "2020-01-31T23:59:59Z",
"postal_code": "10001",
"state": null
}
]
}
},
"status": "active",
"type": "physical_card"
}