v1

latestSwagger 2.02026-07-14157576.8 KB
Token Activation Methods

Used to retrieve the available Activation Methods for a token that is awaiting activation. Activation Methods are the means by which a cardholder may complete cardholder authentication with the issuer beyond the scope of MDES. It is possible that there are no Activation Methods for a token when an issuer did not provide any cardholder-specific information with the Tokenization Authorization Request (TAR) pre-digitization network message response.

post/token/activationmethods

Request body

Example request

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

Response

Contains the details of the response message.

Example response

{
  "TokenActivationMethodsResponse": {
    "ActivationMethods": {
      "ActivationMethod": [
        {
          "ActivationMethodType": "CLC",
          "ActivationMethodValue": "555-123-4567"
        }
      ]
    }
  }
}