v4
OpenAPI 3.1.02026-08-012402353.8 MBUpdate a Card
patch/cards/{card_id}
Path parameters
card_idstring required
The card identifier.
Request body
Example request
{
"description": "New description"
}Response
Card
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"authorization_controls": {
"merchant_acceptor_identifier": null,
"merchant_category_code": {
"allowed": null,
"blocked": [
{
"code": "5734"
}
]
},
"merchant_country": null,
"usage": {
"category": "multi_use",
"multi_use": {
"spending_limits": [
{
"interval": "per_month",
"merchant_category_codes": null,
"settlement_amount": 100000
}
]
},
"single_use": null
}
},
"billing_address": {
"city": "New York",
"line1": "33 Liberty Street",
"line2": null,
"postal_code": "10045",
"state": "NY"
},
"bin": "42424242",
"cardholder_name": {
"first": "Ian",
"last": "Crease",
"middle": null
},
"created_at": "2020-01-31T23:59:59Z",
"description": "Office Expenses",
"digital_wallet": {
"digital_card_profile_id": "digital_card_profile_s3puplu90f04xhcwkiga",
"email": "user@example.com",
"phone": "+16505046304"
},
"entity_id": null,
"expiration_month": 11,
"expiration_year": 2028,
"id": "card_oubs0hwk5rn6knuecxg2",
"idempotency_key": null,
"last4": "4242",
"status": "active",
"type": "card"
}