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

Changes

No recorded changes to this endpoint across all 1 revision of this API.