Update Card Status - Field Descriptions

The following page details each of the fields that can be used in the request and received in the response when using the Update Card Status endpoint.

Request Fields

The following table describes fields that can be included in the body of the request when updating a card status.

FieldDescriptionMinimum LengthMaximum LengthTypeMandatory
cardStatusCodeThe new status of the card (two character alphanumeric CardStatusCode). You only need to include this field if you're not using the status field.22IntegerYes (if Status is not included)
statusThe new status of the card (string description). You only need to include this field if you're not using the cardStatusCode field.0255StringYes (if cardStatusCode is not included)
updatedByThe user updating the card status.01000StringNo
descriptionCaptures the context of the card status update.01000StringNo
validityDateThe date when the card will be valid. Format YYYY-MM.07date-timeNo

Response Fields

The following table describes fields that included in the response after successfully updating a card status

FieldDescription
statusThe description of the current status of the card, based on the cardStatusCode field.
cardStatusCodeThe two-digit status code of the card.
updatedThe date when the status of the card was changed. Format DD-MM-YYYY.
updatedByThe name of the person responsible for the status change.
descriptionThe description entered in the description field of the request.