v1

latestSwagger 2.02026-07-14157576.8 KB
Token Comments

Used to retrieve all comments associated with a token. Typically the response includes comments created earlier by Issuer Customer Service representatives detailing additional information about a particular inquiry or event. There may also be comments with warnings of potential fraud. These comments are created automatically by the MDES system when a Token requestor indicates a high risk of fraud during digitization.

post/token/comments

Request body

Example request

{
  "TokenCommentsRequest": {
    "AuditInfo": {
      "Organization": "Solid Bank Inc",
      "UserId": "A1435477",
      "UserName": "John Smith"
    },
    "TokenUniqueReference": "DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"
  }
}

Response

Contains the details of the response message.

Example response

{
  "TokenCommentsResponse": {
    "Comments": {
      "Comment": [
        {
          "AuditInfo": {
            "Organization": "Solid Bank Inc",
            "UserId": "A1435477",
            "UserName": "John Smith"
          },
          "CommentDateTime": "2015-01-21T00:04:35.000Z",
          "CommentId": "ABC123456",
          "CommentText": "Cardholder called to activate their digital card."
        }
      ]
    }
  }
}