v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCard
Set Card Status
This web service sets the status for a token(card) and verifies the system and network status of a card. This can be used in changing the status of a card while card is still in use or alternatively when the card is renewed.
post/pws/pws_set_card_status/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"status_nwk": "1000",
"token": 311012081,
"action": 1
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"status_nwk": 1041
}
}