{"info":{"_postman_id":"414d6abb-ae59-3b2a-7bc0-7b410721b3c4","name":"PiConnect - SaaS","description":"<html><head></head><body><p>Local (desktop) application (Windows, iOS, Android, etc) transactions are completed with a simple RESTful GET, followed by a conversion of the response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Step 1: RESTful GET to launch the EMV device and receive an *encrypted result string*\nStep 2: RESTful POST to convert the encyrpted result string into readable JSON    \n</code></pre><hr>\n<blockquote>\n<p><strong>REQUEST FIELDS for GET (EMV device launch and response)</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, CreditAuth, CreditCapture, CreditReturn, CreditVoid, DebitSale, DebitReturn, DebitVoid, CloseBatch, CloseAllBatches, Initialize, QuickRead, TransactionDetails, FailedTransactions, TotalTransactions, LastBatch, ForceBatchClose, 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>ip</td>\n<td>device local ip address</td>\n<td>ANC(25)</td>\n<td>O</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>tipreq</td>\n<td>set to 1 for tip at terminal</td>\n<td>N(1)</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>expirationdate</td>\n<td>mmyy</td>\n<td>N(4)</td>\n<td>O for token transactions</td>\n</tr>\n<tr>\n<td>cardtype</td>\n<td>VISA, MASTERCARD, DISCOVER, AMEX, JCB</td>\n<td>AN(10)</td>\n<td>O 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><blockquote>\n<p><strong>REQUEST FIELDS for POST - CONVERT TO JSON</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>response</td>\n<td>encrypted response from EMV device</td>\n<td>ANC(100)</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>mode</td>\n<td>2 for all transactions except closebatch (1)</td>\n<td>A(1)</td>\n<td>M</td>\n</tr>\n</tbody>\n</table>\n</div><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\",                  // Important to store\n\"ResponseCode\": \"000000\",\n\"ApprovedAmount\": 23.24,\n\"TransactionID\": \"4\",\n\"AuthCode\": \"TAS456\",\n\"Token\": \"Xj02K6IZfo5M2142\",          // Important to store for card-on-file purposes\n\"CardType\": \"VISA\",                   // Important to store for card-on-file purposes\n\"AccountNum\": \"2142\",                 // Important to store for card-on-file purposes\n\"ExpDate\": \"0121\",                    // Important to store for card-on-file purposes\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\":\"Credit\"\n}\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"360438","collectionId":"414d6abb-ae59-3b2a-7bc0-7b410721b3c4","publishedId":"RVnSJNXa","public":true,"customColor":{"top-bar":"2199DE","right-sidebar":"303030","highlight":"2199DE"},"publishDate":"2018-03-07T16:57:51.000Z"},"item":[{"name":"Credit and Debit Card Transactions","item":[{"name":"1.1 - Credit Sale","id":"f8216273-30ec-4bd1-b245-ea7d47393203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pipay.io/piconnect/saas?method=creditsale&account=1512407959&sn=31415926&amount=21.03&ticketid=R2103&userid=Cristy","urlObject":{"protocol":"https","path":["piconnect","saas"],"host":["pipay","io"],"query":[{"key":"method","value":"creditsale"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"21.03"},{"key":"ticketid","value":"R2103"},{"key":"userid","value":"Cristy"}],"variable":[]}},"response":[{"id":"4e6eb608-7bf8-4880-af13-95f78bc7ffae","name":"1.1 - Credit Sale","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pipay.io/piconnect/saas?method=creditsale&account=1512407959&sn=31415926&amount=21.03&ticketid=R2103&userid=Cristy","protocol":"https","host":["pipay","io"],"path":["piconnect","saas"],"query":[{"key":"method","value":"creditsale"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"21.03"},{"key":"ticketid","value":"R2103"},{"key":"userid","value":"Cristy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 05 Mar 2020 17:36:35 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"337"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"PHP/7.0.27"},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT"}],"cookie":[],"responseTime":null,"body":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS213\u001fTAS213\u001f801719500067\u001f\u001f23\u001c01\u001c2203\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c13\u001f50\u001f20180117111513\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=C5BB26C00F78D78B\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0019\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6"}],"_postman_id":"f8216273-30ec-4bd1-b245-ea7d47393203"},{"name":"1.2 - Credit Sale Convert to JSON","id":"3aeb206a-26a0-4d64-64c9-35f8657205c2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS213\u001fTAS213\u001f801719500067\u001f\u001f23\u001c01\u001c2203\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c13\u001f50\u001f20180117111513\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=C5BB26C00F78D78B\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0019\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process","urlObject":{"protocol":"https","path":["piconnect","process"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"31299008-f6b0-95c7-2ca6-3e76a904a0b3","name":"1.2 - Credit Sale Convert to JSON","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS213\u001fTAS213\u001f801719500067\u001f\u001f23\u001c01\u001c2203\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c13\u001f50\u001f20180117111513\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=C5BB26C00F78D78B\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0019\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process"},"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 16:11:21 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":"1800","body":"{\"TransactionResult\":\"true\",\"PTK\":\"F9JURF2HLo\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":22.03,\"TransactionID\":\"13\",\"AuthCode\":\"TAS213\",\"Token\":\"Xj02K6IZfo5M2142\",\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0121\",\"TicketID\":\"50\",\"ResponseMsg\":\"OK\",\"HostCode\":\"00\",\"Timestamp\":\"20180117111513\",\"AvsResponse\":null,\"CardHolder\":\"PAYMENT INNOVATORS\\/TEST T\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5a8af729c5b1b\",\"TransType\":\"SALE\",\"EntryMode\":\"CHIP\",\"RefNum\":\"801719500067\",\"SerialNo\":\"53211269\",\"AmountDue\":\"0\",\"TipAmount\":0,\"CvResponse\":null,\"HostResponse\":\"APPROVAL TAS213\",\"ExtraBalance\":null,\"CardBin\":\"441840\",\"Tc\":\"A0019\",\"Tvr\":\"8080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"6C00\",\"Atc\":\"0019\",\"AppLab\":\"Visa Credit\",\"AppPN\":null,\"Iad\":\"06010A03600000\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null,\"Method\":[\"T01\"]}\t"}],"_postman_id":"3aeb206a-26a0-4d64-64c9-35f8657205c2"},{"name":"2.1 - Credit Sale w/ Token","id":"f3e060e7-9780-183e-792d-cd0d8926de3b","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/saas?method=creditsale&account=1512407959&sn=31415926&amount=22.03&ticketid=T2203&userid=Cristy&token=Xj02K6IZfo5M2142","urlObject":{"protocol":"https","path":["piconnect","saas"],"host":["pipay","io"],"query":[{"key":"method","value":"creditsale"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"22.03"},{"key":"ticketid","value":"T2203"},{"key":"userid","value":"Cristy"},{"key":"token","value":"Xj02K6IZfo5M2142"}],"variable":[]}},"response":[{"id":"259a6c72-9e72-711f-6dfa-3f8b3e3b6b0e","name":"2.1 - Credit Sale w/ Token","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/saas?method=creditsale&account=1512407959&sn=31415926&amount=22.03&ticketid=T2203&userid=Cristy&token=Xj02K6IZfo5M2142","protocol":"https","host":["pipay","io"],"path":["piconnect","saas"],"query":[{"key":"method","value":"creditsale"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"22.03"},{"key":"ticketid","value":"T2203"},{"key":"userid","value":"Cristy"},{"key":"token","value":"Xj02K6IZfo5M2142"}]}},"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 16:13:47 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":"949","body":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS213\u001fTAS213\u001f801719500067\u001f\u001f23\u001c01\u001c2203\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c13\u001f50\u001f20180117111513\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=C5BB26C00F78D78B\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0019\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6"}],"_postman_id":"f3e060e7-9780-183e-792d-cd0d8926de3b"},{"name":"2.2 - Credit Sale w/ Token Convert to JSON","id":"41d35657-129f-7e86-0045-cf68418bb3d5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS213\u001fTAS213\u001f801719500067\u001f\u001f23\u001c01\u001c2203\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c13\u001f50\u001f20180117111513\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=C5BB26C00F78D78B\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0019\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"53211269","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process.php","urlObject":{"protocol":"https","path":["piconnect","process.php"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"e127b120-8a7b-eb61-9511-aeaf725cab5b","name":"2.2 - Credit Sale w/ Token Convert to JSON","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS213\u001fTAS213\u001f801719500067\u001f\u001f23\u001c01\u001c2203\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c13\u001f50\u001f20180117111513\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=C5BB26C00F78D78B\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0019\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"53211269","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process.php"},"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 16:12:50 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":"598","body":"{\"TransactionResult\":\"true\",\"PTK\":\"5jiMlW1GHH\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":22.03,\"TransactionID\":\"13\",\"AuthCode\":\"TAS213\",\"Token\":\"Xj02K6IZfo5M2142\",\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0121\",\"TicketID\":\"50\",\"ResponseMsg\":\"OK\",\"HostCode\":\"00\",\"Timestamp\":\"20180117111513\",\"AvsResponse\":null,\"CardHolder\":\"PAYMENT INNOVATORS\\/TEST T\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5a8af782a8813\",\"TransType\":\"SALE\",\"EntryMode\":\"CHIP\",\"RefNum\":\"801719500067\",\"SerialNo\":\"53211269\",\"AmountDue\":\"0\",\"TipAmount\":0,\"CvResponse\":null,\"HostResponse\":\"APPROVAL TAS213\",\"ExtraBalance\":null,\"CardBin\":\"441840\",\"Tc\":\"A0019\",\"Tvr\":\"8080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"6C00\",\"Atc\":\"0019\",\"AppLab\":\"Visa Credit\",\"AppPN\":null,\"Iad\":\"06010A03600000\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null,\"Method\":[\"T01\"]}\t"}],"_postman_id":"41d35657-129f-7e86-0045-cf68418bb3d5"},{"name":"3.1 - Credit Adjust - Add Tip","id":"d0e13c87-e676-d706-0da0-8d77ce035c6b","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/saas?method=creditadjust&account=1512407959&sn=31415926&tip=4.00&userid=Cristy&ptk=5XGtzdjdBy","urlObject":{"protocol":"https","path":["piconnect","saas"],"host":["pipay","io"],"query":[{"key":"method","value":"creditadjust"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"tip","value":"4.00"},{"key":"userid","value":"Cristy"},{"key":"ptk","value":"5XGtzdjdBy"}],"variable":[]}},"response":[{"id":"503296a6-5ebc-8e97-9fcb-9cd883fce1c7","name":"3.1 - Credit Adjust - Add Tip","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/saas?method=creditadjust&account=1512407959&sn=31415926&tip=4.00&userid=Cristy&ptk=5XGtzdjdBy","protocol":"https","host":["pipay","io"],"path":["piconnect","saas"],"query":[{"key":"method","value":"creditadjust"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"tip","value":"4.00"},{"key":"userid","value":"Cristy"},{"key":"ptk","value":"5XGtzdjdBy"}]}},"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 16:14:52 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":"2500","body":"0\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVED\u001fTAS943\u001f801818500169\u001f\u001f26\u001c06\u001c2603\u001f0\u001f400\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f0\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c1\u001f50\u001f20180118101647\u001c\u001f\u001c\u001c\u001cORIGTIP=0\u001fTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=2D6FFA289226A8D3\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0026\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u0003"}],"_postman_id":"d0e13c87-e676-d706-0da0-8d77ce035c6b"},{"name":"3.2 - Credit Adjust - Convert to JSON","id":"7253ec42-1e1d-ecd8-8cd4-db0ca64c0adb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"0\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVED\u001fTAS943\u001f801818500169\u001f\u001f26\u001c06\u001c2603\u001f0\u001f400\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f0\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c1\u001f50\u001f20180118101647\u001c\u001f\u001c\u001c\u001cORIGTIP=0\u001fTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=2D6FFA289226A8D3\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0026\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u0003","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"53211269","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process","urlObject":{"protocol":"https","path":["piconnect","process"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"02a0470c-44dd-e9d8-be2e-f695de91c902","name":"3.2 - Credit Adjust - Convert to JSON","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"0\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVED\u001fTAS943\u001f801818500169\u001f\u001f26\u001c06\u001c2603\u001f0\u001f400\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f0\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c1\u001f50\u001f20180118101647\u001c\u001f\u001c\u001c\u001cORIGTIP=0\u001fTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=2D6FFA289226A8D3\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0026\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u0003","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"53211269","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process"},"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 16:15:36 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":"836","body":"{\"TransactionResult\":\"true\",\"PTK\":\"h1LqhV0C1u\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":26.03,\"TransactionID\":\"1\",\"AuthCode\":\"TAS943\",\"Token\":\"Xj02K6IZfo5M2142\",\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0121\",\"TicketID\":\"50\",\"ResponseMsg\":\"OK\",\"HostCode\":\"00\",\"Timestamp\":\"20180118101647\",\"AvsResponse\":null,\"CardHolder\":\"PAYMENT INNOVATORS\\/TEST T\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5a8af82824a2f\",\"TransType\":\"ADJUST\",\"EntryMode\":\"MANUAL\",\"RefNum\":\"801818500169\",\"SerialNo\":\"53211269\",\"AmountDue\":\"0\",\"TipAmount\":4,\"CvResponse\":null,\"HostResponse\":\"APPROVED\",\"ExtraBalance\":null,\"CardBin\":\"441840\",\"Tc\":\"A0026\",\"Tvr\":\"8080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"6C00\",\"Atc\":\"0026\",\"AppLab\":\"Visa Credit\",\"AppPN\":null,\"Iad\":\"06010A03600000\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null,\"Method\":[\"T01\"]}\t"}],"_postman_id":"7253ec42-1e1d-ecd8-8cd4-db0ca64c0adb"},{"name":"4.1 - Credit Auth (Open Bar Tab)","id":"4ca40881-1daf-ba01-d7e9-ab9517138227","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/saas?method=creditauth&account=1512407959&sn=31415926&amount=10.00&ticketid=R1000&userid=Cristy","urlObject":{"protocol":"https","path":["piconnect","saas"],"host":["pipay","io"],"query":[{"key":"method","value":"creditauth"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"10.00"},{"key":"ticketid","value":"R1000"},{"key":"userid","value":"Cristy"}],"variable":[]}},"response":[{"id":"7103eb6a-3f41-aa43-44be-a49917f0c39d","name":"4.1 - Credit Auth (Open Bar Tab)","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/saas?method=creditauth&account=1512407959&sn=31415926&amount=10.00&ticketid=R1000&userid=Cristy","protocol":"https","host":["pipay","io"],"path":["piconnect","saas"],"query":[{"key":"method","value":"creditauth"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"10.00"},{"key":"ticketid","value":"R1000"},{"key":"userid","value":"Cristy"}]}},"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":"Wed, 21 Feb 2018 17:11:34 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":"2042","body":"+\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS635\u001fTAS635\u001f805114501993\u001f\u001f51\u001c03\u001c1000\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c1\u001fOBT10\u001f20180220063825\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=31415926\u001fTC=E0D108C9A09D798E\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=004E\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u00032"}],"_postman_id":"4ca40881-1daf-ba01-d7e9-ab9517138227"},{"name":"4.2 - Credit Auth (Open Bar Tab) - Convert to JSON","id":"3ba6f660-9dd4-06f5-5b10-127667538f1b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"+\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS635\u001fTAS635\u001f805114501993\u001f\u001f51\u001c03\u001c1000\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c1\u001fOBT10\u001f20180220063825\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=31415926\u001fTC=E0D108C9A09D798E\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=004E\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u00032","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process","urlObject":{"protocol":"https","path":["piconnect","process"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"060bf9a3-568a-6a0e-b32e-043432669c33","name":"4.2 - Credit Auth (Open Bar Tab) - Convert to JSON","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"+\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS635\u001fTAS635\u001f805114501993\u001f\u001f51\u001c03\u001c1000\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c1\u001fOBT10\u001f20180220063825\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=31415926\u001fTC=E0D108C9A09D798E\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=004E\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u00032","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process"},"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":"Wed, 21 Feb 2018 17:11:51 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":"1905","body":"{\"TransactionResult\":\"true\",\"PTK\":\"MrQ3QQnvU7\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":10,\"TransactionID\":\"1\",\"AuthCode\":\"TAS635\",\"Token\":\"Xj02K6IZfo5M2142\",\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0121\",\"TicketID\":\"OBT10\",\"ResponseMsg\":\"OK\",\"HostCode\":\"00\",\"Timestamp\":\"20180220063825\",\"AvsResponse\":null,\"CardHolder\":\"PAYMENT INNOVATORS\\/TEST T\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5a8da857dcba5\",\"TransType\":\"AUTH\",\"EntryMode\":\"CHIP\",\"RefNum\":\"805114501993\",\"SerialNo\":\"31415926\",\"AmountDue\":\"0\",\"TipAmount\":0,\"CvResponse\":null,\"HostResponse\":\"APPROVAL TAS635\",\"ExtraBalance\":null,\"CardBin\":\"441840\",\"Tc\":\"A004E\",\"Tvr\":\"8080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"6C00\",\"Atc\":\"004E\",\"AppLab\":\"Visa Credit\",\"AppPN\":null,\"Iad\":\"06010A03600000\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null,\"Method\":[\"T01\"]}\t"}],"_postman_id":"3ba6f660-9dd4-06f5-5b10-127667538f1b"},{"name":"5.1- Credit Capture (Close Bar Tab)","id":"83a1deb4-a48f-916e-94ea-5308a808d9a0","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":"http://pipay.io/piconnect/saas?method=creditCapture&account=1512407959&sn=31415926&amount=24.00&userid=Cristy&ptk=wH1lYu1K3X","description":"<p><em>Submit the new total amount (auth + tip)</em></p>\n","urlObject":{"protocol":"http","path":["piconnect","saas"],"host":["pipay","io"],"query":[{"key":"method","value":"creditCapture"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"24.00"},{"key":"userid","value":"Cristy"},{"key":"ptk","value":"wH1lYu1K3X"}],"variable":[]}},"response":[{"id":"28528006-f4c4-ae42-159d-72efcc96ead5","name":"Credit Capture (Close Bar Tab)","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":"http://pipay.io/piconnect/cloud.php?method=creditCapture&account=1512407959&sn=53211269&cloud=app&tip=4.00&ticketid=R2000&transactionid=3&userid=Cristy","protocol":"http","host":["pipay","io"],"path":["piconnect","cloud.php"],"query":[{"key":"method","value":"creditCapture"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53211269"},{"key":"cloud","value":"app"},{"key":"tip","value":"4.00"},{"key":"ticketid","value":"R2000"},{"key":"transactionid","value":"3"},{"key":"userid","value":"Cristy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","description":""},{"key":"Content-length","value":"308","name":"Content-length","description":""}],"cookie":[],"responseTime":"2416","body":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVED\u001fTAS249\u001f801814501975\u001f\u001f24\u001c04\u001c200\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f0\u001f0121\u001f\u001f\u001f\u001f01\u001f\u001f\u001f\u001f0\u001c2\u001fR1000\u001f20180118070214\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=7F6FCA29A3DE8D1C\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=001D\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u0003\u001a"}],"_postman_id":"83a1deb4-a48f-916e-94ea-5308a808d9a0"},{"name":"5.3 - Credit Force","id":"7e3333b3-5379-4535-a0c3-9ad4fc159745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://pipay.io/piconnect/saas?method=creditCapture&account=1512407959&sn=31415926&amount=24.00&userid=Cristy&ptk=wH1lYu1K3X","description":"<p><em>Submit the new total amount (auth + tip)</em></p>\n","urlObject":{"protocol":"http","path":["piconnect","saas"],"host":["pipay","io"],"query":[{"key":"method","value":"creditCapture"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"24.00"},{"key":"userid","value":"Cristy"},{"key":"ptk","value":"wH1lYu1K3X"}],"variable":[]}},"response":[{"id":"90ce7c5c-20ee-410c-9421-48944447c10e","name":"Credit Capture (Close Bar Tab)","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://pipay.io/piconnect/cloud.php?method=creditCapture&account=1512407959&sn=53211269&cloud=app&tip=4.00&ticketid=R2000&transactionid=3&userid=Cristy","protocol":"http","host":["pipay","io"],"path":["piconnect","cloud.php"],"query":[{"key":"method","value":"creditCapture"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53211269"},{"key":"cloud","value":"app"},{"key":"tip","value":"4.00"},{"key":"ticketid","value":"R2000"},{"key":"transactionid","value":"3"},{"key":"userid","value":"Cristy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded","name":"Content-Type","description":""},{"key":"Content-length","value":"308","name":"Content-length","description":""}],"cookie":[],"responseTime":null,"body":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVED\u001fTAS249\u001f801814501975\u001f\u001f24\u001c04\u001c200\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f0\u001f0121\u001f\u001f\u001f\u001f01\u001f\u001f\u001f\u001f0\u001c2\u001fR1000\u001f20180118070214\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=7F6FCA29A3DE8D1C\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=001D\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u0003\u001a"}],"_postman_id":"7e3333b3-5379-4535-a0c3-9ad4fc159745"},{"name":"5.2 - Credit Capture (Close Bar Tab) Convert to JSON","id":"f496e635-1536-a79c-bc44-b1015e9f9d50","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"+\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVED\u001fTAS764\u001f805217501920\u001f\u001f53\u001c04\u001c2400\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f0\u001f0121\u001f\u001f\u001f\u001f01\u001f\u001f\u001f\u001f0\u001c2\u001fR1000\u001f20180221091408\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=5A71C0567B0DA9FC\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0057\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u0003X","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process","description":"<p><em>Note the approved amount is the new total amount with tip adjusted</em></p>\n","urlObject":{"protocol":"https","path":["piconnect","process"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"8d04cacb-528a-99be-3044-e7232d2d0fce","name":"5.2 - Credit Capture (Close Bar Tab) Convert to JSON","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"+\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVED\u001fTAS764\u001f805217501920\u001f\u001f53\u001c04\u001c2400\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f0\u001f0121\u001f\u001f\u001f\u001f01\u001f\u001f\u001f\u001f0\u001c2\u001fR1000\u001f20180221091408\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=5A71C0567B0DA9FC\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0057\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u0003X","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process","description":"*Note the approved amount is the new total amount with tip adjusted*"},"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":"Wed, 21 Feb 2018 17:16:40 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":"1440","body":"{\"TransactionResult\":\"true\",\"PTK\":\"1kXkGxTbBt\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":24,\"TransactionID\":\"2\",\"AuthCode\":\"TAS764\",\"Token\":\"Xj02K6IZfo5M2142\",\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0121\",\"TicketID\":\"R1000\",\"ResponseMsg\":\"OK\",\"HostCode\":\"00\",\"Timestamp\":\"20180221091408\",\"AvsResponse\":null,\"CardHolder\":\"\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5a8da9788fb8c\",\"TransType\":\"POSTAUTH\",\"EntryMode\":\"MANUAL\",\"RefNum\":\"805217501920\",\"SerialNo\":\"53211269\",\"AmountDue\":\"0\",\"TipAmount\":0,\"CvResponse\":null,\"HostResponse\":\"APPROVED\",\"ExtraBalance\":null,\"CardBin\":\"441840\",\"Tc\":\"A0057\",\"Tvr\":\"8080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"6C00\",\"Atc\":\"0057\",\"AppLab\":\"Visa Credit\",\"AppPN\":null,\"Iad\":\"06010A03600000\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null,\"Method\":[\"T01\"]}\t"}],"_postman_id":"f496e635-1536-a79c-bc44-b1015e9f9d50"},{"name":"6.1 - Credit Void","id":"9bae3932-7ab6-282f-03d1-b9ecbb870ba2","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/saas?method=creditvoid&account=1512407959&sn=31415926&userid=Cristy&ptk=TayTOvJEMj","urlObject":{"protocol":"https","path":["piconnect","saas"],"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":"22699497-4ef9-3a7a-c676-94011376fac2","name":"6.1 - Credit Void","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/saas?method=creditvoid&account=1512407959&sn=31415926&userid=Cristy&ptk=TayTOvJEMj","protocol":"https","host":["pipay","io"],"path":["piconnect","saas"],"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":"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":"Wed, 21 Feb 2018 17:09:05 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":"2657","body":"+\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS621\u001fTAS621\u001f805217502614\u001f\u001f3\u001c17\u001c2639\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f0\u001f0121\u001f\u001f\u001f\u001f01\u001f\u001f\u001f\u001f0\u001c3\u001fR2639\u001f20180221120221\u001c\u001f\u001c\u001c\u001cTOKEN=ja8vJnm05LJ52142\u001fCARDBIN=441840\u001fSN=31415926\u001fTC=693CA8852C1B59D2\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0056\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u0003"}],"_postman_id":"9bae3932-7ab6-282f-03d1-b9ecbb870ba2"},{"name":"6.2 - Credit Void Convert to JSON copy","id":"e5bbf255-2610-9f34-b91f-9ce5b8ce958a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"+\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS621\u001fTAS621\u001f805217502614\u001f\u001f3\u001c17\u001c2639\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f0\u001f0121\u001f\u001f\u001f\u001f01\u001f\u001f\u001f\u001f0\u001c3\u001fR2639\u001f20180221120221\u001c\u001f\u001c\u001c\u001cTOKEN=ja8vJnm05LJ52142\u001fCARDBIN=441840\u001fSN=31415926\u001fTC=693CA8852C1B59D2\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0056\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u0003","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"53211269","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process","urlObject":{"protocol":"https","path":["piconnect","process"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"255b9579-b9b3-325a-8216-8aecb2c6a365","name":"6.2 - Credit Void Convert to JSON copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"+\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS621\u001fTAS621\u001f805217502614\u001f\u001f3\u001c17\u001c2639\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f0\u001f0121\u001f\u001f\u001f\u001f01\u001f\u001f\u001f\u001f0\u001c3\u001fR2639\u001f20180221120221\u001c\u001f\u001c\u001c\u001cTOKEN=ja8vJnm05LJ52142\u001fCARDBIN=441840\u001fSN=31415926\u001fTC=693CA8852C1B59D2\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0056\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u0003","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"53211269","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process"},"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":"Wed, 21 Feb 2018 17:09:28 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":"708","body":"{\"TransactionResult\":\"true\",\"PTK\":\"ChGdCFn7aQ\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":26.39,\"TransactionID\":\"3\",\"AuthCode\":\"TAS621\",\"Token\":\"ja8vJnm05LJ52142\",\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0121\",\"TicketID\":\"R2639\",\"ResponseMsg\":\"OK\",\"HostCode\":\"00\",\"Timestamp\":\"20180221120221\",\"AvsResponse\":null,\"CardHolder\":\"\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5a8da7c83025d\",\"TransType\":\"VOIDSALE\",\"EntryMode\":\"MANUAL\",\"RefNum\":\"805217502614\",\"SerialNo\":\"31415926\",\"AmountDue\":\"0\",\"TipAmount\":0,\"CvResponse\":null,\"HostResponse\":\"APPROVAL TAS621\",\"ExtraBalance\":null,\"CardBin\":\"441840\",\"Tc\":\"A0056\",\"Tvr\":\"8080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"6C00\",\"Atc\":\"0056\",\"AppLab\":\"Visa Credit\",\"AppPN\":null,\"Iad\":\"06010A03600000\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null,\"Method\":[\"T01\"]}\t"}],"_postman_id":"e5bbf255-2610-9f34-b91f-9ce5b8ce958a"},{"name":"7.1 - Credit Return","id":"3e6e3914-67c0-3f05-801d-62a16918d999","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/saas?method=creditreturn&account=1512407959&sn=31415926&amount=50.00&ticketid=50&userid=Cristy","urlObject":{"protocol":"https","path":["piconnect","saas"],"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":[],"_postman_id":"3e6e3914-67c0-3f05-801d-62a16918d999"},{"name":"7.2 - Credit Return Convert to JSON","id":"8712d94b-4f50-e173-8bd2-69b0c2702d58","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c\u001fAPPROVED\u001f\u001f\u001f\u001f\u001c02\u001c5000\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c17\u001f50\u001f20180117195853\u001c\u001f\u001c\u001c\u001cCARDBIN=441840\u001fSN=53211269\u001fTC=2A392ED6AE9CD3DB\u001fTVR=0000000000\u001fAID=A0000000031010\u001fTSI=2000\u001fATC=001C\u001fAPPLAB=Visa Credit\u001fIAD=06010A03800000\u001fARC=00\u001fCID=00\u0003b","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"53211269","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process","urlObject":{"protocol":"https","path":["piconnect","process"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"b5500de2-2b96-056e-c906-60500824a6fa","name":"2 - Credit Sale Convert to JSON","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS213\u001fTAS213\u001f801719500067\u001f\u001f23\u001c01\u001c2203\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c13\u001f50\u001f20180117111513\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=C5BB26C00F78D78B\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0019\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u0003[","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"53211269","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"http://pipay.io/piconnect/process.php"},"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":"Wed, 17 Jan 2018 22:30:18 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":"529","body":"{\"TransactionResult\":\"true\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":22.03,\"TransactionID\":\"13\",\"AuthCode\":\"TAS213\",\"Token\":\"Xj02K6IZfo5M2142\",\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0121\",\"TicketID\":\"50\",\"ResponseMsg\":\"OK\",\"HostCode\":\"00\",\"Timestamp\":\"20180117111513\",\"AvsResponse\":null,\"CardHolder\":\"PAYMENT INNOVATORS\\/TEST T\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5a5fce7a6171f\",\"TransType\":\"SALE\",\"EntryMode\":\"CHIP\",\"RefNum\":\"801719500067\",\"SerialNo\":\"53211269\",\"AmountDue\":\"0\",\"TipAmount\":\"0\",\"CvResponse\":null,\"HostResponse\":\"APPROVAL TAS213\",\"ExtraBalance\":null,\"CardBin\":\"441840\",\"Tc\":\"A0019\",\"Tvr\":\"8080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"6C00\",\"Atc\":\"0019\",\"AppLab\":\"Visa Credit\",\"AppPN\":null,\"Iad\":\"06010A03600000\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null}  "}],"_postman_id":"8712d94b-4f50-e173-8bd2-69b0c2702d58"},{"name":"8.1 - Credit Return w/ Token","id":"f920b7d7-178f-8971-1255-2f1812982c3f","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/saas?method=creditreturn&account=1512407959&sn=31415926&amount=22.00&ticketid=R22&userid=Cristy&token=Xj02K6IZfo5M2142","urlObject":{"protocol":"https","path":["piconnect","saas"],"host":["pipay","io"],"query":[{"key":"method","value":"creditreturn"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"22.00"},{"key":"ticketid","value":"R22"},{"key":"userid","value":"Cristy"},{"key":"token","value":"Xj02K6IZfo5M2142"}],"variable":[]}},"response":[],"_postman_id":"f920b7d7-178f-8971-1255-2f1812982c3f"},{"name":"8.2 - Credit Return w/ Token Convert to JSON","id":"2bdfca99-c8d6-4c37-75c7-a6be88fa13ff","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c\u001fAPPROVED\u001f\u001f\u001f\u001f\u001c02\u001c5000\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c17\u001f50\u001f20180117195853\u001c\u001f\u001c\u001c\u001cCARDBIN=441840\u001fSN=53211269\u001fTC=2A392ED6AE9CD3DB\u001fTVR=0000000000\u001fAID=A0000000031010\u001fTSI=2000\u001fATC=001C\u001fAPPLAB=Visa Credit\u001fIAD=06010A03800000\u001fARC=00\u001fCID=00\u0003b","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"53211269","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process","urlObject":{"protocol":"https","path":["piconnect","process"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"7fad6679-4e4f-3910-7b16-bda7df64b560","name":"2 - Credit Sale Convert to JSON","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS213\u001fTAS213\u001f801719500067\u001f\u001f23\u001c01\u001c2203\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c13\u001f50\u001f20180117111513\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=C5BB26C00F78D78B\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0019\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\u0003[","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"53211269","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"http://pipay.io/piconnect/process.php"},"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":"Wed, 17 Jan 2018 22:30:18 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":"529","body":"{\"TransactionResult\":\"true\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":22.03,\"TransactionID\":\"13\",\"AuthCode\":\"TAS213\",\"Token\":\"Xj02K6IZfo5M2142\",\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0121\",\"TicketID\":\"50\",\"ResponseMsg\":\"OK\",\"HostCode\":\"00\",\"Timestamp\":\"20180117111513\",\"AvsResponse\":null,\"CardHolder\":\"PAYMENT INNOVATORS\\/TEST T\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5a5fce7a6171f\",\"TransType\":\"SALE\",\"EntryMode\":\"CHIP\",\"RefNum\":\"801719500067\",\"SerialNo\":\"53211269\",\"AmountDue\":\"0\",\"TipAmount\":\"0\",\"CvResponse\":null,\"HostResponse\":\"APPROVAL TAS213\",\"ExtraBalance\":null,\"CardBin\":\"441840\",\"Tc\":\"A0019\",\"Tvr\":\"8080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"6C00\",\"Atc\":\"0019\",\"AppLab\":\"Visa Credit\",\"AppPN\":null,\"Iad\":\"06010A03600000\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null}  "}],"_postman_id":"2bdfca99-c8d6-4c37-75c7-a6be88fa13ff"},{"name":"9.1 - Credit Get Token","id":"9b7b1d59-30fe-4b68-9e59-130b5b36fc17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pipay.io/piconnect/saas?method=gettoken&account=1512407959&sn=31415926&address=123 Main&zip=55302&&userid=Cristy","description":"<p>Get Token prompts for a swipe to capture card data and return a token for future use.</p>\n","urlObject":{"protocol":"https","path":["piconnect","saas"],"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":null,"value":null},{"key":"userid","value":"Cristy"}],"variable":[]}},"response":[],"_postman_id":"9b7b1d59-30fe-4b68-9e59-130b5b36fc17"},{"name":"9.2 - Credit Get Token Convert to JSON","id":"d5c91484-4fdb-495f-b78d-2aa527f320ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c85\u001fCARD OK PREATH\u001fPREATH\u001f035616500800\u001f\u001f410\u001c24\u001c0\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c8306\u001f1\u001f0627\u001f\u001f\u001f\u001f01\u001fRECIPIENT/GIFT CARD\u001f\u001f\u001f0\u001c1\u001f1\u001f20201221085548\u001c\u001f\u001c\u001c\u001cTOKEN=crHyPm32aeB98306\u001fCARDBIN=484718\u001fSN=53211269\u0003C","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process","urlObject":{"protocol":"https","path":["piconnect","process"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"f5416530-1352-40ae-b584-6ee0fa48869f","name":"1.2 - Credit Sale Convert to JSON","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS213\u001fTAS213\u001f801719500067\u001f\u001f23\u001c01\u001c2203\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c13\u001f50\u001f20180117111513\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=C5BB26C00F78D78B\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0019\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"http://pipay.io/piconnect/process"},"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":"Sun, 11 Feb 2018 17:30:25 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":null,"body":"{\"TransactionResult\":\"true\",\"PTK\":\"7nlInnA8Y8\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":22.03,\"TransactionID\":\"13\",\"AuthCode\":\"TAS213\",\"Token\":\"Xj02K6IZfo5M2142\",\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0121\",\"TicketID\":\"50\",\"ResponseMsg\":\"OK\",\"HostCode\":\"00\",\"Timestamp\":\"20180117111513\",\"AvsResponse\":null,\"CardHolder\":\"PAYMENT INNOVATORS\\/TEST T\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5a807db102c25\",\"TransType\":\"SALE\",\"EntryMode\":\"CHIP\",\"RefNum\":\"801719500067\",\"SerialNo\":\"53211269\",\"AmountDue\":\"0\",\"TipAmount\":0,\"CvResponse\":null,\"HostResponse\":\"APPROVAL TAS213\",\"ExtraBalance\":null,\"CardBin\":\"441840\",\"Tc\":\"A0019\",\"Tvr\":\"8080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"6C00\",\"Atc\":\"0019\",\"AppLab\":\"Visa Credit\",\"AppPN\":null,\"Iad\":\"06010A03600000\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null,\"Method\":[\"T01\"]}  "}],"_postman_id":"d5c91484-4fdb-495f-b78d-2aa527f320ea"},{"name":"10.1 - Debit Sale","id":"e637e971-604b-9cad-dfcc-bb77f9920a5c","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/saas?method=debitsale&account=1512407959&sn=31415926&amount=71.99&ticketid=Receipt23&userid=Cristy","urlObject":{"protocol":"https","path":["piconnect","saas"],"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":"e637e971-604b-9cad-dfcc-bb77f9920a5c"},{"name":"10.2 - Debit Sale Convert to JSON","id":"5734e67b-f7cb-d2e9-9465-f0f789bc2491","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS213\u001fTAS213\u001f801719500067\u001f\u001f23\u001c01\u001c2203\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c13\u001f50\u001f20180117111513\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=C5BB26C00F78D78B\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0019\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process","urlObject":{"protocol":"https","path":["piconnect","process"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"9d919ae7-59cb-d2b5-1213-2a3ad524c716","name":"1.2 - Credit Sale Convert to JSON","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS213\u001fTAS213\u001f801719500067\u001f\u001f23\u001c01\u001c2203\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c13\u001f50\u001f20180117111513\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=C5BB26C00F78D78B\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0019\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"http://pipay.io/piconnect/process"},"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":"Sun, 11 Feb 2018 17:30:25 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":"536","body":"{\"TransactionResult\":\"true\",\"PTK\":\"7nlInnA8Y8\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":22.03,\"TransactionID\":\"13\",\"AuthCode\":\"TAS213\",\"Token\":\"Xj02K6IZfo5M2142\",\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0121\",\"TicketID\":\"50\",\"ResponseMsg\":\"OK\",\"HostCode\":\"00\",\"Timestamp\":\"20180117111513\",\"AvsResponse\":null,\"CardHolder\":\"PAYMENT INNOVATORS\\/TEST T\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5a807db102c25\",\"TransType\":\"SALE\",\"EntryMode\":\"CHIP\",\"RefNum\":\"801719500067\",\"SerialNo\":\"53211269\",\"AmountDue\":\"0\",\"TipAmount\":0,\"CvResponse\":null,\"HostResponse\":\"APPROVAL TAS213\",\"ExtraBalance\":null,\"CardBin\":\"441840\",\"Tc\":\"A0019\",\"Tvr\":\"8080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"6C00\",\"Atc\":\"0019\",\"AppLab\":\"Visa Credit\",\"AppPN\":null,\"Iad\":\"06010A03600000\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null,\"Method\":[\"T01\"]}  "}],"_postman_id":"5734e67b-f7cb-d2e9-9465-f0f789bc2491"},{"name":"11.1 - EBT Sale","id":"2c241e67-4202-4d81-bdd5-08be9c68249a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pipay.io/piconnect/saas?method=ebtsale&account=1512407959&sn=53211269&amount=10.00&ticketid=Receipt23&userid=Cristy","urlObject":{"protocol":"https","path":["piconnect","saas"],"host":["pipay","io"],"query":[{"key":"method","value":"ebtsale"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53211269"},{"key":"amount","value":"10.00"},{"key":"ticketid","value":"Receipt23"},{"key":"userid","value":"Cristy"}],"variable":[]}},"response":[{"id":"d61dc701-02d0-4e2d-af50-d608bdb1cc1a","name":"11.1 - EBT Sale","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pipay.io/piconnect/saas?method=ebtsale&account=1512407959&sn=53211269&amount=10.00&ticketid=Receipt23&userid=Cristy","protocol":"https","host":["pipay","io"],"path":["piconnect","saas"],"query":[{"key":"method","value":"ebtsale"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53211269"},{"key":"amount","value":"10.00"},{"key":"ticketid","value":"Receipt23"},{"key":"userid","value":"Cristy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Connection","value":"close"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-length","value":"181"}],"cookie":[],"responseTime":null,"body":"\u00020\u001cT05\u001c1.37\u001c000000\u001cOK\u001c0\u001fDEMO APPROVED\u001f000000\u001f88888888\u001f\u001f\u001c01\u001c1000\u001f0\u001f0\u001f0\u001f0\u001f0\u001f12048\u001f2022\u001c0985\u001f1\u001f0827\u001fF\u001f\u001f\u001f\u001fRECIPIENT/GIFT CARD\u001f\u001f\u001f0\u001c3\u001fReceipt23\u001f20200110114557\u001cCARDBIN=484718\u001fSN=53211269\u0003K"}],"_postman_id":"2c241e67-4202-4d81-bdd5-08be9c68249a"},{"name":"11.2 - EBT Sale Convert to JSON","id":"3bf1307c-7171-457b-9c12-857866b689d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT05\u001c1.37\u001c000000\u001cOK\u001c0\u001fDEMO APPROVED\u001f000000\u001f88888888\u001f\u001f\u001c01\u001c1000\u001f0\u001f0\u001f0\u001f0\u001f0\u001f12048\u001f2022\u001c0985\u001f1\u001f0827\u001fF\u001f\u001f\u001f\u001fRECIPIENT/GIFT CARD\u001f\u001f\u001f0\u001c3\u001fReceipt23\u001f20200110114557\u001cCARDBIN=484718\u001fSN=53211269\u0003K","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process","urlObject":{"protocol":"https","path":["piconnect","process"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"005d0f81-e272-4f0a-8d8c-bfc718c66e86","name":"1.2 - Credit Sale Convert to JSON","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS213\u001fTAS213\u001f801719500067\u001f\u001f23\u001c01\u001c2203\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c13\u001f50\u001f20180117111513\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=C5BB26C00F78D78B\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0019\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"http://pipay.io/piconnect/process"},"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":"Sun, 11 Feb 2018 17:30:25 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":null,"body":"{\"TransactionResult\":\"true\",\"PTK\":\"7nlInnA8Y8\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":22.03,\"TransactionID\":\"13\",\"AuthCode\":\"TAS213\",\"Token\":\"Xj02K6IZfo5M2142\",\"CardType\":\"VISA\",\"AccountNum\":\"2142\",\"ExpDate\":\"0121\",\"TicketID\":\"50\",\"ResponseMsg\":\"OK\",\"HostCode\":\"00\",\"Timestamp\":\"20180117111513\",\"AvsResponse\":null,\"CardHolder\":\"PAYMENT INNOVATORS\\/TEST T\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5a807db102c25\",\"TransType\":\"SALE\",\"EntryMode\":\"CHIP\",\"RefNum\":\"801719500067\",\"SerialNo\":\"53211269\",\"AmountDue\":\"0\",\"TipAmount\":0,\"CvResponse\":null,\"HostResponse\":\"APPROVAL TAS213\",\"ExtraBalance\":null,\"CardBin\":\"441840\",\"Tc\":\"A0019\",\"Tvr\":\"8080008000\",\"Aid\":\"A0000000031010\",\"Tsi\":\"6C00\",\"Atc\":\"0019\",\"AppLab\":\"Visa Credit\",\"AppPN\":null,\"Iad\":\"06010A03600000\",\"Arc\":\"00\",\"Cid\":\"40\",\"Cvm\":null,\"Method\":[\"T01\"]}  "},{"id":"9b248932-a063-4a99-bd1d-0d06da190977","name":"11.2 - EBT Sale Convert to JSON Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT05\u001c1.37\u001c000000\u001cOK\u001c0\u001fDEMO APPROVED\u001f000000\u001f88888888\u001f\u001f\u001c01\u001c1000\u001f0\u001f0\u001f0\u001f0\u001f0\u001f12048\u001f2022\u001c0985\u001f1\u001f0827\u001fF\u001f\u001f\u001f\u001fRECIPIENT/GIFT CARD\u001f\u001f\u001f0\u001c3\u001fReceipt23\u001f20200110114557\u001cCARDBIN=484718\u001fSN=53211269\u0003K","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 10 Jan 2020 19:50:04 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"747"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"PHP/7.0.27"},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\"TransactionResult\":\"true\",\"PTK\":\"lwa6EgArXQ\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":10,\"TransactionID\":\"3\",\"AuthCode\":\"000000\",\"Token\":null,\"CardType\":\"MASTERCARD\",\"AccountNum\":\"7073\",\"ExpDate\":\"1222\",\"TicketID\":\"Receipt23\",\"ResponseMsg\":\"OK\",\"HostCode\":\"0\",\"Timestamp\":\"20200110114557\",\"AvsResponse\":null,\"CardHolder\":\"RECIPIENT\\/GIFT CARD\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5e18d56b406ed\",\"TransType\":\"SALE\",\"EntryMode\":\"SWIPE\",\"RefNum\":\"88888888\",\"SerialNo\":\"31415926\",\"AmountDue\":\"0\",\"TipAmount\":0,\"CvResponse\":null,\"HostResponse\":\"DEMO APPROVED\",\"ExtraBalance\":null,\"CardBin\":null,\"Tc\":null,\"Tvr\":null,\"Aid\":null,\"Tsi\":null,\"Atc\":null,\"AppLab\":null,\"AppPN\":null,\"Iad\":null,\"Arc\":null,\"Cid\":null,\"Cvm\":null,\"BatchNo\":\"\",\"Method\":null}\t"}],"_postman_id":"3bf1307c-7171-457b-9c12-857866b689d6"},{"name":"11.1 - EBT Return","id":"7837eee6-7b74-434b-9b99-e21c2786100d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pipay.io/piconnect/saas?method=ebtreturn&account=1512407959&sn=53211269&amount=10.00&ticketid=Receipt23&userid=Cristy&transactionid=1","urlObject":{"protocol":"https","path":["piconnect","saas"],"host":["pipay","io"],"query":[{"key":"method","value":"ebtreturn"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53211269"},{"key":"amount","value":"10.00"},{"key":"ticketid","value":"Receipt23"},{"key":"userid","value":"Cristy"},{"key":"transactionid","value":"1"}],"variable":[]}},"response":[{"id":"45952fc2-5c79-4e84-be8b-e0929efaac04","name":"11.1 - EBT Return","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pipay.io/piconnect/saas?method=ebtreturn&account=1512407959&sn=53211269&amount=10.00&ticketid=Receipt23&userid=Cristy&transactionid=1","protocol":"https","host":["pipay","io"],"path":["piconnect","saas"],"query":[{"key":"method","value":"ebtreturn"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53211269"},{"key":"amount","value":"10.00"},{"key":"ticketid","value":"Receipt23"},{"key":"userid","value":"Cristy"},{"key":"transactionid","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Connection","value":"close"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-length","value":"181"}],"cookie":[],"responseTime":null,"body":"\u00020\u001cT05\u001c1.37\u001c000000\u001cOK\u001c0\u001fDEMO APPROVED\u001f000000\u001f88888888\u001f\u001f\u001c02\u001c1000\u001f0\u001f0\u001f0\u001f0\u001f0\u001f12048\u001f2022\u001c0985\u001f1\u001f0827\u001fF\u001f\u001f\u001f\u001fRECIPIENT/GIFT CARD\u001f\u001f\u001f0\u001c4\u001fReceipt23\u001f20200110114813\u001cCARDBIN=484718\u001fSN=53211269\u0003B"}],"_postman_id":"7837eee6-7b74-434b-9b99-e21c2786100d"},{"name":"11.2 - EBT Sale Convert to JSON Copy Copy","id":"b45adc42-fb23-4f21-bbc1-1bbe761fea7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT05\u001c1.37\u001c000000\u001cOK\u001c0\u001fDEMO APPROVED\u001f000000\u001f88888888\u001f\u001f\u001c02\u001c1000\u001f0\u001f0\u001f0\u001f0\u001f0\u001f12048\u001f2022\u001c0985\u001f1\u001f0827\u001fF\u001f\u001f\u001f\u001fRECIPIENT/GIFT CARD\u001f\u001f\u001f0\u001c4\u001fReceipt23\u001f20200110114813\u001cCARDBIN=484718\u001fSN=53211269\u0003B","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process","urlObject":{"protocol":"https","path":["piconnect","process"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"cefd052a-114a-48bf-8ee5-5821d2cf5b48","name":"11.2 - EBT Return Convert to JSON","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cT05\u001c1.37\u001c000000\u001cOK\u001c0\u001fDEMO APPROVED\u001f000000\u001f88888888\u001f\u001f\u001c02\u001c1000\u001f0\u001f0\u001f0\u001f0\u001f0\u001f12048\u001f2022\u001c0985\u001f1\u001f0827\u001fF\u001f\u001f\u001f\u001fRECIPIENT/GIFT CARD\u001f\u001f\u001f0\u001c4\u001fReceipt23\u001f20200110114813\u001cCARDBIN=484718\u001fSN=53211269\u0003B","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"31415926","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/process"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 10 Jan 2020 19:52:12 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"743"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"PHP/7.0.27"},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\"TransactionResult\":\"true\",\"PTK\":\"apybiCY3RA\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":10,\"TransactionID\":\"4\",\"AuthCode\":\"000000\",\"Token\":null,\"CardType\":\"VISA\",\"AccountNum\":\"2286\",\"ExpDate\":\"0823\",\"TicketID\":\"Receipt23\",\"ResponseMsg\":\"OK\",\"HostCode\":\"0\",\"Timestamp\":\"20200110114813\",\"AvsResponse\":null,\"CardHolder\":\"RECIPIENT\\/GIFT CARD\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5e18d5eb4bd26\",\"TransType\":\"RETURN\",\"EntryMode\":\"SWIPE\",\"RefNum\":\"88888888\",\"SerialNo\":\"31415926\",\"AmountDue\":\"0\",\"TipAmount\":0,\"CvResponse\":null,\"HostResponse\":\"DEMO APPROVED\",\"ExtraBalance\":null,\"CardBin\":null,\"Tc\":null,\"Tvr\":null,\"Aid\":null,\"Tsi\":null,\"Atc\":null,\"AppLab\":null,\"AppPN\":null,\"Iad\":null,\"Arc\":null,\"Cid\":null,\"Cvm\":null,\"BatchNo\":\"\",\"Method\":null}\t"}],"_postman_id":"b45adc42-fb23-4f21-bbc1-1bbe761fea7e"}],"id":"dee6c130-5236-4bb9-6a4a-aa5fd5311234","event":[{"listen":"prerequest","script":{"id":"62d3989a-3baf-4036-a12a-abe817c44956","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"757724c6-1c66-489d-8f74-e65fbde3caf7","type":"text/javascript","exec":[""]}}],"_postman_id":"dee6c130-5236-4bb9-6a4a-aa5fd5311234","description":""},{"name":"Transaction Management","item":[{"name":"Transaction Lookup (Fetch PTK)","id":"7e379c9b-32e9-f241-6a86-0587e46b6803","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":"7e379c9b-32e9-f241-6a86-0587e46b6803"},{"name":"Close Batch (Single Device)","id":"02e77191-71fc-2170-8d29-d3cf26b65238","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://pipay.io/piconnect/saas?method=closebatch&account=1512407959&sn=31415926","urlObject":{"protocol":"https","path":["piconnect","saas"],"host":["pipay","io"],"query":[{"key":"method","value":"closebatch"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"}],"variable":[]}},"response":[],"_postman_id":"02e77191-71fc-2170-8d29-d3cf26b65238"},{"name":"Get Terminal IP","id":"ef5b94d7-df88-8c05-b178-f6b7fa0eac9f","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":"149dfdeb-62af-9ca3-d548-45a99c50f001","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\"}"}],"_postman_id":"ef5b94d7-df88-8c05-b178-f6b7fa0eac9f"}],"id":"9d1a9fc9-f703-3051-2bb2-2d786c974954","_postman_id":"9d1a9fc9-f703-3051-2bb2-2d786c974954","description":""},{"name":"Gift Card Transactions","item":[{"name":"Gift Swipe","id":"594925f8-be35-419f-b12d-d317f0690bc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pipay.io/piconnect/saas.php?method=getnumbers&account=1512407959&sn=53352878","urlObject":{"protocol":"https","path":["piconnect","saas.php"],"host":["pipay","io"],"query":[{"key":"method","value":"getnumbers"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53352878"}],"variable":[]}},"response":[{"id":"e208bf2b-eea6-48be-93a7-5a4cd940544c","name":"Gift Swipe","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pipay.io/piconnect/saas.php?method=getnumbers&account=1512407959&sn=53352878","protocol":"https","host":["pipay","io"],"path":["piconnect","saas.php"],"query":[{"key":"method","value":"getnumbers"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53352878"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Connection","value":"close"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-length","value":"65"}],"cookie":[],"responseTime":null,"body":"\u00020\u001cA31\u001c1.40\u001c000000\u001cOK\u001c1\u001c\u001c7017253640002979\u001c\u001c7017253640002979\u001c\u001c\u001c\u001c\u0003B"}],"_postman_id":"594925f8-be35-419f-b12d-d317f0690bc1"},{"name":"Gift Swipe Convert to JSON","id":"2ca59bf2-7902-40bc-afc8-722ea2b7713f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cA31\u001c1.40\u001c000000\u001cOK\u001c1\u001c\u001c7017253640002979\u001c\u001c7017253640002979\u001c\u001c\u001c\u001c\u0003B","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"53352878","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/processgift","urlObject":{"protocol":"https","path":["piconnect","processgift"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"8ec0a985-e6ab-4845-9edb-3e89297c01e3","name":"Gift Swipe Convert to JSON","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"response","value":"\u00020\u001cA31\u001c1.40\u001c000000\u001cOK\u001c1\u001c\u001c7017253640002979\u001c\u001c7017253640002979\u001c\u001c\u001c\u001c\u0003B","type":"text"},{"key":"account","value":"1512407959","type":"text"},{"key":"sn","value":"53352878","type":"text"},{"key":"mode","value":"2","type":"text"}]},"url":"https://pipay.io/piconnect/processgift"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 07 Jan 2020 12:49:27 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"704"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"PHP/7.0.27"},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\"TransactionResult\":\"true\",\"PTK\":null,\"ResponseCode\":\"000000\",\"ApprovedAmount\":\"0.00\",\"TransactionID\":null,\"AuthCode\":\"000000\",\"Token\":\"7017253640002979\",\"CardType\":\"GIFT\",\"AccountNum\":\"\",\"ExpDate\":\"1299\",\"TicketID\":null,\"ResponseMsg\":\"OK\",\"HostCode\":null,\"Timestamp\":\"2020-01-07 12:49:27\",\"AvsResponse\":null,\"CardHolder\":\"\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5e147e57e1fb1\",\"TransType\":\"GETNUMBERS\",\"EntryMode\":\"SWIPE\",\"RefNum\":null,\"SerialNo\":\"53352878\",\"AmountDue\":0,\"TipAmount\":\"0.00\",\"CvResponse\":null,\"HostResponse\":null,\"ExtraBalance\":null,\"CardBin\":null,\"Tc\":null,\"Tvr\":null,\"Aid\":null,\"Tsi\":null,\"Atc\":null,\"AppLab\":null,\"AppPN\":null,\"Iad\":null,\"Arc\":null,\"Cid\":null,\"Cvm\":\"0\",\"BatchNo\":\"\"}\t"}],"_postman_id":"2ca59bf2-7902-40bc-afc8-722ea2b7713f"},{"name":"Gift Issue","id":"a73430bd-0720-4ed4-9688-1a9dbeaa8ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pipay.io/piconnect/saas.php?method=giftissue&account=1512407959&sn=53352878&amount=50.00&token=7010530834514586","urlObject":{"protocol":"https","path":["piconnect","saas.php"],"host":["pipay","io"],"query":[{"key":"method","value":"giftissue"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53352878"},{"key":"amount","value":"50.00"},{"key":"token","value":"7010530834514586"}],"variable":[]}},"response":[{"id":"b41a7015-8eeb-43b8-a3ec-e7bf7b649661","name":"Gift Issue","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pipay.io/piconnect/saasgift.php?method=giftissue&account=1512407959&sn=31415926&amount=50.00&token=7010530834514586","protocol":"https","host":["pipay","io"],"path":["piconnect","saasgift.php"],"query":[{"key":"method","value":"giftissue"},{"key":"account","value":"1512407959"},{"key":"sn","value":"31415926"},{"key":"amount","value":"50.00"},{"key":"token","value":"7010530834514586"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 06 Jan 2020 15:51:37 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"776"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"PHP/7.0.27"},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\"TransactionResult\":\"true\",\"PTK\":\"SIvPWTv1KJ\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":\"21.10\",\"TransactionID\":1578325897,\"AuthCode\":\"000000\",\"Token\":\"7010530834514586\",\"CardType\":\"GIFT\",\"AccountNum\":\"4586\",\"ExpDate\":\"1299\",\"TicketID\":\"\",\"ResponseMsg\":\"success\",\"HostCode\":\"000000\",\"Timestamp\":\"2020-01-06 15:51:37\",\"AvsResponse\":null,\"CardHolder\":\"RECIPIENT\\/GIFT CARD\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5e13578972ae9\",\"TransType\":\"GIFTISSUE\",\"EntryMode\":\"SWIPE\",\"RefNum\":1578325897,\"SerialNo\":\"53211269\",\"AmountDue\":\"0\",\"TipAmount\":\"0\",\"CvResponse\":null,\"HostResponse\":\"success\",\"ExtraBalance\":\"63.30\",\"CardBin\":\"514586\",\"Tc\":null,\"Tvr\":null,\"Aid\":null,\"Tsi\":null,\"Atc\":null,\"AppLab\":\"PI GIFT\",\"AppPN\":\"PI GIFT\",\"Iad\":null,\"Arc\":null,\"Cid\":null,\"Cvm\":\"7\",\"BatchNo\":\"1\"}"}],"_postman_id":"a73430bd-0720-4ed4-9688-1a9dbeaa8ecf"},{"name":"Gift Redeem","id":"ecfd5277-50ff-44fd-87e1-139fa15d87f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pipay.io/piconnect/saas.php?method=giftredeem&account=1512407959&sn=53352878&amount=20.00&token=7010530834514586","urlObject":{"protocol":"https","path":["piconnect","saas.php"],"host":["pipay","io"],"query":[{"key":"method","value":"giftredeem"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53352878"},{"key":"amount","value":"20.00"},{"key":"token","value":"7010530834514586"}],"variable":[]}},"response":[{"id":"457f1736-303a-4ae8-9bfb-9a852ea6c002","name":"Gift Redeem","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pipay.io/piconnect/saas.php?method=giftredeem&account=1512407959&sn=53352878&amount=20.00&token=7010530834514586","protocol":"https","host":["pipay","io"],"path":["piconnect","saas.php"],"query":[{"key":"method","value":"giftredeem"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53352878"},{"key":"amount","value":"20.00"},{"key":"token","value":"7010530834514586"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 06 Jan 2020 18:29:39 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"772"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"PHP/7.0.27"},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\"TransactionResult\":\"true\",\"PTK\":\"p2inUDBoEr\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":20,\"TransactionID\":1578335379,\"AuthCode\":\"000000\",\"Token\":\"7010530834514586\",\"CardType\":\"GIFT\",\"AccountNum\":\"4586\",\"ExpDate\":\"1299\",\"TicketID\":\"\",\"ResponseMsg\":\"success\",\"HostCode\":\"000000\",\"Timestamp\":\"2020-01-06 18:29:39\",\"AvsResponse\":null,\"CardHolder\":\"RECIPIENT\\/GIFT CARD\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5e137c93d126e\",\"TransType\":\"GIFTREDEEM\",\"EntryMode\":\"SWIPE\",\"RefNum\":1578335379,\"SerialNo\":\"53352878\",\"AmountDue\":\"0\",\"TipAmount\":\"0\",\"CvResponse\":null,\"HostResponse\":\"success\",\"ExtraBalance\":\"43.30\",\"CardBin\":\"514586\",\"Tc\":null,\"Tvr\":null,\"Aid\":null,\"Tsi\":null,\"Atc\":null,\"AppLab\":\"PI GIFT\",\"AppPN\":\"PI GIFT\",\"Iad\":null,\"Arc\":null,\"Cid\":null,\"Cvm\":\"7\",\"BatchNo\":\"1\"}"}],"_postman_id":"ecfd5277-50ff-44fd-87e1-139fa15d87f1"},{"name":"Gift Balance","id":"30535c3a-9608-42d0-bb8e-5e6e8ea55535","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://pipay.io/piconnect/saas.php?method=giftbalance&account=1512407959&sn=53352878&token=7010530834514586","urlObject":{"protocol":"https","path":["piconnect","saas.php"],"host":["pipay","io"],"query":[{"key":"method","value":"giftbalance"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53352878"},{"key":"token","value":"7010530834514586"}],"variable":[]}},"response":[{"id":"8f418cc2-ded7-47d6-9461-325bfea1fc45","name":"Gift Balance","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pipay.io/piconnect/saasgift.php?method=giftbalance&account=1512407959&sn=53352878&token=7010530834514586","protocol":"https","host":["pipay","io"],"path":["piconnect","saasgift.php"],"query":[{"key":"method","value":"giftbalance"},{"key":"account","value":"1512407959"},{"key":"sn","value":"53352878"},{"key":"token","value":"7010530834514586"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Mon, 06 Jan 2020 18:30:49 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"775"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"PHP/7.0.27"},{"key":"Cache-Control","value":"no-store, must-revalidate, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Sat, 26 Jul 1997 05:00:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\"TransactionResult\":\"true\",\"PTK\":\"1CEAZ4Taca\",\"ResponseCode\":\"000000\",\"ApprovedAmount\":null,\"TransactionID\":1578335449,\"AuthCode\":\"000000\",\"Token\":\"7010530834514586\",\"CardType\":\"GIFT\",\"AccountNum\":\"4586\",\"ExpDate\":\"1299\",\"TicketID\":\"\",\"ResponseMsg\":\"success\",\"HostCode\":\"000000\",\"Timestamp\":\"2020-01-06 18:30:49\",\"AvsResponse\":null,\"CardHolder\":\"RECIPIENT\\/GIFT CARD\",\"BusinessId\":\"1512407959\",\"UniqueId\":\"5e137cd99a180\",\"TransType\":\"GIFTBALANCE\",\"EntryMode\":\"SWIPE\",\"RefNum\":1578335449,\"SerialNo\":\"53352878\",\"AmountDue\":\"0\",\"TipAmount\":\"0\",\"CvResponse\":null,\"HostResponse\":\"success\",\"ExtraBalance\":\"43.30\",\"CardBin\":\"514586\",\"Tc\":null,\"Tvr\":null,\"Aid\":null,\"Tsi\":null,\"Atc\":null,\"AppLab\":\"PI GIFT\",\"AppPN\":\"PI GIFT\",\"Iad\":null,\"Arc\":null,\"Cid\":null,\"Cvm\":\"7\",\"BatchNo\":\"1\"}"}],"_postman_id":"30535c3a-9608-42d0-bb8e-5e6e8ea55535"}],"id":"87a3c2b5-f36e-4dcc-9fc2-25f1860d4550","_postman_id":"87a3c2b5-f36e-4dcc-9fc2-25f1860d4550","description":""},{"name":"Sample Code","item":[],"id":"2144f328-7511-fb6f-6e53-43a204a555da","description":"<h1 id=\"vb6-sample-code-utilizing-chilkatrest-activex-component\">VB6 Sample Code utilizing ChilKatRest ActiveX component</h1>\n<p>** <a href=\"https://www.chilkatsoft.com/downloads_ActiveX.asp\">https://www.chilkatsoft.com/downloads_ActiveX.asp</a> **</p>\n<blockquote>\n<ul>\n<li>Step 1 - Launch terminal and receive encrypted transaction result</li>\n</ul>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Dim rest As New ChilkatRest\nDim success As Long\n\n'  URL: https://pipay.io/piconnect/saas?method=creditsale&amp;account=1512407959&amp;sn=31415926&amp;amount=21.03&amp;ticketid=R212203&amp;userid=Cristy\nDim bTls As Long\nbTls = 1\nDim port As Long\nport = 443\nDim bAutoReconnect As Long\nbAutoReconnect = 1\nsuccess = rest.Connect(\"pipay.io\",port,bTls,bAutoReconnect)\nIf (success &lt;&gt; 1) Then\n    Debug.Print \"ConnectFailReason: \" &amp; rest.ConnectFailReason\n    Debug.Print rest.LastErrorText\nExit Sub\nEnd If\n\nDim sbResponseBody As New ChilkatStringBuilder\nsuccess = rest.FullRequestNoBodySb(\"GET\",\"/piconnect/saas?method=creditsale&amp;account=1512407959&amp;sn=31415926&amp;amount=21.03&amp;ticketid=R212203&amp;userid=Cristy\",sbResponseBody)\nIf (success &lt;&gt; 1) Then\n    Debug.Print rest.LastErrorText\n     Exit Sub\nEnd If  \n</code></pre><blockquote>\n<ul>\n<li>Step 2 - Convert encrypted transaction result to JSON</li>\n</ul>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Dim rest As New ChilkatRest\nDim success As Long\n\n'  URL: https://pipay.io/piconnect/process\nDim bTls As Long\nbTls = 1\nDim port As Long\nport = 443\nDim bAutoReconnect As Long\nbAutoReconnect = 1\nsuccess = rest.Connect(\"pipay.io\",port,bTls,bAutoReconnect)\nIf (success &lt;&gt; 1) Then\n     Debug.Print \"ConnectFailReason: \" &amp; rest.ConnectFailReason\n     Debug.Print rest.LastErrorText\n     Exit Sub\nEnd If\n\nsuccess = rest.AddQueryParam(\"response\",\" \u001cT01\u001c1.37\u001c000000\u001cOK\u001c00\u001fAPPROVAL TAS213\u001fTAS213\u001f801719500067\u001f\u001f23\u001c01\u001c2203\u001f0\u001f0\u001f0\u001f0\u001f0\u001f\u001f\u001c2142\u001f4\u001f0121\u001f\u001f\u001f\u001f01\u001fPAYMENT INNOVATORS/TEST T\u001f\u001f\u001f0\u001c13\u001f50\u001f20180117111513\u001c\u001f\u001c\u001c\u001cTOKEN=Xj02K6IZfo5M2142\u001fCARDBIN=441840\u001fSN=53211269\u001fTC=C5BB26C00F78D78B\u001fTVR=8080008000\u001fAID=A0000000031010\u001fTSI=6C00\u001fATC=0019\u001fAPPLAB=Visa Credit\u001fIAD=06010A03600000\u001fARC=00\u001fCID=40\u001fCVM=6\")\nsuccess = rest.AddQueryParam(\"account\",\"1512407959\")\nsuccess = rest.AddQueryParam(\"sn\",\"31415926\")\nsuccess = rest.AddQueryParam(\"mode\",\"2\")\n\nDim strResponseBody As String\nstrResponseBody = rest.FullRequestFormUrlEncoded(\"POST\",\"/piconnect/process\")\nIf (rest.LastMethodSuccess &lt;&gt; 1) Then\n    Debug.Print rest.LastErrorText\n    Exit Sub\nEnd If\n\nDim jsonResponse As New ChilkatJsonObject\nsuccess = jsonResponse.Load(strResponseBody)\n\nDim TransactionResult As String\nDim PTK As String\nDim ResponseCode As String\nDim ApprovedAmount As Long\nDim TransactionID As String\nDim AuthCode As String\nDim Token As String\nDim CardType As String\nDim AccountNum As String\nDim ExpDate As String\nDim TicketID As String\nDim ResponseMsg As String\nDim HostCode As String\nDim Timestamp As String\nDim AvsResponse As Long\nDim CardHolder As String\nDim BusinessId As String\nDim UniqueId As String\nDim TransType As String\nDim EntryMode As String\nDim RefNum As String\nDim SerialNo As String\nDim AmountDue As String\nDim TipAmount As Long\nDim CvResponse As Long\nDim HostResponse As String\nDim ExtraBalance As Long\nDim CardBin As String\nDim Tc As String\nDim Tvr As String\nDim Aid As String\nDim Tsi As String\nDim Atc As String\nDim AppLab As String\nDim AppPN As Long\nDim Iad As String\nDim Arc As String\nDim Cid As String\nDim Cvm As Long\nDim i As Long\nDim count_i As Long\nDim strVal As String\n\nTransactionResult = jsonResponse.StringOf(\"TransactionResult\")\nPTK = jsonResponse.StringOf(\"PTK\")\nResponseCode = jsonResponse.StringOf(\"ResponseCode\")\nApprovedAmount = jsonResponse.IntOf(\"ApprovedAmount\")\nTransactionID = jsonResponse.StringOf(\"TransactionID\")\nAuthCode = jsonResponse.StringOf(\"AuthCode\")\nToken = jsonResponse.StringOf(\"Token\")\nCardType = jsonResponse.StringOf(\"CardType\")\nAccountNum = jsonResponse.StringOf(\"AccountNum\")\nExpDate = jsonResponse.StringOf(\"ExpDate\")\nTicketID = jsonResponse.StringOf(\"TicketID\")\nResponseMsg = jsonResponse.StringOf(\"ResponseMsg\")\nHostCode = jsonResponse.StringOf(\"HostCode\")\nTimestamp = jsonResponse.StringOf(\"Timestamp\")\nAvsResponse = jsonResponse.IsNullOf(\"AvsResponse\")\nCardHolder = jsonResponse.StringOf(\"CardHolder\")\nBusinessId = jsonResponse.StringOf(\"BusinessId\")\nUniqueId = jsonResponse.StringOf(\"UniqueId\")\nTransType = jsonResponse.StringOf(\"TransType\")\nEntryMode = jsonResponse.StringOf(\"EntryMode\")\nRefNum = jsonResponse.StringOf(\"RefNum\")\nSerialNo = jsonResponse.StringOf(\"SerialNo\")\nAmountDue = jsonResponse.StringOf(\"AmountDue\")\nTipAmount = jsonResponse.IntOf(\"TipAmount\")\nCvResponse = jsonResponse.IsNullOf(\"CvResponse\")\nHostResponse = jsonResponse.StringOf(\"HostResponse\")\nExtraBalance = jsonResponse.IsNullOf(\"ExtraBalance\")\nCardBin = jsonResponse.StringOf(\"CardBin\")\nTc = jsonResponse.StringOf(\"Tc\")\nTvr = jsonResponse.StringOf(\"Tvr\")\nAid = jsonResponse.StringOf(\"Aid\")\nTsi = jsonResponse.StringOf(\"Tsi\")\nAtc = jsonResponse.StringOf(\"Atc\")\nAppLab = jsonResponse.StringOf(\"AppLab\")\nAppPN = jsonResponse.IsNullOf(\"AppPN\")\nIad = jsonResponse.StringOf(\"Iad\")\nArc = jsonResponse.StringOf(\"Arc\")\nCid = jsonResponse.StringOf(\"Cid\")\nCvm = jsonResponse.IsNullOf(\"Cvm\")\ni = 0\ncount_i = jsonResponse.SizeOfArray(\"Method\")\nDo While i &lt; count_i\n    jsonResponse.I = i\n    strVal = jsonResponse.StringOf(\"Method[i]\")\n    i = i + 1\nLoop\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"14b3662a-2d6d-42a4-aeb8-fa3ccdf5d92c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"26de1ce7-e279-42fd-b93a-6d80f3381b0c","type":"text/javascript","exec":[""]}}],"_postman_id":"2144f328-7511-fb6f-6e53-43a204a555da"}],"event":[{"listen":"prerequest","script":{"id":"364b7f34-c29d-4371-a21d-d0bb59099045","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9cb6ff08-4dab-45f0-81b5-c505e767d111","type":"text/javascript","exec":[""]}}]}