v1
latestOpenAPI 3.0.02026-07-242035712.0 MBAccount
Set Account Status
User passes in account id and a new status to supersede current status. Status descriptions are provided in ac_status field below. Note: account status is different to card/token status.
post/pws/pws_set_acc_status/
Request body
Example request
{
"ac_id": 479823917,
"ac_status": 1,
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"ac_status": 1
}
}