v1
latestOpenAPI 3.0.02026-07-248834.9 KBCard
Update card
Update the specified properties of the card. Unsupplied properties will remain unchanged.
Note: setting a card to a CLOSED state is a final action that cannot be undone.
patch/cards/{card_token}
Path parameters
card_tokenstring uuid required
Request body
Example request
{
"memo": "New Card"
}Response
OK
Example response
{
"created": "2021-06-28T22:53:15Z",
"exp_month": "06",
"exp_year": "2027",
"memo": "New Card",
"spend_limit": 1000,
"token": "7ef7d65c-9023-4da3-b113-3b8583fd7951",
"cvv": "776",
"pan": "4111111289144142"
}