v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCard
Unblock pin
This web service provides the ability to unblock a PIN for a token(card). PIN is blocked after 3 failed attempts
post/pws/pws_pin_unblock/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"token": 311012081
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"message": "pin unblock success"
}
}