v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBCards
Update card information
Update card information - name, transaction_limit, printed_name, contactless_enabled, abu_enabled, or metadata.<br>
This endpoint generates a Card updated event.
Note: This endpoint takes an account token - an access token encoded with a Pismo account ID.
patch/wallet/v2/cards/{cardId}
Path parameters
cardIdstring required
Pismo card ID
Headers
x-customer-idinteger required
Pismo customer ID
Request body
Example request
{
"name": "Vacation card",
"printed_name": "Sarah Toga",
"transaction_limit": "500.00",
"metadata": "{ \"key\": \"value\"}"
}Response
Card update response object
Example response
{
"id": 6741322,
"status": "NORMAL",
"stage": "UNBLOCKED",
"printed_name": "Mabel Syrup",
"name": "Vacation card 2",
"type": "VIRTUAL",
"issuing_date": "2022-01-04T17:20:15.000Z",
"transaction_limit": "100",
"tracking": "586988",
"contactless_enabled": true,
"abu_enabled": true
}