v1

latestSwagger 2.02026-07-14157576.8 KB
Update Token Assurance

Used after an issuer has performed additional cardholder authentication to indicate an increased level of token assurance. It will only be applied to tokens that actually have a Token Assurance Level, and those that are in ACTIVE or SUSPENDED state.

post/updatetokenassurance

Request body

Example request

{
  "UpdateTokenAssuranceRequest": {
    "AuditInfo": {
      "Organization": "Solid Bank Inc",
      "UserId": "A1435477",
      "UserName": "John Smith"
    },
    "CommentText": "Cardholder and account verified.",
    "TokenUniqueReference": "DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"
  }
}

Response

Contains the details of the response message.

Example response

{
  "UpdateTokenAssuranceResponse": {
    "Token": {
      "CommentId": "ABC123456",
      "TokenUniqueReference": "DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"
    }
  }
}