{"info":{"_postman_id":"e0b129f3-44c6-2fd3-d8ed-af3120b8229a","name":"PIConnect - Cloud","description":"<html><head></head><body><p>PIConnect Cloud is an inventive solution for EMV devices (PAX, Dejavoo) to be accessed from a browser based application without the need for any additional middleware or resident program installation, or separate polling process.  </p>\n<p>Browser based applications are a single step process, opening a URL, and consuming the contents which is the JSON transaction response.</p>\n<hr>\n<blockquote>\n<p><strong>REQUEST FIELDS</strong>  </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Format</th>\n<th>M/O (Mandatory/Optional)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>method</td>\n<td>CreditSale, CreditAdjust (Add Tip), CreditAuth, CreditCapture, CreditReturn, CreditVoid, DebitSale, DebitReturn, DebitVoid, CloseBatch, Transaction Detail, EBTSale, EBTReturn, EBTReturn</td>\n<td>AN(25)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>account</td>\n<td>Payment Innovator's issued account #</td>\n<td>N(10)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>sn</td>\n<td>deviceid</td>\n<td>AN(25)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>transaction amount</td>\n<td>N(9)n.nn</td>\n<td>M</td>\n</tr>\n<tr>\n<td>ticketid</td>\n<td>ticket, receipt, invoice</td>\n<td>AN(18)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>userid</td>\n<td>clerk or system user</td>\n<td>AN(18)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>tip</td>\n<td>tip amount</td>\n<td>N(9)n.nn</td>\n<td>O</td>\n</tr>\n<tr>\n<td>signature</td>\n<td>set to 0 for no signature, 1 for signature</td>\n<td>N(1)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>l2taxamount</td>\n<td>tax amount</td>\n<td>N(9)n.nn</td>\n<td>M for level2</td>\n</tr>\n<tr>\n<td>l2custcode</td>\n<td>corp card customer id</td>\n<td>AN(18)</td>\n<td>M for level2</td>\n</tr>\n<tr>\n<td>l2purchaseorder</td>\n<td>purchase order number</td>\n<td>N(18)</td>\n<td>M for level2</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>comments or notes</td>\n<td>AN(25)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>token</td>\n<td>secure token representing card#</td>\n<td>N(16)</td>\n<td>M for token transactions</td>\n</tr>\n<tr>\n<td>ptk</td>\n<td>Pi transaction key</td>\n<td>ANC (18)</td>\n<td>O (optionally used for follow-on transactions such as Void, Capture)</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<blockquote>\n<p><strong>RESPONSE FIELDS</strong>  </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Format</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionResult</td>\n<td>true (successful) / false (unsuccessful)</td>\n<td>AN(18)</td>\n</tr>\n<tr>\n<td>PTK</td>\n<td>Pi transaction key (used for follow-on transactions (CreditAdjust, CreditCapture, CreditVoid)</td>\n<td>ANC(18)</td>\n</tr>\n<tr>\n<td>ResponseCode</td>\n<td>processor specific response code</td>\n<td>AN(18)</td>\n</tr>\n<tr>\n<td>ApprovedAmount</td>\n<td>confirmation of amount processed (check for partial approvals)</td>\n<td>n.nn</td>\n</tr>\n<tr>\n<td>TransactionID</td>\n<td>transaction reference</td>\n<td>AN(18)</td>\n</tr>\n<tr>\n<td>AuthCode</td>\n<td>approval/authorization code</td>\n<td>AN(18)</td>\n</tr>\n<tr>\n<td>Token</td>\n<td>secure token representing card#</td>\n<td>AN(16)</td>\n</tr>\n<tr>\n<td>CardType</td>\n<td>VISA, MASTERCARD, DISCOVER, AMEX, JCB</td>\n<td>AN(10)</td>\n</tr>\n<tr>\n<td>AccountNum</td>\n<td>last 4 of card number</td>\n<td>N(4)</td>\n</tr>\n<tr>\n<td>ExpirationDate</td>\n<td>mmyy</td>\n<td>N(4)</td>\n</tr>\n<tr>\n<td>TicketID</td>\n<td>ticket, receipt, invoice</td>\n<td>AN(18)</td>\n</tr>\n<tr>\n<td>ResponseMsg</td>\n<td>processor message <em>important to display for unsuccessful transactions</em></td>\n<td>AN(25)</td>\n</tr>\n<tr>\n<td>HostCode</td>\n<td>processor code</td>\n<td>AN(25)</td>\n</tr>\n<tr>\n<td>Timestamp</td>\n<td>time of transaction</td>\n<td>N(16)</td>\n</tr>\n<tr>\n<td>AvsResponse</td>\n<td>A,E,N,R,S,U,W,X,Y,Z,G,B,C,D,I,M,P</td>\n<td>AN(2)</td>\n</tr>\n<tr>\n<td>CvResponse</td>\n<td>M,N,P,S,U</td>\n<td>N(4)</td>\n</tr>\n<tr>\n<td>CardHolder</td>\n<td>cardholder name from card-present transaction</td>\n<td>AN(25)</td>\n</tr>\n<tr>\n<td>BusinessId</td>\n<td>PIConnect account number</td>\n<td>N(10)</td>\n</tr>\n<tr>\n<td>UniqueId</td>\n<td>unique transaction id</td>\n<td>AN(25)</td>\n</tr>\n<tr>\n<td>TransType</td>\n<td>transaction type confirmation</td>\n<td>AN(25)</td>\n</tr>\n<tr>\n<td>EntryMode</td>\n<td>CHIP, SWIPE, MANUAL, CONTACTLESS</td>\n<td>AN(25)</td>\n</tr>\n<tr>\n<td>RefNum</td>\n<td>processor or device reference number</td>\n<td>N(25)</td>\n</tr>\n<tr>\n<td>SerialNo</td>\n<td>device serial number or id</td>\n<td>N(25)</td>\n</tr>\n<tr>\n<td>AmountDue</td>\n<td>populated for partial approvals for some processors</td>\n<td>n.nn</td>\n</tr>\n<tr>\n<td>TipAmount</td>\n<td>confirmation of tip amount</td>\n<td>n.nn</td>\n</tr>\n<tr>\n<td>HostResponse</td>\n<td>processor or device response</td>\n<td>AN(25)</td>\n</tr>\n<tr>\n<td>ExtraBalance</td>\n<td>balance on certain card types</td>\n<td>n.nn</td>\n</tr>\n<tr>\n<td>CardBin</td>\n<td>card bin range</td>\n<td>N(6)</td>\n</tr>\n<tr>\n<td>(Multiple EMV response fields)</td>\n<td>Tc, Tvr, Aid, Tsi, Atc, AppLab, AppPN, lad, Arc, Cid, Cvm</td>\n<td>AN(25)</td>\n</tr>\n<tr>\n<td>Method</td>\n<td>Internal Pi transaction type</td>\n<td>ANC(10)</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<blockquote>\n<p><strong>SANDBOX / DEVICE EMULATOR</strong>  </p>\n</blockquote>\n<p>  <em>Use sn=31415926 for all emulator testing (yes, those are the digits in honor of Pi)</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Amount</th>\n<th>Response</th>\n<th>ResultMessage</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>All amounts except those listed below</td>\n<td>Approval</td>\n<td>OK</td>\n</tr>\n<tr>\n<td>13.10</td>\n<td>Decline</td>\n<td>COMM ERROR</td>\n</tr>\n<tr>\n<td>13.11</td>\n<td>Decline</td>\n<td>DECLINE</td>\n</tr>\n<tr>\n<td>13.12</td>\n<td>Decline</td>\n<td>TRACK INVALID</td>\n</tr>\n<tr>\n<td>13.13</td>\n<td>Decline</td>\n<td>REF NO MISSING</td>\n</tr>\n<tr>\n<td>13.14</td>\n<td>Decline</td>\n<td>ABORTED</td>\n</tr>\n<tr>\n<td>13.15</td>\n<td>Decline</td>\n<td>TIMEOUT</td>\n</tr>\n<tr>\n<td>13.16</td>\n<td>Decline</td>\n<td>RECEIVE ERROR</td>\n</tr>\n<tr>\n<td>13.17</td>\n<td>Decline</td>\n<td>DUP TRANSACTION (SWIPE)</td>\n</tr>\n<tr>\n<td>13.18</td>\n<td>Decline</td>\n<td>DUP TRANSACTION (EMV)</td>\n</tr>\n<tr>\n<td>13.19</td>\n<td>Decline</td>\n<td>CONNECT ERROR</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<blockquote>\n<p><strong>EXAMPLE RESPONSE</strong>  </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"TransactionResult\": \"true\",\n\"PTK\": \"BbrU6swH29\",\n\"ResponseCode\": \"000000\",\n\"ApprovedAmount\": 23.24,\n\"TransactionID\": \"4\",\n\"AuthCode\": \"TAS456\",\n\"Token\": \"Xj02K6IZfo5M2142\",\n\"CardType\": \"VISA\",\n\"AccountNum\": \"2142\",\n\"ExpDate\": \"0121\",\n\"TicketID\": \"R2324\",\n\"ResponseMsg\": \"OK\",\n\"HostCode\": \"00\",\n\"Timestamp\": \"20180210121119\",\n\"AvsResponse\": null,\n\"CardHolder\": \"PAYMENT INNOVATORS/TEST T\",\n\"BusinessId\": \"1512407959\",\n\"UniqueId\": \"5a7f520ab83b2\",\n\"TransType\": \"SALE\",\n\"EntryMode\": \"CHIP\",\n\"RefNum\": \"804120502567\",\n\"SerialNo\": \"53211269\",\n\"AmountDue\": \"0\",\n\"TipAmount\": 0,\n\"CvResponse\": null,\n\"HostResponse\": \"APPROVAL TAS456\",\n\"ExtraBalance\": null,\n\"CardBin\": \"441840\",\n\"Tc\": \"A003D\",\n\"Tvr\": \"8080008000\",\n\"Aid\": \"A0000000031010\",\n\"Tsi\": \"6C00\",\n\"Atc\": \"003D\",\n\"AppLab\": \"Visa Credit\",\n\"AppPN\": null,\n\"Iad\": \"06010A03600000\",\n\"Arc\": \"00\",\n\"Cid\": \"40\",\n\"Cvm\": null,\n\"Method\": [\"T01\"]\n}  \n</code></pre><hr>\n<h2 id=\"the-examples-below-are-the-urls-to-open-not-restful-calls---to-see-piconnect-cloud-for-browsers-in-action-just-copy-and-paste-the-links-into-a-browser-and-await-the-mock-response\"><em>The examples below are the URL's to open, not RESTful calls.   To see PIConnect Cloud for browsers in action, just copy and paste the links into a browser and await the mock response.</em></h2>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"360438","collectionId":"e0b129f3-44c6-2fd3-d8ed-af3120b8229a","publishedId":"7Lhjkto","public":true,"customColor":{"top-bar":"2199DE","right-sidebar":"515A5A","highlight":"2199DE"},"publishDate":"2018-01-13T16:56:30.000Z"},"item":[{"name":"Credit and Debit Card Transactions","item":[{"name":"Credit Sale","id":"c237f58d-df13-bc79-e923-6a812e7b45d1","request":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":"https://pipay.io/piconnect/cloud?method=creditsale&account=1539738109&sn=3a447609&amount=50.00&ticketid=50&userid=Cristy","description":"<p><em>Copy and paste the above URL into a browswer and await the JSON response</em></p>\n","urlObject":{"protocol":"https","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"creditsale"},{"key":"account","value":"1539738109"},{"key":"sn","value":"3a447609"},{"key":"amount","value":"50.00"},{"key":"ticketid","value":"50"},{"key":"userid","value":"Cristy"}],"variable":[]}},"response":[{"id":"2fbb7ef6-a7d0-3695-e8e0-ea3344b9f045","name":"Credit Sale","originalRequest":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://pipay.io/piconnect/cloud?method=creditsale&account=1512407959&sn=31415926&amount=50.00&ticketid=50&userid=Cristy","protocol":"https","host":["pipay","io"],"path":["piconnect","cloud"],"query":[{"key":"method","value":"creditsale"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"50.00"},{"key":"ticketid","value":"50"},{"key":"userid","value":"Cristy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Mar 2018 17:20:13 GMT","name":"Date","description":""},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"3222","body":"{\"TransactionResult\":\"true\",\"PTK\":\"DFxM1iyAS3\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":50,\"TransactionID\":\"21\",\"AuthCode\":\"000000\",\"Token\":\"Xj02K6IZfo5M2142\",\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0321\",\"TicketID\":\"50\",\"ResponseMsg\":\"OK\",\"HostCode\":\"0\",\"Timestamp\":\"20180307092015\",\"AvsResponse\":null,\"CardHolder\":\"DOE JOHN \",\"BusinessId\":\"1502122693\",\"UniqueId\":\"5a43e3b3c5032\",\"TransType\":\"SALE\",\"EntryMode\":\"CHIP\",\"RefNum\":\"88888888\",\"SerialNo\":\"31415926\",\"AmountDue\":\"0\",\"TipAmount\":\"0\",\"CvResponse\":null,\"HostResponse\":\"DEMO APPROVED\",\"ExtraBalance\":null,\"CardBin\":\"406095\",\"Tc\":\"A0065\",\"Tvr\":\"0080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"E800\",\"Atc\":\"0065\",\"AppLab\":\"VISA CREDIT\",\"AppPN\":null,\"Iad\":\"06010A0360AC02\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null}"}],"_postman_id":"c237f58d-df13-bc79-e923-6a812e7b45d1"},{"name":"Credit Sale w/ Token","id":"c2e24f7b-f747-425b-e222-283f3e320fd2","request":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":"https://pipay.io/piconnect/cloud?method=creditsale&account=1512407959&sn=31415926&amount=1.89&ticketid=50&userid=Cristy&token=ItQFeKQPGojb4223","urlObject":{"protocol":"https","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"creditsale"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"1.89"},{"key":"ticketid","value":"50"},{"key":"userid","value":"Cristy"},{"key":"token","value":"ItQFeKQPGojb4223"}],"variable":[]}},"response":[],"_postman_id":"c2e24f7b-f747-425b-e222-283f3e320fd2"},{"name":"Credit Adjust - Add Tip","id":"92567fc5-24ba-7da4-6425-3dacebabb309","request":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":"https://pipay.io/piconnect/cloud?method=creditadjust&account=1512407959&sn=31415926&tip=10.00&userid=Cristy&ptk=BbrU6swH29","urlObject":{"protocol":"https","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"creditadjust"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"tip","value":"10.00"},{"key":"userid","value":"Cristy"},{"key":"ptk","value":"BbrU6swH29"}],"variable":[]}},"response":[{"id":"7e9cad1d-a2c1-7e0c-4b51-7bce40159c2b","name":"Credit Adjust - Add Tip","originalRequest":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://pipay.io/piconnect/cloud?method=creditadjust&account=1512407959&sn=31415926&tip=10.00&userid=Cristy&ptk=BbrU6swH29","protocol":"https","host":["pipay","io"],"path":["piconnect","cloud"],"query":[{"key":"method","value":"creditadjust"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"tip","value":"10.00"},{"key":"userid","value":"Cristy"},{"key":"ptk","value":"BbrU6swH29"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 06 Mar 2018 03:34:26 GMT","name":"Date","description":""},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"1190","body":"{\"TransactionResult\":\"true\",\"PTK\":\"nyUCAHd9DO\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":10,\"TransactionID\":\"15\",\"AuthCode\":\"000000\",\"Token\":null,\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0321\",\"TicketID\":\"R2324\",\"ResponseMsg\":\"OK\",\"HostCode\":\"0\",\"Timestamp\":\"20180305193427\",\"AvsResponse\":null,\"CardHolder\":\"DOE JOHN \",\"BusinessId\":\"1502122693\",\"UniqueId\":\"5a43e9120dfef\",\"TransType\":\"ADJUST\",\"EntryMode\":\"MANUAL\",\"RefNum\":\"88888888\",\"SerialNo\":\"31415926\",\"AmountDue\":\"0\",\"TipAmount\":\"0\",\"CvResponse\":null,\"HostResponse\":\"DEMO APPROVED\",\"ExtraBalance\":null,\"CardBin\":\"406095\",\"Tc\":\"A0066\",\"Tvr\":\"0080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"E800\",\"Atc\":\"0066\",\"AppLab\":\"VISA CREDIT\",\"AppPN\":null,\"Iad\":\"06010A0360AC02\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null}"}],"_postman_id":"92567fc5-24ba-7da4-6425-3dacebabb309"},{"name":"Credit Auth (Open Bar Tab)","id":"6a8973ed-f0d9-dfea-5a26-4d7fbe79606c","request":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":"https://pipay.io/piconnect/cloud?method=creditauth&account=1512407959&sn=31415926&amount=10.00&ticketid=T1000&UserID=Cristy","urlObject":{"protocol":"https","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"creditauth"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"10.00"},{"key":"ticketid","value":"T1000"},{"key":"UserID","value":"Cristy"}],"variable":[]}},"response":[{"id":"4a0fe6fb-89ae-cc49-aba4-4d886483d37d","name":"Credit Auth (Open Bar Tab)","originalRequest":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://pipay.io/piconnect/cloud?method=creditauth&account=1512407959&sn=31415926&amount=10.00&ticketid=T1000&UserID=Cristy","protocol":"https","host":["pipay","io"],"path":["piconnect","cloud"],"query":[{"key":"method","value":"creditauth"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"10.00"},{"key":"ticketid","value":"T1000"},{"key":"UserID","value":"Cristy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 06 Mar 2018 03:34:05 GMT","name":"Date","description":""},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"1140","body":"{\"TransactionResult\":\"true\",\"PTK\":\"2hQECvW1TH\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":10,\"TransactionID\":\"16\",\"AuthCode\":\"000000\",\"Token\":null,\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0321\",\"TicketID\":\"T1000\",\"ResponseMsg\":\"OK\",\"HostCode\":\"0\",\"Timestamp\":\"20180305193406\",\"AvsResponse\":null,\"CardHolder\":\"DOE JOHN \",\"BusinessId\":\"1502122693\",\"UniqueId\":\"5a43e9504fe21\",\"TransType\":\"AUTH\",\"EntryMode\":\"CHIP\",\"RefNum\":\"88888888\",\"SerialNo\":\"31415296\",\"AmountDue\":\"0\",\"TipAmount\":\"0\",\"CvResponse\":null,\"HostResponse\":\"DEMO APPROVED\",\"ExtraBalance\":null,\"CardBin\":\"406095\",\"Tc\":\"A0067\",\"Tvr\":\"0080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"E800\",\"Atc\":\"0067\",\"AppLab\":\"VISA CREDIT\",\"AppPN\":null,\"Iad\":\"06010A0360AC02\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null}"}],"_postman_id":"6a8973ed-f0d9-dfea-5a26-4d7fbe79606c"},{"name":"Credit Capture (Close Bar Tab)","id":"a7d191e1-06b1-c9bc-aa82-9dafbc938fcc","request":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":"https://pipay.io/piconnect/cloud?method=creditCapture&account=1512407959&sn=31415926&amount=26.00&userid=Cristy&ptk=BbrU6swH29","urlObject":{"protocol":"https","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"creditCapture"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"26.00"},{"key":"userid","value":"Cristy"},{"key":"ptk","value":"BbrU6swH29"}],"variable":[]}},"response":[{"id":"97dbf9ad-7f19-bdc8-cf10-0d06c1d33bb4","name":"Credit Capture (Close Bar Tab)","originalRequest":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://pipay.io/piconnect/cloud?method=creditCapture&account=1512407959&sn=31415926&amount=26.00&userid=Cristy&ptk=BbrU6swH29","protocol":"https","host":["pipay","io"],"path":["piconnect","cloud"],"query":[{"key":"method","value":"creditCapture"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"26.00"},{"key":"userid","value":"Cristy"},{"key":"ptk","value":"BbrU6swH29"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 06 Mar 2018 03:20:07 GMT","name":"Date","description":""},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"1551","body":"{\"TransactionResult\":\"true\",\"PTK\":\"4JXYh26QqA\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":26,\"TransactionID\":\"17\",\"AuthCode\":\"TAS314\",\"Token\":null,\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0321\",\"TicketID\":\"R2324\",\"ResponseMsg\":\"OK\",\"HostCode\":\"0\",\"Timestamp\":\"20180305192008\",\"AvsResponse\":null,\"CardHolder\":\"\",\"BusinessId\":\"1502122693\",\"UniqueId\":\"5a43e9a6a4923\",\"TransType\":\"POSTAUTH\",\"EntryMode\":\"MANUAL\",\"RefNum\":\"88888888\",\"SerialNo\":\"31415296\",\"AmountDue\":\"0\",\"TipAmount\":\"0\",\"CvResponse\":null,\"HostResponse\":\"DEMO APPROVED\",\"ExtraBalance\":null,\"CardBin\":\"406095\",\"Tc\":\"A0067\",\"Tvr\":\"0080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"E800\",\"Atc\":\"0067\",\"AppLab\":\"VISA CREDIT\",\"AppPN\":null,\"Iad\":\"06010A0360AC02\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null}"}],"_postman_id":"a7d191e1-06b1-c9bc-aa82-9dafbc938fcc"},{"name":"Credit Void","id":"2a91cfb1-7d42-d46d-64c8-10e7088c186c","request":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":"https://pipay.io/piconnect/cloud?method=creditvoid&account=1512407959&sn=31415926&userid=Cristy&ptk=TayTOvJEMj","urlObject":{"protocol":"https","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"creditvoid"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"userid","value":"Cristy"},{"key":"ptk","value":"TayTOvJEMj"}],"variable":[]}},"response":[{"id":"9d4917e7-ba55-d8c7-07dc-d1dd262551e0","name":"Credit Void","originalRequest":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://pipay.io/piconnect/cloud?method=creditvoid&account=1512407959&sn=31415926&userid=Cristy&ptk=TayTOvJEMj","protocol":"https","host":["pipay","io"],"path":["piconnect","cloud"],"query":[{"key":"method","value":"creditvoid"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"userid","value":"Cristy"},{"key":"ptk","value":"TayTOvJEMj"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 06 Mar 2018 03:19:45 GMT","name":"Date","description":""},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"1357","body":"{\"TransactionResult\":\"true\",\"PTK\":\"lYUKipCVbM\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":9.99,\"TransactionID\":\"12\",\"AuthCode\":\"000000\",\"Token\":null,\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0321\",\"TicketID\":\"1000\",\"ResponseMsg\":\"OK\",\"HostCode\":\"0\",\"Timestamp\":\"20180305191946\",\"AvsResponse\":null,\"CardHolder\":\"\",\"BusinessId\":\"1502122693\",\"UniqueId\":\"5a43e48656a21\",\"TransType\":\"VOIDSALE\",\"EntryMode\":\"MANUAL\",\"RefNum\":\"88888888\",\"SerialNo\":\"31415926\",\"AmountDue\":\"0\",\"TipAmount\":\"0\",\"CvResponse\":null,\"HostResponse\":\"DEMO APPROVED\",\"ExtraBalance\":null,\"CardBin\":\"406095\",\"Tc\":\"A0065\",\"Tvr\":\"0080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"E800\",\"Atc\":\"0065\",\"AppLab\":\"VISA CREDIT\",\"AppPN\":null,\"Iad\":\"06010A0360AC02\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null}"}],"_postman_id":"2a91cfb1-7d42-d46d-64c8-10e7088c186c"},{"name":"Credit Return","id":"23a2a6aa-dce4-0fcb-59d9-b8fa98d0a306","request":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":"https://pipay.io/piconnect/cloud?method=creditreturn&account=1512407959&sn=31415926&amount=50.00&ticketid=50&userid=Cristy","urlObject":{"protocol":"https","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"creditreturn"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"50.00"},{"key":"ticketid","value":"50"},{"key":"userid","value":"Cristy"}],"variable":[]}},"response":[{"id":"dc22d57e-ba0d-1b52-670a-edf122d2cd9c","name":"Credit Return","originalRequest":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://pipay.io/piconnect/cloud?method=creditreturn&account=1512407959&sn=31415926&amount=50.00&ticketid=50&userid=Cristy","protocol":"https","host":["pipay","io"],"path":["piconnect","cloud"],"query":[{"key":"method","value":"creditreturn"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"50.00"},{"key":"ticketid","value":"50"},{"key":"userid","value":"Cristy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Mar 2018 17:20:54 GMT","name":"Date","description":""},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"2606","body":"{\"TransactionResult\":\"true\",\"PTK\":\"2DqeF76vYw\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":50,\"TransactionID\":\"14\",\"AuthCode\":\"\",\"Token\":null,\"CardType\":\"VISA\",\"AccountNum\":\"5588\",\"ExpDate\":\"0320\",\"TicketID\":\"50\",\"ResponseMsg\":\"OK\",\"HostCode\":\"\",\"Timestamp\":\"20180307092056\",\"AvsResponse\":null,\"CardHolder\":\"JOHN DOE\",\"BusinessId\":\"1502122693\",\"UniqueId\":\"5a43e6acbe9a0\",\"TransType\":\"RETURN\",\"EntryMode\":\"CHIP\",\"RefNum\":\"\",\"SerialNo\":\"31415926\",\"AmountDue\":\"0\",\"TipAmount\":\"0\",\"CvResponse\":null,\"HostResponse\":\"DEMO APPROVED\",\"ExtraBalance\":null,\"CardBin\":\"480209\",\"Tc\":\"A00FE\",\"Tvr\":\"0000000000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"2000\",\"Atc\":\"00FE\",\"AppLab\":\"VISA DEBIT\",\"AppPN\":null,\"Iad\":\"06010A03802000\",\"Arc\":\"00\",\"Cid\":null,\"Cvm\":null}"}],"_postman_id":"23a2a6aa-dce4-0fcb-59d9-b8fa98d0a306"},{"name":"Credit Return w/ Token","id":"7eab2eae-49b4-18ce-4f8d-7a674436c908","request":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":"https://pipay.io/piconnect/cloud?method=creditreturn&account=1512407959&sn=31415926&amount=25.99&ticketid=R2599&token=ItQFeKQPGojb4223","urlObject":{"protocol":"https","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"creditreturn"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"25.99"},{"key":"ticketid","value":"R2599"},{"key":"token","value":"ItQFeKQPGojb4223"}],"variable":[]}},"response":[{"id":"ab933e61-abda-c24a-209c-9226bbe728ea","name":"Credit Return w/ Token","originalRequest":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://pipay.io/piconnect/cloud?method=creditreturn&account=1512407959&sn=31415926&amount=25.99&ticketid=R2599&token=ItQFeKQPGojb4223","protocol":"https","host":["pipay","io"],"path":["piconnect","cloud"],"query":[{"key":"method","value":"creditreturn"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"25.99"},{"key":"ticketid","value":"R2599"},{"key":"token","value":"ItQFeKQPGojb4223"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 06 Mar 2018 03:19:17 GMT","name":"Date","description":""},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"1383","body":"{\"TransactionResult\":\"true\",\"PTK\":\"wH1lYu1K3X\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":25.99,\"TransactionID\":\"18\",\"AuthCode\":\"\",\"Token\":\"Xj02K6IZfo5M2142\",\"CardType\":\"VISA\",\"AccountNum\":\"5588\",\"ExpDate\":\"0520\",\"TicketID\":\"15\",\"ResponseMsg\":\"OK\",\"HostCode\":\"\",\"Timestamp\":\"20180305191918\",\"AvsResponse\":null,\"CardHolder\":\"JOHN DOE\",\"BusinessId\":\"1502122693\",\"UniqueId\":\"5a43e6acbe9a0\",\"TransType\":\"RETURN\",\"EntryMode\":\"CHIP\",\"RefNum\":\"\",\"SerialNo\":\"31415926\",\"AmountDue\":\"0\",\"TipAmount\":\"0\",\"CvResponse\":null,\"HostResponse\":\"DEMO APPROVED\",\"ExtraBalance\":null,\"CardBin\":\"480209\",\"Tc\":\"A00FE\",\"Tvr\":\"0000000000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"2000\",\"Atc\":\"00FE\",\"AppLab\":\"VISA DEBIT\",\"AppPN\":null,\"Iad\":\"06010A03802000\",\"Arc\":\"00\",\"Cid\":null,\"Cvm\":null}"}],"_postman_id":"7eab2eae-49b4-18ce-4f8d-7a674436c908"},{"name":"Credit Get Token","id":"54521d4b-adf2-4dee-b363-637205130e8c","request":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":"https://pipay.io/piconnect/cloud?method=gettoken&account=1512407959&sn=31415926&address=123 Main&zip=55302&userid=Cristy","description":"<p><em>Copy and paste the above URL into a browswer and await the JSON response</em></p>\n","urlObject":{"protocol":"https","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"gettoken"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"address","value":"123 Main"},{"key":"zip","value":"55302"},{"key":"userid","value":"Cristy"}],"variable":[]}},"response":[],"_postman_id":"54521d4b-adf2-4dee-b363-637205130e8c"},{"name":"Debit Sale","id":"22274ece-bff8-73e7-f5e9-ad129e0cfa8f","request":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":"https://pipay.io/piconnect/cloud?method=debitsale&account=1512407959&sn=31415926&amount=71.99&ticketid=Receipt23&userid=Cristy","urlObject":{"protocol":"https","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"debitsale"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"71.99"},{"key":"ticketid","value":"Receipt23"},{"key":"userid","value":"Cristy"}],"variable":[]}},"response":[],"_postman_id":"22274ece-bff8-73e7-f5e9-ad129e0cfa8f"},{"name":"Debit Return","id":"b7b164c8-64ca-c1f3-6791-b6eca71e79a7","request":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":"https://pipay.io/piconnect/cloud?method=debitreturn&account=1512407959&sn=31415926&amount=71.99&ticketid=Receipt23&userid=Cristy","urlObject":{"protocol":"https","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"debitreturn"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"71.99"},{"key":"ticketid","value":"Receipt23"},{"key":"userid","value":"Cristy"}],"variable":[]}},"response":[],"_postman_id":"b7b164c8-64ca-c1f3-6791-b6eca71e79a7"}],"id":"385c64da-ea7f-8f36-9b5d-7856ede81a9b","_postman_id":"385c64da-ea7f-8f36-9b5d-7856ede81a9b","description":""},{"name":"Transaction Management","item":[{"name":"Transaction Lookup (Fetch PTK)","id":"69ba9bfc-9fcc-18a5-d97f-7d00a7ac0208","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"fetch\",\r\n  \"account\":\"1502122693\",\r\n  \"ptk\":\"TayTOvJEMj\"\r\n }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pipay.io/api.php","description":"<p><em>Use the Transaction Lookup to pull transaction results at anytime.  Can be used for confirmation of transactions, or for reporting.</em></p>\n","urlObject":{"protocol":"https","path":["api.php"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"69ba9bfc-9fcc-18a5-d97f-7d00a7ac0208"},{"name":"Close Batch (Single Device)","id":"84759347-9add-aed0-dcaf-adc84b18bf02","request":{"method":"LINK","header":[],"body":{"mode":"raw","raw":""},"url":"http://pipay.io/piconnect/cloud?method=closebatch&account=1512407959&sn=31415926","urlObject":{"protocol":"http","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"closebatch"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"}],"variable":[]}},"response":[],"_postman_id":"84759347-9add-aed0-dcaf-adc84b18bf02"},{"name":"Get Terminal IP","id":"a61167d0-adc4-cdfe-7ea9-0a2af5251edf","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"Action\":\"Transaction\",\"LocationId\":\"6UF-5EP-WZG\",\"DeviceName\":\"S300-7514\",\"Data\":{ \"TransactionType\":\"CreditSale\",\"Amount\":\"10\",\"TransactionReference\":\"12345\",\"Cashier\":\"STU\",\"BillingName\":\"RUGGLE LEAH\",\"Street\":\"11300 W PARMER LN APT 1034\",\"Zip\":\"98382\"}}"},"url":"https://pipay.io/piconnect/cloud?method=getip&account=1512407959&sn=53211269","urlObject":{"protocol":"https","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"getip"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53211269"}],"variable":[]}},"response":[{"id":"c1443388-6050-5762-7124-29bb38368100","name":"Get Terminal IP","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"Action\":\"Transaction\",\"LocationId\":\"6UF-5EP-WZG\",\"DeviceName\":\"S300-7514\",\"Data\":{ \"TransactionType\":\"CreditSale\",\"Amount\":\"10\",\"TransactionReference\":\"12345\",\"Cashier\":\"STU\",\"BillingName\":\"RUGGLE LEAH\",\"Street\":\"11300 W PARMER LN APT 1034\",\"Zip\":\"98382\"}}"},"url":{"raw":"https://pipay.io/piconnect/cloud?method=getip&account=1512407959&sn=53211269","protocol":"https","host":["pipay","io"],"path":["piconnect","cloud"],"query":[{"key":"method","value":"getip"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53211269"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 19 Feb 2018 18:41:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":"512","body":"{\"deviceValid\":true,\"deviceSerial\":\"53211269\",\"deviceIP\":\"010.000.001.220\"}"},{"id":"d3c671e1-2cf2-d165-fb7b-0d1d1ab67c3c","name":"Get Terminal IP","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"Action\":\"Transaction\",\"LocationId\":\"6UF-5EP-WZG\",\"DeviceName\":\"S300-7514\",\"Data\":{ \"TransactionType\":\"CreditSale\",\"Amount\":\"10\",\"TransactionReference\":\"12345\",\"Cashier\":\"STU\",\"BillingName\":\"RUGGLE LEAH\",\"Street\":\"11300 W PARMER LN APT 1034\",\"Zip\":\"98382\"}}"},"url":{"raw":"https://pipay.io/piconnect/cloud?method=getip&account=1512407959&sn=53211269","protocol":"https","host":["pipay","io"],"path":["piconnect","cloud"],"query":[{"key":"method","value":"getip"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53211269"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 19 Feb 2018 18:41:09 GMT","name":"Date","description":""},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"512","body":"{\"deviceValid\":true,\"deviceSerial\":\"53211269\",\"deviceIP\":\"010.000.001.220\"}"}],"_postman_id":"a61167d0-adc4-cdfe-7ea9-0a2af5251edf"},{"name":"Get Terminal IP","id":"fac9c6b5-1f1d-50f1-88dc-91b0dd85e241","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"Action\":\"Transaction\",\"LocationId\":\"6UF-5EP-WZG\",\"DeviceName\":\"S300-7514\",\"Data\":{ \"TransactionType\":\"CreditSale\",\"Amount\":\"10\",\"TransactionReference\":\"12345\",\"Cashier\":\"STU\",\"BillingName\":\"RUGGLE LEAH\",\"Street\":\"11300 W PARMER LN APT 1034\",\"Zip\":\"98382\"}}"},"url":"https://pipay.io/piconnect/cloud?method=getip&account=1512407959&sn=53211269","urlObject":{"protocol":"https","path":["piconnect","cloud"],"host":["pipay","io"],"query":[{"key":"method","value":"getip"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53211269"}],"variable":[]}},"response":[{"id":"19cbe5e0-55fa-25d3-22e2-362b7ddf91f7","name":"Get Terminal IP","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"Action\":\"Transaction\",\"LocationId\":\"6UF-5EP-WZG\",\"DeviceName\":\"S300-7514\",\"Data\":{ \"TransactionType\":\"CreditSale\",\"Amount\":\"10\",\"TransactionReference\":\"12345\",\"Cashier\":\"STU\",\"BillingName\":\"RUGGLE LEAH\",\"Street\":\"11300 W PARMER LN APT 1034\",\"Zip\":\"98382\"}}"},"url":{"raw":"https://pipay.io/piconnect/cloud?method=getip&account=1512407959&sn=53211269","protocol":"https","host":["pipay","io"],"path":["piconnect","cloud"],"query":[{"key":"method","value":"getip"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53211269"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 19 Feb 2018 18:41:09 GMT","name":"Date","description":""},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"512","body":"{\"deviceValid\":true,\"deviceSerial\":\"53211269\",\"deviceIP\":\"010.000.001.220\"}"},{"id":"26ad2746-bb82-2528-7002-bd4861e82121","name":"Get Terminal IP","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\"Action\":\"Transaction\",\"LocationId\":\"6UF-5EP-WZG\",\"DeviceName\":\"S300-7514\",\"Data\":{ \"TransactionType\":\"CreditSale\",\"Amount\":\"10\",\"TransactionReference\":\"12345\",\"Cashier\":\"STU\",\"BillingName\":\"RUGGLE LEAH\",\"Street\":\"11300 W PARMER LN APT 1034\",\"Zip\":\"98382\"}}"},"url":{"raw":"https://pipay.io/piconnect/cloud?method=getip&account=1512407959&sn=53211269","protocol":"https","host":["pipay","io"],"path":["piconnect","cloud"],"query":[{"key":"method","value":"getip"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53211269"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 19 Feb 2018 18:41:09 GMT","name":"Date","description":""},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT","name":"Expires","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":"512","body":"{\"deviceValid\":true,\"deviceSerial\":\"53211269\",\"deviceIP\":\"010.000.001.220\"}"}],"_postman_id":"fac9c6b5-1f1d-50f1-88dc-91b0dd85e241"},{"name":"Signature Capture Request","id":"288c5ecc-b347-429e-a398-f6627871700c","request":{"method":"LINK","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://pipay.io/piconnect/dosignature?account=1512407959&sn=31415926&userid=Cristy","description":"<p>The signature capture request will launch the EMV device for signature capture.  The response is as follows:</p>\n<p>{\"TransactionResult\":true,\"PTK\":\"eUgRnubeZk\"}</p>\n<p>Where the PTK is used to pull the PNG file with a \"Pull Signature\" request.</p>\n","urlObject":{"protocol":"https","path":["piconnect","dosignature"],"host":["pipay","io"],"query":[{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"userid","value":"Cristy"}],"variable":[]}},"response":[],"_postman_id":"288c5ecc-b347-429e-a398-f6627871700c"},{"name":"Pull Signature","id":"f330e47e-f519-4590-b10d-fceaec0167a5","request":{"method":"LINK","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://pipay.io/piconnect/pullsignature?ptk=BIskrjewoZ","description":"<p>The signature capture request will launch the EMV device for signature capture.  The response is as follows:</p>\n<p>{\"TransactionResult\":true,\"PTK\":\"eUgRnubeZk\"}</p>\n<p>Where the PTK is used to pull the PNG file with a \"Pull Signature\" request.</p>\n","urlObject":{"protocol":"https","path":["piconnect","pullsignature"],"host":["pipay","io"],"query":[{"key":"ptk","value":"BIskrjewoZ"}],"variable":[]}},"response":[],"_postman_id":"f330e47e-f519-4590-b10d-fceaec0167a5"}],"id":"cfbba3b6-6beb-1a2d-827d-951942cccd44","_postman_id":"cfbba3b6-6beb-1a2d-827d-951942cccd44","description":""}],"event":[{"listen":"prerequest","script":{"id":"8d4142a7-f718-48eb-afc0-f2d42b3ce7a6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4fadcaa9-cb7b-4892-bf29-b34fe90658a9","type":"text/javascript","exec":[""]}}]}