{"info":{"_postman_id":"143383cb-35ae-493f-92af-7e89a490e9a0","name":"PaymentAPI","description":"<html><head></head><body><p>The Collection describes the interface to the PaymentController API. This API enables payment test components to be controlled in test scenarios, such as Point of Sale and Payment testing. The components controlled include PIN Entry Robots, Chip and PIN Multiplexers, Contactless Multiplexers and MagStripe Simulators.</p>\n<p>In case you have an API-related question, please mail <a href=\"https://mailto:support@intelliqa.com\">support@intelliqa.com</a></p>\n<h2 id=\"payment-controller\">Payment Controller</h2>\n<p>You can download the Payment Controller from GitHub repo here: <a href=\"https://github.com/IntelliQA/FutureController\">PaymentController</a></p>\n<h2 id=\"environment\">Environment</h2>\n<p>This collection includes a pre-configured environment setting. You will be need to set up the variables listed in order to run each request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>controller_endpoint</td>\n<td>Payment Controller Endpoint</td>\n<td><a href=\"http://localhost:8000\">http://localhost:8000</a></td>\n</tr>\n<tr>\n<td>robotID</td>\n<td>Robot ID assgined in ConfigRest</td>\n<td>IntelliQARobot</td>\n</tr>\n<tr>\n<td>chipMuxID</td>\n<td>Chip &amp; PIN Multiplexer ID assigned in ConfigRest</td>\n<td>IntelliQACardMux</td>\n</tr>\n<tr>\n<td>ctlsMuxID</td>\n<td>Contactless Multiplexer ID assigned in ConfigRest</td>\n<td>IntelliQAContactlessMux</td>\n</tr>\n<tr>\n<td>magStripeID</td>\n<td>MagStripe ID assigned in ConfigRest</td>\n<td>IntelliQACardMagStripe</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1220364","collectionId":"143383cb-35ae-493f-92af-7e89a490e9a0","publishedId":"TVmMfcjH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"5F6262","highlight":"83951C"},"publishDate":"2023-09-01T11:06:01.000Z"},"item":[{"name":"PIN Entry Robot","item":[{"name":"Robot Insert Card","id":"580d6f0e-505f-470e-b173-73ebd112c6d4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"INSERT CARD\"\n\t\t]\n}","options":{"raw":{"language":"json"}}},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to insert the card.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"9309ddaa-5082-4c27-9f09-1c2d117cd630","name":"Robot Insert Card","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"INSERT CARD\"\n\t\t]\n}","options":{"raw":{"language":"json"}}},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:57:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"580d6f0e-505f-470e-b173-73ebd112c6d4"},{"name":"Robot Sign","id":"ebfa4639-e02c-4929-b812-d8a8027b5c23","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{robotID}}\",\n    \"commands\": [\n        \"SIGN\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to insert the card.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"d2ec211d-9c82-4a7f-8896-384dc4518e43","name":"Robot Sign","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"SIGN\"\n\t\t]\n}","options":{"raw":{"language":"json"}}},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:57:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ebfa4639-e02c-4929-b812-d8a8027b5c23"},{"name":"Robot Remove Card","id":"7089c58c-a883-40f3-9cf2-5b4184713c47","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"REMOVE CARD\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to remove the card.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"b89de0ae-4c7f-4573-8431-a49ac6bb88eb","name":"Robot Remove Card","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"},{"key":"Postman-Token","value":"<calculated when request is sent>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"REMOVE CARD\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:57:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7089c58c-a883-40f3-9cf2-5b4184713c47"},{"name":"Robot Enter PIN 4513","id":"7469039e-bf6c-4c6e-a444-f4ef1ca29512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"TCP-Wait-For-Server-Close","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n        \"PRESS 4\",\n        \"PRESS 5\",\n        \"PRESS 1\",\n        \"PRESS 3\",\n        \"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to enter a PIN, 4513 followed by OK, in this example.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"9e982e8d-9f13-4e24-b498-2f35ae96302a","name":"Robot Enter PIN 4513","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 4\",\n\t\t\"PRESS 5\",\n\t\t\"PRESS 1\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7469039e-bf6c-4c6e-a444-f4ef1ca29512"},{"name":"Robot Enter PIN 1234","id":"60b8b3ee-e0d4-4edc-8548-745ad6c7c16d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to enter a PIN, 1234 followed by OK, in this example.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"24128b28-95dc-4722-b5fe-b331f49ebd1e","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""},{"id":"e2fe877e-4e4c-478a-9f7c-643b8f6b6c32","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"60b8b3ee-e0d4-4edc-8548-745ad6c7c16d"},{"name":"Robot Enter PIN - All Keypad Keys - Ingenico","id":"eb1b3885-7eda-464d-a52c-48d7d65e5719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t \"commands\": [ \n        \"PRESS 1\",\n        \"PRESS 2\",\n        \"PRESS 3\",\n        \"PRESS 4\",\n        \"PRESS 5\",\n        \"PRESS 6\",\n        \"PRESS 7\",\n        \"PRESS 8\",\n        \"PRESS 9\",\n        \"PRESS F\",\n        \"PRESS 0\",\n        \"PRESS #\",\n        \"PRESS STOP\",\n        \"PRESS CLEAR\",\n        \"PRESS OK\"\n            ]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to press all of the keys on the keypad.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"b41d8ffd-9fe7-4417-8d22-a2195379b4b4","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""},{"id":"e6d0cfd6-1161-4ff6-833c-1d709d04c94f","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb1b3885-7eda-464d-a52c-48d7d65e5719"},{"name":"Robot Enter PIN - All Keypad Keys - Verifone","id":"c4f6fe76-1d78-4eed-be24-6eb7ea888b1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t \"commands\": [ \n        \"PRESS 1\",\n        \"PRESS 2\",\n        \"PRESS 3\",\n        \"PRESS 4\",\n        \"PRESS 5\",\n        \"PRESS 6\",\n        \"PRESS 7\",\n        \"PRESS 8\",\n        \"PRESS 9\",\n        \"PRESS *\",\n        \"PRESS 0\",\n        \"PRESS #\",\n        \"PRESS STOP\",\n        \"PRESS CLEAR\",\n        \"PRESS OK\",\n        \"PRESS MENU\",\n        \"PRESS DOT\"\n            ]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to press all of the keys on the keypad.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"be2825f2-e794-4b41-b736-20e0d26dfedb","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""},{"id":"747c8d9a-256c-4c22-9a5c-d5864b330918","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c4f6fe76-1d78-4eed-be24-6eb7ea888b1f"},{"name":"Robot Enter PIN - All Keypad Keys - Quest","id":"c88209a6-db04-412c-94b9-25bb2bdbf3c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"TCP-Wait-For-Server-Close","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t \"commands\": [ \n        \"PRESS 1\",\n        \"PRESS 2\",\n        \"PRESS 3\",\n        \"PRESS 4\",\n        \"PRESS 5\",\n        \"PRESS 6\",\n        \"PRESS 7\",\n        \"PRESS 8\",\n        \"PRESS 9\",\n        \"PRESS 0\",\n        \"PRESS STOP\",\n        \"PRESS CORR\",\n        \"PRESS OK\",\n        \"PRESS SCREEN TOP\"\n            ]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to press all of the keys on the keypad.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"d1d66da9-ffa8-4655-8849-18d4762af3cc","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""},{"id":"52bf42f1-6237-4709-ae0c-725ed43efb7f","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c88209a6-db04-412c-94b9-25bb2bdbf3c6"},{"name":"Robot Enter PIN - Amount Screen Keys","id":"4b89d6f4-f73a-412c-b247-d2b871b84672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS AMOUNT YES\",\n        \"PRESS AMOUNT NO\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to press each of the keys on the Amount touch-screen.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"24f09aef-be8c-4e23-948b-b1387adf82b0","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""},{"id":"86fc59a5-3c01-4fe4-94dc-aa73476f2b00","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4b89d6f4-f73a-412c-b247-d2b871b84672"},{"name":"Robot Enter PIN - Payment Type  Screen Keys","id":"a41c4efa-fccb-4706-941d-e2c659c279ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS PAYTYPE CREDIT\",\n        \"PRESS PAYTYPE DEBIT\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to press each of the keys on the Payment Type touch-screen.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"18cdffb7-781e-4ab2-bf3a-47832d3589ff","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""},{"id":"80e6422c-3e71-4a15-b014-a040526474e1","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a41c4efa-fccb-4706-941d-e2c659c279ac"},{"name":"Robot Enter PIN - Payment Type Extended Screen Keys","id":"28f41b69-3c82-4cd5-80e8-3cbc72c3c493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS PAYTYPEEXT CREDIT\",\n        \"PRESS PAYTYPEEXT DEBIT\",\n        \"PRESS PAYTYPEEXT CASHBEN\",\n        \"PRESS PAYTYPEEXT FOODSTAMP\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to press each of the keys on the Payment Type Extended touch-screen.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"90f0c23e-5ce4-4d5b-88e2-bf5d067462c1","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""},{"id":"c0664b3f-a6f1-4d8a-93e1-78bac914d995","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"28f41b69-3c82-4cd5-80e8-3cbc72c3c493"},{"name":"Robot Enter PIN - Insert, Swipe, Tap Screen Keys","id":"f495028e-d95c-4f09-bbc0-5445b38e9dba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS INSSWIPETAP SCB\",\n        \"PRESS INSSWIPETAP CASH\",\n        \"PRESS INSSWIPETAP ECHECK\",\n        \"PRESS INSSWIPETAP CHECK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to press each of the keys on the Insert, Swipe, Tap touch-screen.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"084a68a8-3ec0-4c64-877b-b3bdbb56e275","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""},{"id":"6bba23b1-ea19-4d1b-b3f6-eb8340201ee9","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f495028e-d95c-4f09-bbc0-5445b38e9dba"},{"name":"Robot Enter PIN - Cashback Screen Keys","id":"191ce849-a22f-4f8c-9816-e7e3baccb302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS CASHBACK USD10\",\n        \"PRESS CASHBACK USD20\",\n        \"PRESS CASHBACK USD40\",\n        \"PRESS CASHBACK USD60\",\n        \"PRESS CASHBACK OTHER\",\n        \"PRESS CASHBACK NO\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to press each of the keys on the Cashback touch-screen.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"b3de267b-2eb9-488e-8c49-953d1bc2d018","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""},{"id":"d5353a80-a345-431d-a125-46e26e286261","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"191ce849-a22f-4f8c-9816-e7e3baccb302"},{"name":"Robot Enter PIN - Check Balance Screen Keys","id":"24b8812e-2e79-452c-8fb6-69bdc2226da2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS CHECKBALANCE YES\",\n        \"PRESS CHECKBALANCE NO\"\n\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to press each of the keys on the Check Balance touch-screen.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"28b70f18-3ee5-4a6a-8a86-572609dd261f","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""},{"id":"4bb7c646-56d7-4f37-8b21-720c7de77f97","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"24b8812e-2e79-452c-8fb6-69bdc2226da2"},{"name":"Robot Press Ok","id":"b46df04a-9c80-4447-ad0f-c43a81e95d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to press OK.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b46df04a-9c80-4447-ad0f-c43a81e95d17"},{"name":"Robot Home","id":"e8729d9d-e113-4af7-adab-7854efad9a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"CAMERA POSITION\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to instruct the robot to return to the HOME position.</p>","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"5563f384-2516-47e4-801d-d4c600e08349","name":"Robot Home","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"HOME\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:59:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8729d9d-e113-4af7-adab-7854efad9a1e"}],"id":"3fc543cb-bd3d-47d0-8bcf-7959e951a725","description":"<p>This endpoints allows user to control PIN Entry Robot. </p>","_postman_id":"3fc543cb-bd3d-47d0-8bcf-7959e951a725"},{"name":"Card Multiplexers","item":[{"name":"Chip","item":[{"name":"Select Port 2","id":"228f5e6c-6820-461e-b990-281cd095899e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"TCP-Wait-For-Server-Close","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{chipMuxID}}\",\n\t\"commands\": [\n\t\t\"SELECT PORT 2\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to select the card inserted into Slot 2 of the multiplexer.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"9b2796c0-3c8e-446a-bf22-4d502266253d","name":"Select Port 2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"TCP-Wait-For-Server-Close","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{chipMuxID}}\",\n\t\"commands\": [\n\t\t\"SELECT PORT 2\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 13:00:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"228f5e6c-6820-461e-b990-281cd095899e"},{"name":"DISABLE","id":"9ad90efb-4c21-440f-bf55-e878ff3d7929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{chipMuxID}}\",\n\t\"commands\": [\n\t\t\"DISABLE\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to select none of the cards within the multiplexer.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"f910bc0b-e5df-4646-93fc-1d92d9f3c553","name":"DISABLE","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{chipMuxID}}\",\n\t\"commands\": [\n\t\t\"DISABLE\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 13:00:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ad90efb-4c21-440f-bf55-e878ff3d7929"},{"name":"Select Port 8","id":"8c2e3a29-d31b-4fad-9ef8-27d83efbe048","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{chipMuxID}}\",\n\t\"commands\": [\n\t\t\"SELECT PORT 8\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to select the card inserted into Slot 8 of the multiplexer.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"305611a7-024b-4ff1-a228-c421506d62b7","name":"Select Port 8","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{chipMuxID}}\",\n\t\"commands\": [\n\t\t\"SELECT PORT 8\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 13:01:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c2e3a29-d31b-4fad-9ef8-27d83efbe048"},{"name":"Select Port 16","id":"2695d547-4ed7-43ac-bcc5-170d6515646b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{chipMuxID}}\",\n\t\"commands\": [\n\t\t\"SELECT PORT 16\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to select the card inserted into Slot 16 of the multiplexer.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"6b56fd65-5beb-4671-afdd-7ff219fb2d4f","name":"Select Port 16","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{chipMuxID}}\",\n\t\"commands\": [\n\t\t\"SELECT PORT 16\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 13:02:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2695d547-4ed7-43ac-bcc5-170d6515646b"}],"id":"15579bc3-9ed4-4229-bff5-c47f48ae5f5a","description":"<p>The Chip Multiplexer holds up to 16 physical cards.</p>\n","_postman_id":"15579bc3-9ed4-4229-bff5-c47f48ae5f5a"},{"name":"Contactless","item":[{"name":"DISABLE","id":"1b9f2186-6f63-4603-a0dc-c2aaa368552a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\r\n\t\"id\":\"{{ctlsMuxID}}\",\r\n\t\"commands\": [\r\n\t\t\"DISABLE\"\r\n\t\t]\r\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to select none of the cards within the multiplexer.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b9f2186-6f63-4603-a0dc-c2aaa368552a"},{"name":"Select Port 2","id":"8562a426-0216-4aa5-87d3-ea75c1e8bb98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"TCP-Wait-For-Server-Close","value":"true","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{ctlsMuxID}}\",\n\t\"commands\": [\n\t\t\"SELECT PORT 3\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to select the card inserted into Slot 2 of the multiplexer.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8562a426-0216-4aa5-87d3-ea75c1e8bb98"},{"name":"Select Port 4","id":"bb31e0c9-5514-4193-8614-c3149267e7c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{ctlsMuxID}}\",\n\t\"commands\": [\n\t\t\"SELECT PORT 4\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to select the card inserted into Slot 4 of the multiplexer.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb31e0c9-5514-4193-8614-c3149267e7c9"},{"name":"Select Port 8","id":"66f9e63f-c412-4407-a980-94e2b90da564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{ctlsMuxID}}\",\n\t\"commands\": [\n\t\t\"SELECT PORT 8\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Command to select the card inserted into Slot 8 of the multiplexer.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"66f9e63f-c412-4407-a980-94e2b90da564"}],"id":"75428bff-158e-474c-9ccb-547b3d18a065","description":"<p>The Chip Multiplexer holds up to 8 physical cards.</p>\n","_postman_id":"75428bff-158e-474c-9ccb-547b3d18a065"}],"id":"9ef48bf8-621e-45c7-855e-142095911fbe","description":"<p>This endpoint enable control of the Contact (Chip) and Contactless Multiplexers.  Each multiplexer holds a number of physical cards, the control selects which card is connected to the probe, which enables different cards to be used within different tests.</p>","_postman_id":"9ef48bf8-621e-45c7-855e-142095911fbe"},{"name":"MagStripe","item":[{"name":"SELECT CARD 1","id":"133e473f-d019-4a6c-ba59-ac9fcc944381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{magStripeID}}\",\n\t\"commands\": [\n\t\t\"SELECT VISA DEBIT CB\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Select swipe card which is available in MagStripe config xml with Canonical name SELECT CARD 1.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"133e473f-d019-4a6c-ba59-ac9fcc944381"},{"name":"SELECT CARD 2","id":"ee21f705-15e3-45f3-8bb7-02a04d3e9c03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{magStripeID}}\",\n\t\"commands\": [\n\t\t\"SELECT CARD 2\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Select swipe card which is available in MagStripe config xml with Canonical name SELECT CARD 1.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee21f705-15e3-45f3-8bb7-02a04d3e9c03"},{"name":"SELECT CARD 13","id":"64923b83-6069-4bc2-ab50-4a69322a61aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{magStripeID}}\",\n\t\"commands\": [\n\t\t\"SELECT CARD 13\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Select swipe card which is available in MagStripe config xml with Canonical name SELECT CARD 1.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"64923b83-6069-4bc2-ab50-4a69322a61aa"},{"name":"SELECT CARD 15","id":"980b1725-8af2-4f22-9587-0d552718f317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{magStripeID}}\",\n\t\"commands\": [\n\t\t\"SELECT CARD 15\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Select swipe card which is available in MagStripe config xml with Canonical name SELECT CARD 1.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"980b1725-8af2-4f22-9587-0d552718f317"},{"name":"SELECT GIFT","id":"5a8e13d5-7fb4-479c-acbe-0c16373a3fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{magStripeID}}\",\n\t\"commands\": [\n\t\t\"SELECT WENDYS\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Select swipe card which is available in MagStripe config xml with Canonical name SELECT CARD 1.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a8e13d5-7fb4-479c-acbe-0c16373a3fa6"}],"id":"5b151d66-33b1-482e-9544-a05094ed4d73","description":"<p>This endpoints allows user to control MagStripe. \nMagStripe cards are been stored in MagStripe xml which contents track data for swipe cards, each cards has unique Conical name.\n</p>","_postman_id":"5b151d66-33b1-482e-9544-a05094ed4d73"},{"name":"RV","item":[{"name":"READ POSITION","id":"bfb7c589-629f-4fed-8210-4ec60a34d7f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{RVrobot}}\",\n\t\"commands\": [\n\t\t\"READ POSITION\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Select swipe card which is available in MagStripe config xml with Canonical name SELECT CARD 1.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfb7c589-629f-4fed-8210-4ec60a34d7f3"},{"name":"FALL POSITION","id":"15f50242-60ad-4a6e-a858-e46609c3a3d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{RVrobot}}\",\n\t\"commands\": [\n\t\t\"FALL POSITION\"\n\t\t]\n}"},"url":"{{controller_endpoint}}","description":"<p>Select swipe card which is available in MagStripe config xml with Canonical name SELECT CARD 1.</p>\n","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"15f50242-60ad-4a6e-a858-e46609c3a3d4"}],"id":"2cbcd545-9b3c-4c13-9156-e789f4a0c327","_postman_id":"2cbcd545-9b3c-4c13-9156-e789f4a0c327","description":""},{"name":"Robot Enter PIN - All Keypad Keys - Verifone","id":"09236588-4e6b-4a08-85ae-af63a363ab61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t \"commands\": [\n        \"PRESS 0\",\n        \"PRESS 1\",\n        \"PRESS 2\",\n        \"PRESS 3\",\n        \"PRESS 4\",\n        \"PRESS 5\",\n        \"PRESS 6\",\n        \"PRESS 7\",\n        \"PRESS 8\",\n        \"PRESS 9\",\n        \"PRESS *\",\n        \"PRESS #\",\n        \"PRESS STOP\",\n        \"PRESS CLEAR\",\n        \"PRESS OK\"\n            ]\n}"},"url":"{{controller_endpoint}}","urlObject":{"host":["{{controller_endpoint}}"],"query":[],"variable":[]}},"response":[{"id":"5dc5f930-3db4-4e60-a1b5-0e1310fc06fa","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""},{"id":"72409c3b-2e72-415f-90cd-c71cfbef76cb","name":"Robot Enter PIN 1234","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"TCP-Wait-For-Server-Close","type":"text","value":"true"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"{{robotID}}\",\n\t\"commands\": [\n\t\t\"PRESS 1\",\n\t\t\"PRESS 2\",\n\t\t\"PRESS 3\",\n\t\t\"PRESS 4\",\n\t\t\"PRESS OK\"\n\t\t]\n}"},"url":"{{controller_endpoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"BaseHTTP/0.6 Python/3.6.6"},{"key":"Date","value":"Thu, 01 Oct 2020 12:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"09236588-4e6b-4a08-85ae-af63a363ab61"}],"event":[{"listen":"prerequest","script":{"id":"539d5b76-242b-4e14-bff6-be2d88afb02d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f76a0d05-4e91-41a3-9306-9d32d540cfdd","type":"text/javascript","exec":[""]}}]}