Cards
Update Card
Update details for a specific card.
PUT
Authorizations
Path Parameters
The _id
of the card to update.
Body
application/json
The card status.
Available options:
active
, inactive
, canceled
Required if status is set to canceled
Available options:
lost
, stolen
The credit account _id
. Required for canceled
status only.
The funding source _id
. Required if you wish to map card to an existing funding source.
The metadata object to attach to the card. Stored in key-value pair
Card spending controls. Default usage limits will be applied if non is provided.
Response
200 - application/json
The response is of type object
.