Cards
Cancel a card
Permanently cancel a card. This action cannot be undone.
post/cards/{cardId}/cancel
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
merchantLockto the response with the200statusresponse-optional-property-added
- ○
added the required property
categoryLocksto the response with the200statusresponse-required-property-added
- ○
- ●
added the new
yearlyenum value to thespendLimit/allOf[SpendLimit]/interval/allOf[SpendLimitInterval]/response property for the response status200response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○