v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Card lifecycle

Card token operation

Perform token operation for card identified in path.

post/v1/cards/{card_id}

Path parameters

card_idstring required

Pismo card ID

Request body

operation_reasonstring required

Token operation reason. Be descriptive, it should be clear what the customer needs to do.

operation_type'SUSPEND' | 'RESUME' | 'DELETE' required

Token operation to execute

operator_idstring

Client-generated ID for person or system performing the operation.

Example request

{
  "operation_reason": "Suspended due to lost device.",
  "operation_type": "SUSPEND",
  "operator_id": "NbChEH"
}

Response

No Content