{"info":{"_postman_id":"45fdd53b-f1ab-4b75-9adb-7b88f554435c","name":"Gift Cards","description":"<html><head></head><body><h1 id=\"gift-card-transactions\">Gift Card transactions</h1>\n<p>Enhanced Gateway provides a REST API for Gift Card transactions.</p>\n<p>The basic steps of the Gift Card program are this:</p>\n<p>1- Activation of the card. In this step, a card is issued but without any credit.</p>\n<p>2- Loading of funds. A form of payment is needed. The consumer can use a payment method, such as a credit card, to pay for the fund to be added to the Gift Card.</p>\n<p>While the Issuance, Loading, and Payment of the funds are technically three steps, you can perform the Payment, Issuance, and Loading of the funds behind the scene using the API.</p>\n<h2 id=\"important\">Important:</h2>\n<p>Gift Card calls use the POST method, and you must send your API Key in heard part of your request.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Gift Card transactions","slug":"gift-card-transactions"}],"owner":"13973489","collectionId":"45fdd53b-f1ab-4b75-9adb-7b88f554435c","publishedId":"2s7YtXhssV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-19T18:20:56.000Z"},"item":[{"name":"Activate","id":"92cd564a-20c4-460f-8c69-17f015e412fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"giftactive\",\r\n  \"account\":\"1661825323\",\r\n  \"token\":\"8566021620876730\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/gift/requests.php","urlObject":{"protocol":"https","path":["gift","requests.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"92cd564a-20c4-460f-8c69-17f015e412fb"},{"name":"Gift card Balance","id":"b1be5040-da1f-4eac-80d6-6ef9b70cb893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"giftbalance\",\r\n  \"account\":\"1661825323\",\r\n  \"token\":\"8566522025631368\",\r\n  \"owner\":\"15\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/gift/requests.php","urlObject":{"protocol":"https","path":["gift","requests.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1be5040-da1f-4eac-80d6-6ef9b70cb893"},{"name":"Gift cards Totals Balance","id":"cd29fe9f-391d-4e36-b381-677aea9c728a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"gifttotalbalance\",\r\n  \"account\":\"1661825323\",\r\n  \"owner\":\"15\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/gift/requests.php","urlObject":{"protocol":"https","path":["gift","requests.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd29fe9f-391d-4e36-b381-677aea9c728a"},{"name":"Gift card Statement - All Transactions","id":"aaa3dab6-f7fb-4947-b548-0dbe0718b257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"method\": \"gifttransactions\",\r\n  \"account\": \"1661825323\",\r\n  \"owner\": \"15\",\r\n  \"token\":\"0\",\r\n  \"startdate\": \"2021-03-01 08:00:00\",\r\n  \"enddate\": \"2021-12-16 07:59:59\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/gift/requests.php","urlObject":{"protocol":"https","path":["gift","requests.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aaa3dab6-f7fb-4947-b548-0dbe0718b257"},{"name":"Gift card - Redeem","id":"2b19bde9-cfdd-495a-88fa-01ef0b831ff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"giftredeem\",\r\n  \"account\":\"1661825323\",\r\n  \"token\":\"8566522025631368\",\r\n  \"owner\":\"15\",\r\n  \"amount\":\"95.00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/gift/requests.php","urlObject":{"protocol":"https","path":["gift","requests.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b19bde9-cfdd-495a-88fa-01ef0b831ff0"},{"name":"Gift card - Issue","id":"1a64da59-9b3f-44e4-9987-0e8a3633c766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"method\":\"giftissue\",\r\n  \"account\":\"1661825323\",\r\n  \"token\":\"8566522025631368\",\r\n  \"location\":\"15\",\r\n  \"amount\":\"25.00\",\r\n  \"user\":\"Test\",\r\n  \"owner\":\"15\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/gift/requests.php","urlObject":{"protocol":"https","path":["gift","requests.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a64da59-9b3f-44e4-9987-0e8a3633c766"},{"name":"Gift card - transactions","id":"82d09489-f560-4ae4-b6d9-d2af54456041","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"method\": \"gifttransactions\",\r\n  \"account\": \"1637697661\",\r\n  \"owner\": \"15\",\r\n  \"token\":\"8566522025631368\",\r\n  \"startdate\": \"2021-12-12 08:00:00\",\r\n  \"enddate\": \"2022-12-16 07:59:59\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/gift/requests.php","urlObject":{"protocol":"https","path":["gift","requests.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"82d09489-f560-4ae4-b6d9-d2af54456041"},{"name":"Gift card - Add Owner","id":"1fa7cbed-8d1a-4c49-9d50-bd4829f8ec95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"method\": \"giftowner\",\r\n  \"ownername\": \"Enhanced Pay\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/gift/requests.php","urlObject":{"protocol":"https","path":["gift","requests.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fa7cbed-8d1a-4c49-9d50-bd4829f8ec95"},{"name":"Gift card - Add Locations to Owners","id":"e9b3efb4-2244-4301-a818-6bc2bb347648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"be14b5fc56adc77df1ebcb4ddb895463","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"method\": \"giftlocation\",\r\n  \"owner\": \"15\",\r\n  \"account\":\"15222222\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://postransactions.com/gift/requests.php","urlObject":{"protocol":"https","path":["gift","requests.php"],"host":["postransactions","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9b3efb4-2244-4301-a818-6bc2bb347648"}]}