v1

latestSwagger 2.02026-07-14157576.8 KB
Token Activate

Used to activate a token for a digitization that has been approved and provisioned, but requires additional cardholder authentication prior to activation. If the provisioning was not completed successfully, activation cannot be accomplished using Customer Service API. It is expected that a cardholder will complete the authentication process using an issuer's call center or using an issuer-supplied mobile application, and only then should the issuer use this API to activate the token.

post/token/activate

Request body

Example request

{
  "TokenActivateRequest": {
    "AuditInfo": {
      "Organization": "Solid Bank Inc",
      "UserId": "A1435477",
      "UserName": "John Smith"
    },
    "CommentText": "activated after confirming cardholder identity",
    "PaymentAppInstanceId": "645b532a245e4723d7a9c4f62b24f24a24ba98e27d43e34e",
    "ReasonCode": "A",
    "TokenUniqueReference": "DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"
  }
}

Response

Contains the details of the response message.

Example response

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