{"info":{"_postman_id":"9153124f-28db-2ff5-cf98-16a1c8c7a9ff","name":"PIConnect - Hosted Payment Form (HPF)","description":"<html><head></head><body><p>A simple RESTful interface is used to initiate the hosted payment form and receive a JSON transaction response.  The PIConnect HPF is built upon the TSYS platform and secured by TSEP (Tsys Secure Payment), for secure manual entry or web based transactions.</p>\n<p>The basic transaction flow is as follows:  </p>\n<ul>\n<li>POST non-sensitve transaction data and retreive a PTK which is required to render the form</li>\n<li>Append the PTK to a static URL to render the HPF</li>\n</ul>\n<p><img src=\"https://paymentinnovators.com/wp-content/uploads/2018/01/hpf_screen.png\" alt=\"alt text\">  </p>\n<ul>\n<li>Card Account Number, Expiration and CVV are entered on the form, and transaction processes</li>\n<li>PIConnect HPF offers three methods of retreiving the transaction response: responseURL, polling, or fetch.</li>\n</ul>\n<hr>\n<blockquote>\n<p><strong>REQUEST FIELDS</strong>  </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Format</th>\n<th>M/O</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>method</td>\n<td>CreditSale, CreditAuth, CreditCapture, CreditReturn, CreditVoid, GetToken, CloseBatch, ACHSale, ACHReturn</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>paysource</td>\n<td>PHONE, INTERNET (for Credit Card) / BOC (for ACH)</td>\n<td>caps A(25)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>transaction amount</td>\n<td>N(9) n.nn</td>\n<td>M</td>\n</tr>\n<tr>\n<td>ticketid</td>\n<td>ticket, receipt, invoice</td>\n<td>ANC(18)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>userid</td>\n<td>clerk or system user</td>\n<td>AN(25)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>address</td>\n<td>street address for AVS</td>\n<td>ANC(25)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>zip code or postal code for AVS</td>\n<td>ANC(15)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>notifyemail</td>\n<td>email address for transaction receipt</td>\n<td>ANC(40)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>cardholder first name</td>\n<td>AN(25)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>cardholder last name</td>\n<td>AN(25)</td>\n<td>O</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>ccardlevel</td>\n<td>LEVEL2</td>\n<td>AN(25)</td>\n<td>M for level2</td>\n</tr>\n<tr>\n<td>l2taxamount</td>\n<td>tax amount</td>\n<td>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>token</td>\n<td>secure token representing card#</td>\n<td>ANC(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>M 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>M for token transactions</td>\n</tr>\n<tr>\n<td>softdescriptor</td>\n<td>purchase description on cardholder statement</td>\n<td>ANC(32)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>stationid</td>\n<td>station identifier</td>\n<td>N(8)</td>\n<td>O (must be 8 numeric)</td>\n</tr>\n<tr>\n<td>responseurl</td>\n<td>url for JSON response</td>\n<td>ANC (50)</td>\n<td>O (highly suggested)</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<blockquote>\n<p><strong>HOSTED PAYMENT FORM URL OPTIONS</strong>  </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>URL</th>\n<th>Description</th>\n<th>Color</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://pi-stage.com/hpf/hpf.php?ptk=xxxx\">https://pi-stage.com/hpf/hpf.php?ptk=xxxx</a></td>\n<td>form mimicking a credit card with card# and expiration date</td>\n<td>n/a</td>\n</tr>\n<tr>\n<td><a href=\"https://pi-stage.com/hpf/hpfweb.php?ptk=xxxx\">https://pi-stage.com/hpf/hpfweb.php?ptk=xxxx</a></td>\n<td>white web form with card#, expiration date and cvv</td>\n<td>n/a</td>\n</tr>\n<tr>\n<td><a href=\"https://pi-stage.com/hpf/hpf.php?ptk=xxxx&amp;css=color\">https://pi-stage.com/hpf/hpf.php?ptk=xxxx&amp;css=color</a></td>\n<td>colored web form with card# and expiration date</td>\n<td>Red, Blue, Green, Yellow, Grey, Pink, Black</td>\n</tr>\n<tr>\n<td><a href=\"https://pi-stage.com/hpp/hpfweb.php?ptk=xxxx&amp;css=color\">https://pi-stage.com/hpp/hpfweb.php?ptk=xxxx&amp;css=color</a></td>\n<td>modernized white web from with card#, expiration date and cvv</td>\n<td>n/a</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<blockquote>\n<p><strong>RESPONSE FIELDS</strong>  </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Format</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionResult</td>\n<td>true (successful) / false (unsuccessful)</td>\n<td>AN(18)</td>\n</tr>\n<tr>\n<td>PTK</td>\n<td>Pi transaction key (unique)</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 (important to display for unsuccessful transactions</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>AN(2)</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</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\"ResponseCode\": \"000000\",\n\"ApprovedAmount\": 0.16,\n\"TransactionID\": \"2\",\n\"AuthCode\": \"000000\",\n\"Token\": \"ItQFeKQPGojb5781\",\n\"CardType\": \"MASTERCARD\",\n\"AccountNum\": \"5781\",\n\"ExpDate\": \"0919\",\n\"TicketID\": \"11\",\n\"ResponseMsg\": \"OK\",\n\"HostCode\": \"0\",\n\"Timestamp\": \"20171215084308\",\n\"AvsResponse\": null,\n\"CardHolder\": \"SMITH/JOHN\",\n\"BusinessId\": \"1512672892\",\n\"UniqueId\": \"5a33df5a1a565\",\n\"TransType\": \"SALE\",\n\"EntryMode\": \"CHIP\",\n\"RefNum\": \"88888888\",\n\"SerialNo\": \"69000436\",\n\"AmountDue\": \"0\",\n\"TipAmount\": \"0\",\n\"CvResponse\": null,\n\"HostResponse\": \"DEMO APPROVED\",\n\"ExtraBalance\": null,\n\"CardBin\": \"524366\",\n\"Tc\": \"A0026\",\n\"Tvr\": \"0000008000\",\n\"Aid\": \"A0000000041010\",\n\"Tsi\": \"E800\",\n\"Atc\": \"0026\",\n\"AppLab\": \"MasterCard\",\n\"AppPN\": null,\n\"Iad\": \"16106060012200005C3D00000000000000FF\",\n\"Arc\": \"00\",\n\"Cid\": \"40\",\n\"Cvm\": null\n} |\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"360438","collectionId":"9153124f-28db-2ff5-cf98-16a1c8c7a9ff","publishedId":"7EHaqp7","public":true,"customColor":{"top-bar":"2199DE","right-sidebar":"515A5A","highlight":"2199DE"},"publishDate":"2018-01-13T17:02:48.000Z"},"item":[{"name":"Credit Sale","item":[{"name":"HPF - ptk Credit Sale - Maximum Fields","id":"a0ea03e2-3676-08e4-7a7f-9ebb0de1fb9a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1502122693\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"111.67\",\r\n  \"ticketid\":\"test-1\",\r\n  \"userid\":\"Cristy\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"notifyemail1\":\"john.smith@tmail.com\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"ordernotes\":\"any note\",\r\n  \"ccardLevel\":\"LEVEL2\",\r\n  \"l2taxamount\":\"10.00\",\r\n  \"l2purchaseorder\":\"PO123\",\r\n  \"l2custcode\":\"12345\",\r\n  \"softdescriptor\":\"Chia Pet\",\r\n  \"stationid\":\"00000005\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\",\r\n  \"signature\":\"yes\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest","urlObject":{"protocol":"https","path":["hpf","ptkrequest"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"678d50dd-06a8-4f25-9c9b-0b78e6938810","name":"HPF - ptk Credit Sale - Maximum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1502122693\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"111.67\",\r\n  \"ticketid\":\"test-1\",\r\n  \"userid\":\"Cristy\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"notifyemail1\":\"john.smith@tmail.com\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"ordernotes\":\"any note\",\r\n  \"ccardLevel\":\"LEVEL2\",\r\n  \"l2taxamount\":\"10.00\",\r\n  \"l2purchaseorder\":\"PO123\",\r\n  \"l2custcode\":\"12345\",\r\n  \"softdescriptor\":\"Chia Pet\",\r\n  \"stationid\":\"00000005\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\",\r\n  \"signature\":\"yes\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"37","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:11:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"Status\":true,\"PTK\":\"RzNw2cmIg0\"}"}],"_postman_id":"a0ea03e2-3676-08e4-7a7f-9ebb0de1fb9a"},{"name":"HPF - ptk Credit Sale - Minimum Fields","id":"54213b21-8537-7d2a-76d5-cc91528010b5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1502122693\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"162.86\",\r\n  \"ticketid\":\"invoice-14161\",\r\n  \"userid\":\"Cristy\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\"\r\n  }\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest","urlObject":{"protocol":"https","path":["hpf","ptkrequest"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"4d74a145-dfaa-4ff2-be77-70fe0b466e3f","name":"HPF - ptk Credit Sale - Minimum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1502122693\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"162.86\",\r\n  \"ticketid\":\"invoice-14161\",\r\n  \"userid\":\"Cristy\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\"\r\n  }\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"37","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:16:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"Status\":true,\"PTK\":\"6llyy7LFJK\"}"}],"_postman_id":"54213b21-8537-7d2a-76d5-cc91528010b5"},{"name":"Credit Sale w/ Token - Maximum  Fields","id":"d3165697-3c46-48ee-e6c2-adc5eb9f1694","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1502122693\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"42.00\",\r\n  \"ticketid\":\"I4200\",\r\n  \"userid\":\"Joe\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"notifyemail1\":\"john.smith@tmail.com\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"notes\":\"any note\",\r\n  \"ccardLevel\":\"LEVEL2\",\r\n  \"l2taxamount\":\"10.00\",\r\n  \"l2purchaseorder\":\"PO123\",\r\n  \"l2custcode\":\"12345\",\r\n  \"softdescriptor\":\"Chia Pet\",\r\n  \"stationid\":\"00000005\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"9a26a599-1e4d-419f-87b4-7e233895f72d","name":"Credit Sale w/ Token - Maximum  Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1502122693\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"42.00\",\r\n  \"ticketid\":\"I4200\",\r\n  \"userid\":\"Joe\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"notifyemail1\":\"john.smith@tmail.com\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"notes\":\"any note\",\r\n  \"ccardLevel\":\"LEVEL2\",\r\n  \"l2taxamount\":\"10.00\",\r\n  \"l2purchaseorder\":\"PO123\",\r\n  \"l2custcode\":\"12345\",\r\n  \"softdescriptor\":\"Chia Pet\",\r\n  \"stationid\":\"00000005\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"3138","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:16:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"PTK\":\"yCoxlPihpG\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"42.00\",\"TransactionID\":\"14941202\",\"AuthCode\":\"TAS282\",\"Token\":\"9Y0NqRv0RE0z6781\",\"CardType\":\"VISA\",\"AccountNum\":\"6781\",\"ExpDate\":\"022020\",\"TicketId\":\"I4200\",\"UserID\":\"Joe\",\"ResponseCode\":\"A0000\",\"HostCode\":\"807117501211\",\"TaskID\":\"14543274\",\"Timestamp\":\"2018-03-12T10:16:45\",\"AvsResponse\":\"N\",\"CommercialCard\":\"0\",\"FirstName\":\"John\",\"LastName\":\"Smith\",\"BusinessID\":\"1502122693\",\"UniqueID\":\"0458557001520875006\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"SALE\",\"Method\":\"creditsale\",\"PaySource\":\"PHONE\",\"CustomerReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:16:45\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941202               \\\\nInvoice number : I4200                  \\\\nAUTH CODE : TAS282\\\\nSubtotal:                       $32.00\\\\n--------------------------------------\\\\nTaxes                                 \\\\n--------------------------------------\\\\n[1] VAT Tax                     $10.00\\\\n--------------------------------------\\\\nTotal Taxes:                    $10.00\\\\n--------------------------------------\\\\nTotal:                          $42.00\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\n             John  Smith             \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Customer Copy            \",\"MerchantReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:16:45\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941202               \\\\nInvoice number : I4200                  \\\\nAUTH CODE : TAS282\\\\nSubtotal:                       $32.00\\\\n--------------------------------------\\\\nTaxes                                 \\\\n--------------------------------------\\\\n[1] VAT Tax                     $10.00\\\\n--------------------------------------\\\\nTotal Taxes:                    $10.00\\\\n--------------------------------------\\\\nTotal:                          $42.00\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\nSignature :\\\\n     __________________________     \\\\n\\\\n             John  Smith             \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Merchant Copy            \"}"}],"_postman_id":"d3165697-3c46-48ee-e6c2-adc5eb9f1694"},{"name":"Credit Sale w/ Token - Minimum Fields","id":"21effa8e-6164-3f59-a4d8-f7fa590744df","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1502122693\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\r\n  \"userid\":\"Joe\"\r\n  }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request.php","description":"<p>This is a silent transaction with a direct call to the gateway; no interaction with the Hosted Payment Form.</p>\n","urlObject":{"protocol":"https","path":["transaction","request.php"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"cc1028cd-0cd8-4a3b-895e-4a398cf345c9","name":"Credit Sale w/ Token - Minimum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1502122693\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\r\n  \"userid\":\"Joe\"\r\n  }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request.php"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2644","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:17:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"PTK\":\"Ki75qx5MIX\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"74.67\",\"TransactionID\":\"14941204\",\"AuthCode\":\"TAS431\",\"Token\":\"9Y0NqRv0RE0z6781\",\"CardType\":\"VISA\",\"AccountNum\":\"6781\",\"ExpDate\":\"022020\",\"TicketId\":\"invoice123\",\"UserID\":\"Joe\",\"ResponseCode\":\"A0000\",\"HostCode\":\"807117501212\",\"TaskID\":\"14542056\",\"Timestamp\":\"2018-03-12T10:17:54\",\"AvsResponse\":\"0\",\"CommercialCard\":\"0\",\"FirstName\":null,\"LastName\":null,\"BusinessID\":\"1502122693\",\"UniqueID\":\"0413304001520875075\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"SALE\",\"Method\":\"creditsale\",\"PaySource\":\"PHONE\",\"CustomerReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:17:54\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941204               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS431\\\\nSubtotal:                       $74.67\\\\n--------------------------------------\\\\nTotal:                          $74.67\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\n                                    \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Customer Copy            \",\"MerchantReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:17:54\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941204               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS431\\\\nSubtotal:                       $74.67\\\\n--------------------------------------\\\\nTotal:                          $74.67\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\nSignature :\\\\n     __________________________     \\\\n\\\\n                                    \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Merchant Copy            \"}"}],"_postman_id":"21effa8e-6164-3f59-a4d8-f7fa590744df"}],"id":"568010a9-6647-9b72-af61-2b8a6ac91097","_postman_id":"568010a9-6647-9b72-af61-2b8a6ac91097","description":""},{"name":"Credit Auth and Capture","item":[{"name":"HPF - ptk Credit Auth - Maximum Fields","id":"317d724d-93a8-0b50-d1e1-86c3e3b6cf7f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1502122693\",\r\n  \"amount\":\"111.67\",\r\n  \"ticketid\":\"invoice-14161\",\r\n  \"userid\":\"Joe\",\r\n  \"paysource\":\"PHONE\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"notifyemail1\":\"john.smith@tmail.com\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"ordernotes\":\"any note\",\r\n  \"ccardLevel\":\"LEVEL2\",\r\n  \"l2taxamount\":\"10.00\",\r\n  \"l2purchaseorder\":\"PO123\",\r\n  \"l2custcode\":\"12345\",\r\n  \"softdescriptor\":\"Chia Pet\",\r\n  \"stationid\":\"00000005\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\",\r\n  \"signature\":\"yes\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"http://pi-stage.com/hpf/ptkrequest","urlObject":{"protocol":"http","path":["hpf","ptkrequest"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"943de630-9d97-4a83-8db4-8dedaebb5cf2","name":"HPF - ptk Credit Auth - Maximum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1502122693\",\r\n  \"amount\":\"111.67\",\r\n  \"ticketid\":\"invoice-14161\",\r\n  \"userid\":\"Joe\",\r\n  \"paysource\":\"PHONE\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"notifyemail1\":\"john.smith@tmail.com\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"ordernotes\":\"any note\",\r\n  \"ccardLevel\":\"LEVEL2\",\r\n  \"l2taxamount\":\"10.00\",\r\n  \"l2purchaseorder\":\"PO123\",\r\n  \"l2custcode\":\"12345\",\r\n  \"softdescriptor\":\"Chia Pet\",\r\n  \"stationid\":\"00000005\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\",\r\n  \"signature\":\"yes\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"http://pi-stage.com/hpf/ptkrequest"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"37","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:18:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"Status\":true,\"PTK\":\"uBzztLB4mh\"}"}],"_postman_id":"317d724d-93a8-0b50-d1e1-86c3e3b6cf7f"},{"name":"HPF - ptk Credit Auth - Minimum Fields","id":"b59c840e-e088-dc6a-cf2a-bcb0addb13c8","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditauth\",\r\n  \"account\":\"1502122693\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"162.86\",\r\n  \"ticketid\":\"invoice-14161\",\r\n  \"userid\":\"Cristy\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\"\r\n  }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest","urlObject":{"protocol":"https","path":["hpf","ptkrequest"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"ab1468a7-66d5-4451-8ae9-9925a201782e","name":"HPF - ptk Credit Auth - Minimum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditauth\",\r\n  \"account\":\"1502122693\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"162.86\",\r\n  \"ticketid\":\"invoice-14161\",\r\n  \"userid\":\"Cristy\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\"\r\n  }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"37","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:18:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"Status\":true,\"PTK\":\"DEFkqx5b2h\"}"}],"_postman_id":"b59c840e-e088-dc6a-cf2a-bcb0addb13c8"},{"name":"Credit Auth w/ Token - Maximum Fields","id":"f219b1cd-13d8-d8c4-719c-96b5c1a9ceaf","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"creditauth\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"70.00\",\r\n  \"ticketid\":\"invoice123\",\r\n  \"userid\":\"Joe\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"notifyemail1\":\"john.smith@tmail.com\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"notes\":\"any note\",\r\n  \"ccardLevel\":\"LEVEL2\",\r\n  \"l2taxamount\":\"10.00\",\r\n  \"l2purchaseorder\":\"PO123\",\r\n  \"l2custcode\":\"12345\",\r\n  \"softdescriptor\":\"Chia Pet\",\r\n  \"stationid\":\"00000005\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"dc8af5c7-89da-4d07-943d-88483e55906f","name":"Credit Auth w/ Token - Maximum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"creditauth\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"70.00\",\r\n  \"ticketid\":\"invoice123\",\r\n  \"userid\":\"Joe\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"notifyemail1\":\"john.smith@tmail.com\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"notes\":\"any note\",\r\n  \"ccardLevel\":\"LEVEL2\",\r\n  \"l2taxamount\":\"10.00\",\r\n  \"l2purchaseorder\":\"PO123\",\r\n  \"l2custcode\":\"12345\",\r\n  \"softdescriptor\":\"Chia Pet\",\r\n  \"stationid\":\"00000005\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"3141","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:18:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"PTK\":\"F14hVhg8oB\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"70.00\",\"TransactionID\":\"14941206\",\"AuthCode\":\"TAS565\",\"Token\":\"9Y0NqRv0RE0z6781\",\"CardType\":\"VISA\",\"AccountNum\":\"6781\",\"ExpDate\":\"022020\",\"TicketId\":\"invoice123\",\"UserID\":\"Joe\",\"ResponseCode\":\"A0000\",\"HostCode\":\"807117501213\",\"TaskID\":\"14543276\",\"Timestamp\":\"2018-03-12T10:18:57\",\"AvsResponse\":\"N\",\"CommercialCard\":\"0\",\"FirstName\":\"John\",\"LastName\":\"Smith\",\"BusinessID\":\"1502122693\",\"UniqueID\":\"0181825001520875138\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"AUTH\",\"Method\":\"creditauth\",\"PaySource\":\"PHONE\",\"CustomerReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:18:57\\\\n\\\\n         CREDIT - AUTH ONLY         \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941206               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS565\\\\nSubtotal:                       $60.00\\\\n--------------------------------------\\\\nTaxes                                 \\\\n--------------------------------------\\\\n[1] VAT Tax                     $10.00\\\\n--------------------------------------\\\\nTotal Taxes:                    $10.00\\\\n--------------------------------------\\\\nTotal:                          $70.00\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\n             John  Smith             \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Customer Copy            \",\"MerchantReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:18:57\\\\n\\\\n         CREDIT - AUTH ONLY         \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941206               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS565\\\\nSubtotal:                       $60.00\\\\n--------------------------------------\\\\nTaxes                                 \\\\n--------------------------------------\\\\n[1] VAT Tax                     $10.00\\\\n--------------------------------------\\\\nTotal Taxes:                    $10.00\\\\n--------------------------------------\\\\nTotal:                          $70.00\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\nSignature :\\\\n     __________________________     \\\\n\\\\n             John  Smith             \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Merchant Copy            \"}"}],"_postman_id":"f219b1cd-13d8-d8c4-719c-96b5c1a9ceaf"},{"name":"Credit Auth w/ Token - Minimum Fields","id":"11a38d3e-00d3-201e-05a6-309b33fb7e04","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"creditauth\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\r\n  \"userid\":\"Joe\"\r\n  }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"a4d598ad-28c3-4e63-9584-6c3ed48b32de","name":"Credit Auth w/ Token - Minimum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"creditauth\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\r\n  \"userid\":\"Joe\"\r\n  }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2642","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:19:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"PTK\":\"ETQOCHOfrx\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"74.67\",\"TransactionID\":\"14941208\",\"AuthCode\":\"TAS621\",\"Token\":\"9Y0NqRv0RE0z6781\",\"CardType\":\"VISA\",\"AccountNum\":\"6781\",\"ExpDate\":\"022020\",\"TicketId\":\"invoice123\",\"UserID\":\"Joe\",\"ResponseCode\":\"A0000\",\"HostCode\":\"807117501214\",\"TaskID\":\"14543278\",\"Timestamp\":\"2018-03-12T10:19:22\",\"AvsResponse\":\"0\",\"CommercialCard\":\"0\",\"FirstName\":null,\"LastName\":null,\"BusinessID\":\"1502122693\",\"UniqueID\":\"0607607001520875163\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"AUTH\",\"Method\":\"creditauth\",\"PaySource\":\"PHONE\",\"CustomerReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:19:22\\\\n\\\\n         CREDIT - AUTH ONLY         \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941208               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS621\\\\nSubtotal:                       $74.67\\\\n--------------------------------------\\\\nTotal:                          $74.67\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\n                                    \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Customer Copy            \",\"MerchantReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:19:22\\\\n\\\\n         CREDIT - AUTH ONLY         \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941208               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS621\\\\nSubtotal:                       $74.67\\\\n--------------------------------------\\\\nTotal:                          $74.67\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\nSignature :\\\\n     __________________________     \\\\n\\\\n                                    \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Merchant Copy            \"}"}],"_postman_id":"11a38d3e-00d3-201e-05a6-309b33fb7e04"},{"name":"Credit Capture - Maximum Fields","id":"c50b6e38-0ddf-375d-b988-a8b71c03606c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"creditcapture\",\r\n  \"ptk\":\"F14hVhg8oB\",\r\n  \"amount\":\"97.00\",\r\n  \"notes\": \"ORDERNOTES\",\r\n  \"ccardlevel\":\"LEVEL2\",\r\n  \"l2purchaseorder\": \"PURCHSEORDER1\",\r\n  \"l2custcode\": \"12345\"\r\n    }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request","description":"<p>Capture or Post Authorization referencing the TransactionID from the original Auth.</p>\n","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"00a102d2-f8d0-4e36-8627-f81d8d84f799","name":"Credit Capture - Maximum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"creditcapture\",\r\n  \"ptk\":\"F14hVhg8oB\",\r\n  \"amount\":\"97.00\",\r\n  \"notes\": \"ORDERNOTES\",\r\n  \"ccardlevel\":\"LEVEL2\",\r\n  \"l2purchaseorder\": \"PURCHSEORDER1\",\r\n  \"l2custcode\": \"12345\"\r\n    }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2357","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:20:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"PTK\":\"9kNjIcgkHP\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"97.00\",\"TransactionID\":\"14941206\",\"UserID\":null,\"ResponseCode\":\"A0000\",\"TaskID\":\"14543276\",\"Timestamp\":\"2018-03-12T10:20:34\",\"BusinessID\":\"1502122693\",\"UniqueID\":\"0677740001520875234\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"CAPTURE\",\"Method\":\"creditcapture\",\"CustomerReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:20:34\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941206               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS565\\\\nSubtotal:                       $97.00\\\\n--------------------------------------\\\\nTotal:                          $97.00\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\n             John Smith             \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Customer Copy            \",\"MerchantReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:20:34\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941206               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS565\\\\nSubtotal:                       $97.00\\\\n--------------------------------------\\\\nTotal:                          $97.00\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\nSignature :\\\\n     __________________________     \\\\n\\\\n             John Smith             \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Merchant Copy            \"}"}],"_postman_id":"c50b6e38-0ddf-375d-b988-a8b71c03606c"},{"name":"Credit Capture - Minimum Fields","id":"eccb5fb7-88eb-8f22-1934-85cf3a8e06fd","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"creditcapture\",\r\n  \"ptk\":\"ETQOCHOfrx\",\r\n  \"amount\":\"97.00\"\r\n    }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request","description":"<p>Capture or Post Authorization referencing the TransactionID from the original Auth.</p>\n","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"e0f2573e-925e-47db-905b-04ae526d6a87","name":"Credit Capture - Minimum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"creditcapture\",\r\n  \"ptk\":\"ETQOCHOfrx\",\r\n  \"amount\":\"97.00\"\r\n    }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2357","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:20:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"PTK\":\"e7KNqF7L9x\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"97.00\",\"TransactionID\":\"14941208\",\"UserID\":null,\"ResponseCode\":\"A0000\",\"TaskID\":\"14543278\",\"Timestamp\":\"2018-03-12T10:20:02\",\"BusinessID\":\"1502122693\",\"UniqueID\":\"0621007001520875202\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"CAPTURE\",\"Method\":\"creditcapture\",\"CustomerReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:20:02\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941208               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS621\\\\nSubtotal:                       $97.00\\\\n--------------------------------------\\\\nTotal:                          $97.00\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\n                                    \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Customer Copy            \",\"MerchantReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:20:02\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941208               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS621\\\\nSubtotal:                       $97.00\\\\n--------------------------------------\\\\nTotal:                          $97.00\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\nSignature :\\\\n     __________________________     \\\\n\\\\n                                    \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Merchant Copy            \"}"}],"_postman_id":"eccb5fb7-88eb-8f22-1934-85cf3a8e06fd"}],"id":"47dd3be0-0ab5-b0b2-b7d5-99923d2fedc3","_postman_id":"47dd3be0-0ab5-b0b2-b7d5-99923d2fedc3","description":""},{"name":"Credit Return","item":[{"name":"HPF - ptk Credit Return - Maximum Fields","id":"079e3fd4-27ab-f9a6-c5aa-828afb531d02","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditreturn\",\r\n  \"account\":\"1502122693\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\r\n  \"userid\":\"Joe\",\r\n  \"paysource\":\"PHONE\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"notifyemail1\":\"john.smith@tmail.com\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"ordernotes\":\"any note\",\r\n  \"ccardLevel\":\"LEVEL2\",\r\n  \"l2taxamount\":\"10.00\",\r\n  \"l2purchaseorder\":\"PO123\",\r\n  \"l2custcode\":\"12345\",\r\n  \"softdescriptor\":\"Chia Pet\",\r\n  \"stationid\":\"00000005\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest","urlObject":{"protocol":"https","path":["hpf","ptkrequest"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"c70b5daa-90d9-4615-81cd-b979a5b7f4b9","name":"HPF - ptk Credit Return - Maximum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditreturn\",\r\n  \"account\":\"1502122693\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\r\n  \"userid\":\"Joe\",\r\n  \"paysource\":\"PHONE\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"notifyemail1\":\"john.smith@tmail.com\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"ordernotes\":\"any note\",\r\n  \"ccardLevel\":\"LEVEL2\",\r\n  \"l2taxamount\":\"10.00\",\r\n  \"l2purchaseorder\":\"PO123\",\r\n  \"l2custcode\":\"12345\",\r\n  \"softdescriptor\":\"Chia Pet\",\r\n  \"stationid\":\"00000005\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"37","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:20:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"Status\":true,\"PTK\":\"DCjD1B7iW9\"}"}],"_postman_id":"079e3fd4-27ab-f9a6-c5aa-828afb531d02"},{"name":"HPF - ptk Credit Return - Minimum Fields","id":"ed1baf24-0418-a9e1-2fc4-6aaf2c675408","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"paysource\":\"PHONE\",\r\n  \"method\":\"creditreturn\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\r\n  \"userid\":\"Joe\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\"\r\n  }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest","urlObject":{"protocol":"https","path":["hpf","ptkrequest"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"b98e5df4-5a13-4c25-ba75-8f300e39a2bf","name":"HPF - ptk Credit Return - Minimum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"paysource\":\"PHONE\",\r\n  \"method\":\"creditreturn\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\r\n  \"userid\":\"Joe\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\"\r\n  }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"37","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:21:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"Status\":true,\"PTK\":\"5h3VYbt0Lr\"}"}],"_postman_id":"ed1baf24-0418-a9e1-2fc4-6aaf2c675408"},{"name":"Credit Return w/ Token - Maximum Fields","id":"7ddcc446-422c-b13c-8ccf-a504524f9266","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"creditreturn\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"02/2020\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\r\n  \"userid\":\"Joe\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"notifyemail1\":\"john.smith@tmail.com\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"ordernotes\":\"any note\",\r\n  \"ccardLevel\":\"LEVEL2\",\r\n  \"l2taxamount\":\"10.00\",\r\n  \"l2purchaseorder\":\"PO123\",\r\n  \"l2custcode\":\"12345\",\r\n  \"softdescriptor\":\"Chia Pet\",\r\n  \"stationid\":\"00000005\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"092b7041-8108-4419-8cc9-97d62de3358c","name":"Credit Return w/ Token - Maximum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"creditreturn\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"02/2020\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\r\n  \"userid\":\"Joe\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"notifyemail1\":\"john.smith@tmail.com\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"ordernotes\":\"any note\",\r\n  \"ccardLevel\":\"LEVEL2\",\r\n  \"l2taxamount\":\"10.00\",\r\n  \"l2purchaseorder\":\"PO123\",\r\n  \"l2custcode\":\"12345\",\r\n  \"softdescriptor\":\"Chia Pet\",\r\n  \"stationid\":\"00000005\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2485","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:21:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"PTK\":\"VhYRcef7RN\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"74.67\",\"TransactionID\":\"14941212\",\"AuthCode\":\"TAS901\",\"Token\":\"9Y0NqRv0RE0z6781\",\"CardType\":\"VISA\",\"AccountNum\":\"6781\",\"ExpDate\":\"022020\",\"TicketId\":null,\"UserID\":\"Joe\",\"ResponseCode\":\"A0000\",\"HostCode\":\"807117501215\",\"TaskID\":\"14543282\",\"Timestamp\":\"2018-03-12T10:21:29\",\"AvsResponse\":null,\"CommercialCard\":null,\"FirstName\":\"John\",\"LastName\":\"Smith\",\"BusinessID\":\"1502122693\",\"UniqueID\":\"0398602001520875290\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"RETURN\",\"Method\":\"creditreturn\",\"PaySource\":\"PHONE\",\"CustomerReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:21:29\\\\n\\\\n           CREDIT - RETURN           \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941212               \\\\nInvoice number : 14941212               \\\\nAUTH CODE : TAS901\\\\nReturn Amount:                  $74.67\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\n             John  Smith             \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Customer Copy            \",\"MerchantReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:21:29\\\\n\\\\n           CREDIT - RETURN           \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941212               \\\\nInvoice number : 14941212               \\\\nAUTH CODE : TAS901\\\\nReturn Amount:                  $74.67\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\nSignature :\\\\n     __________________________     \\\\n\\\\n             John  Smith             \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Merchant Copy            \"}"}],"_postman_id":"7ddcc446-422c-b13c-8ccf-a504524f9266"},{"name":"Credit Return w/ Token - Minimum Fields","id":"4716f042-32f8-1867-568d-2970551d9b21","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"creditreturn\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"24.12\",\r\n  \"ticketid\":\"IR2412\",\r\n  \"userid\":\"Cristy\"\r\n }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4716f042-32f8-1867-568d-2970551d9b21"}],"id":"8d774844-7466-682d-08eb-1408c0dc8a62","_postman_id":"8d774844-7466-682d-08eb-1408c0dc8a62","description":""},{"name":"Get Token","item":[{"name":"HPF - ptk Get Token - Maximum Fields","id":"b5aff723-4b42-04c9-8edd-34c4aa737c50","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"gettoken\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"0.00\",\r\n  \"ticketid\":\"invoice-14161\",\r\n  \"userid\":\"Joe\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\"\r\n}   \r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest","urlObject":{"protocol":"https","path":["hpf","ptkrequest"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"edbb0259-285a-4728-86e6-9b68b43e35cd","name":"HPF - ptk Get Token - Maximum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"gettoken\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"0.00\",\r\n  \"ticketid\":\"invoice-14161\",\r\n  \"userid\":\"Joe\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\"\r\n}   \r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"37","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:23:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"Status\":true,\"PTK\":\"Hz5cJkADls\"}"}],"_postman_id":"b5aff723-4b42-04c9-8edd-34c4aa737c50"},{"name":"HPF - ptk Get Token - Minimum Fields","id":"875bf9f1-58bd-d6a0-6a31-38b74eec8453","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"gettoken\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"0.00\",\r\n  \"ticketid\":\"invoice-14161\",\r\n  \"userid\":\"Joe\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\"\r\n}   \r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest","urlObject":{"protocol":"https","path":["hpf","ptkrequest"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"dd07f036-2434-437b-8bd6-b82035ff3d76","name":"HPF - ptk Get Token - Minimum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"gettoken\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"0.00\",\r\n  \"ticketid\":\"invoice-14161\",\r\n  \"userid\":\"Joe\",\r\n  \"responseurl\":\"https://pipay.io/reflect.php\"\r\n}   \r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/ptkrequest"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"37","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:24:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"Status\":true,\"PTK\":\"lLoeF2EaAA\"}"}],"_postman_id":"875bf9f1-58bd-d6a0-6a31-38b74eec8453"}],"id":"eea24b0e-caf7-70d0-c3fa-c761b938c8e4","_postman_id":"eea24b0e-caf7-70d0-c3fa-c761b938c8e4","description":""},{"name":"Credit Void, Close Batch, Retreive Signature","item":[{"name":"Credit Void","id":"6485cca6-ca2b-9048-ec64-fa5403ce6586","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"creditvoid\",\r\n  \"ptk\":\"yCoxlPihpG\",\r\n  \"userid\":\"Joe\"\r\n  }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"649a1f20-4d82-4433-90ae-ed866a2ef82c","name":"Credit Void","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"creditvoid\",\r\n  \"ptk\":\"yCoxlPihpG\",\r\n  \"userid\":\"Joe\"\r\n  }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"2292","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:25:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"PTK\":\"Lpol4ERZgP\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":42,\"TransactionID\":\"14941202\",\"AuthCode\":\"TAS282\",\"CardType\":\"VISA\",\"TicketID\":\"I4200\",\"UserID\":null,\"ResponseCode\":\"A0000\",\"HostCode\":\"807117501211\",\"TaskID\":\"14543274\",\"Timestamp\":\"2018-03-12T10:25:06\",\"OriginalRefId\":\"14941202\",\"BusinessID\":\"1502122693\",\"UniqueID\":\"0027004001520875507\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"VOID\",\"Method\":\"creditvoid\",\"CustomerReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:25:06\\\\n\\\\n            CREDIT - VOID            \\\\n\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941202               \\\\nInvoice number : I4200                  \\\\nAUTH CODE : TAS282\\\\nVoid Amount:                    $42.00\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\n             John Smith             \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Customer Copy            \",\"MerchantReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 10:25:06\\\\n\\\\n            CREDIT - VOID            \\\\n\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941202               \\\\nInvoice number : I4200                  \\\\nAUTH CODE : TAS282\\\\nVoid Amount:                    $42.00\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\nSignature :\\\\n     __________________________     \\\\n\\\\n             John Smith             \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Merchant Copy            \"}"}],"_postman_id":"6485cca6-ca2b-9048-ec64-fa5403ce6586"},{"name":"Get Batch","id":"3ddc7fbf-af23-4984-9c02-8b878d66c6d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1512407959\",\r\n  \"method\":\"getbatch\",\r\n  \"userid\":\"PiTech\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"de221b0f-5d80-44be-b473-1f656cb9d2ab","name":"Get Batch","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1512407959\",\r\n  \"method\":\"getbatch\",\r\n  \"userid\":\"PiTech\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 10 Oct 2019 20:38:10 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"298"},{"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"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"PTK\":\"WOTyhkg0dw\",\"ResponseMsg\":\"Success\",\"ResponseCode\":\"A0000\",\"NetAmount\":275.09,\"CreditSaleCount\":\"6\",\"CreditSaleAmount\":298.74,\"ReturnCreditCount\":\"1\",\"ReturnCreditAmount\":23.65,\"UniqueID\":\"0517492001570739890\",\"IPAddress\":\"172.221.252.57\",\"TransType\":\"GETBATCH\"}"}],"_postman_id":"3ddc7fbf-af23-4984-9c02-8b878d66c6d9"},{"name":"Close Batch","id":"50f291f3-663c-c4a2-f301-3056a9272124","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"closebatch\",\r\n  \"userid\":\"Terry Smith\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"c73b9714-6afb-4ca8-89b1-87156aa1b962","name":"Close Batch","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1502122693\",\r\n  \"method\":\"closebatch\",\r\n  \"userid\":\"Terry Smith\"\r\n}   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/transaction/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"280","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:25:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"ResponseMsg\":\"Success\",\"ResponseCode\":\"A0000\",\"SICCODE\":\"5999\",\"CreditSaleCount\":\"4\",\"CreditSaleAmount\":\"38034\",\"ReturnCreditCount\":\"2\",\"ReturnCreditAmount\":\"9879\",\"UniqueID\":\"0779349001520875523\",\"IPAddress\":\"24.217.18.176\",\"TransType\":\"CLOSEBATCH\"}"}],"_postman_id":"50f291f3-663c-c4a2-f301-3056a9272124"},{"name":"Retrieve Signature","id":"41eb2b1b-efb1-c38a-491d-ca7a78dba9d2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"fetch\",\r\n  \"account\":\"1502122693\",\r\n  \"ptk\":\"aTEgPoQL3N\"\r\n }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pipay.io/sign/signs/aTEgPoQL3N.png","urlObject":{"protocol":"https","path":["sign","signs","aTEgPoQL3N.png"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"822d51c8-08d8-0312-d428-230fa9e654fa","name":"Retrieve Signature","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"fetch\",\r\n  \"account\":\"1502122693\",\r\n  \"ptk\":\"aTEgPoQL3N\"\r\n }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pipay.io/sign/signs/aTEgPoQL3N.png"},"status":"OK","code":200,"_postman_previewlanguage":"image","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"9134","name":"Content-Length","description":""},{"key":"Content-Type","value":"image/png","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 23 Jan 2018 22:11:13 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Last-Modified","value":"Tue, 23 Jan 2018 20:47:06 GMT","name":"Last-Modified","description":""},{"key":"Server","value":"Apache","name":"Server","description":""}],"cookie":[],"responseTime":"792","body":"�PNG\r\n\u001a\n\u0000\u0000\u0000\rIHDR\u0000\u0000\u0002\u0010\u0000\u0000\u0000�\b\u0006\u0000\u0000\u0000�h\u0012�\u0000\u0000 \u0000IDATx^��\u000f�%W]�g�{�,��\"H�n�$\u0004m�}�m\u000b(�\u0015\"�\r-j�\u0005�n\u0013\u0012��tkLj0�-1Q�I�$\u0006)�n�Ғ�tK��@�+\u0010�}ＷkL\u0015��K\u0015�\u0012ۅu\u0017���c��3��f���sg����N���{3g���s�~�w~�� \u0001\u0012 \u0001\u0012 \u0001\u0012 ��\u0004T��y:\t�\u0000\t�\u0000\t�\u0000\t\b\u0005\u0004\u0017\u0001\t�\u0000\t�\u0000\t�@a\u0002\u0014\u0010���\u0002\u0012 \u0001\u0012 \u0001\u0012 \u0001\n\b�\u0001\u0012 \u0001\u0012 \u0001\u0012 ��\u0004( \n#�\u0005$@\u0002$@\u0002$@\u0002\u0014\u0010\\\u0003$@\u0002$@\u0002$@\u0002�\tP@\u0014F�\u000bH�\u0004H�\u0004H�\u0004( �\u0006H�\u0004H�\u0004H�\u0004\n\u0013��(��\u0017�\u0000\t�\u0000\t�\u0000\tP@��\u001a�Z����1�f\u0018\u0003�N\u0002$@\u0002$P�\u0000\u0005D\th}�Dk�a\u0011��\u0013\u0010\\\u0007}�T��\u0004H�\u0004\u001a$�/�\u0006a��V;v�8o0\u0018����@D�i�yu[��~�\u0000\t�\u0000\tt�\u0000\u0005D7���^...�����\u001a��\u0018���\u001b�1\u0012 \u0001\u0012 ��\u0013����\u0014o\u001d��\u001d;�\u000f\u0006�5\u00119\u000f��^���z`�0p�$@\u0002$@\u0002\u0013\u0012���\u0010`�.�ZC,\\\u0017�;\f�\u000b\u000f\u001d:t�k�`I�\u0004H�\u0004�K�\u0002b��\u001b���>��w�cƘ�%�\u0007\t�\u0000\t�\u0000\t\u0014!@\u0001Q�V��]XXXRJ�YD�\u0015��E�\u0001c�U\u001d\u001f\u0016�O\u0002$�!\u0002Ή���2C�;4q)]�����������nk����Z���ڥ��eeee_�Fx\"\t�\u0000\tLH�w��\u000fք0�|9\u0005Ĕ'���k�\u000f��kE䘈<-\"?���|eee��>�>$@\u0002�M�Y\u001f��\u001ao�\u001e1�\\8�T�;z\n���]��/,,�QJ݁\u000b� ��(�nr����_k�>\u0011�s\u00119e�9;w'y\"\t�@�\txև�n�\u0017�\n��i��\u000b��(��s�5�,.���Z�^�ԃ���VWWwW5j��y��,�6Or�*�l�\u0004�O��>@4`D��\u0006/\u001bgt��7\u0002\n��Ϲ��\b�\u0007\f�%��,����OD�F\u0011y��y8\f�݇\u000e\u001dz��x9<\u0012 ��\u0004<K�Qc������J�[���\u0002\"'�6�F\u0001Ѧ٨�/���ca\u0018\"�\u0014�@\\)\"�4�\u001c�������\"2��Y\u0017�\u000f\u0018c�l�vy-\t�@�\bĖPX\u001f�(:8\u0018\f��\u0010��\u001bWWW��o��\u001f\u0011\u0005D��8i}@ą�zCD\u0006�$��Z#�\u0013ɨ6C@��?\u001a\f\u0006�[^^��&\u000f\u0012 ��\t8��g�1��|���OZ\u001f��\u0010\f7`[\u0015/6�VN�x*\rP@L\u0005{�7M$�\u001a~H����\u000f�1�� Wg�����\r�Z�\u0006��\u001f\u001f4��Q��x\u0012\t���\u0004v�ڵ#�\"���D28�������\u000fK�9�T�\u0013���6@\u00011]����OY\u001d�{p����8P�7\u0007X\u001b|�KxPÒ��\"m�6X6L\u00023F �\u001f���ϳ�\u000e�%��v]���-��å�(���\u0017�I�|\u0013a�AΓ@ʽ�|]D����N��\u0001k-b����'�\ni?I��\u0004�I@k\r�%�2U�\f]�H��}�;�{�\t�� ��-�:�7�&\u0005Ds�\u001b����z�����X\u0007J�;\u001a}>e��)��\u0003�>�\u0017\u0016���Wc�y#\u0012h���\u001a\u0011N���\u00011im��2���4���+A�\u0002�\u0004�6_��>\få���\u000e�Q\u0014]���vOr\u001c.j\u0003��x���0\f��\u000eN�3\u0014��ڼ\u0010ط�\u0012��\u001f�\u0018��o���)&\u0002����\u000b!gއ��N\n��L�'\u0012��Q�9(i�Ox[\u0012\u0007�0�1.��>��V��\t��ޓ\u0016���b1��gk�\u000f��Z[��\u0018��g�g!���Ц�s/#p��\u000b̝x\u0011�\u001d'�B�M35Y_z�!�\fK7��SV��ac̎�H�\u001f�^�?E\u0004fпPJ�i���p\u001c\r�઴�I?\r�o��&-��o\u0004���g\u0001�\u0005��d�f\u0010\u0004\u0007]%�;�1{���fu<\u0014\u0010=����G�ؑ���c\u0013�����\u001f\u000f�a�'-&�OJ�7��\u0017�Ν;/\b��\u001f��ﶞ,�N\r�OT�����i�<��ȶn_�[,���$������ي���Ʉ�I�D�\u0001c�f��QCt�\u0012�������{��o\u0014\f�:��\u0013W�:�U�8��5��J&*j�\u0007��1\u0019\u00129�]�֏:�{E�`\u0014E_\\[[��I�ĵ���0���q��>\u000b�I�u�z\n�.�Z���\u0012�U�V�I�h}�\n߱����\b:L)u����C=XV�\u001a�,X\u001f��a\u0015\u0015,�֏�ȥ��>,\"�����kkk_)�\b�\b.<+����|�(J�\u001b�S@tc���2-iT����(rY6��w���ZMD~���fċ�����oV�\u000fU'`����\u0007O=��[���RJ�b������R�K\"����!c��[;�\u0017�;a�`���}ڶ��\u0002����HY}4\f�\u001dU����B���a��!\"Z��D��\u000e�\u0017�1�D0�\u0013�\u0005��� Z�\u0015pqq�W���\u0011�w���)3\t���\"���\u0018\b�-��\"s,���\u0006A��(\f�|h�3��\u001d) �\"]�}<�l�a�\n�~7�\u001b�3�aχ�i\u000f��\u0017����~�\u0018sQMS�f�\u0010�\u0005���f�o\u0005��?\u000b<UF�h�筵o\u0013�k�Rp�>'e\n�։(�\u001e\u001e\f\u0006\u000f[k��\u001e>\u0015�����@��ֆ���59\u0001\n��\u0019N��DҨʷ\u0017<qr�\u0018��\u00027�Z�\u000f��-�_���lll��J���\u0016T\u0007o<\u000byI�7��\n�\"\u001d��e\u0018�]��H.����w8��\u0015\"2�9��\u001b�>�_)��XL�e-��R�e�) :<��oB��Q~\u001cw\u0010\u0004���~�]�G)us\\��Z\u001bEQ�\u0013\u0014\u000f��\u0010͂�!��0�0:���}$}\u001bF:4�\u0006/���3�9眷\u0007A�.k-��\u000bF�|���\"�m�+�1HLǣ�\u0004( ::�~�ت�.\u0012\t�*�\u0016�\"n/��y^�7�0|Q\u0013\u000f�.2k��}�}��\u0010��\u0011\t��%\u001e���{��3�\u001f?~���\u0013NȌ�rT��*\u001c*766�;|���7�6x�f\bP@4ùһ�=X��A\"\t�L�m;\u0007U���� �\"��m4�V��ʵ�w�����ʀ-��a\u0018�|~~~{\u0014E\u0013[\u001e� ~\u0010�t�1�b�:\u0012�_h�}���wb�qHD>c�}`uu��Kݘ\u0017��\u0000\u0005Dk�\"_Gܗ\u001a\n^m>X�z\u000bN���l�Y<����n��{\u001f���\u0013�����1���j�g�U\u001d�ȇPg?˴�\u0010\u000f��ɪă�59�Z�l��x�����BFV�F�e\u00119c\f�\u0011��� �oyyy�\f+^3]\u0002\u0014\u0010��_���/�J�\u001e�0A�\u001b��T��Yh�S<�%�C�f6�H:77�#v\f�:Q�\u0014���[W���m\u0000��\u0001�G�c\u0015�\u0007�K?\u001ew\u0019KZ�x�}5���k^󚳶m�v����D�W3X#�ĽJ��WVV\u0010�ɣ\u0003\u0004( :0I�bR<T�ؘxh5���&��\u0001xk��\u000e+�`0�\u001b;����\"r�1&.<֦!�D_\u0012Ɋz��S�xH��u�$O��\u001f�U�����8��D��M+el\u0011\u001a\u0015�}�e������N����\"2?��H�}�Z{�R���\u0018l\u001b�h!\u0001\n�\u0016NJ�K\t�P��8j�Zk�K�\u0016e�g-Y���@8ĵC���^�����^�է\u0003K�u]��~����&\u001e��׏�u$�F[$�C�\u0005\u001f�=/��%�\\�)\u001e��է�1��,��Ik}�R�׭�׈�[Ddn�B;��z\u0010b����~xii釭[�3�!\n��O~R<T����#�\u001caj��`\r��\u0006�\u0014|\u001bp�A�ee%���/\u0013I|\n��u�K�������Vǈ������\u0012\u000f�����\u0018%\u001e\u0012���N�\u0017_|��������V].\"�1k�������\u0018\f\u0006�{��ǿ���:\u000b}��h�,'>�07\u0016���\u001b�_����[���|\u000e0���!-M�g�eF�)O����7\u000e�I�\u0000�]T�����0\f_Z�Q:�.j]��\u0005E\u0004�(����}>\u000e\u001bc�I��\u001e���_x��)X%��f�KbTs?BZmk��g�q�g���o�,{_^W�\u0000\u0005Dyv�^Y�x��5ge_߽��A2\u000e�<���;�i��*�lV�\u0002�������fy�ύ��/ciq�rO:�ű4)O@\\>�i1���\"\u0012��ҫ��Ig�@Ҫ_�\u0010\u0013�+\"�UJ�s�ĉ��|��S3����p) ��~���\u0016\u000f�����{��>��=� \u001c�8�\b�\u001c�鍛��pɏ�R׷��%,\"���\f�0B�g紻�%�oY\u0016�O��Nly\u000e�G�Y/�\b���UM}>.�䒟�������\r.e��5����3�������/#��k��K���h�l5!\u001e�{�\n���Eͣ-C6�;�Ċ�>[�2����]1ls�3��m$O�\u0017\u0001\bS<�\u001e��ȊR�P\u0014Eϡ� \b\u000e)���ci��]vZ$>�Lq�% ��C�ևq�v����0\f3\b\u0002���.CL<c��7\b�{VVV����\"\u0013�s�\tP@d3j�����[��E��<�\u0003�C\u0012˼�4\u0006c�\u001b��)�+��)x�GQ�'o9�>��O�t*�O닪��j� \"gU�֘6��\t\u0010\u0016�H\"D,DQ��q\"9\u0016\u0010a\u0018��</K<�\u001e��c��0;w�|i\u0010\u0004�:��K38G)�i\u0011�{ee\u0005�nxT@�\u0002�\u0002�U4��ƛClbG��8��54��f�\u001e~\u0010\u000e���ia�Y��y�3l3\u000bV���\\�����\u000br,\fs.�ȧD�b���7�\t�ît6�4\u001cTJm:%FQ\u0014�gT�=mKd�4@\\��\u000f�ő \b����\u001f�`�\u0005D��g��0m������^\u0016���]h��X��RJ�\u001d\u0004���x�\td��Q�\u0000\u0005DIpU^�\u0014\u000fE��\u0014����ݹ\u0007��q�\u0007\u001f�æ�CZXf\u0016+��H����\u000f�}����e��t~\u0012�e\b��ݼ~;\f÷��0/\rt�h\u0006�V���O<m�}\n��s�\u001fk��%\u0016\u0017\u001b\u001b\u001b\u0010\u0019HC=6t���9��ψȻ�����\u0010��J\u0014E\u0007�(�+k[3'ә:�\u0002b�ӝ\"\u001e*\r����\u001e8��w}\n�LI?��̽e\u001e\b^���ƘmS^\u001e3}����]�\u0003����+��X@��\u0007�0�\u0011k��\u001b}2AT�����숢h{\u0010\u0004ۭ��\"�v\u001e\u0012�e\u001dp<�����v�E\u0012��(���0se\u0017,�����ͽ�Y&.\u00193pDn ���\u000b/���{��7̂Ŀ�P@Li\u0015�\u0007\u0000�-�\f�����p�T��\u0012��n���q\u0011\u0019��N��.�O�Aΰ͢��=�/�.|�h�O��߉�M�\u0016�\u0016�\u0016�v���>I�u\fV7?sj�L,..~\u0012�CD\u001eA��H-\raQ�_\u0003Yl�N�#\u001c>e}}�h^ߣ��O�w��+E�=�g�gǴ��J��\u000e�����\u001a�ay� @\u00011������v��azf�N�sH֭\u0010�SJ��MR���\t�����i>SXҕ��/��e!��|��ӄ�\u0005Ap �հn�\u0019\n�Q�\u0013\u000e\bG\u001e:\u0006��� \bސ\u0016�1��8u=�nll\u001c\u001a\f\u0006q���V����y���b��\u0013��<\\$\"��x���#\"��-�c0\u0018\f-\u001dM��\u001d;v�j0\u0018�׉�W�긵vY)\u0005kѧ�X4�\u0000��9\u0014\u0010\r�^�xHM�Ru����2�i��O��R\u0012A�����^�����\u00072|���<����g\u0011I�.�\nR'\b>&\"g�/�}����$�O\u0011\u000e���E�`�m��\u0001D`��!�@_2z+�&A۾؈\u001d>�R\b'ͳe��\u0014�?X76�F\u001cƺ���X�\u001c\u0014����bW�\u000b\u00190_5�Zd���8��-�\u001fS��(��&<�.��|\u0000�XD~h�9?���)5��քí��\u0014ဇ�-\u001b\u001b\u001b��x+(�\u0007]����\u0016\u0002^���#`�%�J���F��\u001bc|?��f�]s�W�u�O���s\"�v��M�B�pp�\u0013H�^J���\u0001��?Xk7���F-�I3�:?�8\u0017�0��Z\u000bߌ�5�@dI�E�(|\u0015�&�Z8\u001e�BX�(�8�6�<�\u000e�(�� \b>�����,�) \u001a����\u0005�`�\u0014Vל ��j3�+\u0019�\u0015�\u0011�-��<��A\u0012�\u0019Y�\"�W������{�e��k�\t�%��\u00131\b���Or�\u000f�1#+G&�'d�&��~\u000f\u0005��(�6\b\u0002�o��\u0018���\u000bK\r\u000b�U!��(,��~Q��PS�c*�j,AT�����\u0006BV��%e���\u0005��^����������M�\u000b�ڏ��\u0015�xp\u0016�\u0012\u0014\u0010eVV�k�\u00155]u��&Y�)m\u000e{�& \u0012Y\u0015OK\u001cSp8���&\u001c&u�\u001c�io��\u0011ˌ�Ҹ\u0012o\\�3\u001eo����Co��3���d��x.�����\u000bD\u0003�\u001a�_\u0016�\u0011�|\\�\u0012\u0019d�\u0006ApU�o���P���D�}\"��\u000f��̉��0�hY�Cr\u0011i��#\"/w���\u00123�������\u0011��@���1��\u0010\u0010��X\n���������K]$��\"�0��\u0001��O�ax���\u001ar���A\u0001Q�4�\u0010\u000f�'y ����Q)�\u001c\b�\u0002��h�%9UU\bSr9���J�=�8H��_S[\u0017\tS���h\f7<��͒�hj.Ҙ�/H|~b\u0013�p�Yk�#G����^k�ͣ,T����x����[\f�xE\u0004\u0019+7�F��(��Rg!��?�7���.N �{\u0006A��,��{4e}(3\u001e�\u001a<\u0017�0���C .��/0/KH�\u0005��8�V�{/,,�.\b\u0002\u0014�B\u0019��%�����R����:����\u0012��z{P@�8�)��t~\u0002��^�\\�6�ezGe�s\u000f\u00008\u0000!Lll��\u001aQ�m\u001a�!\b�\u001bP\u0019�{��\u0001�\u0007�؂W����<\u0003n��:k-\u0004CZ2�\u0007\u0010c\u001f{�#Ͷ3�_���T)�I�L��x���\b\u0018��D�\u0003$N��;�u�\u000bVϩ��~�d�Y��\u0016X����b�\u0003����9���ڇ\u000f\u0006�CA\u0010\\��\u000b�\u001c�g\u0007r8�\u0016�J^�Y\u001f:W���\u000e\u0019Z)�Vf1��\u0002\u0018\u0004�c\u0005\u0018����7x���N��/\u0011�#\b�ۗ�����g���R@�D7M<\u0018c�Tե��屿06ɍ\u0012\u0010m��\u001f!\u001cJ{�\u0017\u0001Z5\u0017��z��\u0016��Ȃ�\f�C�b��\u001e�Q>\u0019���]\u001b\u0007�1�����\u0017�j*\u0002&au8e��\tֆ\u0011�+�\u00169�\u0013'9\u000b�#n�2�\u001d���\nma��\r�V�����1 $�_|UZ#�,�X�t�wjܸ<+\u0005�=~�\u0004\u0005�(�K�v�����`�\"_�L���\u0007�\u0012�ZkoWJ}�\u0018���}\u0017Ρ��a�R*j�X&�jT���BZq�6�ӧd���Q,kJ}.�<\u0018�HD�`����\u00042��\r+C\u0014E\u0007�L��>���w{�$}�b1���s!\"[������H�[<\u0010�!���n9�y@~�SƘ3\\�\u0000.��R�\u0018���\tm�ƈSTc?�����y��W����^ץ�\\N\u000el{Ė²a�y�ݫ\f�\u0014\u0010y�=�yM��\u001e! �o~��M�%�jM݋�д�<�sN\u0011�t�F\u0007��Bfل�\u0001\u000f�-�v����$�%\n�AGv�[K�\u0005Apy\u0015m�e��y�\u001am�q�\u0017\u000fy�\u001c�Ѕ��J)���6[|�\u0016�a��ʢ�]_���f\b���d�,z�����\u00026�\t�KH��\u001c��+���\u001aG�\u0014Ř<�\u0007Ƙs&m�-�S@T8\u0013\t����P�-�M�\t\b���0��M��<���L��Y\u001c|�~DJ�\u0007c��\u0001�ְ\u0012\u001c\f�p���!Ϻ�����ݷ��n\u001b�ir�&r��N@���\u0013\"\u0012�F�ͱ7k^��=�9\bn��Ⱥ��߻��Pd�E�uu5N\u000b���\b�`�\u00017��a��d�(VV�ը�x�8�\u0002�\n�\"�\u0014\u000f��x\u0018׭q\u0002\"N�4\u0018\f�)�_�\"\f��x�\u0001�}�C������\u001c��n��!˗�j+C\u0016w�Ň�5p�;\u0014���u\b��~���:�X��&�3\u0014�lj���\u000fq{U&0����7�f*�F�J��$\fy��\u0004( &g��÷z���\b%��!�& �\u0007�C\"�\u00100x\u001d\u001f�ʜW����\u0006��\u0000���4��\u0019����*\"\u0005�k\\\u0017E�X_�:�\fY�v\"\u0002�\u000e���BDT��:�a�Y��g�9;B@���+J'&ʚ��OD�<���O\u001c��Ƽ\u000fE���f\bP@L��/ǝ7\u0006|�[b\u000b\u0003^�s�W��W{�U�+��,ӯ1�\u00064\u0017oS���\u0015\u000f^������\r\u001b[\u0013\u0007Q��-~\u0007}\u0012\u0011������/����g`�פ�{N��A��4g�[����`�|��\u0014�U�ifu�s<�|�z�⸼V��!\u001aZcm\u0018�1�y}-L��گA4���V��d�\u0013\"\u0002�\u000b� \f�;��ve��2�\u000b�\u0019c�R\u0004�iv���bV�}6'��\u0004\u0017'*��\u0019�oŢ�V���\u0004\byi\t\u0002\u0014\u0010%�ᒄxh���gm��`to�a\u001d�vyD��6�\u0002.U���T��e\t�\b�\u001d���yK[�<�&��\u0013k��u��:��\u0007bg]g��_�������*\u0015��%������<���\u0014\u0010\u0005g#�v�Ǔ��-2OOX\u001b2ϯ�\u0004$�9X6�AM}��fݗ\u0005B��̕H~�ee\u0005�&�<ʆЎ\u001b̈�W�;\u0016�\u0012h�S~�\u0010��H�)?���=څq���!@\u0001Q�{2\u0014LD�L�)0�^~��e�\no��A0�tn\u001d�)2{�\u0013N#��\u0011���\u0017\u00128\u000f���\u0016\n�:�[0oJ��u����E��J��gm���m��S�\u0017\u001dw�秄z�B��Sc-�^�nZ\u001f����ޏ\u0002\"��%�C�P���(|�_�v������\\�v)\u0016\nOM�\u0017�7O?\u0005v�>�d�WcQ8i���\u001b�)���>�*���k\u000fL+<8k�M�=��Ƹ\u0010`ߪ\u0019\u0004�ζ8\u000f7͍�+F�\u0002\"\u0007/���t���J��h���@-\u0004bah�=�U&\u001c�'��a�e�\u0014�ތJ�;q��Q�*[Wa��a��\u0016\u0004�~~��SO:W�\u0012\u0011��RS\u0019AkY�l�q\u0002\u0014\u0010\u0019�\u0013Ihz�\r��\u0015�\u001b���\u0013��*��V��ZH�\u0011[ ������_�q\u000e����Yֆ25FZ\u0003���$�+O�#��\u0015�:q�ʊ�\r���\n\u0010��\u0018\u0003+���54����T\u0012����V\b1�U\\�h�Bdk�5H�5�h�\u0013\r(a��h\n߆�m\u000e��mR*h8�\\�%�\\��D�C\u0005�g�\t\n�\u0011\u0013�H\u0015K�0c\u001f\f\u000e��\txŅbQ�t،OF�̡ӦRjX\u000f`}}�p��\u0017��\"V�\n\u0012g\u0001E�s�@Eӏ�)�W�ׅc�M�����e���̂}��\u0000\u0005D��3���\u001e\u001c�p�#����VzB ���\u0005�*rV+��@\u0006��D\u0004����ZD.N`\u0019�5(�\u000e�y��\u0005��\u0018=�������Q\u0014m�+���l��\u0004( ��MDZP<�y�sl�\u0012�\u001d7]\u0019��Χ\u0002ᕣ�\u0015��OD��Z�%��\"�\u0014' �ԫ�\n\u000b\b~�\u0018cvV:�\u0019i�\u000f�\u0015��D\u0004\u000e�(m�\u0017�\u0019Y\u0003U\u000e�\u0002��t\u000f�����F�KV9�l�\u0004�D�e1=ω������ \u0015��%�y�\u0018\u0003�O\u001e%\bx�(��i\u0011y�8��\u0012��%3B�\u0002��i���z�S���V[��\u0019YW\u001c&\t�\"�\f9E�)�\u0017�؋\n�����z�ԅ�ݹ\u0006?��\u0012���^��Ŕ&�㷝y\u0001��0a�uj�%;���}\u0012 �\u000e\u0010p[��C9\u0017�e�E\u0007&��]�i\u0001�����\u001ckCvɖ�\u0013v�\u0004H�G\u0004�g�,\u0015\u001c��\u0014�b(3) �\u0002���03\u001f\u0014x\u0014EWe��oŌ�\u0013$@\u0002$0!����+�R\u000f�\u0019���\u0010�\f_�k\u0001��u��\r�0N�;�o,\u001cܿ�,9�\u001f\u0000\u000e�\u0004f����C\"r\u000b�n�����,�oSc����Z�\u001c\u0000x\u00076�\u0000\u0000\u0003iIDATO*���X�\u001c�x\n\t�@�\b,,,<���%\"�\u0018c^ҫ�q0�\u0011�\u0015\u0001q�+i�\u00046K\u0014\u000e��1ވ\u0004H�e\u0004��']\u0018��Ƙ_lY�؝�\u0010襀�\b{v�\u0004H�\u0004\u001a'���p�R�0nl�}����]�w�7�\u0005\u0001\n�^L#\u0007A\u0002$@\u0002�\bh�?*\"�����!\u001f3��N�\u0002�+�\u0004H�\u0004f����;�>i�]^]]�t��ΡVL�\u0002�b�l�\u0004H�\u0004�L@k\u001d\"zS)�{+++(\u001cȃ\u0004J\u0011��(��\u0017�\u0000\t�@7\th� \"\u0003c̶n���n\u000b\u0001\n���\u0004�A\u0002$@\u0002$@\u0002\u001d\"@\u0001ѡ�bWI�\u0004H�\u0004H�-\u0004( �2\u0013�\u0007\t�\u0000\t�\u0000\tt�\u0000\u0005D�&�]%\u0001\u0012 \u0001\u0012 ��\u0010��h�L�\u001f$@\u0002$@\u0002$�!\u0002\u0014\u0010\u001d�,v�\u0004H�\u0004H�\u0004�B�\u0002�-3�~�\u0000\t�\u0000\t�@�\bP@th��U\u0012 \u0001\u0012 \u0001\u0012h\u000b\u0001\n���\u0004�A\u0002$@\u0002$@\u0002\u001d\"@\u0001ѡ�bWI�\u0004H�\u0004H�-\u0004( �2\u0013�\u0007\t�\u0000\t�\u0000\tt�\u0000\u0005D�&�]%\u0001\u0012 \u0001\u0012 ��\u0010��h�L�\u001f$@\u0002$@\u0002$�!\u0002\u0014\u0010\u001d�,v�\u0004H�\u0004H�\u0004�B�\u0002�-3�~�\u0000\t�\u0000\t�@�\bP@th��U\u0012 \u0001\u0012 \u0001\u0012h\u000b\u0001\n���\u0004�A\u0002$@\u0002$@\u0002\u001d\"@\u0001ѡ�bWI�\u0004H�\u0004H�-\u0004( �2\u0013�\u0007\t�\u0000\t�\u0000\tt�\u0000\u0005D�&�]%\u0001\u0012 \u0001\u0012 ��\u0010��h�L�\u001f$@\u0002$@\u0002$�!\u0002\u0014\u0010\u001d�,v�\u0004H�\u0004H�\u0004�B�\u0002�-3�~�\u0000\t�\u0000\t�@�\bP@th��U\u0012 \u0001\u0012 \u0001\u0012h\u000b\u0001\n���\u0004�A\u0002$@\u0002$@\u0002\u001d\"@\u0001ѡ�bWI�\u0004H�\u0004H�-\u0004( �2\u0013�\u0007\t�\u0000\t�\u0000\tt�\u0000\u0005D�&�]%\u0001\u0012 \u0001\u0012 ��\u0010��h�L�\u001f$@\u0002$@\u0002$�!\u0002\u0014\u0010\u001d�,v�\u0004H�\u0004H�\u0004�B�\u0002�-3�~�\u0000\t�\u0000\t�@�\bP@th��U\u0012 \u0001\u0012 \u0001\u0012h\u000b\u0001\n���\u0004�A\u0002$@\u0002$@\u0002\u001d\"@\u0001ѡ�bWI�\u0004H�\u0004H�-\u0004( �2\u0013�\u0007\t�\u0000\t�\u0000\tt�\u0000\u0005D�&�]%\u0001\u0012 \u0001\u0012 ��\u0010��h�L�\u001f$@\u0002$@\u0002$�!\u0002\u0014\u0010\u001d�,v�\u0004H�\u0004H�\u0004�B��\u0000�\u001d��B X�\u0000\u0000\u0000\u0000IEND�B`�"}],"_postman_id":"41eb2b1b-efb1-c38a-491d-ca7a78dba9d2"}],"id":"79158cd4-4a51-6aa2-0d01-a418a0b4561e","event":[{"listen":"prerequest","script":{"id":"be1035ad-33ad-48e5-bdd1-cf7dbb4f2c2b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8ba9a9aa-d4aa-4cf0-99c2-99e8d66f01b0","type":"text/javascript","exec":[""]}}],"_postman_id":"79158cd4-4a51-6aa2-0d01-a418a0b4561e","description":""},{"name":"Transaction Result Management","item":[{"name":"Callback Method","item":[{"name":"PTK Status","id":"63640689-ca33-4a1c-ac26-7709e8ad4513","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"fetch\",\r\n  \"account\":\"1512407959\",\r\n  \"ptk\":\"76Jr9vKR6U\"\r\n }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/actions?action=status&ptk=lzpB1hb79T","description":"<p>Because the hosted form is a sandbox to your code, the first step after your code has exited the hosted form is to determine the status of the transaction (PTK), and whether to fetch results.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Description</th>\n<th>Action to take</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pending</td>\n<td>The transaction has not succeeded or failed, potentially aborted</td>\n<td>Prompt user whether they want to quit the transaction</td>\n</tr>\n<tr>\n<td>false</td>\n<td>The transaction has failed</td>\n<td>Continue with another attempt or payment method</td>\n</tr>\n<tr>\n<td>true</td>\n<td>The transaction has succeeded</td>\n<td>Continue with the Transaction Lookup (fetch) to obtain transaction results</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["hpf","actions"],"host":["pi-stage","com"],"query":[{"key":"action","value":"status"},{"key":"ptk","value":"lzpB1hb79T"}],"variable":[]}},"response":[{"id":"ea587bb2-7051-47fc-8c79-9b73b91fe1b0","name":"PTK Status","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"fetch\",\r\n  \"account\":\"1512407959\",\r\n  \"ptk\":\"76Jr9vKR6U\"\r\n }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":{"raw":"https://pi-stage.com/hpf/actions?action=status&ptk=a7b8AM7fq5","protocol":"https","host":["pi-stage","com"],"path":["hpf","actions"],"query":[{"key":"action","value":"status"},{"key":"ptk","value":"a7b8AM7fq5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"4","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 26 Mar 2018 17:52:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"63640689-ca33-4a1c-ac26-7709e8ad4513"},{"name":"Transaction Lookup","id":"1c5192b7-6db6-49bd-a20c-e93fea2d11b5","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"fetch\",\r\n  \"account\":\"1512407959\",\r\n  \"ptk\":\"76Jr9vKR6U\"\r\n }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/hpf/actions?action=fetch&ptk=lzpB1hb79T","urlObject":{"protocol":"https","path":["hpf","actions"],"host":["pi-stage","com"],"query":[{"key":"action","value":"fetch"},{"key":"ptk","value":"lzpB1hb79T"}],"variable":[]}},"response":[{"id":"321b73a6-48bc-41a0-9ce6-318f40ea2af3","name":"Transaction Lookup","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"fetch\",\r\n  \"account\":\"1512407959\",\r\n  \"ptk\":\"76Jr9vKR6U\"\r\n }   \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":{"raw":"https://pi-stage.com/hpf/actions?action=fetch&ptk=a7b8AM7fq5","protocol":"https","host":["pi-stage","com"],"path":["hpf","actions"],"query":[{"key":"action","value":"fetch"},{"key":"ptk","value":"a7b8AM7fq5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"563","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 26 Mar 2018 17:52:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"TransactionResult\":true,\"ResponseMsg\":\"APPROVED\",\"ApprovedAmount\":18.56,\"TransactionID\":\"15023452\",\"AuthCode\":\"TAS795\",\"Token\":\"9Y0NqRv0RE0z6781\",\"CardType\":\"VISA\",\"AccountNum\":\"6781\",\"ExpirationDate\":\"022025\",\"TicketId\":\"I14161\",\"Timestamp\":\"2018-03-26 17:52:08\",\"BusinessId\":null,\"PTK\":\"a7b8AM7fq5\",\"TransType\":\"SALE\",\"EntryMode\":\"PHONE\",\"SerialNo\":\"HPF\",\"CardHolder\":\" \",\"TipAmount\":0,\"Notes\":\"Success\",\"UserID\":\"Joe\",\"Cardbin\":null,\"TC\":null,\"TVR\":null,\"AID\":null,\"TSI\":null,\"ATC\":null,\"APPLAB\":null,\"APPPN\":null,\"IAD\":null,\"ARC\":null,\"CID\":null,\"CVM\":null}"}],"_postman_id":"1c5192b7-6db6-49bd-a20c-e93fea2d11b5"}],"id":"7c5e8f36-2734-43a0-8eb5-a90126c5428e","description":"<p>The Callback method is used if you are not utilizing a the ResponseURL or echoed results method.   When the Callback method is used, the hosted form will display Approved or Declined to the clerk, and once the clerk has closed the form, the method is initiated.</p>\n","event":[{"listen":"prerequest","script":{"id":"5f52fd74-3784-4038-bd84-8e951e3ec2fd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"96c3609f-15da-4886-bbf7-1f799db8b9a0","type":"text/javascript","exec":[""]}}],"_postman_id":"7c5e8f36-2734-43a0-8eb5-a90126c5428e"},{"name":"Polling Method","item":[{"name":"Poll for Transaction Result (Transaction In Process - Pending)","id":"d1fcbc8e-c16c-4ce7-ad09-835c07919aa4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"poll\",\r\n  \"account\":\"1515167634\",\r\n  \"ptk\":\"gZNtl4BNnf\"\r\n }    \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pipay.io/hpf/poll.php","description":"<p><em>Note the \"True\" response, but \"Pending' status</em></p>\n","urlObject":{"protocol":"https","path":["hpf","poll.php"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"4cd59f60-0dad-407d-842a-0671dbe83735","name":"Poll for Transaction Result (Transaction In Process - Pending)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"poll\",\r\n  \"account\":\"1515167634\",\r\n  \"ptk\":\"gZNtl4BNnf\"\r\n }    \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pipay.io/hpf/poll.php"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","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, 28 Feb 2018 20:10:41 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\"TransactionResult\":\"true\",\"ResponseMsg\":\"Pending\",\"ApprovedAmount\":0,\"TransactionID\":\"\",\"AuthCode\":\"\",\"Token\":\"\",\"CardType\":\"\",\"AccountNum\":\"\",\"ExpDate\":\"\",\"TicketId\":\"\",\"UserID\":\"\",\"Timestamp\":\"\",\"FullName\":\"\",\"BusinessID\":\"1515167634\",\"PTK\":\"gZNtl4BNnf\",\"IPAddress\":\"\",\"TransType\":\"\",\"PaySource\":\"\",\"CustomerReceipt\":\"\",\"MerchantReceipt\":\"\",\"TipAmount\":0,\"Signature\":\"\"}"}],"_postman_id":"d1fcbc8e-c16c-4ce7-ad09-835c07919aa4"},{"name":"Poll for Transaction Result (Transaction Approved)","id":"8678adca-d3c3-4075-bb9a-4e869030abd6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"poll\",\r\n  \"account\":\"1515167634\",\r\n  \"ptk\":\"tq60R7J4Bj\"\r\n }    \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pipay.io/hpf/poll.php","urlObject":{"protocol":"https","path":["hpf","poll.php"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"2f5af2aa-fe2c-486b-b646-f35fe071b0af","name":"Poll for Transaction Result (Transaction Approved)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"poll\",\r\n  \"account\":\"1515167634\",\r\n  \"ptk\":\"tq60R7J4Bj\"\r\n }    \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pipay.io/hpf/poll.php"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","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, 28 Feb 2018 20:19:29 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\"TransactionResult\":true,\"PTK\":\"tq60R7J4Bj\",\"ResponseMsg\":\"APPROVED\",\"ApprovedAmount\":0.12,\"TransactionID\":\"1099283907\",\"AuthCode\":\"07158D\",\"Token\":\"y1IPJJRHkvDa4891\",\"CardType\":\"VISA\",\"AccountNum\":\"4891\",\"ExpDate\":\"022025\",\"TicketId\":\"invoice-14161\",\"UserID\":\"Cristy\",\"Timestamp\":\"2018-02-28 20:19:05\",\"FullName\":\"John Smith\",\"BusinessID\":\"1515167634\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"SALE\",\"PaySource\":\"PHONE\",\"CustomerReceipt\":\"         PAYMENT INNOVATORS         \\\\n       2018 156TH AVE NE 240        \\\\n          BELLEVUE WA 98007          \\\\n02\\/28\\/2018 12:19:04\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nOPERATOR ID : Cristy\\\\nCARD # : **** **** **** 4891\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 1099283907             \\\\nInvoice number : invoice-14161          \\\\nAUTH CODE : 07158D\\\\nSubtotal:                       $00.09\\\\n--------------------------------------\\\\nTaxes                                 \\\\n--------------------------------------\\\\n[1] VAT Tax                     $00.03\\\\n--------------------------------------\\\\nTotal Taxes:                    $00.03\\\\n--------------------------------------\\\\nTotal:                          $00.12\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\n             John  Smith             \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Customer Copy            \",\"MerchantReceipt\":\"         PAYMENT INNOVATORS         \\\\n       2018 156TH AVE NE 240        \\\\n          BELLEVUE WA 98007          \\\\n02\\/28\\/2018 12:19:04\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nOPERATOR ID : Cristy\\\\nCARD # : **** **** **** 4891\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 1099283907             \\\\nInvoice number : invoice-14161          \\\\nAUTH CODE : 07158D\\\\nSubtotal:                       $00.09\\\\n--------------------------------------\\\\nTaxes                                 \\\\n--------------------------------------\\\\n[1] VAT Tax                     $00.03\\\\n--------------------------------------\\\\nTotal Taxes:                    $00.03\\\\n--------------------------------------\\\\nTotal:                          $00.12\\\\n--------------------------------------\\\\n\\\\n\\\\n\\\\nSignature :\\\\n     __________________________     \\\\n\\\\n             John  Smith             \\\\n\\\\n CUSTOMER ACKNOWLEDGES RECEIPT OF \\\\n GOODS AND\\/OR SERVICES IN THE AMOUNT \\\\n OF THE TOTAL SHOWN HEREON AND AGREES \\\\n TO PERFORM THE OBLIGATIONS SET FORTH \\\\n BY THE CUSTOMER`S AGREEMENT WITH THE \\\\n ISSUER\\\\n              APPROVED              \\\\n\\\\n                                    \\\\n                                    \\\\n\\\\n            Merchant Copy            \",\"TipAmount\":0,\"Signature\":null}"}],"_postman_id":"8678adca-d3c3-4075-bb9a-4e869030abd6"},{"name":"Poll for Transaction Result (Transaction Declined)","id":"9d8a2d3b-33d7-4076-bfed-332c43506346","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"poll\",\r\n  \"account\":\"1515167634\",\r\n  \"ptk\":\"5we2AZRTrz\"\r\n }    \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pipay.io/hpf/poll.php","urlObject":{"protocol":"https","path":["hpf","poll.php"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"98c59954-56bf-4c3d-bd8b-b8c4819fd992","name":"Poll for Transaction Result (Transaction Declined)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"poll\",\r\n  \"account\":\"1515167634\",\r\n  \"ptk\":\"5we2AZRTrz\"\r\n }    \r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pipay.io/hpf/poll.php"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","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, 28 Feb 2018 20:15:32 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\"TransactionResult\":false,\"ResponseMsg\":\"Do not honor\",\"ApprovedAmount\":0,\"TransactionID\":\"\",\"AuthCode\":\"\",\"Token\":\"\",\"CardType\":\"\",\"AccountNum\":\"\",\"ExpDate\":\"\",\"TicketId\":\"\",\"UserID\":\"\",\"Timestamp\":\"\",\"FullName\":\"\",\"BusinessID\":\"1515167634\",\"PTK\":\"5we2AZRTrz\",\"IPAddress\":\"\",\"TransType\":\"\",\"PaySource\":\"\",\"CustomerReceipt\":\"\",\"MerchantReceipt\":\"\",\"TipAmount\":0,\"Signature\":\"\"}"}],"_postman_id":"9d8a2d3b-33d7-4076-bfed-332c43506346"}],"id":"d31e0d66-be23-47de-afac-bd2c3196f94e","event":[{"listen":"prerequest","script":{"id":"ac9b303a-cc83-4336-8501-d5e9438d626d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"764e8c24-47b2-40c9-a536-68beecf72b05","type":"text/javascript","exec":[""]}}],"_postman_id":"d31e0d66-be23-47de-afac-bd2c3196f94e","description":""}],"id":"e4c82550-6500-4761-8f5d-a80e09fd5c19","description":"<p>Transaction results are available via many methods.   PiConnect has provided flexibility to best match your process flow and environment. </p>\n<p>Method 1:  Response URL - this is the preferred method as it's completely seamless and allows your code to receive the result in realtime.</p>\n<p>Method 2:  Echo - this method requires your code to consume a JSON string that is echoed back to the hosted payment page URL.</p>\n<p>Method 3:  Callback - once your code closes the hosted payment form, the result is easily available via a fetch command.</p>\n<p>Method 4:  Polling - this method requires a timer within code to routinely poll for the result until there is an actionable response (true, false, expired).   If the polling response is 'pending', polling should continue.</p>\n","event":[{"listen":"prerequest","script":{"id":"772c0235-f048-4076-985a-bd7716849480","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e9051af2-6a07-4996-8c84-57d95f3d709a","type":"text/javascript","exec":[""]}}],"_postman_id":"e4c82550-6500-4761-8f5d-a80e09fd5c19"},{"name":"ACH","item":[{"name":"ACH Sale","id":"e0d7ce17-c36e-981c-3af7-d8927675505a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achsale\",\r\n  \"account\":\"1502122693\",\r\n  \"checkaccount\":\"123456781\",\r\n  \"checkrouting\":\"021000021\",\r\n  \"checktype\":\"Checking\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"R1010\", \r\n  \"paysource\":\"PPD\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"userid\":\"Cristy\"\r\n   }   \r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/ach/request","urlObject":{"protocol":"https","path":["ach","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"b88bbba6-701c-4ed9-98a6-53c7092f0cfc","name":"ACH Sale","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achsale\",\r\n  \"account\":\"1502122693\",\r\n  \"checkaccount\":\"123456781\",\r\n  \"checkrouting\":\"021000021\",\r\n  \"checktype\":\"Checking\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"R1010\", \r\n  \"paysource\":\"PPD\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"userid\":\"Cristy\"\r\n   }   \r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/ach/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"477","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:26:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"ApprovedAmount\":74.67,\"TransactionID\":103884219,\"CardType\":\"CHECK\",\"CheckAccount\":\"123456781\",\"AccountType\":\"Checking\",\"RoutingNumber\":\"021000021\",\"CheckNumber\":\"20180312052644\",\"TicketId\":\"R1010\",\"UserID\":\"Cristy\",\"Timestamp\":\"2018-03-12T17:26:50Z\",\"NameOnCheck\":\"John Smith\",\"BusinessID\":\"1502122693\",\"PTK\":\"nBml0pxn2t\",\"UniqueID\":\"0254491001520875611\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"ACHECK21SALE\",\"PaySource\":\"PPD\",\"Status\":\"Pending\"}"}],"_postman_id":"e0d7ce17-c36e-981c-3af7-d8927675505a"},{"name":"ACH Sale with Passed Validation","id":"54b8acb6-1eab-dfba-8a1d-1a77f93920e0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achsalepass\",\r\n  \"account\":\"1502122693\",\r\n  \"checkaccount\":\"123456781\",\r\n  \"checkrouting\":\"021000021\",\r\n  \"checktype\":\"Checking\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"R1010\", \r\n  \"paysource\":\"PPD\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"userid\":\"Cristy\"\r\n   }   \r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/ach/request","urlObject":{"protocol":"https","path":["ach","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"1761af31-f6ef-41fd-8d43-d52882baa49c","name":"ACH Sale with Passed Validation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achsalepass\",\r\n  \"account\":\"1502122693\",\r\n  \"checkaccount\":\"123456781\",\r\n  \"checkrouting\":\"021000021\",\r\n  \"checktype\":\"Checking\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"R1010\", \r\n  \"paysource\":\"PPD\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"userid\":\"Cristy\"\r\n   }   \r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/ach/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"503","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:27:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"ApprovedAmount\":74.67,\"TransactionID\":103884236,\"CardType\":\"CHECK\",\"CheckAccount\":\"123456781\",\"AccountType\":\"Checking\",\"RoutingNumber\":\"021000021\",\"CheckNumber\":\"20180312052715\",\"TicketId\":\"R1010\",\"UserID\":\"Cristy\",\"Timestamp\":\"2018-03-12T17:27:24Z\",\"NameOnCheck\":\"John Smith\",\"BusinessID\":\"1502122693\",\"PTK\":\"f2OePWhNr2\",\"UniqueID\":\"0264939001520875644\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"ACHECK21SALEPASS\",\"PaySource\":\"PPD\",\"Status\":\"Pending\",\"Validation\":\"PASSED\"}"}],"_postman_id":"54b8acb6-1eab-dfba-8a1d-1a77f93920e0"},{"name":"ACH Return","id":"c6332a1e-3770-2c11-ff62-171e87e97ee8","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achreturn\",\r\n  \"account\":\"1502122693\",\r\n  \"checkaccount\":\"213546545\",\r\n  \"checkrouting\":\"021000021\",\r\n  \"checktype\":\"Checking\",\r\n  \"amount\":\"30.67\",\r\n  \"ticketid\":\"R1010\", \r\n  \"paysource\":\"CCD\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"userid\":\"Cristy\"\r\n   }   \r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/ach/request","urlObject":{"protocol":"https","path":["ach","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"5b0ae86a-bb2f-4623-bc48-de03d2e38c3d","name":"ACH Return","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achreturn\",\r\n  \"account\":\"1502122693\",\r\n  \"checkaccount\":\"213546545\",\r\n  \"checkrouting\":\"021000021\",\r\n  \"checktype\":\"Checking\",\r\n  \"amount\":\"30.67\",\r\n  \"ticketid\":\"R1010\", \r\n  \"paysource\":\"CCD\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"userid\":\"Cristy\"\r\n   }   \r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/ach/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"479","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:27:57 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"ApprovedAmount\":30.67,\"TransactionID\":103884252,\"CardType\":\"CHECK\",\"CheckAccount\":\"213546545\",\"AccountType\":\"Checking\",\"RoutingNumber\":\"021000021\",\"CheckNumber\":\"20180312052744\",\"TicketId\":\"R1010\",\"UserID\":\"Cristy\",\"Timestamp\":\"2018-03-12T17:27:56Z\",\"NameOnCheck\":\"John Smith\",\"BusinessID\":\"1502122693\",\"PTK\":\"OyTIBtS2X5\",\"UniqueID\":\"0128350001520875677\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"ACHECK21RETURN\",\"PaySource\":\"CCD\",\"Status\":\"Pending\"}"}],"_postman_id":"c6332a1e-3770-2c11-ff62-171e87e97ee8"},{"name":"ACH Validation","id":"fb17184a-6db5-c0d1-5dd5-2ae3331ecbbf","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achvalidate\",\r\n  \"account\":\"1502122693\",\r\n  \"checkaccount\":\"780123211\",\r\n  \"checkrouting\":\"021000021\",\r\n  \"checknumber\" :\"1003\",\r\n  \"checktype\":\"Checking\",\r\n  \"amount\":\"72.67\",\r\n  \"ticketid\":\"R1010\", \r\n  \"paysource\":\"BOC\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"userid\":\"Cristy\"\r\n   }   \r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/ach/request","urlObject":{"protocol":"https","path":["ach","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"9f1987e5-7d23-4ae9-86c6-cac32403a055","name":"ACH Validation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achvalidate\",\r\n  \"account\":\"1502122693\",\r\n  \"checkaccount\":\"780123211\",\r\n  \"checkrouting\":\"021000021\",\r\n  \"checknumber\" :\"1003\",\r\n  \"checktype\":\"Checking\",\r\n  \"amount\":\"72.67\",\r\n  \"ticketid\":\"R1010\", \r\n  \"paysource\":\"BOC\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"userid\":\"Cristy\"\r\n   }   \r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/ach/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"47","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:28:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"Status\":\"PASSED\"}"}],"_postman_id":"fb17184a-6db5-c0d1-5dd5-2ae3331ecbbf"},{"name":"ACH Status","id":"d9cc9c39-f1e0-c748-1f18-5b7665b0d3cd","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achstatus\",\r\n  \"account\":\"1502122693\",\r\n  \"transactionid\":\"102735867\",\r\n  \"userid\":\"Cristy\"\r\n  }   \r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/ach/request","description":"<p>An ACH transaction goes through a cycle of statii until the merchant receives their funds:</p>\n<ul>\n<li>Pending</li>\n<li>Settled</li>\n<li>Returned (this is non sufficient funds situation)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["ach","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"ca451cd8-18c3-4184-ab7d-98e1e826579d","name":"ACH Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achstatus\",\r\n  \"account\":\"1502122693\",\r\n  \"transactionid\":\"102735867\",\r\n  \"userid\":\"Cristy\"\r\n  }   \r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/ach/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"178","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:29:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"Status\":\"Settled\",\"TransactionID\":\"102735867\",\"Description\":\"PAYMENT   \",\"Date\":\"2018-01-25T19:34:49.17Z\",\"Amount\":74.67,\"NameOnCheck\":\"John Smith\"}"}],"_postman_id":"d9cc9c39-f1e0-c748-1f18-5b7665b0d3cd"},{"name":"ACH Void","id":"10853300-a6a7-17a9-1c6a-20404182e157","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achvoid\",\r\n  \"account\":\"1502122693\",\r\n  \"transactionid\":\"103124947\",\r\n  \"userid\":\"Cristy\"\r\n  }   \r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/ach/request","description":"<p>An ACH transaction goes through a cycle of statii until the merchant receives their funds:</p>\n<ul>\n<li>Pending</li>\n<li>Settled</li>\n<li>Returned (this is non sufficient funds situation)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["ach","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"1a4597c3-39fa-459f-af71-f1fc3b7bf1ac","name":"ACH Void","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achvoid\",\r\n  \"account\":\"1502122693\",\r\n  \"transactionid\":\"103124947\",\r\n  \"userid\":\"Cristy\"\r\n  }   \r\n\r\n\r\n\r\n    \r\n    \r\n    \r\n    \r\n    \r\n    \r\n    "},"url":"https://pi-stage.com/ach/request"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"47","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 12 Mar 2018 17:29:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.27 (Amazon) PHP/7.0.27","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.0.27","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":true,\"Status\":\"Voided\"}"}],"_postman_id":"10853300-a6a7-17a9-1c6a-20404182e157"}],"id":"e4e8e58d-fe86-560b-e2b7-3aa7bbcc287d","_postman_id":"e4e8e58d-fe86-560b-e2b7-3aa7bbcc287d","description":""}],"event":[{"listen":"prerequest","script":{"id":"a388b61b-92db-4271-ace1-e3ea7c6144a8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e0b6560-d2cb-4af7-b712-00c9d518188e","type":"text/javascript","exec":[""]}}]}