{"info":{"_postman_id":"8b93b578-4da2-1c06-b3db-b8222dc6696b","name":"PIConnect - OMNI","description":"<html><head></head><body><p><em>Begin development work today - All sample transactions provide valid, mock responses.</em></p>\n<p>PIConnect OMNI is an inventive solution to enable the <strong>combination of secure manual entry and an EMV device transaction via a single integration API and single user interface</strong>. The solution is platform agnostic, without the need for any additional middleware or resident program installation.</p>\n<p>For EMV device transactions simply include a device ID (sn), and 'click the chip' to initiate the transaction on the device.</p>\n<p>The basic transaction flow is as follows:</p>\n<ul>\n<li><p>POST non-sensitive transaction data and retreive a PTK which is required to render the form</p>\n</li>\n<li><p>Append the PTK to a static URL to render the Hosted Payment Form (HPF)</p>\n</li>\n</ul>\n<p>STAGE/TEST: <a href=\"https://pi-stage.com/hpf/hpf.php?ptk=xxxxxxxxxx\">https://pi-stage.com/hpf/hpf.php?ptk=xxxxxxxxxx</a></p>\n<p>PRODUCTION/LIVE: <a href=\"https://pi-stage.com/hpf/hpf.php?ptk=xxxxxxxxxx\">https://pipay.io/hpf/hpf.php?ptk=xxxxxxxxxx</a></p>\n<img src=\"https://content.pstmn.io/54aaceb5-a7b5-4cac-9174-540f252ec18c/T01OSS5KUEc=\">\n\n<ul>\n<li><p>Complete the transaction by manually entering card information or 'click the chip' to run a card-present transaction on a credit card (EMV) device</p>\n</li>\n<li><p>PiConnect OMNI offers (3) methods to retrieve transaction results: ResponseURL, Polling and Transaction Lookup (fetch)</p>\n</li>\n</ul>\n<hr>\n<hr>\n<hr>\n<blockquote>\n<p><strong>REQUEST FIELDS</strong> </p>\n</blockquote>\n<ul>\n<li><p>STAGE=<a href=\"https://pi-stage.com/hpf/ptkrequest.php\">https://pi-stage.com/hpf/ptkrequest.php</a></p>\n</li>\n<li><p>PRODUCTION = <a href=\"https://pipay.io/hpf/ptkrequest.php\">https://pipay.io/hpf/ptkrequest.php</a></p>\n</li>\n</ul>\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,  <br>ACHStatus,  <br>Fetch (Transaction Lookup)</td>\n<td>AN(25)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>account</td>\n<td>Payment Innovator's issued account #</td>\n<td>N(10)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>sn</td>\n<td>EMV device serial number (NA for no device)</td>\n<td>AN(18)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>omni</td>\n<td>\"yes\" or \"no' to activate the EMV device launch button</td>\n<td>A(3)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>paysource</td>\n<td>PHONE or INTERNET (only applicable to manual card entry on form)</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>customer first name</td>\n<td>AN(25)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>customer last name</td>\n<td>AN(25)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>customername</td>\n<td>complete customer name (in lieu of first and last name)</td>\n<td>AN(32)</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>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>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>tip</td>\n<td>tip amount</td>\n<td>N(9) n.nn</td>\n<td>O</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>signature</td>\n<td>set to 0 for no signature, 1 for signature</td>\n<td>N(1)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>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, DINERS CLUB, EBT, OTHER, CHECK (for ACH transactions)</td>\n<td>AN(10)</td>\n<td>M for token transactions</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<tr>\n<td>extfield1</td>\n<td>extra field that is echoed back</td>\n<td>ANC(32)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>extfield2</td>\n<td>extra field that is echoed back</td>\n<td>ANC(32)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>extfield3</td>\n<td>extra field that is echoed back</td>\n<td>ANC(32)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>ptk</td>\n<td>Pi transaction key (unique)</td>\n<td>ANC(18)</td>\n<td>M for 'fetch' command</td>\n</tr>\n<tr>\n<td>receipt</td>\n<td>\"no\" (supresses formated receipts in response, default is \"yes\")</td>\n<td>A(3)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>json</td>\n<td>\"yes\" (echoes a json transaction response) / \"no\" (default, displays approved/decline dialog)</td>\n<td>A(3)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>autorun</td>\n<td>\"yes\" (automatically launches card-present terminal</td>\n<td>A(3)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>----</td>\n<td></td>\n<td></td>\n<td></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, JCBss</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<tr>\n<td>extfield1</td>\n<td>extra field that is echoed back</td>\n<td>ANC(32)</td>\n</tr>\n<tr>\n<td>extfield2</td>\n<td>extra field that is echoed back</td>\n<td>ANC(32)</td>\n</tr>\n<tr>\n<td>extfield3</td>\n<td>extra field that is echoed back</td>\n<td>ANC(32)</td>\n</tr>\n<tr>\n<td>customername</td>\n<td>customername echoed back</td>\n<td>AN(32)</td>\n</tr>\n<tr>\n<td>----</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>SANDBOX / DEVICE EMULATOR (GOLD CHIP)</strong> </p>\n</blockquote>\n<ul>\n<li><em>Use sn=31415926 for all emulator testing (yes, those are the digits in honor of Pi)</em></li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Amount</th>\n<th>Response</th>\n<th>ResultMessage</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>All amounts except those listed below</td>\n<td>Approval</td>\n<td>OK</td>\n</tr>\n<tr>\n<td>13.10</td>\n<td>Decline</td>\n<td>COMM ERROR</td>\n</tr>\n<tr>\n<td>13.11</td>\n<td>Decline</td>\n<td>DECLINE</td>\n</tr>\n<tr>\n<td>13.12</td>\n<td>Decline</td>\n<td>TRACK INVALID</td>\n</tr>\n<tr>\n<td>13.13</td>\n<td>Decline</td>\n<td>REF NO MISSING</td>\n</tr>\n<tr>\n<td>13.14</td>\n<td>Decline</td>\n<td>ABORTED</td>\n</tr>\n<tr>\n<td>13.15</td>\n<td>Decline</td>\n<td>TIMEOUT</td>\n</tr>\n<tr>\n<td>13.16</td>\n<td>Decline</td>\n<td>RECEIVE ERROR</td>\n</tr>\n<tr>\n<td>13.17</td>\n<td>Decline</td>\n<td>DUP TRANSACTION (SWIPE)</td>\n</tr>\n<tr>\n<td>13.18</td>\n<td>Decline</td>\n<td>DUP TRANSACTION (EMV)</td>\n</tr>\n<tr>\n<td>13.19</td>\n<td>Decline</td>\n<td>CONNECT ERROR</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<blockquote>\n<p><strong>TEST CARDS FOR MANUAL ENTRY</strong> </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Card Number</th>\n<th>Expiration Date</th>\n<th>CVV</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>4003 0001 2345 6781</td>\n<td>022024</td>\n<td>999</td>\n</tr>\n<tr>\n<td>5499 9901 2345 6781</td>\n<td>022023</td>\n<td>999</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\"ResponseMsg\": \"Success\",\n\"ApprovedAmount\": \"111.67\",\n\"TransactionID\": \"14279488\",\n\"AuthCode\": \"TAS039\",\n\"Token\": \"Xj02K6IZfo5M2142\",\n\"CardType\": \"VISA\",\n\"AccountNum\": \"2142\",\n\"ExpDate\": \"012021\",\n\"TicketId\": \"invoice-14161\",\n\"UserID\": \"Cristy\",\n\"ResponseCode\": \"A0000\",\n\"HostCode\": \"804020501530\",\n\"TaskID\": \"13872040\",\n\"Timestamp\": \"2018-02-09T13:01:32\",\n\"AvsResponse\": \"N\",\n\"CommercialCard\": \"0\",\n\"FirstName\": \"John\",\n\"LastName\": \"Smith\",\n\"BusinessID\": \"1502122693\",\n\"PTK\": \"4WSEXuXROE\",\n\"UniqueID\": \"0442481001518206493\",\n\"IPAddress\": \"24.217.20.176\",\n\"TransType\": \"SALE\",\n\"Method\": \"creditsale\",\n\"PaySource\": \"PHONE\",\n\"CustomerReceipt\":\"\",\n\"MerchantReceipt\":\"\",\n\"ExtField1\": \"anything to echo back\",\n\"ExtField2\": \"anything to echo back\",\n\"ExtField3\": \"anything to echo back\"\n}\n\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"360438","collectionId":"8b93b578-4da2-1c06-b3db-b8222dc6696b","publishedId":"RVnSJNXW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-12-20T22:57:28.000Z"},"item":[{"name":"Credit Sale","item":[{"name":"HPF - ptk Credit Sale - Maximum Fields","id":"2be11a76-e933-adff-e928-b9e2ed585908","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"111.67\",\r\n  \"ticketid\":\"invoice-14161\",\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  \"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  \"responseurl\":\"https://pipay.io/reflect.php\",\r\n  \"extfield1\":\"anything to echo back\",\r\n  \"extfield2\":\"anything to echo back\",\r\n  \"extfield3\":\"anything to echo back\",\r\n  \"receipt\":\"no\"\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":"efbf2634-6012-4b41-b9c1-a8986f02a5a9","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\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"111.67\",\r\n  \"ticketid\":\"invoice-14161\",\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  \"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  \"responseurl\":\"https://pipay.io/reflect.php\",\r\n  \"extfield1\":\"anything to echo back\",\r\n  \"extfield2\":\"anything to echo back\",\r\n  \"extfield3\":\"anything to echo back\",\r\n  \"receipt\":\"no\"\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 16:21:41 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\":\"edOE0HGNIk\"}"}],"_postman_id":"2be11a76-e933-adff-e928-b9e2ed585908"},{"name":"HPF - ptk Credit Sale - Minimum Fields","id":"8fb1fb2b-edd2-ca55-ba36-1a544bea44da","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"18.56\",\r\n  \"ticketid\":\"I14161\",\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":"2666a280-a3a8-48c3-aaee-c6e7798820a3","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\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"162.86\",\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    \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 16:36:50 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\":\"El0Yhc9FUS\"}"}],"_postman_id":"8fb1fb2b-edd2-ca55-ba36-1a544bea44da"},{"name":"Credit Sale w/ Token - Maximum  Fields","id":"2cc65da7-770f-a575-85c5-bda13a909b5f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"44.32\",\r\n  \"ticketid\":\"invoice123\",\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  \"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","description":"<p><em>All transactions with tokens are a direct POST with a transaction result response, without the need to open the web form</em></p>\n","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"6f074fe5-bb0f-44ef-baca-b68c2f3e1ce1","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\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"44.32\",\r\n  \"ticketid\":\"invoice123\",\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  \"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":"3146","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 16:40:15 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\":\"3Imr154S8J\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"44.32\",\"TransactionID\":\"14940986\",\"AuthCode\":\"TAS914\",\"Token\":\"9Y0NqRv0RE0z6781\",\"CardType\":\"VISA\",\"AccountNum\":\"6781\",\"ExpDate\":\"022020\",\"TicketId\":\"invoice123\",\"UserID\":\"Cristy\",\"ResponseCode\":\"A0000\",\"HostCode\":\"807116501160\",\"TaskID\":\"14541898\",\"Timestamp\":\"2018-03-12T09:40:14\",\"AvsResponse\":\"N\",\"CommercialCard\":\"0\",\"FirstName\":\"John\",\"LastName\":\"Smith\",\"BusinessID\":\"1512407959\",\"UniqueID\":\"0018192001520872815\",\"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 09:40:14\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nOPERATOR ID : Cristy\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14940986               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS914\\\\nSubtotal:                       $34.32\\\\n--------------------------------------\\\\nTaxes                                 \\\\n--------------------------------------\\\\n[1] VAT Tax                     $10.00\\\\n--------------------------------------\\\\nTotal Taxes:                    $10.00\\\\n--------------------------------------\\\\nTotal:                          $44.32\\\\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 09:40:14\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nOPERATOR ID : Cristy\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14940986               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS914\\\\nSubtotal:                       $34.32\\\\n--------------------------------------\\\\nTaxes                                 \\\\n--------------------------------------\\\\n[1] VAT Tax                     $10.00\\\\n--------------------------------------\\\\nTotal Taxes:                    $10.00\\\\n--------------------------------------\\\\nTotal:                          $44.32\\\\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":"2cc65da7-770f-a575-85c5-bda13a909b5f"},{"name":"Credit Sale w/ Token - Minimum Fields","id":"14a65554-02b8-0a91-a190-e9992b827a1c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditsale\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"jD2tnYD8xkRd4891\",\r\n  \"expirationdate\":\"052020\",\r\n  \"amount\":\"44.32\",\r\n  \"ticketid\":\"invoice123\",\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","description":"<p><em>All transactions with tokens are a direct POST with a transaction result response, without the need to open the web form</em></p>\n","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"110d2f69-44b9-4a6f-91c0-6635af2e7516","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\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"jD2tnYD8xkRd4891\",\r\n  \"expirationdate\":\"052020\",\r\n  \"amount\":\"44.32\",\r\n  \"ticketid\":\"invoice123\",\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"},"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":"2647","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 16:40:43 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\":\"cweETCb4Ii\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"44.32\",\"TransactionID\":\"14941004\",\"AuthCode\":\"TAS981\",\"Token\":\"jD2tnYD8xkRd4891\",\"CardType\":\"VISA\",\"AccountNum\":\"4891\",\"ExpDate\":\"052020\",\"TicketId\":\"invoice123\",\"UserID\":\"Cristy\",\"ResponseCode\":\"A0000\",\"HostCode\":\"807116501163\",\"TaskID\":\"14543218\",\"Timestamp\":\"2018-03-12T09:40:42\",\"AvsResponse\":\"0\",\"CommercialCard\":\"0\",\"FirstName\":null,\"LastName\":null,\"BusinessID\":\"1512407959\",\"UniqueID\":\"0186372001520872843\",\"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 09:40:42\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nOPERATOR ID : Cristy\\\\nCARD # : **** **** **** 4891\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941004               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS981\\\\nSubtotal:                       $44.32\\\\n--------------------------------------\\\\nTotal:                          $44.32\\\\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 09:40:42\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nOPERATOR ID : Cristy\\\\nCARD # : **** **** **** 4891\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941004               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS981\\\\nSubtotal:                       $44.32\\\\n--------------------------------------\\\\nTotal:                          $44.32\\\\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":"14a65554-02b8-0a91-a190-e9992b827a1c"}],"id":"14826a43-153d-f1bf-bacc-0c4ea57e8c23","_postman_id":"14826a43-153d-f1bf-bacc-0c4ea57e8c23","description":""},{"name":"Credit Auth and Capture","item":[{"name":"HPF - ptk Credit Auth - Maximum Fields","id":"5b6552c5-a139-48a8-6424-409d68cc1a68","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditauth\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"111.67\",\r\n  \"ticketid\":\"invoice-14161\",\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  \"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":"9aa9db7f-88e1-4f00-a44d-b86373e3b8d3","name":"HPF - ptk Credit Auth - Maximum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditauth\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"111.67\",\r\n  \"ticketid\":\"invoice-14161\",\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  \"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 16:41:13 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\":\"ePUAKF4TSH\"}"}],"_postman_id":"5b6552c5-a139-48a8-6424-409d68cc1a68"},{"name":"HPF - ptk Credit Auth - Minimum Fields","id":"31799326-81e1-acf4-b305-2482d30809e0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditauth\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"70.00\",\r\n  \"ticketid\":\"invoice-14161\",\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/hpf/ptkrequest","urlObject":{"protocol":"https","path":["hpf","ptkrequest"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"1bcce2d1-de4b-44dc-8b0b-f348d25fb7cd","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\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"70.00\",\r\n  \"ticketid\":\"invoice-14161\",\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/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 16:42: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\":\"a41RiIlJ9k\"}"}],"_postman_id":"31799326-81e1-acf4-b305-2482d30809e0"},{"name":"Credit Auth w/ Token - Maximum Fields","id":"9b0f28ac-0870-5e2d-9110-7a414b5dd97d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditauth\",\r\n  \"account\":\"1512407959\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"50.00\",\r\n  \"ticketid\":\"invoice123\",\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  \"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","description":"<p><em>All transactions with tokens are a direct POST with a transaction result response, without the need to open the web form</em></p>\n","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"94febcd3-31c6-4fdc-aced-c067997489f8","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  \"method\":\"creditauth\",\r\n  \"account\":\"1512407959\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"50.00\",\r\n  \"ticketid\":\"invoice123\",\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  \"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":"3144","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 16:45:01 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\":\"eDJt5tvDBU\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"50.00\",\"TransactionID\":\"14941124\",\"AuthCode\":\"TAS637\",\"Token\":\"9Y0NqRv0RE0z6781\",\"CardType\":\"VISA\",\"AccountNum\":\"6781\",\"ExpDate\":\"022020\",\"TicketId\":\"invoice123\",\"UserID\":\"Cristy\",\"ResponseCode\":\"A0000\",\"HostCode\":\"807116501190\",\"TaskID\":\"14541986\",\"Timestamp\":\"2018-03-12T09:45:00\",\"AvsResponse\":\"N\",\"CommercialCard\":\"0\",\"FirstName\":\"John\",\"LastName\":\"Smith\",\"BusinessID\":\"1512407959\",\"UniqueID\":\"0344324001520873101\",\"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 09:45:00\\\\n\\\\n         CREDIT - AUTH ONLY         \\\\n\\\\nOPERATOR ID : Cristy\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941124               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS637\\\\nSubtotal:                       $40.00\\\\n--------------------------------------\\\\nTaxes                                 \\\\n--------------------------------------\\\\n[1] VAT Tax                     $10.00\\\\n--------------------------------------\\\\nTotal Taxes:                    $10.00\\\\n--------------------------------------\\\\nTotal:                          $50.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 09:45:00\\\\n\\\\n         CREDIT - AUTH ONLY         \\\\n\\\\nOPERATOR ID : Cristy\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941124               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS637\\\\nSubtotal:                       $40.00\\\\n--------------------------------------\\\\nTaxes                                 \\\\n--------------------------------------\\\\n[1] VAT Tax                     $10.00\\\\n--------------------------------------\\\\nTotal Taxes:                    $10.00\\\\n--------------------------------------\\\\nTotal:                          $50.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":"9b0f28ac-0870-5e2d-9110-7a414b5dd97d"},{"name":"Credit Auth w/ Token - Minimum Fields","id":"51ee99d6-e065-f9f9-905c-3708efd3851b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditauth\",\r\n  \"account\":\"1512407959\",\r\n  \"paysource\":\"PHONE\",\r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"022020\",\r\n  \"amount\":\"44.32\",\r\n  \"ticketid\":\"invoice123\",\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","description":"<p><em>All transactions with tokens are a direct POST with a transaction result response, without the need to open the web form</em></p>\n","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"51ee99d6-e065-f9f9-905c-3708efd3851b"},{"name":"Credit Capture - Maximum Fields","id":"213e7305-9c8d-c458-1c92-d5e3060cf8ad","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditcapture\", \r\n  \"account\":\"1512407959\",\r\n  \"ptk\":\"a41RiIlJ9k\",\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><strong>Capture or Post Authorization referencing the \"ptk\" from the original Auth.   No need to render the Hosted Payment Form</strong></p>\n","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"c7c7e840-eb66-4483-9dec-c25d559fa133","name":"Credit Capture - Maximum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditcapture\", \r\n  \"account\":\"1512407959\",\r\n  \"ptk\":\"a41RiIlJ9k\",\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 16:44: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\":\"HIHiMRtNaL\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"97.00\",\"TransactionID\":\"14941104\",\"UserID\":null,\"ResponseCode\":\"A0000\",\"TaskID\":\"14541970\",\"Timestamp\":\"2018-03-12T09:44:07\",\"BusinessID\":\"1512407959\",\"UniqueID\":\"0871638001520873047\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"CAPTURE\",\"Method\":\"creditcapture\",\"CustomerReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 09:44:07\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941104               \\\\nInvoice number : invoice-14161          \\\\nAUTH CODE : TAS405\\\\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 09:44:07\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941104               \\\\nInvoice number : invoice-14161          \\\\nAUTH CODE : TAS405\\\\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":"213e7305-9c8d-c458-1c92-d5e3060cf8ad"},{"name":"Credit Capture - Minimum Fields","id":"d587ea6e-4759-9f45-b172-f97faa1fac24","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditcapture\", \r\n  \"account\":\"1512407959\",\r\n  \"ptk\":\"JBhrvrNf55\",\r\n  \"amount\":\"75.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><strong>Capture or Post Authorization referencing the \"ptk\" from the original Auth.   No need to render the Hosted Payment Form</strong></p>\n","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"4ecb2317-808a-48a0-bffe-785368d05cd8","name":"Credit Capture - Minimum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditcapture\", \r\n  \"account\":\"1512407959\",\r\n  \"ptk\":\"eDJt5tvDBU\",\r\n  \"amount\":\"67.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 16:45:54 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\":\"c1f3lbJLQL\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"67.00\",\"TransactionID\":\"14941124\",\"UserID\":null,\"ResponseCode\":\"A0000\",\"TaskID\":\"14541986\",\"Timestamp\":\"2018-03-12T09:45:54\",\"BusinessID\":\"1512407959\",\"UniqueID\":\"0730669001520873154\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"CAPTURE\",\"Method\":\"creditcapture\",\"CustomerReceipt\":\"         PAYMENT INNOVATORS         \\\\n          8320 S HARDY DR           \\\\n           TEMPE AZ 85284           \\\\n03\\/12\\/2018 09:45:54\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941124               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS637\\\\nSubtotal:                       $67.00\\\\n--------------------------------------\\\\nTotal:                          $67.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 09:45:54\\\\n\\\\n            CREDIT - SALE            \\\\n\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941124               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS637\\\\nSubtotal:                       $67.00\\\\n--------------------------------------\\\\nTotal:                          $67.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":"d587ea6e-4759-9f45-b172-f97faa1fac24"}],"id":"bf2d42ad-e3d4-f81c-106c-76fdd83580ee","_postman_id":"bf2d42ad-e3d4-f81c-106c-76fdd83580ee","description":""},{"name":"Credit Return","item":[{"name":"HPF - ptk Credit Return - Maximum Fields","id":"a5f5e96a-6699-3ae9-b3c5-84c73a9064c5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditreturn\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\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  \"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/hpf/ptkrequest","urlObject":{"protocol":"https","path":["hpf","ptkrequest"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"781f3695-b5ae-48e1-b4f2-69b8c0db5aca","name":"HPF - ptk Credit Return - Maximum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditreturn\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\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  \"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/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 16:48:31 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\":\"HKmHoRITl6\"}"}],"_postman_id":"a5f5e96a-6699-3ae9-b3c5-84c73a9064c5"},{"name":"HPF - ptk Credit Return - Minimum Fields","id":"92874974-95db-1dbc-348f-1a595724c476","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\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/hpf/ptkrequest","urlObject":{"protocol":"https","path":["hpf","ptkrequest"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"fc215ae7-cce2-4845-9187-ee3f0cd97836","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\"method\":\"creditreturn\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"74.67\",\r\n  \"ticketid\":\"invoice123\",\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/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 16:49: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{\"Status\":true,\"PTK\":\"JvuhBawk44\"}"}],"_postman_id":"92874974-95db-1dbc-348f-1a595724c476"},{"name":"Credit Return w/ Token - Maximum Fields","id":"3e549434-df1b-3b4b-952c-8b984afc6399","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"creditreturn\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\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  \"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","description":"<p><em>All transactions with tokens are a direct POST with a transaction result response, without the need to open the web form</em></p>\n","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"755a6a2d-3324-4e6b-beef-b3a42cbb968f","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  \"method\":\"creditreturn\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\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  \"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":"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 16:51:35 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\":\"0PLMeGkDg2\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"74.67\",\"TransactionID\":\"14941148\",\"AuthCode\":\"TAS664\",\"Token\":\"9Y0NqRv0RE0z6781\",\"CardType\":\"VISA\",\"AccountNum\":\"6781\",\"ExpDate\":\"022020\",\"TicketId\":null,\"UserID\":\"Joe\",\"ResponseCode\":\"A0000\",\"HostCode\":\"807116501197\",\"TaskID\":\"14542010\",\"Timestamp\":\"2018-03-12T09:51:35\",\"AvsResponse\":null,\"CommercialCard\":null,\"FirstName\":\"John\",\"LastName\":\"Smith\",\"BusinessID\":\"1512407959\",\"UniqueID\":\"0756918001520873495\",\"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 09:51:35\\\\n\\\\n           CREDIT - RETURN           \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941148               \\\\nInvoice number : 14941148               \\\\nAUTH CODE : TAS664\\\\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 09:51:35\\\\n\\\\n           CREDIT - RETURN           \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941148               \\\\nInvoice number : 14941148               \\\\nAUTH CODE : TAS664\\\\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":"3e549434-df1b-3b4b-952c-8b984afc6399"},{"name":"Credit Return w/ Token - Minimum Fields","id":"05ec419a-8e99-594b-1c5a-37cb1ec6042a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"paysource\":\"PHONE\",  \r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"02/2020\",\r\n  \"amount\":\"75.67\",\r\n  \"ticketid\":\"R7567\",\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","description":"<p><em>All transactions with tokens are a direct POST with a transaction result response, without the need to open the web form</em></p>\n","urlObject":{"protocol":"https","path":["transaction","request"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"5ba055e5-3ac3-4451-9c9e-8c95c6a36023","name":"Credit Return w/ Token - Minimum Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"paysource\":\"PHONE\",  \r\n  \"token\" :\"9Y0NqRv0RE0z6781\",\r\n  \"expirationdate\":\"02/2020\",\r\n  \"amount\":\"75.67\",\r\n  \"ticketid\":\"R7567\",\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":"2478","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 16:52: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\":\"s3pltyUUXe\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":\"75.67\",\"TransactionID\":\"14941154\",\"AuthCode\":\"TAS725\",\"Token\":\"9Y0NqRv0RE0z6781\",\"CardType\":\"VISA\",\"AccountNum\":\"6781\",\"ExpDate\":\"022020\",\"TicketId\":null,\"UserID\":\"Joe\",\"ResponseCode\":\"A0000\",\"HostCode\":\"807116501198\",\"TaskID\":\"14542016\",\"Timestamp\":\"2018-03-12T09:52:01\",\"AvsResponse\":null,\"CommercialCard\":null,\"FirstName\":null,\"LastName\":null,\"BusinessID\":\"1512407959\",\"UniqueID\":\"0436905001520873522\",\"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 09:52:01\\\\n\\\\n           CREDIT - RETURN           \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941154               \\\\nInvoice number : 14941154               \\\\nAUTH CODE : TAS725\\\\nReturn Amount:                  $75.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 09:52:01\\\\n\\\\n           CREDIT - RETURN           \\\\n\\\\n   OPERATOR ID : Joe\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14941154               \\\\nInvoice number : 14941154               \\\\nAUTH CODE : TAS725\\\\nReturn Amount:                  $75.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":"05ec419a-8e99-594b-1c5a-37cb1ec6042a"}],"id":"673034f3-a966-b364-46bd-7d07cc985a69","_postman_id":"673034f3-a966-b364-46bd-7d07cc985a69","description":""},{"name":"Get Token","item":[{"name":"HPF - ptk Get Token - Maximum Fields","id":"acef9ab8-5c58-776d-6816-2184daaa8625","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"gettoken\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",\r\n  \"amount\":\"0.00\",\r\n  \"ticketid\":\"invoice-14161\",\r\n  \"userid\":\"Cristy\",\r\n  \"address\":\"123 main street\",\r\n  \"zip\":\"60636\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\"\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":[],"_postman_id":"acef9ab8-5c58-776d-6816-2184daaa8625"},{"name":"HPF - ptk Get Token - Minimum Fields","id":"13deae7a-5423-93de-4c24-9417101959c1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"gettoken\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"yes\",\r\n  \"paysource\":\"PHONE\",  \r\n  \"amount\":\"0.00\",\r\n  \"ticketid\":\"invoice-14161\",\r\n  \"userid\":\"Cristy\"\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":"3f02c017-15b3-46a1-a05b-b15ffc796268","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\"method\":\"gettoken\",\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"omni\":\"no\",\r\n  \"paysource\":\"PHONE\",  \r\n  \"amount\":\"0.00\",\r\n  \"ticketid\":\"invoice-14161\",\r\n  \"userid\":\"Cristy\"\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 16:56:01 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\":\"GJjT1aNTSL\"}"}],"_postman_id":"13deae7a-5423-93de-4c24-9417101959c1"}],"id":"08533245-7fdc-596e-fabb-8c7c16f0a34c","_postman_id":"08533245-7fdc-596e-fabb-8c7c16f0a34c","description":""},{"name":"Credit Void, Close Batch, Retreive Signature","item":[{"name":"Credit Void","id":"21838885-d8df-be71-60c3-e6b25b535a1c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"method\":\"creditvoid\",\r\n  \"ptk\":\"3Imr154S8J\",\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":[{"id":"f9a7e8a9-a7c3-4cb6-88ed-fca57975a98d","name":"Credit Void","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1512407959\",\r\n  \"sn\":\"31415926\",\r\n  \"method\":\"creditvoid\",\r\n  \"ptk\":\"3Imr154S8J\",\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"},"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":"2300","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:01: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{\"TransactionResult\":true,\"PTK\":\"lmkDl3wRwC\",\"ResponseMsg\":\"Success\",\"ApprovedAmount\":44.32,\"TransactionID\":\"14940986\",\"AuthCode\":\"TAS914\",\"CardType\":\"VISA\",\"TicketID\":\"invoice123\",\"UserID\":null,\"ResponseCode\":\"A0000\",\"HostCode\":\"807116501160\",\"TaskID\":\"14541898\",\"Timestamp\":\"2018-03-12T10:01:12\",\"OriginalRefId\":\"14940986\",\"BusinessID\":\"1512407959\",\"UniqueID\":\"0283671001520874072\",\"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:01:12\\\\n\\\\n            CREDIT - VOID            \\\\n\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14940986               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS914\\\\nVoid Amount:                    $44.32\\\\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:01:12\\\\n\\\\n            CREDIT - VOID            \\\\n\\\\nCARD # : **** **** **** 6781\\\\nCARD TYPE : VISA\\\\nEntry Mode : MANUAL\\\\n\\\\nTRANSACTION ID : 14940986               \\\\nInvoice number : invoice123             \\\\nAUTH CODE : TAS914\\\\nVoid Amount:                    $44.32\\\\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":"21838885-d8df-be71-60c3-e6b25b535a1c"},{"name":"Close Batch","id":"778c7501-b958-97db-6287-fe5e223d258d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1512407959\",\r\n  \"method\":\"closebatch\",\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":[{"id":"78966fa9-fe59-4664-b7d1-27cc42399692","name":"Close Batch","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"account\":\"1512407959\",\r\n  \"method\":\"closebatch\",\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"},"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":"281","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:01: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{\"TransactionResult\":true,\"ResponseMsg\":\"Success\",\"ResponseCode\":\"A0000\",\"SICCODE\":\"5999\",\"CreditSaleCount\":\"9\",\"CreditSaleAmount\":\"57975\",\"ReturnCreditCount\":\"4\",\"ReturnCreditAmount\":\"29968\",\"UniqueID\":\"0396592001520874107\",\"IPAddress\":\"24.217.20.176\",\"TransType\":\"CLOSEBATCH\"}"}],"_postman_id":"778c7501-b958-97db-6287-fe5e223d258d"},{"name":"Retrieve Signature","id":"a4d6652d-7853-f8ff-9ff3-be6ebcd50849","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","urlObject":{"protocol":"https","path":["sign","signs","aTEgPoQL3N"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"73e3c104-b713-dc14-2d8d-ad39b8d1175e","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":"a4d6652d-7853-f8ff-9ff3-be6ebcd50849"}],"id":"4106efc6-4a1d-d723-cc21-8b51b2839e1f","event":[{"listen":"prerequest","script":{"id":"a81df419-14a4-4b95-ba74-0abcab808c9c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f1868626-dfbc-4061-a2b8-d255cc543777","type":"text/javascript","exec":[""]}}],"_postman_id":"4106efc6-4a1d-d723-cc21-8b51b2839e1f","description":""},{"name":"Transaction Result Management","item":[{"name":"Callback Method","item":[{"name":"PTK Status","id":"738071c5-ab7d-4a50-a5bd-85626ad8b923","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":"c3a01feb-4b15-45e8-8896-a4031665a9e9","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":"738071c5-ab7d-4a50-a5bd-85626ad8b923"},{"name":"Transaction Lookup","id":"961c81a3-ef5b-4d96-8f6e-ad51a1402c18","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":"5d898c07-41cf-4243-8b79-fa047d811534","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":"961c81a3-ef5b-4d96-8f6e-ad51a1402c18"}],"id":"f84b33e0-07db-49ac-b0ad-3c45a0dbe541","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":"f84b33e0-07db-49ac-b0ad-3c45a0dbe541"},{"name":"Polling Method","item":[{"name":"Poll for Transaction Result (Transaction In Process - Pending)","id":"1b9a2474-f181-fa33-9067-c8d1323ffb41","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":"b99d0821-8c8b-c04d-65c8-4426939af61d","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":"840","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":"1b9a2474-f181-fa33-9067-c8d1323ffb41"},{"name":"Poll for Transaction Result (Transaction Approved)","id":"fe050055-08d7-c7d8-be43-daabfdaae3e6","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":"43bb73ce-c7f4-5c10-0848-caa7c80b726e","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":"674","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":"fe050055-08d7-c7d8-be43-daabfdaae3e6"},{"name":"Poll for Transaction Result (Transaction Declined)","id":"94ad9919-630a-202b-c949-09b39fd727fd","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":"dd2b0b62-d21f-0297-e6b1-103eb8315e8b","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":"868","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":"94ad9919-630a-202b-c949-09b39fd727fd"}],"id":"cf540bc4-79f7-2626-6e21-89ffd27ee2e1","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":"cf540bc4-79f7-2626-6e21-89ffd27ee2e1","description":""},{"name":"Transaction Verify","item":[{"name":"Transaction Verify","id":"670c5d1d-f023-4fdc-8687-b50acf303a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"request\":\"transactionverify\",\r\n  \"account\":\"1600721530\",\r\n  \"ticketid\":\"R080125\",\r\n  \"environment\":\"live\"\r\n}"},"url":"https://pipay.io/control/commands.php","description":"<p>Transaction Verify method is used should your code ever get a disconnect from receiving a transaction result (true or false). Note that this method relies on a unique TicketID from the original request. Note that \"environment\" can be live or stage.</p>\n","urlObject":{"protocol":"https","path":["control","commands.php"],"host":["pipay","io"],"query":[],"variable":[]}},"response":[{"id":"5dcd8d52-0d98-424f-847e-326bce1cd225","name":"Transaction Verify","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"request\":\"transactionverify\",\r\n  \"account\":\"1600721530\",\r\n  \"ticketid\":\"R080125\",\r\n  \"environment\":\"stage\"\r\n}"},"url":"https://pipay.io/control/commands.php"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 25 Aug 2025 15:43:17 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"735"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.58 (Amazon) PHP/7.0.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"PHP/7.0.33"}],"cookie":[],"responseTime":null,"body":"\t\r\n\t\r\n{\"transactionResult\":true,\"transactionID\":\"119145579\",\"ptk\":\"IMWkpsHqkA\",\"uniqueId\":\"1\",\"token\":null,\"responseCode\":\"000\",\"responseMsg\":\"APPROVED\",\"timestamp\":\"2025-08-25 15:41:51.87\",\"approvedAmount\":\"20.00\",\"cardType\":\"VISA\",\"ticketID\":\"R080125\",\"method\":\"SALE\",\"accountNum\":\"6781\",\"cardHolder\":null,\"authCode\":\"TAS821\",\"transType\":\"SALE\",\"serialNo\":\"PiVerify\",\"expDate\":\"0529\",\"refNum\":null,\"entryMode\":null,\"hostCode\":\"200\",\"businessId\":\"1600721530\",\"cvResponse\":null,\"avsResponse\":null,\"hostResponse\":\"Transaction approved\",\"amountDue\":0,\"tipAmount\":0,\"cardFee\":0,\"tc\":null,\"tvr\":null,\"aid\":null,\"tsi\":null,\"atc\":null,\"appLab\":null,\"appPN\":null,\"iad\":null,\"arc\":null,\"cid\":null,\"cvm\":null,\"extraBalance\":null,\"cardBin\":null}"}],"_postman_id":"670c5d1d-f023-4fdc-8687-b50acf303a34"}],"id":"de841536-c811-4ad0-80e5-0edc5341c9a2","description":"<p>T</p>\n","_postman_id":"de841536-c811-4ad0-80e5-0edc5341c9a2"}],"id":"59ae1d92-dcc5-4d8f-84c9-5302ee49bce2","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":"4f393b8b-0670-4f1b-b186-792647833cda","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9fb9fb77-6242-4206-aeb6-1523d5026710","type":"text/javascript","exec":[""]}}],"_postman_id":"59ae1d92-dcc5-4d8f-84c9-5302ee49bce2"},{"name":"ACH","item":[{"name":"ACH Sale","id":"95e54feb-5610-7633-a8e7-7589e35f7bcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achsale\",\r\n  \"account\":\"1600721530\",\r\n  \"checkaccount\":\"123456781\",\r\n  \"checkrouting\":\"021000021\",\r\n  \"checktype\":\"CHECKING\",\r\n  \"amount\":\"15.00\",\r\n  \"ticketid\":\"R1010\", \r\n  \"paysource\":\"PPD\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"address\":\"123 Main\",\r\n  \"zip\":\"80525\",\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.php","urlObject":{"protocol":"https","path":["ach","request.php"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"7d733dac-541a-46dc-bcdf-86e8d4418aa2","name":"ACH Sale","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achsale\",\r\n  \"account\":\"1600721530\",\r\n  \"checkaccount\":\"123456781\",\r\n  \"checkrouting\":\"021000021\",\r\n  \"checktype\":\"CHECKING\",\r\n  \"amount\":\"15.00\",\r\n  \"ticketid\":\"R1010\", \r\n  \"paysource\":\"PPD\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"address\":\"123 Main\",\r\n  \"zip\":\"80525\",\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.php"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 04 Dec 2021 14:10:57 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"700"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/7.0.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"PHP/7.0.33"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":\"true\",\"PTK\":\"CGftWdEB7S\",\"ResponseMsg\":\"Transaction submitted\",\"ApprovedAmount\":\"15.00\",\"TransactionID\":\"d5b4a712-af0b-4738-ab95-7d7b71b8366e\",\"AuthCode\":\"\",\"Token\":\"\",\"CardType\":\"CHECK\",\"AccountNum\":\"XXXXX6781\",\"ExpDate\":\"\",\"TicketId\":\"R1010\",\"UserId\":\"\",\"ResponseCode\":null,\"HostCode\":\"\",\"TaskID\":\"\",\"Timestamp\":\"2021-12-04 14:10:54\",\"AvsResponse\":null,\"CvResponse\":null,\"CommercialCard\":\"\",\"FirstName\":\"John\",\"LastName\":\"Smith\",\"BusinessID\":\"1600721530\",\"UniqueID\":null,\"IPAddress\":null,\"TransType\":\"Debit\",\"Method\":\"CREDIT\",\"EntryMode\":\"PPD\",\"PaySource\":\"MySoftware_Version1.3\",\"CustomerReceipt\":\"\",\"MerchantReceipt\":\"\",\"ExtField1\":null,\"ExtField2\":null,\"ExtField3\":null}"}],"_postman_id":"95e54feb-5610-7633-a8e7-7589e35f7bcd"},{"name":"ACH Return","id":"8ba2f78c-29b6-ab71-fac7-1d0128f27729","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achreturn\",\r\n  \"account\":\"1600721530\",\r\n  \"checkaccount\":\"123456781\",\r\n  \"checkrouting\":\"021000021\",\r\n  \"checktype\":\"CHECKING\",\r\n  \"amount\":\"15.00\",\r\n  \"ticketid\":\"R1010\", \r\n  \"paysource\":\"PPD\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"address\":\"123 Main\",\r\n  \"zip\":\"80525\",\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.php","urlObject":{"protocol":"https","path":["ach","request.php"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"a0e18d78-a9b1-4281-9e50-211c7f1ec55e","name":"ACH Return","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achreturn\",\r\n  \"account\":\"1600721530\",\r\n  \"checkaccount\":\"123456781\",\r\n  \"checkrouting\":\"021000021\",\r\n  \"checktype\":\"CHECKING\",\r\n  \"amount\":\"15.00\",\r\n  \"ticketid\":\"R1010\", \r\n  \"paysource\":\"CCD\",\r\n  \"firstname\":\"John\",\r\n  \"lastname\":\"Smith\",\r\n  \"address\":\"123 Main\",\r\n  \"zip\":\"80525\",\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.php"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 04 Dec 2021 14:08:34 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"701"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/7.0.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"PHP/7.0.33"}],"cookie":[],"responseTime":null,"body":"\t\r\n{\"TransactionResult\":\"true\",\"PTK\":\"UK7BeMmAKD\",\"ResponseMsg\":\"Transaction submitted\",\"ApprovedAmount\":\"15.00\",\"TransactionID\":\"8b611535-7d58-48eb-b39b-4431b04ad8f6\",\"AuthCode\":\"\",\"Token\":\"\",\"CardType\":\"CHECK\",\"AccountNum\":\"XXXXX6781\",\"ExpDate\":\"\",\"TicketId\":\"R1010\",\"UserId\":\"\",\"ResponseCode\":null,\"HostCode\":\"\",\"TaskID\":\"\",\"Timestamp\":\"2021-12-04 14:08:32\",\"AvsResponse\":null,\"CvResponse\":null,\"CommercialCard\":\"\",\"FirstName\":\"John\",\"LastName\":\"Smith\",\"BusinessID\":\"1600721530\",\"UniqueID\":null,\"IPAddress\":null,\"TransType\":\"Credit\",\"Method\":\"CREDIT\",\"EntryMode\":\"PPD\",\"PaySource\":\"MySoftware_Version1.3\",\"CustomerReceipt\":\"\",\"MerchantReceipt\":\"\",\"ExtField1\":null,\"ExtField2\":null,\"ExtField3\":null}"}],"_postman_id":"8ba2f78c-29b6-ab71-fac7-1d0128f27729"},{"name":"ACH Status","id":"4fdd263c-0f6d-4d12-96a3-fe8bd2720a10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achstatus\",\r\n  \"account\":\"1600721530\",\r\n  \"userid\":\"Cristy\",\r\n  \"ptk\":\"v1hE0jtfta\"\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.php","urlObject":{"protocol":"https","path":["ach","request.php"],"host":["pi-stage","com"],"query":[],"variable":[]}},"response":[{"id":"ef99ec31-3619-421e-a0d6-4baa226f02e9","name":"ACH Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"achstatus\",\r\n  \"account\":\"1600721530\",\r\n  \"userid\":\"Cristy\",\r\n  \"ptk\":\"v1hE0jtfta\"\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.php"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Sat, 04 Jan 2025 14:33:23 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"836"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/7.3.30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"PHP/7.3.30"}],"cookie":[],"responseTime":null,"body":"\t\r\n\t\r\n{\n    \"TransactionResult\": true,\n    \"ApprovedAmount\": 100.39,\n    \"TransactionID\": 32227648,\n    \"ResponseMsg\": \"PENDING\",\n    \"AuthCode\": 9139017,\n    \"Token\": \"\",\n    \"CardType\": \"CHECK\",\n    \"AccountNum\": \"10102998121\",\n    \"ExpDate\": \"\",\n    \"TicketId\": \"\",\n    \"UserId\": null,\n    \"ResponseCode\": \"ApprovedForProcessing\",\n    \"HostCode\": \"\",\n    \"TaskID\": \"\",\n    \"Timestamp\": \"2025-01-04\",\n    \"AvsResponse\": \"\",\n    \"CvResponse\": \"\",\n    \"CommercialCard\": \"\",\n    \"FirstName\": null,\n    \"LastName\": null,\n    \"BusinessID\": \"1600721530\",\n    \"UniqueID\": \"677946b3b5bee\",\n    \"IPAddress\": \"172.31.12.150\",\n    \"TransType\": \"achstatus\",\n    \"Method\": \"CREDIT\",\n    \"EntryMode\": \"PPD\",\n    \"PaySource\": null,\n    \"CustomerReceipt\": \"\",\n    \"MerchantReceipt\": \"\",\n    \"ExtField1\": \"\",\n    \"ExtField2\": \"\",\n    \"ExtField3\": \"\"\n}"}],"_postman_id":"4fdd263c-0f6d-4d12-96a3-fe8bd2720a10"}],"id":"f6b84345-b463-821a-c539-0f968e46c9bd","description":"<blockquote>\n<p><strong>ACH 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>ACHSale, ACHReturn, ACHStatus</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>checkaccount</td>\n<td>check account number</td>\n<td>N(25)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>checkrouting</td>\n<td>check routing number</td>\n<td>N(9)</td>\n<td>M</td>\n</tr>\n<tr>\n<td>checknumber</td>\n<td>check number</td>\n<td>N(25)</td>\n<td>O</td>\n</tr>\n<tr>\n<td>paysource</td>\n<td>PPD</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</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>CHECK</td>\n<td>AN(10)</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<tr>\n<td>extfield1</td>\n<td>extra field that is echoed back</td>\n<td>ANC(32)</td>\n</tr>\n<tr>\n<td>extfield2</td>\n<td>extra field that is echoed back</td>\n<td>ANC(32)</td>\n</tr>\n<tr>\n<td>extfield3</td>\n<td>extra field that is echoed back</td>\n<td>ANC(32)</td>\n</tr>\n<tr>\n<td>----</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f6b84345-b463-821a-c539-0f968e46c9bd"}],"event":[{"listen":"prerequest","script":{"id":"6e37042e-6391-4790-97a4-c78d9a9be467","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a6f0d37c-ad5e-4c89-8403-71ee4b790e13","type":"text/javascript","exec":[""]}}]}