{"info":{"_postman_id":"0168b2da-1f6f-4bea-8a05-df43502e3c6c","name":"Reelo POS Integration","description":"<html><head></head><body><p>Reelo enables merchants to leverage customer data and analytics to drive incremental revenue. Our next generation customer engagement and business intelligence platform empowers merchants to acquire customers by connecting with their Point-of-Sale (POS) system and to grow their business.</p>\n<p>Over 4000 brands across 40 cities trust Reelo to transform their customer experience and engagement. With 20+ POS partner integrations, we work with restaurants, cafes, grocery &amp; departmental stores, supermarkets, salons, spa, apparel, jewelry, and various other stores.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>As Reelo’s POS integration partner, you can use our APIs to allow your merchants to collect customer details, manage their loyalty points, redeem rewards, capture orders, take feedback, etc. programmatically by connecting their POS system. Note that the loyalty program will be set up by the merchants on Reelo’s dashboard.</p>\n<p>This document shows you how to get set up and start making requests to Reelo API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"}],"owner":"14784368","collectionId":"0168b2da-1f6f-4bea-8a05-df43502e3c6c","publishedId":"TzzBov5g","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-08-19T08:05:22.000Z"},"item":[{"name":"Get customer loyalty details","id":"cf92216e-90b2-406b-8025-144723203cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"customer_key\": \"xxxxxxxxxxxxxxx\",\n   \"merchant_id\": \"{{merchant_id}}\",\n   \"customer_mobile\": \"{{customer_mobile}}\",\n   \"table_number\": \"\",\n   \"number_of_pepole\": \"\"\n}"},"url":"{{domain}}/v1/pos/integrations/{{vendor_id}}/rewards/customer","description":"<p>This url is to get all loyalty details about the customer that includes total points of customer, list of redeemable rewards.</p>\n<ul>\n<li><strong>customer_key*:</strong> String<br />  customer_key is unique branch key provided by POS.</li>\n<li><strong>merchant_id*:</strong> String<br />  merchant_id is unique branch key generated by Reelo and shared with POS.</li>\n<li><strong>customer_mobile*:</strong> Number<br />  Valid mobile number without any country code prefixes</li>\n</ul>\n<p>Integration configuration- <a href=\"https://www.loom.com/share/45480e006ed04d7baed636cfa5dd81da\"><strong>Video Tutorial</strong></a><br />Rewards configuration- <a href=\"https://www.loom.com/share/0e7811925dd44225b574d7b91848c50b\"><strong>Video Tutorial</strong></a><br />Combo items redemption- <a href=\"https://www.loom.com/share/61fa61210bf64573b929d5fceb653f17\"><strong>Video Tutorial</strong></a><br />Rs.discount on entire bill - <a href=\"https://www.loom.com/share/002e64557bb1437cbf4b94a15728039a\"><strong>Video Tutorial</strong></a><br />Cashback redemption- <a href=\"https://www.loom.com/share/cdf84e6f570a499392fc0825f92b5ce1\"><strong>Video Tutorial</strong></a></p>\n","urlObject":{"path":["v1","pos","integrations","{{vendor_id}}","rewards","customer"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"f6930d4e-8c9e-4dda-a90f-2fd2a53b0420","name":"Get customer loyalty details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"customer_key\": \"xxxxxxxxxxxxxxx\",\n   \"merchant_id\": \"{{merchant_id}}\",\n   \"customer_mobile\": \"{{customer_mobile}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://capture-dev.reelo.io/v1/pos/integrations/d0e08228-e95b-4c51-8697-5f66c8bbd0cb/rewards/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"748"},{"key":"ETag","value":"W/\"2ec-0YatmEIEPvy6Vok4Us8vGl9tQKI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 19 Aug 2021 09:07:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"response\": {\n        \"loyalty_points\": 10000,\n        \"allow_redemption_today\": true/false,\n        \"min_bill_for_redemption\": 100, //only for cashback redemption\n        \"total_redeemable_points\": 200, //only for cashback type,\n        \"cashback_redemption\": {\n            \"percentage\": 10,\n            \"fixed\": 0,\n            \"active\": true\n        },\n        \"redemption_cap_on_max_bill_percentage\": 30, //only for cashback type loyalty\n        \"membership\": {\n\t        \"active\": \"true\",\n\t        \"type\": \"wallet\", // bundle\n\t        \"wallet_credits\": \"1200\",\n\t        \"min_bill_for_redemption_membership\": 100, \n\t        \"total_redeemable_points_membership\": 200, \n\t        \"redemption_cap_on_max_bill_percentage_membership\": 30 \n\t    },\n        \"coupons\": [\n            {\n                \"coupon_name\": \"Act now & save Rs.300 on your Valentine’s Day Dinner\",\n                \"coupon_code\": \"63e9e71edfff0143074f3910\",\n                \"discount_on\": \"bill\",\n                \"discount_type\": \"percentage\",\n                \"discount_value\": 80,\n                \"max_discount\": \"100\",\n                \"special_offer\": false,\n                \"extra_fields\": [\n                    {\n                        \"name\": \"Reward Type\",\n                        \"value\": \"Promotion\"\n                    }\n                ]\n            },\n            {\n                \"coupon_name\": \"Get a free item - MAMYPOKO NB- 28P \",\n                \"coupon_code\": \"63e9e895dfff0143074f3cd0\",\n                \"discount_on\": \"item\",\n                \"discount_type\": \"percentage\",\n                \"min_bill_amount_for_redemption\": \"\",\n                \"discount_value\": 100,\n                \"special_offer\": false,\n                \"extra_fields\": [\n                    {\n                        \"name\": \"Points Value\",\n                        \"value\": 2000\n                    },\n                    {\n                        \"name\": \"Reward Type\",\n                        \"value\": \"LoyaltyPointTier\"\n                    }\n                ],\n                \"products\": [\n                    {\n                        \"_id\": \"1019621\",\n                        \"quantity\": 1\n                    }\n                ]\n            },\n            {\n                \"coupon_name\": \"Get a free item - MALAS THADAI SYRUP 750ML. \",\n                \"coupon_code\": \"63e9e895dfff0143074f3cd0\",\n                \"discount_on\": \"item\",\n                \"discount_type\": \"percentage\",\n                \"min_bill_amount_for_redemption\": \"\",\n                \"discount_value\": 100,\n                \"special_offer\": false,\n                \"extra_fields\": [\n                    {\n                        \"name\": \"Points Value\",\n                        \"value\": 2000\n                    },\n                    {\n                        \"name\": \"Reward Type\",\n                        \"value\": \"LoyaltyPointTier\"\n                    }\n                ],\n                \"products\": [\n                    {\n                        \"_id\": \"1019620\",\n                        \"quantity\": 1\n                    }\n                ]\n            },\n            {\n                \"coupon_name\": \"Get a free item - MORTEIN 2 IN 1 COK.+MOS. SPERY 600ML. \",\n                \"coupon_code\": \"63e9e895dfff0143074f3cd0\",\n                \"discount_on\": \"item\",\n                \"discount_type\": \"percentage\",\n                \"min_bill_amount_for_redemption\": \"\",\n                \"discount_value\": 100,\n                \"special_offer\": false,\n                \"extra_fields\": [\n                    {\n                        \"name\": \"Points Value\",\n                        \"value\": 2000\n                    },\n                    {\n                        \"name\": \"Reward Type\",\n                        \"value\": \"LoyaltyPointTier\"\n                    }\n                ],\n                \"products\": [\n                    {\n                        \"_id\": \"1019623\",\n                        \"quantity\": 1\n                    }\n                ]\n            },\n            {\n                \"coupon_name\": \"Get all selected items free  (MALAS THADAI SYRUP 750ML. +MORTEIN 2 IN 1 COK.+MOS. SPERY 600ML. +MALAC CHOCLATE SU 750 ML )\",\n                \"coupon_code\": \"63e9e895dfff0143074f3cd3\",\n                \"discount_on\": \"item\",\n                \"discount_type\": \"percentage\",\n                \"min_bill_amount_for_redemption\": \"\",\n                \"discount_value\": 100,\n                \"special_offer\": false,\n                \"extra_fields\": [\n                    {\n                        \"name\": \"Points Value\",\n                        \"value\": 3000\n                    },\n                    {\n                        \"name\": \"Reward Type\",\n                        \"value\": \"LoyaltyPointTier\"\n                    }\n                ],\n                \"products\": [\n                    {\n                        \"_id\": \"1019620\",\n                        \"quantity\": 1\n                    },\n                    {\n                        \"_id\": \"1019623\",\n                        \"quantity\": 1\n                    },\n                    {\n                        \"_id\": \"1019619\",\n                        \"quantity\": 1\n                    }\n                ]\n            },\n            {\n                \"coupon_name\": \"50₹ off on  - MAMYPOKO NB- 28P \",\n                \"coupon_code\": \"63e9e894dfff0143074f3cca\",\n                \"discount_on\": \"item\",\n                \"discount_type\": \"fixed\",\n                \"min_bill_amount_for_redemption\": \"\",\n                \"discount_value\": 50,\n                \"special_offer\": false,\n                \"extra_fields\": [\n                    {\n                        \"name\": \"Points Value\",\n                        \"value\": 500\n                    },\n                    {\n                        \"name\": \"Reward Type\",\n                        \"value\": \"LoyaltyPointTier\"\n                    }\n                ],\n                \"products\": [\n                    {\n                        \"_id\": \"1019621\",\n                        \"quantity\": 1\n                    }\n                ]\n            },\n            {\n                \"coupon_name\": \"200₹ off on entire purchase\",\n                \"coupon_code\": \"63e9e894dfff0143074f3ccd\",\n                \"discount_on\": \"bill\",\n                \"discount_type\": \"fixed\",\n                \"min_bill_amount_for_redemption\": \"\",\n                \"discount_value\": 200,\n                \"special_offer\": false,\n                \"extra_fields\": [\n                    {\n                        \"name\": \"Points Value\",\n                        \"value\": 1000\n                    },\n                    {\n                        \"name\": \"Reward Type\",\n                        \"value\": \"LoyaltyPointTier\"\n                    }\n                ]\n            },\n            {\n                \"coupon_name\": \"10% off on entire purchase\",\n                \"coupon_code\": \"63e9e895dfff0143074f3cd6\",\n                \"discount_on\": \"bill\",\n                \"discount_type\": \"percentage\",\n                \"discount_value\": 10,\n                \"special_offer\": false,\n                \"max_discount\": 100,\n                \"extra_fields\": [\n                    {\n                        \"name\": \"Points Value\",\n                        \"value\": 5000\n                    },\n                    {\n                        \"name\": \"Reward Type\",\n                        \"value\": \"LoyaltyPointTier\"\n                    }\n                ]\n            },\n            {\n                \"coupon_name\": \"20% off on rice - basmati brown rice 500gm \",\n                \"coupon_code\": \"63e9e895dfff0143074f3cd9\",\n                \"discount_on\": \"item\",\n                \"discount_type\": \"percentage\",\n                \"discount_value\": 20,\n                \"special_offer\": false,\n                \"max_discount\": 100, //IN Rupees\n                \"extra_fields\": [\n                    {\n                        \"name\": \"Points Value\",\n                        \"value\": 6000\n                    },\n                    {\n                        \"name\": \"Reward Type\",\n                        \"value\": \"LoyaltyPointTier\"\n                    }\n                ],\n                \"products\": [\n                    {\n                        \"_id\": \"1208190\",\n                        \"quantity\": 1\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"cf92216e-90b2-406b-8025-144723203cc4"},{"name":"Authenticate redemption (send_otp)","id":"1802d59e-1b75-48c0-b9d6-b11517ed9a9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"coupon_code\": \"611e053209183d3a0fed8732\",  \n    \"customer_key\": \"xxxxxxxxxxxxxxx\",\n   \"merchant_id\": \"{{merchant_id}}\",\n   \"customer_mobile\": \"{{customer_mobile}}\",\n   \"wallet_credits\": \"1200\"\n}"},"url":"{{domain}}/v1/pos/integrations/{{vendor_id}}/points/authenticate","description":"<p>Send otp to customer to redeem points/rewards. Send otp for earning point if branch requires authentication when earn points.</p>\n<ul>\n<li><p><strong>merchant_id</strong>*: String</p>\n<p>  <strong>customer_key</strong>*: String</p>\n</li>\n<li><p><strong>phone</strong>*: Number<br />  Phone of customer for which the OTP is being requested.  </p>\n</li>\n<li><p><strong>points</strong>*: Number<br />  Mandatory if loyalty type is cashback  </p>\n</li>\n<li><p><em><strong>coupon_code</strong>*</em>: String<br />  Mandatory if loyalty type is tier-based</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","pos","integrations","{{vendor_id}}","points","authenticate"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"1317304c-d5d7-4408-8f20-3242e7abad85","name":"Authenticate redemption (send_otp)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"coupon_code\": \"611e053209183d3a0fed8732\",  \n   \"points\": \"100\", // if loyalty type is cashback\n   \"customer_key\": \"xxxxxxxxxxxxxxx\",\n   \"merchant_id\": \"{{merchant_id}}\",\n   \"customer_mobile\": \"{{customer_mobile}}\",\n   \"wallet_credits\": \"1200\"\n}","options":{"raw":{"language":"json"}}},"url":"https://capture-dev.reelo.io/v1/pos/integrations/{{vendor_id}}/points/authenticate"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"response\": {\n        \"points_value\": 0\n    }\n}"}],"_postman_id":"1802d59e-1b75-48c0-b9d6-b11517ed9a9f"},{"name":"Redeem Coupon (Reward Redemption OTP verification)","id":"29dffb10-5e25-4d03-89c6-034f4ad8f333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"customer_key\": \"xxxxxxxxxxxxxxx\",\n   \"merchant_id\": \"{{merchant_id}}\",\n   \"customer_mobile\": \"{{customer_mobile}}\",\n   \"coupon_code\": \"320\", \n   \"otp\": \"4191\"\n}"},"url":"{{domain}}/v1/pos/integrations/{{vendor_id}}/redeem/coupon","description":"<p><strong>customer_key</strong>*: String<br /><strong>merchant_id</strong>*: String<br /><strong>customer_mobile</strong>*: String<br /><strong>coupon_code</strong>*: String<br /><strong>otp</strong>*: String</p>\n","urlObject":{"path":["v1","pos","integrations","{{vendor_id}}","redeem","coupon"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"995d0d1d-293b-4ddc-af4f-9bb298b150d0","name":"Redeem Coupon","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"customer_key\": \"xxxxxxxxxxxxxxx\",\n   \"merchant_id\": \"{{merchant_id}}\",\n   \"customer_mobile\": \"{{customer_mobile}}\",\n   \"coupon_code\": \"63e9e71edfff0143074f3910\", \n   \"otp\": \"4191\"\n}"},"url":"https://capture-dev.reelo.io/v1/pos/integrations/{{vendor_id}}/redeem/coupon"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"response\": {\n        \"message\": \"Coupon successfully redeemed.\"\n    }\n}"}],"_postman_id":"29dffb10-5e25-4d03-89c6-034f4ad8f333"},{"name":"Redeem Points (Cashback Redemption OTP verification)","id":"6f8fa99a-df87-4216-ac2a-c7ee7277bf38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_key\": \"xxxxxxxxxxxxxxx\",\n    \"merchant_id\": \"{{merchant_id}}\",\n    \"customer_mobile\": \"{{customer_mobile}}\",\n    \"points\": 100,\n    \"otp\": \"4191\",\n    \"wallet_credits\": \"1200\"\n}","options":{"raw":{"language":"json"}}},"url":"{{domain}}/v1/pos/integrations/{{vendor_id}}/redeem/points","description":"<p><strong>customer_key</strong>*: String<br /><strong>merchant_id</strong>*: String<br /><strong>customer_mobile</strong>*: String<br /><strong>points</strong>*: String<br /><strong>otp</strong>*: String</p>\n","urlObject":{"path":["v1","pos","integrations","{{vendor_id}}","redeem","points"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f8fa99a-df87-4216-ac2a-c7ee7277bf38"},{"name":"Send bill to Reelo (Capture Bill)","id":"20c8e4d2-baf7-4bad-92ac-4a3e52e0eb04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"customer_key\": \"xxxxxxxxxxxxxxx\",\n    \"merchant_id\": \"179d9f69-a9b6-4d5c-9c3d-d9fe44c51238\",\n    \"customer\": {\n        \"name\": \"Joel\",\n        \"mobile\": \"9908220597\",\n        \"dob\": \"\",\n        \"anniversary_date\": \"\",\n        \"email\": \"\"\n    },\n    \"transaction\": {\n        \"id\": \"2d55ds0s-gddssd-10191393-1019ie-1iaod-101kudj\",\n        \"number\": 129,\n        \"type\": \"Delivery\",\n        \"source\": \"Delivery\",\n        \"order_source\": \"Delivery\",\n        \"payment_type\": \"Wallet\",\n        \"custom_payment_type\": \"Zomato Pay\",\n        \"gross_amount\": 400,\n        \"net_amount\": 400,\n        \"amount\": 1000,\n        \"sale_return\": true,\n        \"discount\": 50,\n        \"payments\": [\n            {\n                \"payment_type\": \"cash\",\n                \"total_amount\": 500\n            },\n            {\n                \"payment_type\": \"card\",\n                \"types\": [\n                    {\n                        \"name\": \"hdfc\",\n                        \"amount\": 100\n                    },\n                    {\n                        \"name\": \"axis\",\n                        \"amount\": 400\n                    }\n                ],\n                \"total_amount\": 500\n            },\n            {\n                \"payment_type\": \"credit_note\",\n                \"total_amount\": 100\n            }\n        ],\n        \"items\": [\n            {\n                \"name\": \"item 1\",\n                \"id\": \"1\",\n                \"rate\": 350,\n                \"quantity\": 1,\n                \"subtotal\": 60,\n                \"category\": \"catigerory 1\"\n            }\n        ],\n        \"order_time\": \"2024-01-04 12:33:55\",\n        \"order_from\": \"POS\"\n    }\n}"},"url":"https://vquovg46me.execute-api.us-east-1.amazonaws.com/v1/pos/integrations/{{vendor_id}}/bill/customer","description":"<ul>\n<li><p><strong>customer_key*:</strong> String<br />  <strong>merchant_id</strong>*: String</p>\n</li>\n<li><p><strong>customer</strong>*: Object<br />  <strong>name</strong>: String<br />  <strong>mobile*:</strong> String<br />  Valid 10 digit mobile number starting with 6/7/8/9 along with country code<br />  <strong>email:</strong> String<br />  <strong>dob:</strong> String <strong>-&gt; Format:</strong> DD/MM/YYYY<br />  <strong>anniversary_date:</strong> String -&gt; <strong>Format:</strong> DD/MM/YYYY</p>\n<ul>\n<li><strong>transaction:</strong>* Object<br />  <strong>id</strong>*: String<br />  Unique id of alpha-numeric characters<br />  <strong>number</strong>*: String<br />  Bill Number<br />  <strong>sale_return:</strong> true/false<br />  <strong>reference_bill</strong>: {<br />  <strong>id</strong>: String<br />  <strong>bill_number</strong>: String<br />  <strong>order_time</strong>: String<br />  }<br />  <strong>discount:</strong> Number<br />  <strong>type*:</strong> String<br />  Order type -&gt; dine_in/take_away/delivery/others<br />  <strong>source*:</strong> String,<br />  order source -&gt; zomato, swiggy, roomservice, online etc<br />  <strong>payment_type*:</strong> String<br />  Mode of payment-&gt; cash/card/UPI<br />  <strong>order_subtotal</strong>*: Number<br />  amount before discounts and taxes<br />  <strong>gross_amount</strong>*: Number<br />  Item total - amount after all discounts (Reelo as well as external)<br />  <strong>net_amount</strong>*: Number<br />  gross_amount + charges + taxes<br />  <strong>amount</strong>*: Number<br />  Final bill amount collected from the customer<br />  <strong>charges</strong> : Array<br />  any type of charges that you charge your customers (Eg. service charge)<br />  <strong>taxes</strong>: Array<br />  any type of taxes that you charge your customers (Eg. GST)<br />  <strong>items*:</strong> Array<br />  <strong>redemption*:</strong> Object<br />  <strong>reward_id</strong>: String<br />  id(coupon_code) of a reward that is redeemed. Mandatory for reward redemption<br />  <strong>redeemed_amount</strong>: String<br />  cashback amount that is redeemed. Mandatory for cashback redemption<br />  For any bill there will only one type of redemption either reward redemption(reward_id) or cashback redemption (redeemed_amount)<br />  <strong>order_time*:</strong> String<br />  <strong>order_from</strong>*: String<br />  <strong>table_number</strong>: String<br />  <strong>number_of_people</strong>: String<br />  POS/own_website/online_order</li>\n</ul>\n</li>\n</ul>\n<p><strong>Definitions:</strong><br />1. order_subtotal: amount before all discounts, taxes and charges<br />2. gross_amount : item total - after all discounts (Reelo as well as external)<br />3. net_amount : gross_amount + charges + taxes<br />4. amount : net_amount<br />5. charges (%) : any type of charges that you charge your customers (Eg. service charge)<br />6. tax (%) : any type of tax that you charge your customers (Eg. GST)</p>\n","urlObject":{"protocol":"https","path":["v1","pos","integrations","{{vendor_id}}","bill","customer"],"host":["vquovg46me","execute-api","us-east-1","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"ac252d41-bad5-46b6-a3e2-0aee1821f9d1","name":"Award points to customer by fetching bill","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customer_key\": \"xxxxxxxxxxxxxxx\",\n    \"merchant_id\": \"{{merchant_id}}\",\n    \"customer\": {\n        \"name\": \"Smith\",\n        \"mobile\": \"999999999\",\n        \"dob\": \"\", // format: dd/mm/yyyy\n        \"anniversary_date\": \"\", //format: dd/mm/yyyy\n        \"email\": \"\"\n    },\n    \"transaction\": {\n        \"id\": \"5732181624545823\",\n        \"number\": 573,\n        \"type\": \"dine_in\",\n        \"source\": \"zomato\",\n        \"payment_type\": \"Wallet\",\n        \"custom_payment_type\": \"Paytm\",\n        \"gross_amount\": 231,\n        \"net_amount\": 231,\n        \"amount\": 5000,\n        \"charges\":  [\n            {\n                \"name\": \"Service charge\",\n                \"percentage\": 10,\n                \"amount\": 20\n            },\n            {\n                \"name\": \"Delivery charge\",\n                \"amount\": 20\n            }\n        ],\n        \"taxes\": [\n            {\n                \"name\": \"GST\",\n                \"percentage\": 10,\n                \"amount\": 20\n            },\n            {\n                \"name\": \"VAT\",\n                \"amount\": 20\n            }\n        ],\n        \"sale_return\": true, //TBI\n        \"payments\": [\n            {\n                \"payment_type\": \"cash\",\n                \"total_amount\": 500\n            },\n            {\n                \"payment_type\": \"card\",\n                \"types\": [\n                    {\n                        \"name\": \"hdfc\",\n                        \"amount\": 100\n                    },\n                    {\n                        \"name\": \"axis\",\n                        \"amount\": 400\n                    }\n                ],\n                \"total_amount\": 500\n            },\n            {\n                \"payment_type\": \"credit_note\",\n                \"total_amount\": 100\n            }\n        ],\n        \"items\": [\n            {\n                \"name\": \"Dosa (Small)\",\n                \"id\": 3368,\n                \"rate\": 60,\n                \"quantity\": 2,\n                \"subtotal\": 60,\n                \"category\": \"SOUPS\",\n                \"addon\": []\n            },\n            {\n                \"name\": \"Maysore Idli (very large)\",\n                \"id\": 3370,\n                \"rate\": 150,\n                \"quantity\": 1,\n                \"subtotal\": 150,\n                \"category\": \"Roti\",\n                \"addon\": []\n            }\n        ],\n        \"redemption\": {\n            \"reward_id\": \"63e9e71edfff0143074f3910\",\n            \"redeemed_amount\": \"40\", // if loyalty type is cashback\n            \"redeemed_wallet_credits\": \"1200\"\n        },\n        \"discount\": 50,\n        \"order_time\": \"2021-06-24 20:13:44\",\n        \"order_from\": \"POS\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://capture-dev.reelo.io/v1/pos/integrations/d0e08228-e95b-4c51-8697-5f66c8bbd0cb/bill/customer"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"response\": {\n        \"message\": \"Bill captured successfully\"\n    }\n}"}],"_postman_id":"20c8e4d2-baf7-4bad-92ac-4a3e52e0eb04"},{"name":"Push Menu","id":"bf6b6cd9-18da-44e6-86b0-a81c216b0128","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_key\": \"xxxxxxxxxxxxxxx\",\n    \"merchant_id\": \"{{merchant_id}}\",   \n    \"items\": [\n        {\n            \"id\": \"1196580000000001\",\n            \"name\": \"Chees Sendwiche\",\n            \"category_id\": \"1196580000000001\",\n            \"category\": \"Bread\",\n            \"price\": \"200.0000\"\n        },\n        {\n            \"id\": \"1196580000000002\",\n            \"name\": \"Veg Sendwich\",\n            \"category_id\": \"1196580000000001\",\n            \"category\": \"Bread\",\n            \"price\": \"250.0000\"\n        },\n        {\n            \"id\": \"1196580000000003\",\n            \"name\": \"Tost Sendwich\",\n            \"category_id\": \"1196580000000001\",\n            \"category\": \"Bread\",\n            \"price\": \"150.0000\"\n        },\n        {\n            \"id\": \"1196580000000004\",\n            \"name\": \"Ice Cream\",\n            \"category_id\": \"1196580000000002\",\n            \"category\": \"Liquid\",\n            \"price\": \"50.0000\"\n        },\n        {\n            \"id\": \"1196580000000005\",\n            \"name\": \"Mix Juice\",\n            \"category_id\": \"1196580000000002\",\n            \"category\": \"Liquid\",\n            \"price\": \"100.0000\"\n        },\n        {\n            \"id\": \"1196580000000010\",\n            \"name\": \"Big Crunch Chicken Cheese Burger\",\n            \"category_id\": \"1196580000000001\",\n            \"category\": \"Bread\",\n            \"price\": \"130.0000\"\n        },\n        {\n            \"id\": \"1196580000000011\",\n            \"name\": \"Afghani -Chicken\",\n            \"category_id\": \"1196580000000001\",\n            \"category\": \"Bread\",\n            \"price\": \"100.0000\"\n        },\n        {\n            \"id\": \"1196580000000012\",\n            \"name\": \"Test3\",\n            \"category_id\": \"1196580000000002\",\n            \"category\": \"Liquid\",\n            \"price\": \"200.0000\"\n        },\n        {\n            \"id\": \"1196580000000013\",\n            \"name\": \"Test4\",\n            \"category_id\": \"1196580000000002\",\n            \"category\": \"Liquid\",\n            \"price\": \"200.0000\"\n        },\n        {\n            \"id\": \"1196580000000014\",\n            \"name\": \"Test5\",\n            \"category_id\": \"1196580000000003\",\n            \"category\": \"Chat\",\n            \"price\": \"250.0000\"\n        },\n        {\n            \"id\": \"1196580000000015\",\n            \"name\": \"Test6\",\n            \"category_id\": \"1196580000000003\",\n            \"category\": \"Chat\",\n            \"price\": \"300.0000\"\n        },\n        {\n            \"id\": \"1196580000000018\",\n            \"name\": \"Test9\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"210.0000\"\n        },\n        {\n            \"id\": \"1196580000000019\",\n            \"name\": \"Test10\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"270.0000\"\n        },\n        {\n            \"id\": \"1196580000000020\",\n            \"name\": \"Chicken\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"100.0000\"\n        },\n        {\n            \"id\": \"1196580000000021\",\n            \"name\": \"Banana Chocolate Cake\",\n            \"category_id\": \"1196580000000001\",\n            \"category\": \"Bread\",\n            \"price\": \"0.0000\"\n        },\n        {\n            \"id\": \"1196580000000022\",\n            \"name\": \"POS2PMS_Teat\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"49.0000\"\n        },\n        {\n            \"id\": \"1196580000000023\",\n            \"name\": \"ABS-5765_1\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"10000.0000\"\n        },\n        {\n            \"id\": \"1196580000000024\",\n            \"name\": \"ABS-5765_2\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"2000.0000\"\n        },\n        {\n            \"id\": \"1196580000000025\",\n            \"name\": \"ABS-5765_3\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"2000.0000\"\n        },\n        {\n            \"id\": \"1196580000000026\",\n            \"name\": \"ABS-5765_4\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"6350.0000\"\n        },\n        {\n            \"id\": \"1196580000000027\",\n            \"name\": \"Viewpoint_1\",\n            \"category_id\": \"1196580000000004\",\n            \"category\": \"viewpoint_FOOD\",\n            \"price\": \"200.0000\"\n        },\n        {\n            \"id\": \"1196580000000028\",\n            \"name\": \"Viewpoint_2\",\n            \"category_id\": \"1196580000000005\",\n            \"category\": \"viewpoint_BEVERAGE\",\n            \"price\": \"350.0000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{domain}}/v1/pos/integrations/{{vendor_id}}/menu","description":"<p><strong>customer_key</strong>*: String<br /><strong>merchant_id</strong>*: String<br /><strong>items</strong>*: Array</p>\n","urlObject":{"path":["v1","pos","integrations","{{vendor_id}}","menu"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"a13710b3-576c-4911-adc7-7c8a94841a80","name":"Update Menu","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_key\": \"xxxxxxxxxxxxxxx\",\n    \"merchant_id\": \"{{merchant_id}}\",   \n    \"items\": [\n        {\n            \"id\": \"1196580000000001\",\n            \"name\": \"Chees Sendwiche\",\n            \"category_id\": \"1196580000000001\",\n            \"category\": \"Bread\",\n            \"price\": \"200.0000\"\n        },\n        {\n            \"id\": \"1196580000000002\",\n            \"name\": \"Veg Sendwich\",\n            \"category_id\": \"1196580000000001\",\n            \"category\": \"Bread\",\n            \"price\": \"250.0000\"\n        },\n        {\n            \"id\": \"1196580000000003\",\n            \"name\": \"Tost Sendwich\",\n            \"category_id\": \"1196580000000001\",\n            \"category\": \"Bread\",\n            \"price\": \"150.0000\"\n        },\n        {\n            \"id\": \"1196580000000004\",\n            \"name\": \"Ice Cream\",\n            \"category_id\": \"1196580000000002\",\n            \"category\": \"Liquid\",\n            \"price\": \"50.0000\"\n        },\n        {\n            \"id\": \"1196580000000005\",\n            \"name\": \"Mix Juice\",\n            \"category_id\": \"1196580000000002\",\n            \"category\": \"Liquid\",\n            \"price\": \"100.0000\"\n        },\n        {\n            \"id\": \"1196580000000010\",\n            \"name\": \"Big Crunch Chicken Cheese Burger\",\n            \"category_id\": \"1196580000000001\",\n            \"category\": \"Bread\",\n            \"price\": \"130.0000\"\n        },\n        {\n            \"id\": \"1196580000000011\",\n            \"name\": \"Afghani -Chicken\",\n            \"category_id\": \"1196580000000001\",\n            \"category\": \"Bread\",\n            \"price\": \"100.0000\"\n        },\n        {\n            \"id\": \"1196580000000012\",\n            \"name\": \"Test3\",\n            \"category_id\": \"1196580000000002\",\n            \"category\": \"Liquid\",\n            \"price\": \"200.0000\"\n        },\n        {\n            \"id\": \"1196580000000013\",\n            \"name\": \"Test4\",\n            \"category_id\": \"1196580000000002\",\n            \"category\": \"Liquid\",\n            \"price\": \"200.0000\"\n        },\n        {\n            \"id\": \"1196580000000014\",\n            \"name\": \"Test5\",\n            \"category_id\": \"1196580000000003\",\n            \"category\": \"Chat\",\n            \"price\": \"250.0000\"\n        },\n        {\n            \"id\": \"1196580000000015\",\n            \"name\": \"Test6\",\n            \"category_id\": \"1196580000000003\",\n            \"category\": \"Chat\",\n            \"price\": \"300.0000\"\n        },\n        {\n            \"id\": \"1196580000000018\",\n            \"name\": \"Test9\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"210.0000\"\n        },\n        {\n            \"id\": \"1196580000000019\",\n            \"name\": \"Test10\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"270.0000\"\n        },\n        {\n            \"id\": \"1196580000000020\",\n            \"name\": \"Chicken\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"100.0000\"\n        },\n        {\n            \"id\": \"1196580000000021\",\n            \"name\": \"Banana Chocolate Cake\",\n            \"category_id\": \"1196580000000001\",\n            \"category\": \"Bread\",\n            \"price\": \"0.0000\"\n        },\n        {\n            \"id\": \"1196580000000022\",\n            \"name\": \"POS2PMS_Teat\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"49.0000\"\n        },\n        {\n            \"id\": \"1196580000000023\",\n            \"name\": \"ABS-5765_1\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"10000.0000\"\n        },\n        {\n            \"id\": \"1196580000000024\",\n            \"name\": \"ABS-5765_2\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"2000.0000\"\n        },\n        {\n            \"id\": \"1196580000000025\",\n            \"name\": \"ABS-5765_3\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"2000.0000\"\n        },\n        {\n            \"id\": \"1196580000000026\",\n            \"name\": \"ABS-5765_4\",\n            \"category_id\": \"\",\n            \"category\": \"\",\n            \"price\": \"6350.0000\"\n        },\n        {\n            \"id\": \"1196580000000027\",\n            \"name\": \"Viewpoint_1\",\n            \"category_id\": \"1196580000000004\",\n            \"category\": \"viewpoint_FOOD\",\n            \"price\": \"200.0000\"\n        },\n        {\n            \"id\": \"1196580000000028\",\n            \"name\": \"Viewpoint_2\",\n            \"category_id\": \"1196580000000005\",\n            \"category\": \"viewpoint_BEVERAGE\",\n            \"price\": \"350.0000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://capture-dev.reelo.io/v1/pos/integrations/{{vendor_id}}/menu"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"ETag","value":"W/\"46-tECiI7HZswT4ZVQumyZGBuK4t+s\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 11 Apr 2022 12:45:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"response\": {\n        \"message\": \"Menu fetched successfully\"\n    }\n}"}],"_postman_id":"bf6b6cd9-18da-44e6-86b0-a81c216b0128"},{"name":"Edit Bill (Update points)","id":"ea8fae22-cfae-4472-bdac-337abd530821","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_key\": \"xxxxxxxxxxxxxxx\",\n    \"merchant_id\": \"{{merchant_id}}\",   \n    \"transaction\": {\n        \"id\": \"15434291126219165\", \n        \"type\": \"​ DINE-IN​ \", \n        \"payment_type\": \"​ Cash​ \", \n        \"gross_amount\": \"​ 611.00​ \",\n        \"Net_amount\": \"​ 511.00​ \", \n        \"amount\": 700,\n        \"order_time\": \"​2017-10-09 15:21:17​\",\n        \"items\": [\n            {\n                \"name\": \"CHILLI PANEER PATTY\",\n                \"id\": \"5c0fadea774540f852a2431c\",\n                \"rate\": 33.9,\n                \"quantity\": 1,\n                \"subtotal\": 33.9,\n                \"category\": \"SNACK\"\n            },\n            {\n                \"name\": \"MULTIGRAIN COOKIES 1KG\",\n                \"id\": \"5c0fadc1c24cf3e42a40b6df\",\n                \"rate\": 508.47,\n                \"quantity\": 0.2,\n                \"subtotal\": 101.69,\n                \"category\": \"COOKIES\"\n            },\n            {\n                \"name\": \"WHEAT PIZZA BASE\",\n                \"id\": \"5c0fa7b30cae4543538d7af1\",\n                \"rate\": 40,\n                \"quantity\": 1,\n                \"subtotal\": 40,\n                \"category\": \"BREAD\"\n            }\n        ],\n        \"table_number\": 204\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{domain}}/v1/pos/integrations/{{vendor_id}}/update-bill","description":"<p><strong>customer_key</strong>*: String<br /><strong>merchant_id*:</strong> String<br /><strong>transaction*:</strong> Object</p>\n","urlObject":{"path":["v1","pos","integrations","{{vendor_id}}","update-bill"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"35502bf8-3efd-4968-b82b-4bad2b86f17b","name":"Update Bill","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_key\": \"xxxxxxxxxxxxxxx\",\n    \"merchant_id\": \"{{merchant_id}}\",   \n    \"transaction\": {\n        \"id\": \"15434291126219165\", \n        \"type\": \"​DINE-IN​\", \n        \"payment_type\": \"Cash​\", \n        \"gross_amount\": 611,\n        \"net_amount\": 511, \n        \"amount\": 700,\n        \"order_time\": \"​2017-10-09 15:21:17​\",\n        \"items\": [\n            {\n                \"name\": \"CHILLI PANEER PATTY\",\n                \"id\": \"5c0fadea774540f852a2431c\",\n                \"rate\": 33.9,\n                \"quantity\": 1,\n                \"subtotal\": 33.9,\n                \"category\": \"SNACK\"\n            },\n            {\n                \"name\": \"MULTIGRAIN COOKIES 1KG\",\n                \"id\": \"5c0fadc1c24cf3e42a40b6df\",\n                \"rate\": 508.47,\n                \"quantity\": 0.2,\n                \"subtotal\": 101.69,\n                \"category\": \"COOKIES\"\n            },\n            {\n                \"name\": \"WHEAT PIZZA BASE\",\n                \"id\": \"5c0fa7b30cae4543538d7af1\",\n                \"rate\": 40,\n                \"quantity\": 1,\n                \"subtotal\": 40,\n                \"category\": \"BREAD\"\n            }\n        ],\n        \"table_number\": 204\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://capture-dev.reelo.io/v1/pos/integrations/{{vendor_id}}/update-bill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"70"},{"key":"ETag","value":"W/\"46-Y9XKd3Zl71SaZIqvWrweQf7rDrk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 02 Dec 2021 08:32:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 400,\n    \"response\": {\n        \"message\": \"Bill successfully updated\"\n    }\n}"}],"_postman_id":"ea8fae22-cfae-4472-bdac-337abd530821"},{"name":"Revert Points (Delete Bill)","id":"a41775f3-8908-457d-8ad0-89180bcc52a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"transaction_id\": \"15434291126219165\",\n    \"customer_key\": \"5epwr6dxidjsli\",\n    \"merchant_id\": \"{{merchant_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{domain}}/v1/pos/integrations/{{vendor_id}}/revert-points","description":"<p><strong>transaction_id</strong>*: String<br /><strong>customer_key</strong>*: String<br /><strong>merchant_id</strong>*: String</p>\n","urlObject":{"path":["v1","pos","integrations","{{vendor_id}}","revert-points"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"dc8c4636-2d90-482e-a8bd-2a33fb2ce7a8","name":"Revert Points (Delete Bill)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"transaction_id\": \"15434291126219165\",\n    \"customer_key\": \"hmjsw2p2\",\n    \"merchant_id\": \"7f0b037e-73ea-4b07-9583-ab0ec55d5cer\"\n}","options":{"raw":{"language":"json"}}},"url":"https://capture-dev.reelo.io/v1/pos/integrations/59a8df58-918c-4dd0-bdba-579460078e2b/revert-points"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"ETag","value":"W/\"4a-jn+oDX5UAesKS9ET4Gsz7WnsJg0\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 02 Dec 2021 08:30:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"response\": {\n        \"message\": \"Points successfully reverted.\"\n    }\n}"}],"_postman_id":"a41775f3-8908-457d-8ad0-89180bcc52a3"},{"name":"Push payment types","id":"b5cd96aa-81ae-41c7-a637-a71175dcc2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"auth-key","value":"c4d1-5e03-4967-4b8e-2cb6-3d4c-1673-aeb1-dcf9"}],"body":{"mode":"raw","raw":"{\n    \"merchant_id\": \"{{merchant_id}}\",\n    \"customer_key\": \"{{customer_key}}\",\n    \"payment_types\": [\n        {\n            \"name\": \"Cash\",\n            \"types\": []\n        },\n        {\n            \"name\": \"Card\",\n            \"types\": [\"hdfc\", \"axis\"]\n        },\n        {\n            \"name\": \"Wallet\",\n            \"types\": [\n                \"zomato\",\n                \"dineout\"\n            ]\n        },\n        {\n            \"name\": \"Other\",\n            \"types\": []\n        },\n        {\n            \"name\": \"Due\",\n            \"types\": []\n        },\n        {\n            \"name\": \"Online\",\n            \"types\": []\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://capture-dev.reelo.io/v1/pos/integrations/97749a90-5df3-44ec-9065-78a55ce93b0a/payment-types","urlObject":{"protocol":"https","path":["v1","pos","integrations","97749a90-5df3-44ec-9065-78a55ce93b0a","payment-types"],"host":["capture-dev","reelo","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5cd96aa-81ae-41c7-a637-a71175dcc2dd"},{"name":"Sale Return","id":"64bf3d0c-b2e5-4e19-90af-c61a5b378635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_mobile\": \"{{customer_mobile}}\",\n    \"merchant_id\": \"{{merchant_id}}\",\n    \"transaction\": {\n        \"id\": \"123\",\n        \"refund_type\": \"cash\", // cash,card, credit_note\n        \"number\": \"bfbc3ad3-d8e3-4cb4-8b2d-5d7c99d506ea\",\n        \"reference_transaction_id\": \"afa50e8b-de55-41c9-81ff-81f9225f183a\",\n        \"net_amount\": 33,\n        \"gross_amount\": 30,\n        \"amount\": 33,\n        \"items\": [],\n        \"charges\":  [\n            {\n                \"name\": \"Service charge\",\n                \"percentage\": 10,\n                \"amount\": 20\n            },\n            {\n                \"name\": \"Delivery charge\",\n                \"amount\": 20\n            }\n        ],\n        \"taxes\": [\n            {\n                \"name\": \"GST\",\n                \"percentage\": 10,\n                \"amount\": 20\n            },\n            {\n                \"name\": \"VAT\",\n                \"amount\": 20\n            }\n        ],\n        \"order_from\": \"pos\",\n        \"order_type\": \"sale_return\",\n        \"order_time\": \"2025-08-12 11:10:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{domain}}/v1/pos/integrations/{{vendor_id}}/sale-return","urlObject":{"path":["v1","pos","integrations","{{vendor_id}}","sale-return"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"0ec4d060-32d4-4d6e-b93c-b9fb5a51ecab","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_mobile\": \"{{customer_mobile}}\",\n    \"merchant_id\": \"{{merchant_id}}\",\n    \"transaction\": {\n        \"id\": \"123\",\n        \"refund_type\": \"cash\", // cash,card, credit_note\n        \"number\": \"bfbc3ad3-d8e3-4cb4-8b2d-5d7c99d506ea\",\n        \"reference_transaction_id\": \"afa50e8b-de55-41c9-81ff-81f9225f183a\",\n        \"net_amount\": 33,\n        \"gross_amount\": 30,\n        \"amount\": 33,\n        \"items\": [],\n        \"charges\":  [\n            {\n                \"name\": \"Service charge\",\n                \"percentage\": 10,\n                \"amount\": 20\n            },\n            {\n                \"name\": \"Delivery charge\",\n                \"amount\": 20\n            }\n        ],\n        \"taxes\": [\n            {\n                \"name\": \"GST\",\n                \"percentage\": 10,\n                \"amount\": 20\n            },\n            {\n                \"name\": \"VAT\",\n                \"amount\": 20\n            }\n        ],\n        \"order_from\": \"pos\",\n        \"order_type\": \"sale_return\",\n        \"order_time\": \"2025-08-12 11:10:00\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{domain}}/v1/pos/integrations/{{vendor_id}}/sale-return"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"ETag","value":"W/\"4f-ixxGBqw4hhfDXbRkjwJwV0GTsrc\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 05 Nov 2025 18:39:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"response\": {\n        \"message\": \"Sale return processed successfully\"\n    }\n}"}],"_postman_id":"64bf3d0c-b2e5-4e19-90af-c61a5b378635"}],"event":[{"listen":"prerequest","script":{"id":"e970ccad-41c4-41bf-bf39-16ed8fdf9571","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"edc22977-b1bf-44f2-9c34-7bc699e7bf0a","type":"text/javascript","exec":[""]}}]}