Cards
Freeze a card
Temporarily freeze a card. The card must be active.
post/cards/{cardId}/freeze
Path parameters
cardIdstring uuid required
Unique identifier for a card
Response
Example response
{
"createdAt": "2016-07-22T00:00:00Z",
"expiration": {
"month": 8,
"year": 2026
},
"updatedAt": "2016-07-22T00:00:00Z"
}Changes
Changed in 3 of the 45 revisions of this API.13
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ●
added the new
yearlyenum value to the/////////response property for the response statusresponse-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○