v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Tokenization customer service

Update Token Product Configuration

Used to update Issuer Product Configuration ID associated to an already provisioned tspToken (or all tspTokens associated with the provided paymentology public token)

post/pws/customerservice/v3/token/update/product_configuration_id

Request body

api_call_unique_identifierstring required

Unique number that must be passed at each API request. Identifier to make each API request unique

client_idinteger required

Unique identifier for the client which Paymentology will provide at outset

productConfigurationIdstring required

New product configuration ID to be applied to the updated token(s)

tokeninteger required

Paymentology Public Token.

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

tokenUniqueReferencestring

Unique reference of the token to be updated. If not provided, all tspTokens associated with Paymentology Public Token are updated.

commentTextstring

Comment for this action. Maximum length of 500.

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131,
  "productConfigurationId": "ANYGOLD101",
  "token": 311012081,
  "tokenUniqueReference": "DNITHEgx1ZI57H5eVHZpoFptyWpay10",
  "commentText": "Lorem ipsum."
}

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": {
    "responseId": "1234",
    "tokens": [
      {
        "tokenUniqueReference": "DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"
      }
    ]
  }
}