v1
latestOpenAPI 3.0.02026-07-242035712.0 MBTokenization 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
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"
}
]
}
}