Request available statuses for mPos
OK
const response = await fetch('//api.client.nbcgate.tech/api/pay/m-pos/status/available', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "mposSt": [ { "Name": "text", "id": 0 } ], "type": 0 } ]