Update Payment Token Status - Field Descriptions

The following page details each of the fields received in the response when using the Update Payment Token Status endpoint.

Request Fields

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

FieldDescriptionMin LengthMax LengthTypeMandatory
tokenIdPayment token identifier for the Mastercard Digital Enablement Services (MDES) or Visa Digital Enablement Program (VDEP) Card to be updated. Note, you can use the Get Card Payment Tokens endpoint to retrieve the Id of the token associated with card.02147483648IntegerNo
statusNew status code you want to change to. This can be either Active, Suspended or Deactivated.010StringNo
notifyProcessorIf true, sets whether VDEP or MDES are notified about the payment status change.05BooleanNo
descriptionThe reason why the status has been updated.0800StringNo
updatedByThe user who updated the status.0100StringNo

Response Fields

A successful response for the Update Payment Token Status endpoint will return a 200 response.

FieldDescription
statusA description of the new status for the payment token.
commentIf notifyProcessor is false, the comment will be 'Not processed by the payment processor'. If true, the comment will be "Successfully processed by the payment processor" if the request was successful, and "An error occured while processing {status} request for VDEP" if it failed.