v1
latestSwagger 2.02026-07-14157576.8 KBToken Reset Mobile PIN
Used to request that the Mobile PIN for a Mastercard Cloud-Based Payment token in a single issuer wallet is reset. The request is passed to the Credential Management System for processing. When the Mobile PIN is a token-level PIN (as opposed to a wallet-level PIN), the cardholder must choose a new PIN within 10 minutes of a Reset Mobile PIN action. Otherwise, the reset will need to be re-requested.
post/token/resetmobilepin
Request body
Example request
{
"TokenResetMobilePinRequest": {
"AuditInfo": {
"Organization": "Solid Bank Inc",
"UserId": "A1435477",
"UserName": "John Smith"
},
"CommentText": "Cardholder reported fraudulent transactions.",
"ReasonCode": "N",
"TokenUniqueReference": "DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"
}
}Response
Contains the details of the response message.
Example response
{
"TokenResetMobilePinResponse": {
"Token": {
"CommentId": "ABC123456",
"TokenUniqueReference": "DWSPMC00000000010906a349d9ca4eb1a4d53e3c90a11d9c"
}
}
}