{"info":{"_postman_id":"62329638-bb48-489a-b523-8d602bd2ebeb","name":"Card-Not-Present","description":"<html><head></head><body><h2 id=\"primary-transaction-key\">Primary Transaction Key</h2>\n<p>Primary Transaction Key, or PTK for short, is the unique identifier you need to start a card-not-present transaction in Enhanced Gateway.</p>\n<p>For each request type, you start by generating a PTK. Depending on the transaction type, you are required to provide different fields.</p>\n<h2 id=\"perform-a-transaction-in-hosted-form\">Perform a transaction in Hosted Form</h2>\n<p>A single transaction requires a PTK, and you can call the EG's hosted form to enter the card information and run the transaction.</p>\n<p><strong>1- First, you need to generate a PTK</strong></p>\n<p><strong>2- Send the PTK to the Enhanced Gateway hosted payment form.</strong></p>\n<h3 id=\"example\"><strong>Example:</strong></h3>\n<p>The following request generates a PTK for a CreditSale transaction:</p>\n<p><strong>Endpoint:</strong><br><a href=\"https://postransactions.com/cnp/getptk\">https://postransactions.com/cnp/getptk</a></p>\n<p><strong>JSON payload request:</strong></p>\n<p>{<br>\"method\":\"creditsale\",<br>\"account\":\"1661825323\",<br>\"paysource\":\"INTERNET\",<br>\"amount\":\"0.52\",<br>\"firstname\":\"John\",<br>\"lastname\":\"Doe\",<br>\"ticketid\":\"601\",<br>\"userid\":\"John\",<br>\"json\":\"no\",<br>\"address\":\"123 Main Street\",<br>\"zip\":\"98029\",<br>\"cvv\":\"yes\",<br>\"notifyemail1\":\"<a href=\"mailto:johndoe@outlook.com\">johndoe@outlook.com</a>\"<br>}</p>\n<p>You must send your API key in the header of your request as apikey=value</p>\n<p><strong>JSON Response:</strong></p>\n<p>{\"success\":\"true\",\"status\":200,\"message\":\"PTK Stored\",\"data\":{\"state\":\"STORED\",\"ptk\":\"EokmyfhVcn76\"}}</p>\n<p><strong>Notes:</strong></p>\n<p>PTK is valid for 15 minutes.</p>\n<p>Open a browser and navigate to the following URL:</p>\n<p><a href=\"https://postransactions.com/cnp/cnp?ptk=EokmyfhVcn76\">https://postransactions.com/cnp/cnp?ptk=EokmyfhVcn76</a></p>\n<img src=\"https://content.pstmn.io/d6379eb7-91f4-45ea-88a2-fdc2f7dd5dea/RUctSFBGLlBORw==\" alt=\"Hosted%20Payment%20Form\" height=\"318\" width=\"375\">\n\n<p>Enhanced Gateway Hosted Form will open, and you can enter the card information and proceed to process.</p>\n<p>Perform a transaction with a token<br>You can use a token to run certain types of transactions.<br>When you use a token to run a transaction, you don't need to create a PTK.</p>\n<h3 id=\"example-1\">Example:</h3>\n<p>In the following example, we pass a credit card token and expiration date to perform a CreditSale transaction:</p>\n<p><strong>Endpoint :</strong></p>\n<p><a href=\"https://postransactions.com/cnp/request\">https://postransactions.com/cnp/request</a></p>\n<p><strong>Request:</strong></p>\n<p>You must pass your API key in the header of your request.</p>\n<p>{<br>\"method\":\"creditsale\",<br>\"account\":\"1661825323\",<br>\"paysource\":\"PHONE\",<br>\"amount\":\"29.75\",<br>\"firstname\":\"John\",<br>\"lastname\":\"Doe\",<br>\"ticketid\":\"719\",<br>\"userid\":\"John\",<br>\"token\":\"yZpSdEVFQ7Lf0045\",<br>\"json\":\"no\",<br>\"address\":\"123 Main Street\",<br>\"zip\":\"98029\",<br>\"expirationdate\":\"12/25\",<br>\"notifyemail1\":\"<a href=\"mailto:johndoe@outlook.com\">johndoe@outlook.com</a>\"<br>}</p>\n<p><strong>Response:</strong></p>\n<p>{<br>\"TransactionResult\": true,<br>\"PTK\": \"dO4PUEpgcCm0\",<br>\"ResponseMsg\": \"Success\",<br>\"ApprovedAmount\": \"29.75\",<br>\"TransactionID\": \"19312981\",<br>\"AuthCode\": \"VTLMC1\",<br>\"Token\": \"yZpSdEVFQ7Lf0045\",<br>\"CardType\": \"MASTERCARD\",<br>\"AccountNum\": \"0045\",<br>\"ExpDate\": \"1225\",<br>\"TicketId\": \"719\",<br>\"UserId\": \"John\",<br>\"ResponseCode\": \"A0000\",<br>\"HostCode\": \"226023501025\",<br>\"HostResponse\": \"Success\",<br>\"TaskID\": \"20863963\",<br>\"Timestamp\": \"2022-09-17T16: 03: 19\",<br>\"AvsResponse\": \"N\",<br>\"CvResponse\": null,<br>\"CommercialCard\": \"0\",<br>\"FirstName\": \"John\",<br>\"LastName\": \"Doe\",<br>\"CardHolder\": \"John Doe\",<br>\"BusinessId\": \"1661825323\",<br>\"UniqueID\": \"0483548001663455800\",<br>\"IPAddress\": \"70.42.146.19\",<br>\"TransType\": \"SALE\",<br>\"Method\": \"creditsale\",<br>\"PaySource\": \"INTERNET\",<br>\"ExtField1\": null,<br>\"ExtField2\": null,<br>\"ExtField3\": null,<br>\"CustomerName\": \"John Doe\",<br>\"TipAmount\": null<br>}</p>\n<p>As you can see, the response is a JSON object.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13973489","collectionId":"62329638-bb48-489a-b523-8d602bd2ebeb","publishedId":"2s7YtZAByK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-19T18:19:27.000Z"},"item":[{"name":"eCommerce","item":[{"name":"eComm 1 - Visa","id":"1d67373b-e4e8-457c-bbbb-e374723682a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"0.52\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"601\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"notifyemail1\":\"johndoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk","description":"<p>This Request/Response is designed to generate a PTK to perform a creditsale transaction in an eCommerce environment.</p>\n","urlObject":{"protocol":"https","path":["cnp","getptk"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d67373b-e4e8-457c-bbbb-e374723682a7"},{"name":"eComm 2 - MasterCard","id":"29d1e068-e968-4562-9a8c-20893cce963c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"0.52\",\r\n\"taxamount\":\"0.02\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"602\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"29d1e068-e968-4562-9a8c-20893cce963c"},{"name":"eComm 3 - Amex","id":"5e4a97e1-2c1e-40ef-a2b2-bc0214df6cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"1.50\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"603\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e4a97e1-2c1e-40ef-a2b2-bc0214df6cfc"},{"name":"eComm 4 - MasterCard Bin 2","id":"db94713d-6dc8-44c7-b2b3-a9b94ad9e72a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"11.10\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"700\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db94713d-6dc8-44c7-b2b3-a9b94ad9e72a"},{"name":"eComm 5 - Discover","id":"4b398ce2-26ae-4a49-9155-2dbede4b9eee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"12.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"701\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b398ce2-26ae-4a49-9155-2dbede4b9eee"},{"name":"eComm 6 - Auth Discover","id":"e86826f5-517b-47e7-bcce-3a24e1517473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditauth\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"6.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"606\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e86826f5-517b-47e7-bcce-3a24e1517473"},{"name":"eComm 8 - MasterCard","id":"baf45960-ae2a-44a9-8c4c-b65eec2b6bbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"PHONE\",\r\n\"amount\":\"34.05\",\r\n\"tip\":\"4.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"704\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"baf45960-ae2a-44a9-8c4c-b65eec2b6bbd"},{"name":"eComm 9 - MasterCard","id":"421a973e-125b-44c1-9f34-fd7484dc1357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"15.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"705\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"421a973e-125b-44c1-9f34-fd7484dc1357"},{"name":"eComm 7 - Visa w/Tip","id":"079c1521-37f2-4fb1-a808-850050233c1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"19.35\",\r\n\"tip\":\"2.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"703\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"079c1521-37f2-4fb1-a808-850050233c1b"},{"name":"eComm 10 - MasterCard","id":"af495092-a756-41f2-96f7-674187443578","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"15.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"59\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"af495092-a756-41f2-96f7-674187443578"},{"name":"eComm 11 - Amex","id":"5fdfa4a9-2217-47e6-93c6-1ef145bfb786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"13.50\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"61\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"no\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fdfa4a9-2217-47e6-93c6-1ef145bfb786"},{"name":"eComm 12 - Visa","id":"76acaedf-6c47-455f-a4a7-2201b46b6ba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"13.50\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"61\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"no\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"76acaedf-6c47-455f-a4a7-2201b46b6ba4"},{"name":"eComm 13 - Visa","id":"a4f70c31-22d0-4157-ada6-50f56de4454b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"32.49\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"62\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4f70c31-22d0-4157-ada6-50f56de4454b"},{"name":"eComm 14 - Amex","id":"69a2216a-c791-4213-8b45-a938b76d8153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"4.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"701\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"69a2216a-c791-4213-8b45-a938b76d8153"},{"name":"eComm 15 - MasterCard Void","id":"6ae4859e-014e-4a27-80d7-d29516461e8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"ptk\":\"dV41cmJBVjjQ\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"5.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"515\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ae4859e-014e-4a27-80d7-d29516461e8b"},{"name":"eComm 16 - Amex Void w/PTK","id":"a156f212-074c-49a7-bfb7-c57066d573ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditvoid\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"ptk\":\"z2RJgTV7RlBu\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a156f212-074c-49a7-bfb7-c57066d573ed"},{"name":"eComm 17 - Visa Sale w/Token","id":"a3052791-468f-4dd6-a479-3641035f8879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"25.50\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"77\",\r\n\"userid\":\"John\",\r\n\"token\":\"HQEh1EPLswpP5439\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3052791-468f-4dd6-a479-3641035f8879"},{"name":"eComm 18 - MasterCard Sale w/Token","id":"c173999c-144a-4dbd-9127-366c79c15924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"29.75\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"719\",\r\n\"userid\":\"John\",\r\n\"token\":\"yZpSdEVFQ7Lf0045\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c173999c-144a-4dbd-9127-366c79c15924"},{"name":"eComm 19 - Discover Sale w/Token","id":"146369be-3891-4943-9fef-cc60ab784000","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"45.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"79\",\r\n\"userid\":\"John\",\r\n\"token\":\"d9we7LVxCjWp6909\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"146369be-3891-4943-9fef-cc60ab784000"},{"name":"eComm 20 - Amex Sale w/Token","id":"219c44f4-a6d3-47bc-9cb5-3cd8f606a52f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"INTERNET\",\r\n\"amount\":\"39.45\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"79\",\r\n\"userid\":\"John\",\r\n\"token\":\"tEchQLe4tFI2376\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"219c44f4-a6d3-47bc-9cb5-3cd8f606a52f"},{"name":"eComm 21  - Return w/Ref Visa","id":"7550fc74-abd3-432e-9435-bd5c84ef395a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"ptk\":\"AKQ71uSPPteV\",\r\n\"amount\":\"32.49\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"INTERNET\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"722\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"no\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7550fc74-abd3-432e-9435-bd5c84ef395a"},{"name":"eComm 22  - Return w/Ref Amex","id":"d2c0a9da-2c4f-4829-bb76-f1df664fb2d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"ptk\":\"HFuz3zjro9Y2\",\r\n\"amount\":\"32.49\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"INTERNET\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"515\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2c0a9da-2c4f-4829-bb76-f1df664fb2d3"},{"name":"eComm 23  - Return w/Ref Discover","id":"4e93d9a8-a634-4b82-9088-ed7de13a08ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"ptk\":\"l47Fe189cY0o\",\r\n\"amount\":\"12.00\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"INTERNET\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"515\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e93d9a8-a634-4b82-9088-ed7de13a08ea"},{"name":"eComm 24  - Return w/Ref MasterCard","id":"f292d28a-2124-4fe9-8a6f-36b71ab7cb5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"ptk\":\"vnrDrsF0MiCf\",\r\n\"amount\":\"34.13\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"INTERNET\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"515\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"cvv\":\"yes\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f292d28a-2124-4fe9-8a6f-36b71ab7cb5d"},{"name":"eComm 25 - MasterCard Void w/PTK ","id":"044e0379-0985-4448-aa07-f3553dee40ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditvoid\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"ptk\":\"cjyXyPOT5gfe\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"044e0379-0985-4448-aa07-f3553dee40ef"},{"name":"eComm 13 - Multipass COF Visa","id":"b9060992-143d-46c2-926c-2330fb276777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"'{\r\n \t\"Sale\": \r\n \t{\r\n \t\t\"deviceID\": \"88800000343503\",\r\n \t\t\"transactionKey\": \"Y174C9RELO6QWRZKIVIU2AEO74SDNNX7\",\r\n \t\t\"cardDataSource\": \"INTERNET\",\r\n \t\t\"transactionAmount\": \"25.50\",\r\n \t\t\"currencyCode\": \"USD\",\r\n \t\t\"cardNumber\": \"HQEh1EPLswpP5439\",\r\n \t\t\"expirationDate\": \"12\\/25\",\r\n \t\t\"addressLine1\": \"123 Main Street\",\r\n \t\t\"zip\": \"98029\",\r\n \t\t\"externalReferenceID\": \"717\",\r\n \t\t\"operatorID\": \"John\",\r\n \t\t\"orderNumber\": \"717\",\r\n \t\t\"tokenRequired\": \"Y\",\r\n \t\t\"notifyEmailID\": \"JohnDoe@test.com\",\r\n \t\t\"firstName\": \"John\",\r\n \t\t\"lastName\": \"Doe\",\r\n \t\t\"purchaseOrder\": \"Tilo2022\",\r\n \t\t\"chargeDescriptor\": \"creditsale\",\r\n \t\t\"customerRefID\": \"111111\",\r\n \t\t\"supplierReferenceNumber\": \"201985284\",\r\n \t\t\"shipToZip\": \"85284\",\r\n \t\t\"terminalCapability\": \"KEYED_ENTRY_ONLY\",\r\n \t\t\"terminalOperatingEnvironment\": \"OFF_MERCHANT_PREMISES_UNATTENDED\",\r\n \t\t\"cardholderAuthenticationMethod\": \"UNKNOWN\",\r\n \t\t\"terminalAuthenticationCapability\": \"NO_CAPABILITY\",\r\n \t\t\"terminalOutputCapability\": \"NONE\",\r\n \t\t\"maxPinLength\": \"NOT_SUPPORTED\",\r\n \t\t\"developerID\": \"003435G002\"\r\n \t}\r\n }'","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"b9060992-143d-46c2-926c-2330fb276777"}],"id":"1b4bd152-8f36-4e07-b3b1-0579bcd640d6","_postman_id":"1b4bd152-8f36-4e07-b3b1-0579bcd640d6","description":""},{"name":"Token Requests","item":[{"name":"1- CardToken (GetOnUs) - Visa","id":"f821fab9-2a2d-49fd-9e80-8bd126cf9455","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"cardtoken\",\r\n\"account\":\"1661825323\",\r\n\"cardnumber\":\"4012000098765439\",\r\n\"paysource\":\"INTERNET\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f821fab9-2a2d-49fd-9e80-8bd126cf9455"},{"name":"1- CardToken (GetOnUs) - MasterCard","id":"d601b35c-d781-4a32-a722-008945cbb5a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"cardtoken\",\r\n\"account\":\"1661825323\",\r\n\"cardnumber\":\"5146315000000055\",\r\n\"paysource\":\"INTERNET\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d601b35c-d781-4a32-a722-008945cbb5a2"},{"name":"1- CardToken (GetOnUs) - MasterCard 2 Bin","id":"58a5a1e8-e8fc-403b-a113-165541337369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"cardtoken\",\r\n\"account\":\"1661825323\",\r\n\"cardnumber\":\"5146315000000055\",\r\n\"paysource\":\"INTERNET\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"58a5a1e8-e8fc-403b-a113-165541337369"},{"name":"1- CardToken (GetOnUs) - Discover","id":"df959edd-7daa-40c9-bf9d-572e49b7a909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"cardtoken\",\r\n\"account\":\"1661825323\",\r\n\"cardnumber\":\"6011000993026909\",\r\n\"paysource\":\"INTERNET\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"df959edd-7daa-40c9-bf9d-572e49b7a909"},{"name":"1- CardToken (GetOnUs) - Amex","id":"a22eac53-68f7-4600-8583-3a588291e387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"cardtoken\",\r\n\"account\":\"1661825323\",\r\n\"cardnumber\":\"371449635392376\",\r\n\"paysource\":\"PHONE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a22eac53-68f7-4600-8583-3a588291e387"},{"name":"1- CardToken (GetOnUs) - JCB","id":"f9223f45-1c4a-443e-a50f-81b0fa85e3f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"cardtoken\",\r\n\"account\":\"1661825323\",\r\n\"cardnumber\":\"3530142019945859\",\r\n\"paysource\":\"MAIL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9223f45-1c4a-443e-a50f-81b0fa85e3f3"},{"name":"1- CardToken (GetOnUs) - Discover CUP","id":"24ada6d0-50be-45a2-bd59-c1bf0cdbc70d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"cardtoken\",\r\n\"account\":\"1661825323\",\r\n\"cardnumber\":\"3530142019945859\",\r\n\"paysource\":\"MAIL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"24ada6d0-50be-45a2-bd59-c1bf0cdbc70d"},{"name":"1- CardToken (GetOnUs) - Diners","id":"dba8b540-3cca-4229-b236-06162e072f03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"cardtoken\",\r\n\"account\":\"1661825323\",\r\n\"cardnumber\":\"6221261111112650\",\r\n\"paysource\":\"MAIL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dba8b540-3cca-4229-b236-06162e072f03"}],"id":"efbd9f24-f205-49ec-9e2d-2e8c3f9bf8a3","_postman_id":"efbd9f24-f205-49ec-9e2d-2e8c3f9bf8a3","description":""},{"name":"Restaurant","item":[{"name":"Restaurant 1 - Visa Sale","id":"ea445c27-bc2b-42d0-a0cd-ac28e4da89bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"payrequest\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"31.49\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"1001\",\r\n\"token\":\"pgP9Z6WhADfT4299\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"cvv\":\"yes\",\r\n\"zip\":\"98029\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\",\r\n\"cardtype\":\"visa\",\r\n\"expirationdate\":\"12/25\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea445c27-bc2b-42d0-a0cd-ac28e4da89bf"},{"name":"Restaurant 1/1 - Adjust w/PTK","id":"8dc910e6-4d27-40e7-ba01-1fcca90b7d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditadjust\",\r\n\"account\":\"1661825323\",\r\n\"ptk\":\"AKsF4YLCWEG7\",\r\n\"tip\":\"4.90\",\r\n\"userid\":\"John\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dc910e6-4d27-40e7-ba01-1fcca90b7d5b"},{"name":"Restaurant 2 - Visa Sale","id":"a46b8282-8123-43ef-b193-13b0eff8ec63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"PRESENT\",\r\n\"amount\":\"37.49\",\r\n\"tip\":\"5.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"102\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a46b8282-8123-43ef-b193-13b0eff8ec63"},{"name":"Restaurant 3 - MasterCard BIN 2 Sale","id":"275db0a1-32b2-4602-896c-348ba6e9c2a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"PRESENT\",\r\n\"amount\":\"8.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"103\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"275db0a1-32b2-4602-896c-348ba6e9c2a4"},{"name":"Restaurant 4 - Amex w/Tip","id":"26a523c7-e1fd-4430-83d1-0ca410206313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"PRESENT\",\r\n\"amount\":\"8.10\",\r\n\"tip\":\"1.05\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"104\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"26a523c7-e1fd-4430-83d1-0ca410206313"},{"name":"Restaurant 5 - Diners ","id":"1147b538-4b97-4039-9e28-a98783f79d4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"PRESENT\",\r\n\"amount\":\"10.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"105\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1147b538-4b97-4039-9e28-a98783f79d4f"},{"name":"Restaurant 6 - Visa","id":"e88a6594-3611-4690-b352-450957596406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"PRESENT\",\r\n\"amount\":\"12.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"106\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e88a6594-3611-4690-b352-450957596406"},{"name":"Restaurant 7 - Discover","id":"b4316c78-f8e1-4f5e-8635-440356c15815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"PHONE\",\r\n\"amount\":\"10.10\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"107\",\r\n\"userid\":\"John\",\r\n\"cvv\":\"yes\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4316c78-f8e1-4f5e-8635-440356c15815"},{"name":"Restaurant 8 - Visa CVV Mismatch","id":"b961f9f6-fabb-42c7-90c4-5b8c1bbf8b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"PHONE\",\r\n\"amount\":\"2.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"108\",\r\n\"userid\":\"John\",\r\n\"cvv\":\"yes\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b961f9f6-fabb-42c7-90c4-5b8c1bbf8b86"},{"name":"Restaurant 9 - Discover Auth","id":"eff459a5-133f-40f1-8630-0d1948fb9719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditauth\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"PHONE\",\r\n\"amount\":\"13.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"109\",\r\n\"userid\":\"John\",\r\n\"cvv\":\"yes\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"eff459a5-133f-40f1-8630-0d1948fb9719"},{"name":"Restaurant 10/1 - mastercard","id":"e8c9c034-36db-40d8-8286-40c08cc01c11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"PHONE\",\r\n\"amount\":\"3.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"110\",\r\n\"userid\":\"John\",\r\n\"cvv\":\"yes\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8c9c034-36db-40d8-8286-40c08cc01c11"},{"name":"Restaurant 10/2 - mastercard adjust","id":"866db6fe-f409-4084-bdeb-3c694019ed21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditadjust\",\r\n\"account\":\"1661825323\",\r\n\"ptk\":\"LCTs1g9mk6J9\",\r\n\"tip\":\"0.50\",\r\n\"userid\":\"John\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"866db6fe-f409-4084-bdeb-3c694019ed21"},{"name":"Restaurant 11 - Sale w/Token","id":"2a17b80e-2bd9-42d2-a184-c2d1f3074f08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"PHONE\",\r\n\"amount\":\"32.49\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"2223\",\r\n\"userid\":\"John\",\r\n\"token\":\"HQEh1EPLswpP5439\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a17b80e-2bd9-42d2-a184-c2d1f3074f08"},{"name":"Restaurant 12 - Amex Sale w/Token","id":"9bced871-d882-4908-b155-18edb070be46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"PHONE\",\r\n\"amount\":\"34.55\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"2229\",\r\n\"userid\":\"John\",\r\n\"token\":\"tEchQLe4tFI2376\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bced871-d882-4908-b155-18edb070be46"},{"name":"Restaurant 13 - Visa partial void","id":"c2bc2d59-5cbc-4af0-a7dc-91866f03b754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"PRESENT\",\r\n\"amount\":\"25.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"2250\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2bc2d59-5cbc-4af0-a7dc-91866f03b754"},{"name":"Restaurant 14 - Diners Void w/PTK","id":"db65036b-b1cf-4f61-977e-4304e1524303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditvoid\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"ptk\":\"TxY8n63kG9p7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db65036b-b1cf-4f61-977e-4304e1524303"},{"name":"Restaurant 15 - Close Batch","id":"2df8d20c-d25c-493f-90e3-cc6c4339bf19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"closebatch\",\r\n\"account\":\"1661825323\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2df8d20c-d25c-493f-90e3-cc6c4339bf19"},{"name":"Restaurant 15 - Discover Return w/Ref","id":"621180ab-b657-4b1f-8f19-d1d3c5e55185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"PRESENT\",\r\n\"amount\":\"5.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"2250\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\",\r\n\"transactionkey\":\"17996369\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"621180ab-b657-4b1f-8f19-d1d3c5e55185"},{"name":"Restaurant 16 - Visa Return w/Ref","id":"e68bd814-19b6-4019-9ec8-7307a5b5374e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"\",\r\n\"paysource\":\"PRESENT\",\r\n\"ptk\":\"RRVnrLHie3Zu\",\r\n\"amount\":\"12.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"2250\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e68bd814-19b6-4019-9ec8-7307a5b5374e"},{"name":"Restaurant 17 - Mastercard Return w/Token","id":"c2c80031-9292-48b3-b4ba-4f31cadf2777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"8.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"225\",\r\n\"userid\":\"John\",\r\n\"token\":\"2i80KeFcZeru0011\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.Com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2c80031-9292-48b3-b4ba-4f31cadf2777"},{"name":"Restaurant 18 - Void of Visa Return w/PTK","id":"c1f0697e-99be-400b-9035-bb578d4afc06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditvoid\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"ptk\":\"XD9I1416VO3R\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1f0697e-99be-400b-9035-bb578d4afc06"},{"name":"CardToken (GetOnUs)","id":"429ffd96-2667-4f00-81d9-86a33fb3d29f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"cardtoken\",\r\n\"account\":\"1661825323\",\r\n\"cardnumber\":\"4111111111111111\",\r\n\"paysource\":\"MANUAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"429ffd96-2667-4f00-81d9-86a33fb3d29f"}],"id":"3fc0ec26-7ed1-485d-b470-b34aff018a81","_postman_id":"3fc0ec26-7ed1-485d-b470-b34aff018a81","description":""},{"name":"Retail","item":[{"name":"Get PTK - Visa 0.52","id":"c497df5c-134c-40e8-a4b5-1baeeda3847f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"0.52\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"100\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c497df5c-134c-40e8-a4b5-1baeeda3847f"},{"name":"Get PTK - Sale Amex  1.50","id":"d5908ff0-9bd8-4821-bcf9-0a0234fc4bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"0.52\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"100\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5908ff0-9bd8-4821-bcf9-0a0234fc4bde"},{"name":"Get PTK - Sale Discover  5.50","id":"f3df1375-2fe7-4cc9-ab8f-bfde380df145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"5.50\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"102\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3df1375-2fe7-4cc9-ab8f-bfde380df145"},{"name":"Get PTK - Sale Visa  11.10 Partial","id":"18a1cb44-43c0-4ece-8792-269d428b6eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"11.10\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"103\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"18a1cb44-43c0-4ece-8792-269d428b6eb7"},{"name":"Get PTK - Sale Mastercard  Bin 2 8.00","id":"54cd3c16-f583-451e-8a53-1e38652ae312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"8.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"104\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"54cd3c16-f583-451e-8a53-1e38652ae312"},{"name":"Get PTK - Sale Visa 32.49","id":"af81e456-e814-47d2-b130-7de0cc12ce13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"32.49\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"105\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"af81e456-e814-47d2-b130-7de0cc12ce13"},{"name":"Get PTK - Sale Discover 3.00","id":"bd98c33a-bd08-48b7-96c3-c3b988970098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"3.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"106\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd98c33a-bd08-48b7-96c3-c3b988970098"},{"name":"Get PTK - Sale Mastercard 6.00","id":"c9b6c212-a3ff-4804-b109-e0dab16af32d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"6.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"107\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9b6c212-a3ff-4804-b109-e0dab16af32d"},{"name":"Get PTK - Sale Visa  5.00 tip 2.00","id":"39a11042-8e80-40be-b856-acc217f365f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"6.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"107\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"39a11042-8e80-40be-b856-acc217f365f4"},{"name":"Get PTK - Sale Discover 10.10","id":"af057f33-ec6e-47bd-abdc-3d493225e0bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"10.10\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"109\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"af057f33-ec6e-47bd-abdc-3d493225e0bd"},{"name":"Get PTK - Sale Visa 10.00 MAIL","id":"b996ed30-4b97-4c50-a0ea-6ec06716658c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"MAIL\",\r\n\"amount\":\"10.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"111\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b996ed30-4b97-4c50-a0ea-6ec06716658c"},{"name":"Get PTK - Sale Visa 32.49 PHONE","id":"0d0ce54e-b5a4-4fe7-84c6-31c3c5c0b227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"PHONE\",\r\n\"amount\":\"32.49\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"112\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d0ce54e-b5a4-4fe7-84c6-31c3c5c0b227"},{"name":"Get PTK - Sale Amex 33.90 PHONE","id":"6e515434-b580-4dae-bff8-60d0873fd6d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditsale\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"PHONE\",\r\n\"amount\":\"33.90\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"113\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e515434-b580-4dae-bff8-60d0873fd6d5"},{"name":"Get PTK - Void Discover 5.50","id":"21a0cc4c-da6b-453b-b2e8-1b2d6b3e541a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditvoid\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"ptk\":\"6sh9dFWDTya6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"21a0cc4c-da6b-453b-b2e8-1b2d6b3e541a"},{"name":"Get PTK - Return 2.49 Visa","id":"1a90e4f8-d21c-4155-a0ae-765484034132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditvoid\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"ptk\":\"6sh9dFWDTya6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a90e4f8-d21c-4155-a0ae-765484034132"},{"name":"Get PTK - Return 2.49 Visa","id":"f6de50fa-e463-49b5-bc2b-782c308e46dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"53612943\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"2.49\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"225\",\r\n\"userid\":\"John\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/getptk.php","urlObject":{"protocol":"https","path":["cnp","getptk.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6de50fa-e463-49b5-bc2b-782c308e46dc"},{"name":"Return w/Token Visa 0.52","id":"2a119a97-658d-46af-b5eb-08180fc2c992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"0.52\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"225\",\r\n\"userid\":\"John\",\r\n\"token\":\"HQEh1EPLswpP5439\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a119a97-658d-46af-b5eb-08180fc2c992"},{"name":"Return w/Token Mastercard 6.00","id":"ec88e057-b975-44db-a08b-a1cf3327969a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"6.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"226\",\r\n\"userid\":\"John\",\r\n\"token\":\"yZpSdEVFQ7Lf0045\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec88e057-b975-44db-a08b-a1cf3327969a"},{"name":"Return w/Token Amex 1.50","id":"cce47d0e-2485-4bd9-b628-77a2c8e18a7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"1.50\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"227\",\r\n\"userid\":\"John\",\r\n\"token\":\"tEchQLe4tFI2376\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cce47d0e-2485-4bd9-b628-77a2c8e18a7d"},{"name":"Return w/Token MasterCard 10.00","id":"e664c90f-3a33-4639-a217-3fe6a00b6012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditreturn\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"paysource\":\"MANUAL\",\r\n\"amount\":\"10.00\",\r\n\"firstname\":\"John\",\r\n\"lastname\":\"Doe\",\r\n\"ticketid\":\"228\",\r\n\"userid\":\"John\",\r\n\"token\":\"RJ3sqVZNY4aN0055\",\r\n\"json\":\"no\",\r\n\"address\":\"123 Main Street\",\r\n\"zip\":\"98029\",\r\n\"autorun\":\"yes\",\r\n\"expirationdate\":\"12/25\",\r\n\"notifyemail1\":\"JohnDoe@test.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e664c90f-3a33-4639-a217-3fe6a00b6012"},{"name":"Get PTK - Void Return Mastercard","id":"98f2c4e9-9a40-4fa2-a45d-9063368e6f2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditvoid\",\r\n\"account\":\"1661825323\",\r\n\"sn\":\"NA\",\r\n\"ptk\":\"CBwl1i8Nn7wE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"98f2c4e9-9a40-4fa2-a45d-9063368e6f2a"},{"name":"Adjust w/PTK","id":"3353e6ba-e43e-4af7-b352-5f8c141b2237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"method\":\"creditadjust\",\r\n\"account\":\"1661825323\",\r\n\"ptk\":\"0xqJ8MdBO8kH\",\r\n\"tip\":\"3.55\",\r\n\"userid\":\"John\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/cnp/request.php","urlObject":{"protocol":"https","path":["cnp","request.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3353e6ba-e43e-4af7-b352-5f8c141b2237"}],"id":"ee85bd7d-c8d3-4c9e-af3c-670939930569","_postman_id":"ee85bd7d-c8d3-4c9e-af3c-670939930569","description":""}]}