v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBCard status
Update card status
Change a card's status. For more information, Refer to the Card lifecycle and statuses guide.
This endpoint generates a Card updated event.
put/wallet/v1/customers/{customerId}/accounts/{accountId}/cards/{cardId}/status
Path parameters
cardIdstring required
Pismo card ID
accountIdinteger required
Pismo account ID
customerIdstring required
Customer ID
Request body
Example request
{
"status": "ACTIVE"
}Response
Card information
Example response
{
"program": {
"id": "8519"
},
"account": {
"id": "102378693"
},
"customer": {
"id": "102377856"
},
"org": {
"id": "TN-f878e4a1-2879-48ba-be16-821e73ac98db"
},
"id": 6741322,
"hash": "WEPvOQuZvjfYEd0iBmr43bhWyOsylIsW95ebYrLD89App2iEq9IizP+8w73pxKQ4mI47EdhzYHF9RfXjrBOyug==",
"last_4_digits": "3598",
"first_4_digits": "null",
"status": "PENDING",
"stage": "UNBLOCKED",
"issuing_date": "2022-01-04T17:20:15Z",
"expiration_date": "2027-01-04T00:00:00Z",
"printed_name": "Mabel Syrup",
"name": "Vacation card 2",
"tracking": 4859,
"track_number": 1,
"transaction_limit": "100",
"embossing_custom_field": "Emboss it, emboss it good",
"contactless_enabled": true,
"abu_enabled": true,
"reissued_card_id": 38474,
"type": "VIRTUAL",
"metadata": {
"my-custom-key": "my-custom-value"
},
"template_id": "null",
"valid_until": "null",
"bulk_id": "null",
"external_id": "null",
"mode": "CREDIT",
"dual_message_debit": true
}