Update a Card
Update a Card
Headers
API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
"{{api_key}}"
Path Parameters
Body
label of the card
"Travel Expense Card"
unique id to cross-reference records with external systems
"XV-H27LGD-FX"
Metadata takes free-form key-value pairs. You may send metadata when you create an object (POST) and when updating the object (PATCH). If you would like to remove metadata that is already on an object, you can unset it by passing in the key-value pair with an empty string, like this: {"key": ""}
status of the card
open
, closed
, blocked
"open"
Response
unique id of the card
"crd_7948d9a96706dd05360a340002de725f"
unique id of the client that created the card
"cli_64c6c87ee9d609f36a6f390dc378a4ce"
unique id of the master account holder
"mah_201e02c581a098a740456c5c19fcfcd6"
unique id of the master account
"mas_743fa071316bc6beaf5dddfd05f49c30"
unique id of the sub account holder
"sah_5ccfeef0adf0cbe2aa0980d2c9505752"
unique id of the sub account under which the card was created
"sub_bda1e562657c41e553104b10aad3fe70"
unique id of the card holder
"cah_a120a61f60dfd40fdb07b2e8bcd1f6f0"
label of the card
"Travel"
type of card product configured based on the client's use case
business_spend
, consumer_debit
, business_debit
, consumer_gpr
, consumer_gpnr
, consumer_payroll
, consumer_hsa
, consumer_fsa
, consumer_govt_benefits
"business_spend"
theme of the card configured as part of the client use case
"metallic"
type of card
physical
, virtual
"physical"
expiration month of the card
"12"
expiration year of the card
"2025"
last 4 digits of the card number
"5275"
unique id to cross-reference records with external systems
"XV-H27LGD-FX"
Metadata takes free-form key-value pairs. You may send metadata when you create an object (POST) and when updating the object (PATCH). If you would like to remove metadata that is already on an object, you can unset it by passing in the key-value pair with an empty string, like this: {"key": ""}
status of the card
open
, closed
, blocked
, locked
"open"