{"info":{"_postman_id":"3543c697-d21d-4f67-9fc7-8a180e2624c0","name":"Merchant APIs Document","description":"<html><head></head><body><img src=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/Hesabe-Logo.png\" alt=\"Merchant APIs Documentation\">\n\n<p>Merchant APIs allow authorized Merchants to access invoices, view transactions, create invoices and more. It is secured using PCI DSS compliant encryption.</p>\n<h1 id=\"objective\">Objective</h1>\n<p>This document provides guidelines to integrate with Merchant Panel APIs such as:</p>\n<ol>\n<li>Login</li>\n<li>Quick Invoice</li>\n<li>Single Invoice</li>\n<li>Bulk Invoice</li>\n<li>Resend Invoice</li>\n</ol>\n<h1 id=\"environments\">Environments</h1>\n<p>Hesabe provides two environments - sandbox and production.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>API Base Url</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Sandbox</td>\n<td><a href=\"\">http://merchantapisandbox.hesabe.com/api</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"\">https://merchantapi.hesabe.com/api</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>Merchants need an active Hesabe account to use production environments. However, the test environments can be accessed using credentials for the Sandbox environment.<br>Merchants will have to log in to the respective Hesabe merchant panel to get the API credentials for using production or test environments.</p>\n<p>All transactions initiated by the merchant on our test environment do not affect real bank accounts. The test environment is strictly for testing the request and response functions shared in this document. After successfully testing the integration, merchants can move to the production environment by changing the BaseUrl.</p>\n<p>If you are trying to connect using the test URL from your local environment, you might not get a response. Please <a href=\"\">contact us</a> to provide you with a solution.</p>\n<h1 id=\"steps-to-integrate\">Steps To Integrate</h1>\n<ol>\n<li>Sign Up with Hesabe and get a merchant account created and approved.</li>\n<li>Login to the merchant panel using the credentials provided -- for test or production.</li>\n<li>Download the HesabeCrypt file from <a href=\"\">here</a>.</li>\n<li>Copy security keys (Merchant ID, Access Code, Secret Key, and IV Key) from the My Profile section (if you are using the old interface) and Account section (if you are using the new Beta interface).</li>\n<li>Configure Hesabe security keys in your application.</li>\n<li>Create a form request and encrypt it with the <a href=\"\">HesabeEncryption</a> and pass as data parameter (see example<br> <code>[   'data' =&gt; {{encryptedData}}   ]</code><br> ).</li>\n<li>Decrypt the received response.</li>\n</ol>\n<h1 id=\"access-hesabe-merchant-id-access-code-and-encryption-keys\">Access Hesabe Merchant Id, Access Code, and Encryption Keys</h1>\n<p>For implementing HesabeCrypt request and response, the Merchant ID, Access Code, and the Encryption Keys (Secret Key + IV Key) is the core information that needs to be passed with the form request.</p>\n<p>To get these, you need to have access to Hesabe's merchant panel account - test or production.</p>\n<p>After you log in to the Hesabe Merchant Panel using Merchant account credentials, you can access the “Account” section (if you are using the new interface) from your profile as shown below or the or the \"My Profile\" section if you are using the old interface.</p>\n<img src=\"https://developer.hesabe.com/images/keys-image.png\" alt=\"Merchant Profile Page\">\n\n<p>Copy the required keys and configure them in your environment to send form requests.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Objective","slug":"objective"},{"content":"Environments","slug":"environments"},{"content":"Steps To Integrate","slug":"steps-to-integrate"},{"content":"Access Hesabe Merchant Id, Access Code, and Encryption Keys","slug":"access-hesabe-merchant-id-access-code-and-encryption-keys"}],"owner":"21452318","collectionId":"3543c697-d21d-4f67-9fc7-8a180e2624c0","publishedId":"2sB2j4eqEC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-01T14:02:06.000Z"},"item":[{"name":"v1","item":[{"name":"Authentication","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"965f69e4-701f-4b7c-9e5c-131ae2b7e0fd","exec":["pm . test(\"Status code is 200\", function () {\r","    pm . response . to . have . status(200);\r","});\r","\r","var data = JSON . parse(responseBody);\r","\r","if (data . response && data . response . token . access_token) {\r","    postman . setEnvironmentVariable(\"token\", data . response . token . access_token);\r","}\r","pm . test('Token should exist', function () {\r","    pm . expect(pm . environment . has('token')) . to . equal(true);\r","});\r",""],"type":"text/javascript"}}],"id":"51fd6659-f425-4d91-9f22-6c98d0b71ab0","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"{{username}}","description":"<p>test</p>\n","type":"text"},{"key":"password","value":"{{password}}","type":"text"}]},"url":"{{base-api-url}}/v1/login","description":"<p>This API is used to authenticate the user.</p>\n<h2 id=\"response-items\">Response Items</h2>\n<p>After successfully authenticated, the <code>POST</code> method returns an object with the following properties:</p>\n<ul>\n<li><code>token_type</code> - The type of <code>Token</code> that was created.</li>\n<li><code>expires_in</code> - This attribute contains the <code>access_token</code> expiry number in seconds.</li>\n<li><code>access_token</code> - Your platform's <code>AccessToken</code>, keep this securely stored like a password, This <code>AccessToken</code> needs to be pass in every API header request except login API.</li>\n<li><code>refresh_token</code> - This attribute is used for refreshing the <code>AccessToken</code></li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","login"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"e2ff317b-6b29-4ea5-8874-c79eaeb74237","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{{username}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Feb 2022 09:45:02 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.4.1"},{"key":"X-Powered-By","value":"PHP/7.4.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"1813"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"response\": {\n        \"token\": {\n            \"token_type\": \"Bearer\",\n            \"expires_in\": 9000,\n            \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxMSIsImp0aSI6ImU2ODE4YmY4MzdjODFhMmZjMDYyYjk3ZDNkZDRjZmYzZDVjMjVjNjRhYTI3YTk0NDE1YjdiMWY0Y2EyZDg4OWU4MmM4YTRjNTE3ZGRkZTFjIiwiaWF0IjoxNjQzODgxNTA0LCJuYmYiOjE2NDM4ODE1MDQsImV4cCI6MTY0Mzg5MDUwNCwic3ViIjoiNTAwIiwic2NvcGVzIjpbIioiXX0.bobnKyoGsDfcJbYNCZHTqNuCUjAPlcGm2SxfQWKFbNCkDVwRPnWxNmHScM_crGTZh61QCL2tjC-bhETWWT1ADUl_ZyljVwzdh_kZTxdC8TqnJnS_6pNr2NmODWCEyn7_ILFn6vF_4qWjSezq9AocwgPqF7yQHeqXoYZdapxAf0RfhgD1_-JxHkoul9rrNaL0D8Q4N437ztbljw826a7FXk8c49KnzxGLGSjVIL1Zw1ZdVH-vxx5B8_Gizwz8s7PWb6zzW6zTBZgCHZX_JZYM6nTbne51akA0VGr-pJFIMf6uZO1HgOgWPfaPgWr539iSD3d2EQMjg1fTFgJO267aK8dJXseC3Tzrobk7dk9a04HJqVo91RJ1YpzmpgTXLSkNV6-8lWJXzyx1m9Bqx2UC6p-mzkqrX1bwu0rbEB0tDJ8CC8599Eozua5YP00MvfSLLEfGXQjAEsDwuS2mN8_BvY54k7naSaFXzVZqhd7jjA_AlgR5iKwApvVJfkcCJMEF_g-BaK9LoHzrsEJI4uu2hapFc2AqSR4dE0VBXw9bC8Aem0wkiZYF__gcEs9abZTcEJNoNMCXa9N0YzLUDWLOpY-gAqNGjMAKUiGlXU5a7pQwxjc_8jXXcHgIBv-b2PSy8lXaDUzkqrrPUgvLmDeq-bVUbvldV-D5f8qE8AO3F8M\",\n            \"refresh_token\": \"def5020020d3a48d6fc595a71690b3df80e1fd635891435f4dbe966ecb8e02dae8e8918966dd15c79f8284259efa39daf09b7f38a614708981907c04c866338d69df08b22de6b3bae3106092ebabc4bf35a210e7d1283220d3b576f7f5ca8a66114b1706f7dbf4d22681082186cbd75f0c8b0931a6369cfdcc5bda27cf7ad72643ee205c8886fa1d02817563afc49d7faa8e3221d34aa7e3a5318884ced03e7bb472b4dd74db756d5ddea99aa971541324928a0753c132e41e7be9625c507838fa185bafabfaf00a11c46f23e74b8b714eea9b8af81c3d1a4a7b12dcaab3bc2242ac1b59c903a3a8dc8254ea819ea62d2d1ca073d25b11316c0ce30bc386711d2553ffe6147c4784f74e6d97ab7a36d66edfe4b54674b34808724e26729e844ff91ca36c2e81cad1268656d68f59ceeda3ba32d27c2e6e70d0466b273ceeb2953b68ac905cfe4623f43e64034a7a512f4a1a39c15e906151a8fc2bf1c9cdcf28a9977e08dd91a1\"\n        }\n    }\n}"}],"_postman_id":"51fd6659-f425-4d91-9f22-6c98d0b71ab0"},{"name":"Refresh Token","event":[{"listen":"test","script":{"id":"965f69e4-701f-4b7c-9e5c-131ae2b7e0fd","exec":["pm . test(\"Status code is 200\", function () {\r","    pm . response . to . have . status(200);\r","});\r","\r","var data = JSON . parse(responseBody);\r","\r","if (data . response && data . response . token . access_token) {\r","    postman . setEnvironmentVariable(\"token\", data . response . token . access_token);\r","}\r","pm . test('Token should exist', function () {\r","    pm . expect(pm . environment . has('token')) . to . equal(true);\r","});\r",""],"type":"text/javascript"}}],"id":"63f362f3-8e0d-42ca-821c-f3b44eeabbc8","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"refreshToken\": \"def5020096dd2d7bc2a2fa6c315b1364c45f15ba3be8a2b5d18dabe79921dcbac70a538aeffe116a1bc0ed33c25cd0168578107e0266594523272bfbd0f5e2cf7362bab9b98126916ccaf0d38e55c9af2810c35c97ec944ff5744aa973744e041c3bdaeac2ae73cbe86c362f676b0fa9bf9f645f8ee473077af6880154941223a54958adf7c639f2b9e1a35f005f623751aa28204ee4e376556f60bb1f9ca014fb75bfd54c05ee11d0eb3a916a1bad11290e2a7508c07a4e789a9f5413845ade74b9450545e9f8b3366c736246ed72a3548d07e642786abf3c424f425e8f5ebed89f5a7d461ffd46433f1516d4586409aed662e70de3b4561729c093f0f3624fbe935cd18eadbbfa0c4c03f2994488c6c3a1abf316296a255bfb51942328125142ac14bdf850a3397abc4d095ec4f64ce4aeae9da6919d5761c3868633d08a2788b903e251765f5c59fa09a2e2816f22f30332f0131bbaac65e11368383e6dd481ca9c2e19\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/token-refresh","description":"<p>This API is used to authenticate the user.</p>\n<h2 id=\"response-items\">Response Items</h2>\n<p>After successfully authenticated, the <code>POST</code> method returns an object with the following properties:</p>\n<ul>\n<li><code>token_type</code> - The type of <code>Token</code> that was created.</li>\n<li><code>expires_in</code> - This attribute contains the <code>access_token</code> expiry number in seconds.</li>\n<li><code>access_token</code> - Your platform's <code>AccessToken</code>, keep this securely stored like a password, This <code>AccessToken</code> needs to be pass in every API header request except login API.</li>\n<li><code>refresh_token</code> - This attribute is used for refreshing the <code>AccessToken</code></li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","token-refresh"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"885c10bb-6ad1-4119-afd5-b1e8120e77a0","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{{username}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Feb 2022 09:45:02 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.4.1"},{"key":"X-Powered-By","value":"PHP/7.4.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"1813"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"response\": {\n        \"token\": {\n            \"token_type\": \"Bearer\",\n            \"expires_in\": 9000,\n            \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxMSIsImp0aSI6ImU2ODE4YmY4MzdjODFhMmZjMDYyYjk3ZDNkZDRjZmYzZDVjMjVjNjRhYTI3YTk0NDE1YjdiMWY0Y2EyZDg4OWU4MmM4YTRjNTE3ZGRkZTFjIiwiaWF0IjoxNjQzODgxNTA0LCJuYmYiOjE2NDM4ODE1MDQsImV4cCI6MTY0Mzg5MDUwNCwic3ViIjoiNTAwIiwic2NvcGVzIjpbIioiXX0.bobnKyoGsDfcJbYNCZHTqNuCUjAPlcGm2SxfQWKFbNCkDVwRPnWxNmHScM_crGTZh61QCL2tjC-bhETWWT1ADUl_ZyljVwzdh_kZTxdC8TqnJnS_6pNr2NmODWCEyn7_ILFn6vF_4qWjSezq9AocwgPqF7yQHeqXoYZdapxAf0RfhgD1_-JxHkoul9rrNaL0D8Q4N437ztbljw826a7FXk8c49KnzxGLGSjVIL1Zw1ZdVH-vxx5B8_Gizwz8s7PWb6zzW6zTBZgCHZX_JZYM6nTbne51akA0VGr-pJFIMf6uZO1HgOgWPfaPgWr539iSD3d2EQMjg1fTFgJO267aK8dJXseC3Tzrobk7dk9a04HJqVo91RJ1YpzmpgTXLSkNV6-8lWJXzyx1m9Bqx2UC6p-mzkqrX1bwu0rbEB0tDJ8CC8599Eozua5YP00MvfSLLEfGXQjAEsDwuS2mN8_BvY54k7naSaFXzVZqhd7jjA_AlgR5iKwApvVJfkcCJMEF_g-BaK9LoHzrsEJI4uu2hapFc2AqSR4dE0VBXw9bC8Aem0wkiZYF__gcEs9abZTcEJNoNMCXa9N0YzLUDWLOpY-gAqNGjMAKUiGlXU5a7pQwxjc_8jXXcHgIBv-b2PSy8lXaDUzkqrrPUgvLmDeq-bVUbvldV-D5f8qE8AO3F8M\",\n            \"refresh_token\": \"def5020020d3a48d6fc595a71690b3df80e1fd635891435f4dbe966ecb8e02dae8e8918966dd15c79f8284259efa39daf09b7f38a614708981907c04c866338d69df08b22de6b3bae3106092ebabc4bf35a210e7d1283220d3b576f7f5ca8a66114b1706f7dbf4d22681082186cbd75f0c8b0931a6369cfdcc5bda27cf7ad72643ee205c8886fa1d02817563afc49d7faa8e3221d34aa7e3a5318884ced03e7bb472b4dd74db756d5ddea99aa971541324928a0753c132e41e7be9625c507838fa185bafabfaf00a11c46f23e74b8b714eea9b8af81c3d1a4a7b12dcaab3bc2242ac1b59c903a3a8dc8254ea819ea62d2d1ca073d25b11316c0ce30bc386711d2553ffe6147c4784f74e6d97ab7a36d66edfe4b54674b34808724e26729e844ff91ca36c2e81cad1268656d68f59ceeda3ba32d27c2e6e70d0466b273ceeb2953b68ac905cfe4623f43e64034a7a512f4a1a39c15e906151a8fc2bf1c9cdcf28a9977e08dd91a1\"\n        }\n    }\n}"},{"id":"361ce8e3-da3a-4fca-8c34-8ea748a48c56","name":"Login Copy","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"refreshToken\": \"def50200d5f2df2956a8557c7576a70c1c172ad6014ce9ae1da28db4c81a2ce2c1297378a6e3ee1856f841e18528d7fecbaf8c490161b6d386de777ab545c0e26510077a2822a63d0a7005e74b38f3b3c25c6956db307f4121fd7db9c7553dfe162430c93f2ca2d4f8613e292a41dca71cf09caa6cbe5e59db754431260d4b3f9c6bbdff277ad0ccbd0dd475d7142fd33fc9fc9ace9a9393b590b8968c5fbdd83b47d610adaabd411525bb914d8ccc3b80229d82c8c03cf2f2543defc6afcb0867e4fa64f175150629886574f1713c86fac988cfb8c92bc32a04206b445d1cc9c5c987a6e521999a525778357f044af93325dc88f3ff9a9e2807bff9fd41e3d79d1cb1143e8d540c72325ad36ac616aa2504e144660876c9708b127a3d96f621e1ce4e68127d3be25cea4382b959377da5a76baa183afb8f6e1f3b96528e263311c9379160f7d9a96a73db8715d2fff97cc3065d9d8f5ce0f3a00c986eb7dc5de8757d293f\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base-api-url}}/v1/token-refresh","host":["{{base-api-url}}"],"path":["v1","token-refresh"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 May 2023 10:24:57 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"response\": {\n        \"token\": {\n            \"token_type\": \"Bearer\",\n            \"expires_in\": 86400,\n            \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiI0IiwianRpIjoiNTI3NThkMGI0MTgyNGQ2NGQ5OTA1MDNmZTc5ZmQxY2JkYTljNjY1OTlhZGJlMzQ2Y2QxNzFhMmQ5ZWQ3YTgwYmU3MTI5MWNmOTI2ZDc4YTEiLCJpYXQiOjE2ODM2Mjc4OTAuODY2Nzg2LCJuYmYiOjE2ODM2Mjc4OTAuODY2Nzg5LCJleHAiOjE2ODM3MTQyOTAuNzg2MzQ5LCJzdWIiOiI4NCIsInNjb3BlcyI6WyIqIl19.gMYMd4A5Wk0w-So6Wd9S0TbvqXi9kggjC9c73ODlkIlsCSSrBM5cU8p7AT4GDsc8AJC9gSrGxqO1Iwyi3crlz2Lk2H0yFEihJUUadpWBmweqDvBiP_jMzgJgugGtsDEPz5YYtgHs760Xv_AyIPWuduvrk1gUXrz6ZNbm-cM4mWPQyEdymuYw7Rd_wafcsmEuWRgLu7oi5F2oFXEP-Cbv4sbVI3Vcj4BQuQ7dX9BLYZFqPdwvjhF_98EykWVYswNks8vCOlKpUUmI3CYMloup7nFnQAtIk_sGsnz4iaoGM_aeAkj_liqGjpdNYktSRzNJY7aRJn5IvAd8oJm_BALDcg-Qhy1tGV6rFv63UMAVgMFC2ekaOdKyy-9D36HM4UhX0GaM5LIXduRGpsJ_Y1L8D2buraXFI2MoMcMhO5eJXCtEJvN359IKAeYA3DiBzcqn43qLy8lvb2XFhCVE6a3EjwlEG1Pm_1dJIC4co0S3ZJz9r95G3oRok--6d1ohsEjkKdfwWXbe8oneCkm63SBztYgSgndxMRZ-NL-2kY9nz_RFHqnbIzWIiUPsOYuyB1zWoChNAkqBRJc9KHYbXLu3kemtSsQKdVzvFt8QLExia-5J7qS-VH4l2axzlPRMOoIZgeTU54Y7gMgIv3ZtYadBj2WQn9JAfggFkO7zv_i0bHY\",\n            \"refresh_token\": \"def5020016b219c8d55c47399d4931e347c39939350be3653c441b68ead6b6a2284528dacf175071d1c00df3ee9418f335044dd973b3157511d6e48386c72ea8d0ee7bb2e71a1bd4a15645deb6317c2ee356c61a10848a5a34852e2d66c990a8101b2bb6d529e6683950733e6c9076ed9871fe66efc3644c1f1b80a802900dd3fa6aee5eaeef914ef2bb914fa8aa50dc50d36455e2bb28ff39fcc1e18cca3c9100b808299fe9e424a914c575a81bb5150b113e0ef6bfc57bb491f5bb795aaee4b06d173150c9fa451ca3de2c41540dfbec7d62180777227ff1e4b5cbe34928dc5bc5a78e9861f44a87eb85a2ebaf29b9c2f31a75222f7c6168affccd37f8829f428f8a33d1ef11e50525f81f67275cc62a6eedf4848ce9e83396fbb50859d5cfe9f0cdbdcac86e24721f8aa6e9a7303a0704eb21015fd515e6d58c83304e089256f1b67a5136ce7fd7df51cf6c0cea1fc0bbe1bba67eac7627f53fef160696c1efe5b71f28\"\n        }\n    }\n}"}],"_postman_id":"63f362f3-8e0d-42ca-821c-f3b44eeabbc8"},{"name":"Refresh Token Local","event":[{"listen":"test","script":{"id":"965f69e4-701f-4b7c-9e5c-131ae2b7e0fd","exec":["pm . test(\"Status code is 200\", function () {\r","    pm . response . to . have . status(200);\r","});\r","\r","var data = JSON . parse(responseBody);\r","\r","if (data . response && data . response . token . access_token) {\r","    postman . setEnvironmentVariable(\"token\", data . response . token . access_token);\r","}\r","pm . test('Token should exist', function () {\r","    pm . expect(pm . environment . has('token')) . to . equal(true);\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"f025376d-326b-423b-83a4-6d2adedea6f6","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"grant_type\": \"refresh_token\",\r\n  \"client_id\" :\"17\",\r\n  \"client_secret\" : \"Ub3keJCj0oj6v2lgnajtWVbdl5qDLVU9dwsLtjkJ\",\r\n  \"refresh_token\":\"def50200f6b656642c5e6736c96ba22aedb04298cd1c3dc6bde331b84d649ccc1968c99b32a78d0751e39e212b4993deef74925622ce880f506f95a5e27216037986756eed7aafcab820a505a8d1aa901a3c28440df76deb6e107438ac73dd0a45a8dfe5eb062197b715d0654070a03182cdc6750c6b36a190e35a5a4936433dbc66a3130f666e617079dbbc64601500ffb3c31dde0769bb414eca2e2253907ed9f855e6cd59d354397c2cbba2458c7ba2dd6b1db4b53100bcc66d523b8bac763bf4bb9329d81257b3c6b41df1fa0447bb65339d0f5566f04ca8016ae3dbef9f17ae9399a1e18b0ef6ad67ad29a3a3fde7be3228280a731d2926d4d7333a31a5180dd79fc1582d1165173bdc5553e0f42cf02c4661f5694763d6f8dd8ba95c00f6169ce52a673804c9e48b4942a505b81b3036a4f36a765cd2d0368eb5abae1098781228a99f513c3fe2e3e2809eecb4b9b3f15afe47be33060ed31f7750ce50d81b5b0e966b\",\r\n  \"scope\" : \"*\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/oauth/token","description":"<p>This API is used to authenticate the user.</p>\n<h2 id=\"response-items\">Response Items</h2>\n<p>After successfully authenticated, the <code>POST</code> method returns an object with the following properties:</p>\n<ul>\n<li><code>token_type</code> - The type of <code>Token</code> that was created.</li>\n<li><code>expires_in</code> - This attribute contains the <code>access_token</code> expiry number in seconds.</li>\n<li><code>access_token</code> - Your platform's <code>AccessToken</code>, keep this securely stored like a password, This <code>AccessToken</code> needs to be pass in every API header request except login API.</li>\n<li><code>refresh_token</code> - This attribute is used for refreshing the <code>AccessToken</code></li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["oauth","token"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"fa8bc07d-c786-4aaf-8870-ea9d142aaab1","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{{username}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Feb 2022 09:45:02 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.4.1"},{"key":"X-Powered-By","value":"PHP/7.4.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"1813"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"response\": {\n        \"token\": {\n            \"token_type\": \"Bearer\",\n            \"expires_in\": 9000,\n            \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxMSIsImp0aSI6ImU2ODE4YmY4MzdjODFhMmZjMDYyYjk3ZDNkZDRjZmYzZDVjMjVjNjRhYTI3YTk0NDE1YjdiMWY0Y2EyZDg4OWU4MmM4YTRjNTE3ZGRkZTFjIiwiaWF0IjoxNjQzODgxNTA0LCJuYmYiOjE2NDM4ODE1MDQsImV4cCI6MTY0Mzg5MDUwNCwic3ViIjoiNTAwIiwic2NvcGVzIjpbIioiXX0.bobnKyoGsDfcJbYNCZHTqNuCUjAPlcGm2SxfQWKFbNCkDVwRPnWxNmHScM_crGTZh61QCL2tjC-bhETWWT1ADUl_ZyljVwzdh_kZTxdC8TqnJnS_6pNr2NmODWCEyn7_ILFn6vF_4qWjSezq9AocwgPqF7yQHeqXoYZdapxAf0RfhgD1_-JxHkoul9rrNaL0D8Q4N437ztbljw826a7FXk8c49KnzxGLGSjVIL1Zw1ZdVH-vxx5B8_Gizwz8s7PWb6zzW6zTBZgCHZX_JZYM6nTbne51akA0VGr-pJFIMf6uZO1HgOgWPfaPgWr539iSD3d2EQMjg1fTFgJO267aK8dJXseC3Tzrobk7dk9a04HJqVo91RJ1YpzmpgTXLSkNV6-8lWJXzyx1m9Bqx2UC6p-mzkqrX1bwu0rbEB0tDJ8CC8599Eozua5YP00MvfSLLEfGXQjAEsDwuS2mN8_BvY54k7naSaFXzVZqhd7jjA_AlgR5iKwApvVJfkcCJMEF_g-BaK9LoHzrsEJI4uu2hapFc2AqSR4dE0VBXw9bC8Aem0wkiZYF__gcEs9abZTcEJNoNMCXa9N0YzLUDWLOpY-gAqNGjMAKUiGlXU5a7pQwxjc_8jXXcHgIBv-b2PSy8lXaDUzkqrrPUgvLmDeq-bVUbvldV-D5f8qE8AO3F8M\",\n            \"refresh_token\": \"def5020020d3a48d6fc595a71690b3df80e1fd635891435f4dbe966ecb8e02dae8e8918966dd15c79f8284259efa39daf09b7f38a614708981907c04c866338d69df08b22de6b3bae3106092ebabc4bf35a210e7d1283220d3b576f7f5ca8a66114b1706f7dbf4d22681082186cbd75f0c8b0931a6369cfdcc5bda27cf7ad72643ee205c8886fa1d02817563afc49d7faa8e3221d34aa7e3a5318884ced03e7bb472b4dd74db756d5ddea99aa971541324928a0753c132e41e7be9625c507838fa185bafabfaf00a11c46f23e74b8b714eea9b8af81c3d1a4a7b12dcaab3bc2242ac1b59c903a3a8dc8254ea819ea62d2d1ca073d25b11316c0ce30bc386711d2553ffe6147c4784f74e6d97ab7a36d66edfe4b54674b34808724e26729e844ff91ca36c2e81cad1268656d68f59ceeda3ba32d27c2e6e70d0466b273ceeb2953b68ac905cfe4623f43e64034a7a512f4a1a39c15e906151a8fc2bf1c9cdcf28a9977e08dd91a1\"\n        }\n    }\n}"},{"id":"d293d4a1-0b6a-4497-9f90-eca4789e8d72","name":"Login Copy","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"refreshToken\": \"def50200d5f2df2956a8557c7576a70c1c172ad6014ce9ae1da28db4c81a2ce2c1297378a6e3ee1856f841e18528d7fecbaf8c490161b6d386de777ab545c0e26510077a2822a63d0a7005e74b38f3b3c25c6956db307f4121fd7db9c7553dfe162430c93f2ca2d4f8613e292a41dca71cf09caa6cbe5e59db754431260d4b3f9c6bbdff277ad0ccbd0dd475d7142fd33fc9fc9ace9a9393b590b8968c5fbdd83b47d610adaabd411525bb914d8ccc3b80229d82c8c03cf2f2543defc6afcb0867e4fa64f175150629886574f1713c86fac988cfb8c92bc32a04206b445d1cc9c5c987a6e521999a525778357f044af93325dc88f3ff9a9e2807bff9fd41e3d79d1cb1143e8d540c72325ad36ac616aa2504e144660876c9708b127a3d96f621e1ce4e68127d3be25cea4382b959377da5a76baa183afb8f6e1f3b96528e263311c9379160f7d9a96a73db8715d2fff97cc3065d9d8f5ce0f3a00c986eb7dc5de8757d293f\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base-api-url}}/v1/token-refresh","host":["{{base-api-url}}"],"path":["v1","token-refresh"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.7"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 May 2023 10:24:57 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"response\": {\n        \"token\": {\n            \"token_type\": \"Bearer\",\n            \"expires_in\": 86400,\n            \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiI0IiwianRpIjoiNTI3NThkMGI0MTgyNGQ2NGQ5OTA1MDNmZTc5ZmQxY2JkYTljNjY1OTlhZGJlMzQ2Y2QxNzFhMmQ5ZWQ3YTgwYmU3MTI5MWNmOTI2ZDc4YTEiLCJpYXQiOjE2ODM2Mjc4OTAuODY2Nzg2LCJuYmYiOjE2ODM2Mjc4OTAuODY2Nzg5LCJleHAiOjE2ODM3MTQyOTAuNzg2MzQ5LCJzdWIiOiI4NCIsInNjb3BlcyI6WyIqIl19.gMYMd4A5Wk0w-So6Wd9S0TbvqXi9kggjC9c73ODlkIlsCSSrBM5cU8p7AT4GDsc8AJC9gSrGxqO1Iwyi3crlz2Lk2H0yFEihJUUadpWBmweqDvBiP_jMzgJgugGtsDEPz5YYtgHs760Xv_AyIPWuduvrk1gUXrz6ZNbm-cM4mWPQyEdymuYw7Rd_wafcsmEuWRgLu7oi5F2oFXEP-Cbv4sbVI3Vcj4BQuQ7dX9BLYZFqPdwvjhF_98EykWVYswNks8vCOlKpUUmI3CYMloup7nFnQAtIk_sGsnz4iaoGM_aeAkj_liqGjpdNYktSRzNJY7aRJn5IvAd8oJm_BALDcg-Qhy1tGV6rFv63UMAVgMFC2ekaOdKyy-9D36HM4UhX0GaM5LIXduRGpsJ_Y1L8D2buraXFI2MoMcMhO5eJXCtEJvN359IKAeYA3DiBzcqn43qLy8lvb2XFhCVE6a3EjwlEG1Pm_1dJIC4co0S3ZJz9r95G3oRok--6d1ohsEjkKdfwWXbe8oneCkm63SBztYgSgndxMRZ-NL-2kY9nz_RFHqnbIzWIiUPsOYuyB1zWoChNAkqBRJc9KHYbXLu3kemtSsQKdVzvFt8QLExia-5J7qS-VH4l2axzlPRMOoIZgeTU54Y7gMgIv3ZtYadBj2WQn9JAfggFkO7zv_i0bHY\",\n            \"refresh_token\": \"def5020016b219c8d55c47399d4931e347c39939350be3653c441b68ead6b6a2284528dacf175071d1c00df3ee9418f335044dd973b3157511d6e48386c72ea8d0ee7bb2e71a1bd4a15645deb6317c2ee356c61a10848a5a34852e2d66c990a8101b2bb6d529e6683950733e6c9076ed9871fe66efc3644c1f1b80a802900dd3fa6aee5eaeef914ef2bb914fa8aa50dc50d36455e2bb28ff39fcc1e18cca3c9100b808299fe9e424a914c575a81bb5150b113e0ef6bfc57bb491f5bb795aaee4b06d173150c9fa451ca3de2c41540dfbec7d62180777227ff1e4b5cbe34928dc5bc5a78e9861f44a87eb85a2ebaf29b9c2f31a75222f7c6168affccd37f8829f428f8a33d1ef11e50525f81f67275cc62a6eedf4848ce9e83396fbb50859d5cfe9f0cdbdcac86e24721f8aa6e9a7303a0704eb21015fd515e6d58c83304e089256f1b67a5136ce7fd7df51cf6c0cea1fc0bbe1bba67eac7627f53fef160696c1efe5b71f28\"\n        }\n    }\n}"}],"_postman_id":"f025376d-326b-423b-83a4-6d2adedea6f6"},{"name":"Secure Login","event":[{"listen":"test","script":{"id":"bc0a40b2-97e4-491c-bf04-7082f5526cdd","exec":["pm . test(\"Status code is 200\", function () {\r","    pm . response . to . have . status(200);\r","});\r","\r","var data = JSON . parse(responseBody);\r","\r","if (data . response && data . response . token . access_token) {\r","    postman . setEnvironmentVariable(\"token\", data . response . token . access_token);\r","}\r","pm . test('Token should exist', function () {\r","    pm . expect(pm . environment . has('token')) . to . equal(true);\r","});\r",""],"type":"text/javascript"}}],"id":"85260f48-93cb-466b-84b7-9fdd096fe8df","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{{username}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/secure/login","description":"<p>This API is used to authenticate the user.</p>\n<h2 id=\"response-items\">Response Items</h2>\n<p>After successfully authenticated, the <code>POST</code> method returns an object with the following properties:</p>\n<ul>\n<li><code>token_type</code> - The type of <code>Token</code> that was created.</li>\n<li><code>expires_in</code> - This attribute contains the <code>access_token</code> expiry number in seconds.</li>\n<li><code>access_token</code> - Your platform's <code>AccessToken</code>, keep this securely stored like a password, This <code>AccessToken</code> needs to be pass in every API header request except login API.</li>\n<li><code>refresh_token</code> - This attribute is used for refreshing the <code>AccessToken</code></li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","secure","login"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"63d0bc29-4efc-4706-acfb-a3c34ffdd215","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{{username}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Feb 2022 09:45:02 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.4.1"},{"key":"X-Powered-By","value":"PHP/7.4.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"1813"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"response\": {\n        \"token\": {\n            \"token_type\": \"Bearer\",\n            \"expires_in\": 9000,\n            \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxMSIsImp0aSI6ImU2ODE4YmY4MzdjODFhMmZjMDYyYjk3ZDNkZDRjZmYzZDVjMjVjNjRhYTI3YTk0NDE1YjdiMWY0Y2EyZDg4OWU4MmM4YTRjNTE3ZGRkZTFjIiwiaWF0IjoxNjQzODgxNTA0LCJuYmYiOjE2NDM4ODE1MDQsImV4cCI6MTY0Mzg5MDUwNCwic3ViIjoiNTAwIiwic2NvcGVzIjpbIioiXX0.bobnKyoGsDfcJbYNCZHTqNuCUjAPlcGm2SxfQWKFbNCkDVwRPnWxNmHScM_crGTZh61QCL2tjC-bhETWWT1ADUl_ZyljVwzdh_kZTxdC8TqnJnS_6pNr2NmODWCEyn7_ILFn6vF_4qWjSezq9AocwgPqF7yQHeqXoYZdapxAf0RfhgD1_-JxHkoul9rrNaL0D8Q4N437ztbljw826a7FXk8c49KnzxGLGSjVIL1Zw1ZdVH-vxx5B8_Gizwz8s7PWb6zzW6zTBZgCHZX_JZYM6nTbne51akA0VGr-pJFIMf6uZO1HgOgWPfaPgWr539iSD3d2EQMjg1fTFgJO267aK8dJXseC3Tzrobk7dk9a04HJqVo91RJ1YpzmpgTXLSkNV6-8lWJXzyx1m9Bqx2UC6p-mzkqrX1bwu0rbEB0tDJ8CC8599Eozua5YP00MvfSLLEfGXQjAEsDwuS2mN8_BvY54k7naSaFXzVZqhd7jjA_AlgR5iKwApvVJfkcCJMEF_g-BaK9LoHzrsEJI4uu2hapFc2AqSR4dE0VBXw9bC8Aem0wkiZYF__gcEs9abZTcEJNoNMCXa9N0YzLUDWLOpY-gAqNGjMAKUiGlXU5a7pQwxjc_8jXXcHgIBv-b2PSy8lXaDUzkqrrPUgvLmDeq-bVUbvldV-D5f8qE8AO3F8M\",\n            \"refresh_token\": \"def5020020d3a48d6fc595a71690b3df80e1fd635891435f4dbe966ecb8e02dae8e8918966dd15c79f8284259efa39daf09b7f38a614708981907c04c866338d69df08b22de6b3bae3106092ebabc4bf35a210e7d1283220d3b576f7f5ca8a66114b1706f7dbf4d22681082186cbd75f0c8b0931a6369cfdcc5bda27cf7ad72643ee205c8886fa1d02817563afc49d7faa8e3221d34aa7e3a5318884ced03e7bb472b4dd74db756d5ddea99aa971541324928a0753c132e41e7be9625c507838fa185bafabfaf00a11c46f23e74b8b714eea9b8af81c3d1a4a7b12dcaab3bc2242ac1b59c903a3a8dc8254ea819ea62d2d1ca073d25b11316c0ce30bc386711d2553ffe6147c4784f74e6d97ab7a36d66edfe4b54674b34808724e26729e844ff91ca36c2e81cad1268656d68f59ceeda3ba32d27c2e6e70d0466b273ceeb2953b68ac905cfe4623f43e64034a7a512f4a1a39c15e906151a8fc2bf1c9cdcf28a9977e08dd91a1\"\n        }\n    }\n}"}],"_postman_id":"85260f48-93cb-466b-84b7-9fdd096fe8df"},{"name":"Logout","id":"886ead72-d802-435f-aa10-b1e3cf4e3281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base-api-url}}/v1/logout","description":"<p>Revoke an access token</p>\n","urlObject":{"path":["v1","logout"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"886ead72-d802-435f-aa10-b1e3cf4e3281"}],"id":"279ddd6f-e4c5-4ebd-8390-7c1c14bc5203","description":"<h3 id=\"this-folder-consists-the-following-apis\">This folder consists the following APIs</h3>\n<ul>\n<li>Login (This API is used to authenticate the user and provide token in response).</li>\n<li>Logout (This API is used to logout the authenticated logged in user)</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"76408e90-407d-44cd-9658-719436115d79","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec0b2307-a200-4ed6-b7e7-f8f2956e8170","type":"text/javascript","exec":[""]}}],"_postman_id":"279ddd6f-e4c5-4ebd-8390-7c1c14bc5203","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Crypt only for TESTING","item":[{"name":"encrypt","id":"18341e19-d276-4490-b25e-3f854e3135ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"secretKey","value":"{{secret-key}}","type":"text"},{"key":"ivKey","value":"{{iv-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"refundMethod\":\"1\",\r\n    \"token\": \"84221717658836919465483765129\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/encrypt","description":"<p>This <code>encrypt</code> api you can use for encrypt your request input data.</p>\n","urlObject":{"path":["v1","encrypt"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"1872f514-6942-467f-a7a9-4847d2d42708","name":"encrypt","originalRequest":{"method":"POST","header":[{"key":"secretKey","value":"{{secret-key}}","type":"text"},{"key":"ivKey","value":"{{iv-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/encrypt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Dec 2020 12:57:56 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"113"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"response\": \"0e7898bd7464d0c402fe8a949d9cbf9bfc2a068e391e51ea7a2581b6259e76f5\"\n}"}],"_postman_id":"18341e19-d276-4490-b25e-3f854e3135ec"},{"name":"decrypt","id":"87c92cbc-16ea-4250-91e7-78413f35a3de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"secretKey","value":"{{secret-key}}","type":"text"},{"key":"ivKey","value":"{{iv-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\":\"bb9744e05617464eaffe1e52c4e82ddc2abdcd0c5dddd177f705cb34335f6449f106553a0ab1c16ef4c8957090ec911ca30a74a94486525c6664bfb7f0a6d7c0611032f6f87dc92087e1a2a06e020c43299d284738b1e111df283315654d0ba6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/decrypt","description":"<p>Using this <code>decrypt</code> api you can decrypt given encrypted data</p>\n","urlObject":{"path":["v1","decrypt"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"1fb3a4b7-588c-41ce-ade8-d599475ba472","name":"decrypt","originalRequest":{"method":"POST","header":[{"key":"secretKey","value":"{{secret-key}}","type":"text"},{"key":"ivKey","value":"{{iv-key}}","type":"text"},{"key":"merchantCode","value":"{{merchant-code}}","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"0e7898bd7464d0c402fe8a949d9cbf9bfc2a068e391e51ea7a2581b6259e76f5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/decrypt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Dec 2020 12:58:16 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Content-Length","value":"78"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"response\": \"{\\\"merchantCode\\\":\\\"000000\\\"}\"\n}"}],"_postman_id":"87c92cbc-16ea-4250-91e7-78413f35a3de"},{"name":"Get Token","id":"4cc0fd0e-9254-433b-b9db-20377f472521","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{base-api-url}}/v1/encrypt-token","description":"<p>This <code>encrypt</code> api you can use for encrypt your request input data.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","encrypt-token"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cc0fd0e-9254-433b-b9db-20377f472521"}],"id":"ef7ba1b6-c0d4-404b-9142-097a1d1e649e","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Encrypt (This API is used to encrypt the requested input data).</li>\n<li>Decrypt (This API is used to decrypt the given encrypted data).</li>\n</ul>\n","_postman_id":"ef7ba1b6-c0d4-404b-9142-097a1d1e649e","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Invoices","item":[{"name":"Bulk","item":[{"name":"bulk-invoice-destroy","id":"f1f2ec9f-d5b5-4207-8763-f04eea89f5f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"description":"<p>Access Code shared by Hesabe</p>\n","key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"    \r\n}"},"url":"{{base-api-url}}/v1/invoice-bulk-upload/25195","description":"<p>This API is used to destroy the invoices from the database by using <code>invoice-id</code> passed in the request URI.</p>\n<p>Example : </p>\n<ul>\n<li>{{base-api-url}}/v1/invoice/bulk-upload/1,2</li>\n</ul>\n<p>-{{base-api-url}}/v1/invoice/bulk-upload/1</p>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>ids[]</td>\n<td>1</td>\n<td>Array/single</td>\n<td>Required</td>\n<td>Bulk invoice Ids in an Array or single invoice id as a request parameter</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request(bulk-upload) on the RHS.</p>\n","urlObject":{"path":["v1","invoice-bulk-upload","25195"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"2d9901bc-c397-4a32-b133-c8e5c2424f54","name":"bulk-invoice-destroy","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"description":"Access Code shared by Hesabe","key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"isScheduled\":true,\r\n    \"invoices\":\"U0wgTk8sTmFtZSxOdW1iZXIsZW1haWwscmVmZXJlbmNlTm8sYW1vdW50LERlc2NyaXB0aW9uLHNjaGVkdWxlDQoxLENlcmluLDk2NTY2NzgwMDEwLGNlcmluQHVyc291cmNlLm9yZyxFWTAxLTEwLDUuODk4LER1ZSBQYXltZW50LDE0LTExLTIwMjAgMjI6MzU6MDANCjIsU2hhYmhhenosOTY1Njc2NjA4NDEsc3Jva2FkaWFAaGVzYWJlLmNvbSxFWTAxLTExLDQuMjU2LER1ZSBQYXltZW50LDE0LTExLTIwMjAgMjI6MzU6MDANCjMsUkVaTkEgLDk2NTU2NTIwMjMxLHJlem5hLnVyc291cmNlQGdtYWlsLmNvbSxFWTAxLTEyLDQuNTk4LER1ZSBQYXltZW50LDE0LTExLTIwMjAgMjI6MzU6MDANCjQsTWFoZXNoLDk2NTY2MDk1ODkxLG1haGVzaEBoZXNhYmUuY29tLEVZMDEtMTMsOC41ODksRHVlIFBheW1lbnQsMTQtMTEtMjAyMCAyMjozNTowMA0KNSxTYWFsaW0sOTY1NjAwMjgwOTUsc3NoYWlrQGhlc2FiZS5jb20sRVkwMS0xNCw0LjU4NyxEdWUgUGF5bWVudCwxNC0xMS0yMDIwIDIyOjM1OjAwDQo2LE5pbG9mZXIsOTY1NjYwNjkzNjEsbmlsb2Zlci51cnNvdXJjZUBnbWFpbC5jb20sRVkwMS0xNSw0LjI1NSxEdWUgUGF5bWVudCwxNC0xMS0yMDIwIDIyOjM1OjAwDQo3LEZhaGFkLDk2NTYwNzM1MzkxLGZhaGFka2hhbjE3NDBAeWFob28uY28uaW4sRVkwMS0xNiw1LjI1OCxEdWUgUGF5bWVudCwxNC0xMS0yMDIwIDIyOjM1OjAwDQo4LFNoYWhsYSw5NjU2MDM0ODc3NixzaGFobGEudXJzb3VyY2VAZ21haWwuY29tLEVZMDEtMTcsNC41OTksRHVlIFBheW1lbnQsMTQtMTEtMjAyMCAyMjozNTowMA0KOSxTYWFsaW0sOTY1OTcxNDQwODEsc3NoYWlrQGhlc2FiZS5jb20sRVkwMS0xOCw3LjI1OCxEdWUgUGF5bWVudCwxNC0xMS0yMDIwIDIyOjM1OjAwDQoxMCxTYWFsaW0sOTY1OTcwMjI0MTYsc3NoYWlrQGhlc2FiZS5jb20sRVkwMS0xOSw0LjI1OCxEdWUgUGF5bWVudCwxNC0xMS0yMDIwIDIyOjM1OjAwDQoxMSxTYWFsaW0sOTY1OTc1NjY1MDAsc3NoYWlrQGhlc2FiZS5jb20sRVkwMS0yMCw3LjQ1LER1ZSBQYXltZW50LDE0LTExLTIwMjAgMjI6MzU6MDANCjEyLEFtYWwsOTY1NTEyMzAyMjcsY2VyaW5AdXJzb3VyY2Uub3JnLEVZMDEtMjEsNS41NzgsRHVlIFBheW1lbnQsMTQtMTEtMjAyMCAyMjozNTowMA0KLCwsLCwsLA0K\"\r\n}"},"url":"{{base-api-url}}/v1/invoice/bulk-upload/984,983,982"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 22 Nov 2020 13:36:37 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.11"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"69"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Invoices has been deleted\",\n    \"response\": null\n}"}],"_postman_id":"f1f2ec9f-d5b5-4207-8763-f04eea89f5f1"},{"name":"bulk-invoice-store","id":"96882e0a-93e7-4745-8a92-9bf89f2731cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"description":"<p>Access Code shared by Hesabe</p>\n","key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{    \r\n    \"data\":\"1c61078b7ae0039aa9ab7505b4b5f4c730ebe5ecbc04f68de7ea0441d773261d\"\r\n}"},"url":"{{base-api-url}}/v1/invoice-bulk-upload","description":"<p>This API is used to store the invoice by uploading bulk invoice sheet as base64_encode request.</p>\n<p>URL : </p>\n<ul>\n<li>{{base-api-url}}/v1/invoice/bulk-upload</li>\n</ul>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>isScheduled</td>\n<td>true/false</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>If it scheduled bulk invoices use <code>true</code></td>\n</tr>\n<tr>\n<td>fileType</td>\n<td>csv</td>\n<td>In</td>\n<td>Required</td>\n<td>in:csv,xls,xlsx,txt</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>base64_encode</td>\n<td>String</td>\n<td>Required</td>\n<td>base64_encode encoded bulk sms file. File format should match to accept the file, You can find sample file on upload form page.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request(bulk-upload) on the RHS.</p>\n","urlObject":{"path":["v1","invoice-bulk-upload"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"8fe837e0-fe1b-4f77-ba3e-6c8bf2950dff","name":"bulk-invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"ids\": [\r\n        \"1\",\r\n        \"2\",\r\n        \"3\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/invoice/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Aug 2020 13:42:29 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"77"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"code\": 200,\n    \"message\": \"Processed successfully\",\n    \"response\": null\n}"}],"_postman_id":"96882e0a-93e7-4745-8a92-9bf89f2731cb"},{"name":"bulk-invoice-grid","id":"35ba878b-c4f4-4664-8e2a-c5ad23a65e44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","description":"<p>Access Code shared by Hesabe</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"merchantCode\": \"{{merchant-code}}\"\r\n        }"},"url":"{{base-api-url}}/v1/invoice-bulk-upload","description":"<p>This API is used to get the bulk invoice grid list.</p>\n<p>URL : </p>\n<ul>\n<li>{{base-api-url}}/v1/invoice/bulk-upload</li>\n</ul>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request(bulk-upload) on the RHS.</p>\n","urlObject":{"path":["v1","invoice-bulk-upload"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"31980910-7a5d-467a-86e2-35f080b93da2","name":"bulk-invoice-grid","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"description":"Access Code shared by Hesabe","key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"data\":\"0e7898bd7464d0c402fe8a949d9cbf9b826ccb9b83b56fa003373275f1947a65\"\r\n}"},"url":"{{base-api-url}}/v1/invoice-bulk-upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 01 Dec 2020 09:16:47 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Bulk invoice list\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 208792,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2200\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784422\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"4.598\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208791,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2199\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784421\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"4.256\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208790,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2198\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784420\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"5.898\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208789,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2197\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784419\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"5.000\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208788,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2196\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784418\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"4.000\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208787,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2195\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784417\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"4.000\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208786,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2194\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784416\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"3.000\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208785,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2193\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784415\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"3.000\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208784,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2192\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784414\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"21.356\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208783,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2191\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784413\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"36.565\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208782,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2190\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784412\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"5.598\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208781,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2189\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784411\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"45.598\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208780,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2188\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784410\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"5.578\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208779,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2187\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784409\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"7.450\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            },\n            {\n                \"id\": 208778,\n                \"merchant_id\": 84,\n                \"reference_number\": \"EY01-2186\",\n                \"name\": \"Test\",\n                \"phone\": \"96548784408\",\n                \"email\": \"test.hesabe@gmail.com\",\n                \"amount\": \"4.258\",\n                \"description\": \"Due Payment\",\n                \"status\": 1,\n                \"has_schedule\": 1,\n                \"schedule_time\": null,\n                \"schedule_status\": 0,\n                \"schedule_sent_at\": null,\n                \"created_at\": \"2020-11-30 11:35:22\",\n                \"updated_at\": \"2020-11-30 11:35:22\"\n            }\n        ],\n        \"pagination\": {\n            \"total\": 44857,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 2991,\n            \"page_url\": \"http://merchantapi.hesbstck.com/api/v1/invoice-bulk-upload\",\n            \"next_page_url\": \"http://merchantapi.hesbstck.com/api/v1/invoice-bulk-upload?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"35ba878b-c4f4-4664-8e2a-c5ad23a65e44"},{"name":"bulk-invoice-view","id":"288a2376-7912-40ed-824f-44fdb155ca4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"description":"<p>Access Code shared by Hesabe</p>\n","key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"   \r\n}"},"url":"{{base-api-url}}/v1/invoice-bulk-upload/18585","description":"<p>This API is used to get the bulk invoice details, based on the <code>invoice-id</code> passed in the URI.</p>\n<p>URL : </p>\n<ul>\n<li>{{base-api-url}}/v1/invoice/bulk-upload/{{invoice-id}}</li>\n</ul>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>{{invoice-id}}</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Request parameter</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request(bulk-upload) on the RHS.</p>\n","urlObject":{"path":["v1","invoice-bulk-upload","18585"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"15b48432-86a0-48d9-8f14-359b3e2a8e0c","name":"bulk-invoice-view","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"description":"Access Code shared by Hesabe","key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"   \r\n}"},"url":"{{base-api-url}}/v1/invoice-bulk-upload/18585"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Nov 2020 11:39:31 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.11"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"422"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Bulk invoice details\",\n    \"response\": {\n        \"id\": 18585,\n        \"type\": 2,\n        \"merchant_id\": 84,\n        \"reference_number\": \"EY01-2200\",\n        \"name\": \"Test\",\n        \"phone\": \"96548784422\",\n        \"email\": \"test.hesabe@gmail.com\",\n        \"amount\": \"4.598\",\n        \"description\": \"Due Payment\",\n        \"status\": 1,\n        \"has_schedule\": 2,\n        \"schedule_time\": \"2020-11-14 22:35:00\",\n        \"schedule_status\": 0,\n        \"schedule_sent_at\": null,\n        \"created_at\": \"2020-11-23 10:30:35\",\n        \"updated_at\": \"2020-11-23 10:30:35\"\n    }\n}"}],"_postman_id":"288a2376-7912-40ed-824f-44fdb155ca4d"},{"name":"bulk-invoice-update","id":"d2e4b6fb-f1e2-4ec4-bae9-5f48783c2dc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"description":"<p>Access Code shared by Hesabe</p>\n","key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"amount\" : 3,\r\n    \"name\":\"Customer Name\",\r\n    \"email\":\"test.hesabe@gmail.com\",\r\n    \"phone\":\"96548784422\",\r\n    \"reference_number\":\"1001\"\r\n    \r\n}"},"url":"{{base-api-url}}/v1/invoice-bulk-upload/25191","description":"<p>This API is used to update the bulk-invoice record details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Invoice amount</td>\n<td>String</td>\n<td>Required</td>\n<td>numeric</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Customer name</td>\n<td>String</td>\n<td>Required</td>\n<td>Customer Name</td>\n</tr>\n<tr>\n<td>email</td>\n<td>valid email</td>\n<td>Email</td>\n<td>Required</td>\n<td>email validation should be email:rfc,dns</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>valid phone</td>\n<td>String</td>\n<td>Required</td>\n<td>numeric</td>\n</tr>\n<tr>\n<td>reference_number</td>\n<td>1001</td>\n<td>string, number</td>\n<td>optional</td>\n<td>Varchar</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","invoice-bulk-upload","25191"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"71fb14e5-b7fc-4ae9-a604-5bd355f20e86","name":"bulk-invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"ids\": [\r\n        \"1\",\r\n        \"2\",\r\n        \"3\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/invoice/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Aug 2020 13:42:29 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"77"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"code\": 200,\n    \"message\": \"Processed successfully\",\n    \"response\": null\n}"}],"_postman_id":"d2e4b6fb-f1e2-4ec4-bae9-5f48783c2dc0"}],"id":"a26a8305-085e-4836-8ef8-abaa586232ff","_postman_id":"a26a8305-085e-4836-8ef8-abaa586232ff","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"quick-invoice","id":"51a0c81b-bc6b-41ba-ab1b-4cdad2e8e40d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","description":"<p>Access Code shared by Hesabe</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchantCode}}\",\r\n    \"mobileNumber\": \"60440749\",\r\n    \"customerName\": \"test\",\r\n    \"customerEmail\":\"megha@gmail.com\",\r\n    \"countryCode\": \"965\",\r\n    \"invoiceType\": \"1\",\r\n    \"amount\": \"1.253\",\r\n    \"invoiceSubType\":2,\r\n    \"allocatePayType\":\"1,2\",\r\n    \"expiresAt\": \"2024-10-15\"\r\n}"},"url":"{{base-api-url}}/v1/invoice/quick","description":"<p>This API is used, to send invoice URL by SMS to the customer or get invoice URL for the customer.</p>\n<p><strong>Note</strong>:-<br />The below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://\">HesabeEncryption</a> format and pass as data parameter for example,<br /><code>[ 'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Required</th>\n<th>Value(Sample-value)</th>\n<th>Description</th>\n<th>Validation Rules</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>123456</td>\n<td>Merchant Code provided by Hesabe</td>\n<td>-</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Float</td>\n<td>Yes</td>\n<td>2.999</td>\n<td>Amount that you want the customer to pay</td>\n<td>Must be numeric and must be between 0.300 - 15001. Note only three decimal places are allowed</td>\n</tr>\n<tr>\n<td>mobileNumber</td>\n<td>Integer</td>\n<td>Yes/No</td>\n<td>12345678</td>\n<td>Customer Mobile Number</td>\n<td>It is required if <code>invoiceType = 1</code>. must be numeric and must have a length between 8 and 10.</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>Integer</td>\n<td>Yes/No</td>\n<td>965</td>\n<td>Country calling code</td>\n<td>It is required if <code>invoiceType = 1</code>. Make sure the merchant is subscribed to that country while registration</td>\n</tr>\n<tr>\n<td>invoiceType</td>\n<td>Bit</td>\n<td>Yes</td>\n<td>1</td>\n<td>Invoice Type 0 or 1; 1 - Send SMS, 0 - Generate Url</td>\n<td>Numeric formate</td>\n</tr>\n<tr>\n<td>customerName</td>\n<td>String</td>\n<td>No</td>\n<td>John Doe</td>\n<td>The name of the customer you need to send this invoice</td>\n<td>Must contain at least 2 characters and a maximum of 50 characters with no special characters(Regex validation string(<code>regex:/^[\\pL\\s\\-]+$/u</code>))</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request(quick-invoice) on the RHS.</p>\n","urlObject":{"path":["v1","invoice","quick"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"fbeb6b2d-0766-4808-af89-3163d8fed29b","name":"quick-invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"description":"Access Code shared by Hesabe","key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"mobileNumber\": \"12345678\",\r\n    \"customerName\": \"John doe\",\r\n    \"countryCode\": \"965\",\r\n    \"invoiceType\": \"1\",\r\n    \"amount\": \"2.222\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/invoice/quick"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Aug 2020 13:22:52 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"85"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Invoice generated successfully\",\n    \"response\": {\n        \"id\": 0,\n        \"invoice_type\": 1,\n        \"token\": \"8416130365079733RY3W91\",\n        \"access_key\": \"38946024fbdbb0e57\",\n        \"merchant_id\": 0,\n        \"reference_number\": \"84179121\",\n        \"amount\": \"2.222\",\n        \"service_charge\": \"0.000\",\n        \"discount\": \"0.000\",\n        \"description\": \"Quick Invoice\",\n        \"sms_response\": \"\",\n        \"invoice_status\": null,\n        \"sms_status\": 0,\n        \"url_status\": null,\n        \"visited_count\": null,\n        \"country_id\": 11,\n        \"created_id\": 0,\n        \"attachment\": \"\",\n        \"url\": \"http://hesabe.com/s/38946024fbdbb0e57\",\n        \"created_at\": \"2021-02-11 12:41:47\",\n        \"updated_at\": \"2021-02-11 12:41:47\",\n        \"customer\": {\n            \"name\": \"John doe\",\n            \"email\": \"\",\n            \"phone_number\": \"96512345678\"\n        },\n        \"created_by_merchant\": {\n            \"id\": 0,\n            \"name\": \"Test\"\n        },\n        \"products\": [],\n        \"transaction\": null\n    }\n}"},{"id":"e16b4f88-61c5-4946-b9ff-94d978cfadac","name":"quick-invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","description":"Access Code shared by Hesabe","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchantCode}}\",\r\n    \"mobileNumber\": \"97606653\",\r\n    \"customerName\": \"Anvita\",\r\n    \"customerEmail\":\"bforus.in@gmail.com\",\r\n    \"countryCode\": \"965\",\r\n    \"invoiceType\": \"1\",\r\n    \"amount\": \"1.253\",\r\n    \"invoiceSubType\":2,\r\n    \"allocatePayType\":\"1,2\"\r\n}"},"url":"{{base-api-url}}/v1/invoice/quick"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 26 Jun 2023 07:05:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Invoice generated successfully\",\n    \"response\": {\n        \"id\": 9368,\n        \"invoice_type\": 1,\n        \"invoice_sub_type\": 2,\n        \"token\": \"7191687763110934833\",\n        \"access_key\": \"E934YR49\",\n        \"merchant_id\": 719,\n        \"reference_number\": \"7192903466\",\n        \"amount\": \"1.253\",\n        \"service_charge\": \"0.000\",\n        \"payment_method\": [\n            \"1\",\n            \"2\"\n        ],\n        \"discount\": \"0.000\",\n        \"description\": \"Quick Invoice\",\n        \"sms_response\": \"\",\n        \"invoice_status\": null,\n        \"sms_status\": 0,\n        \"url_status\": null,\n        \"visited_count\": null,\n        \"country_id\": 11,\n        \"created_id\": 84,\n        \"attachment\": \"\",\n        \"url\": \"http://demo.hesabe.com/s/E934YR49\",\n        \"created_at\": \"2023-06-26 10:05:10\",\n        \"updated_at\": \"2023-06-26 10:05:10\",\n        \"customer\": {\n            \"name\": \"Anvita\",\n            \"email\": \"bforus.in@gmail.com\",\n            \"phone_number\": \"96597606653\"\n        },\n        \"created_by_merchant\": {\n            \"id\": 84,\n            \"name\": \"test\"\n        },\n        \"products\": [],\n        \"transaction\": null\n    }\n}"}],"_postman_id":"51a0c81b-bc6b-41ba-ab1b-4cdad2e8e40d"},{"name":"delivery-invoice","id":"ee38b93d-7b00-4b73-b3d3-1a213406c0cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"description":"<p>Access Code shared by Hesabe</p>\n","key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"mobileNumber\": \"12345678\",\r\n    \"customerName\": \"John doe\",\r\n    \"countryCode\": \"965\",\r\n    \"invoiceType\": \"1\",\r\n    \"amount\": \"2.222\",\r\n    \"orderId\":\"6\"\r\n}"},"url":"{{base-api-url}}/v1/invoice/delivery","description":"<p>This API is used to send invoice URL by SMS to the customer or get invoice URL for the customer.</p>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Required</th>\n<th>Value(Sample-value)</th>\n<th>Description</th>\n<th>Validation Rules</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>123456</td>\n<td>Merchant Code provided by Hesabe</td>\n<td>-</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Float</td>\n<td>Yes</td>\n<td>2.999</td>\n<td>Amount that you want the customer to pay</td>\n<td>Must be numeric and must be between 0.300 - 15001. Note only three decimal places are allowed</td>\n</tr>\n<tr>\n<td>mobileNumber</td>\n<td>Integer</td>\n<td>Yes/No</td>\n<td>12345678</td>\n<td>Customer Mobile Number</td>\n<td>It is required if <code>invoiceType = 1</code>. must be numeric and must have a length between 8 and 10.</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>Integer</td>\n<td>Yes/No</td>\n<td>965</td>\n<td>Country calling code</td>\n<td>It is required if <code>invoiceType = 1</code>. Make sure the merchant is subscribed to that country while registration</td>\n</tr>\n<tr>\n<td>invoiceType</td>\n<td>Bit</td>\n<td>Yes</td>\n<td>1</td>\n<td>Invoice Type 0 or 1; 1 - Send SMS, 0 - Generate Url</td>\n<td>Numeric formate</td>\n</tr>\n<tr>\n<td>customerName</td>\n<td>String</td>\n<td>No</td>\n<td>John Doe</td>\n<td>The name of the customer you need to send this invoice</td>\n<td>Must contain at least 2 characters and a maximum of 50 characters with no special characters(Regex validation string(<code>regex:/^[\\pL\\s\\-]+$/u</code>))</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request(quick-invoice) on the RHS.</p>\n","urlObject":{"path":["v1","invoice","delivery"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"e2d7de76-a857-42b0-946d-696011186fdb","name":"delivery-invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"description":"Access Code shared by Hesabe","key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"mobileNumber\": \"12345678\",\r\n    \"customerName\": \"John doe\",\r\n    \"countryCode\": \"965\",\r\n    \"invoiceType\": \"1\",\r\n    \"amount\": \"2.222\",\r\n    \"orderId\":\"6\"\r\n}"},"url":"{{base-api-url}}/v1/invoice/delivery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Mar 2022 07:46:42 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.11"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"711"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Invoice generated successfully\",\n    \"response\": {\n        \"id\": 727,\n        \"invoice_type\": 1,\n        \"invoice_sub_type\": 4,\n        \"token\": \"8416485400039WRWQE4420\",\n        \"access_key\": \"WQ95E639\",\n        \"merchant_id\": 84,\n        \"reference_number\": \"848003413\",\n        \"amount\": \"2.222\",\n        \"service_charge\": \"2.000\",\n        \"discount\": \"0.000\",\n        \"description\": \"\",\n        \"sms_response\": \"\",\n        \"invoice_status\": null,\n        \"sms_status\": 0,\n        \"url_status\": 1,\n        \"visited_count\": null,\n        \"country_id\": 11,\n        \"created_id\": 84,\n        \"attachment\": \"\",\n        \"url\": \"https://merchant.hesabe.com/s/WQ95E639\",\n        \"created_at\": \"2022-03-29 10:46:44\",\n        \"updated_at\": \"2022-03-29 10:46:44\",\n        \"customer\": {\n            \"name\": \"John doe\",\n            \"email\": \"\",\n            \"phone_number\": \"96512345678\"\n        },\n        \"created_by_merchant\": {\n            \"id\": 84,\n            \"name\": \"test\"\n        },\n        \"products\": [],\n        \"transaction\": null\n    }\n}"}],"_postman_id":"ee38b93d-7b00-4b73-b3d3-1a213406c0cd"},{"name":"bulk-invoice","id":"e6e8b21b-9f40-4820-91a2-fe6320600ca5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","description":"<p>Access Code shared by Hesabe</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchantCode}}\",\r\n    \"ids\": [\r\n       \"6168\"\r\n    ]\r\n}"},"url":"{{base-api-url}}/v1/invoice/bulk","description":"<p>This API is used to fetch the value from the database by invoice ids provided in the request and send invoice URL by SMS to the customer.</p>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>ids[]</td>\n<td>3</td>\n<td>Array</td>\n<td>Required</td>\n<td>Bulk invoice Ids in an Array</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request(bulk-invoice) on the RHS.</p>\n","urlObject":{"path":["v1","invoice","bulk"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"14db78ff-feea-4239-b289-7f7b87543482","name":"bulk-invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"ids\": [\r\n        \"1\",\r\n        \"2\",\r\n        \"3\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/invoice/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Aug 2020 13:42:29 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"77"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"code\": 200,\n    \"message\": \"Processed successfully\",\n    \"response\": null\n}"}],"_postman_id":"e6e8b21b-9f40-4820-91a2-fe6320600ca5"},{"name":"resend-invoice","id":"2cb73129-bde1-44de-9deb-38a9d0e15783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","description":"<p>Access Code shared by Hesabe</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"mobileNumber\": \"98726045\",\r\n    \"resendId\": \"9940\",\r\n    \"countryCode\": \"965\"\r\n}"},"url":"{{base-api-url}}/v1/invoice/resend","description":"<p>This API is used to fetch the value from the database by <code>resend_id</code> provided in the request and modify the resend mobile number accordingly and resend the invoice URL by SMS to the customer.</p>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Required</th>\n<th>Value(Sample-Value)</th>\n<th>Description</th>\n<th>Validation Rules</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>123456</td>\n<td>Merchant Code provided by Hesabe</td>\n<td>-</td>\n</tr>\n<tr>\n<td>resendId</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>3</td>\n<td>Invoice primary-id</td>\n<td>-</td>\n</tr>\n<tr>\n<td>mobileNumber</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>12345678</td>\n<td>Customer Mobile Number</td>\n<td>Must be numeric and must have a length between 8 and 10.</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>965</td>\n<td>Country calling code</td>\n<td>Make sure the merchant is subscribed to that country while registration</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request(resend-invoice) on the RHS.</p>\n","urlObject":{"path":["v1","invoice","resend"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"d62f7c7d-571f-4ae1-a494-b7aecb3c68f8","name":"resend-invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"mobileNumber\": \"12345678\",\r\n    \"resendId\": \"1\",\r\n    \"countryCode\": \"965\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/invoice/resend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Aug 2020 13:46:52 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"82"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"code\": 200,\n    \"message\": \"Invoice resent successfully\",\n    \"response\": null\n}"}],"_postman_id":"2cb73129-bde1-44de-9deb-38a9d0e15783"},{"name":"single-invoice","id":"939235d0-72fd-4db3-85ae-b48c1618b427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","description":"<p>Access Code shared by Hesabe</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"merchantCode","value":"5001618","type":"text"},{"key":"mobileNumber","value":"66116928","type":"text"},{"key":"customerName","value":"Kali","type":"text"},{"key":"referenceNumber","value":"5995sd95s9d5s95d","type":"text"},{"key":"amount","value":"25","type":"text"},{"key":"countryCode","value":"965","type":"text"},{"key":"invoiceType","value":"1","type":"text"},{"key":"invoiceSubType","value":"0","type":"text"}]},"url":"{{base-api-url}}/v1/invoice","description":"<p>This API is used to send invoice URL by SMS to the customer or get invoice URL for the customer.</p>\n<p><strong>Note</strong>:-<br />The below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,<br /><code>[ 'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Required</th>\n<th>Value(Sample-Value)</th>\n<th>Description</th>\n<th>Validation Rules</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>123456</td>\n<td>Merchant Code provided by Hesabe</td>\n<td>-</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Float</td>\n<td>Yes</td>\n<td>2.999</td>\n<td>Amount that you want the customer to pay</td>\n<td>Must be numeric and must be between 0.300 - 15001. Note only three decimal places are allowed</td>\n</tr>\n<tr>\n<td>mobileNumber</td>\n<td>Integer</td>\n<td>Yes/No</td>\n<td>12345678</td>\n<td>Customer Mobile Number</td>\n<td>It is required if <code>invoiceType = 1</code>. must be numeric and must have a length between 8 and 10.</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>Integer</td>\n<td>Yes/No</td>\n<td>965</td>\n<td>Country calling code</td>\n<td>It is required if <code>invoiceType = 1</code>. Make sure the merchant is subscribed to that country while registration</td>\n</tr>\n<tr>\n<td>invoiceType</td>\n<td>Bit</td>\n<td>Yes</td>\n<td>1</td>\n<td>Invoice Type 0 or 1; 1 - Send SMS, 0 - Generate Url</td>\n<td>Numeric formate</td>\n</tr>\n<tr>\n<td>customerName</td>\n<td>String</td>\n<td>No</td>\n<td>John Doe</td>\n<td>The name of the customer you need to send this invoice</td>\n<td>Must contain at least 2 characters and a maximum of 50 characters with no special characters(Regex validation string(<code>regex:/^[\\pL\\s\\-]+$/u</code>))</td>\n</tr>\n<tr>\n<td>referenceNumber</td>\n<td>String</td>\n<td>No</td>\n<td>INV-100000</td>\n<td>Invoice Reference Number</td>\n<td>Must be less than or equal to 25 characters</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>No</td>\n<td>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy</td>\n<td>Invoice Description</td>\n<td>Must be less than or equal to 2500 characters</td>\n</tr>\n<tr>\n<td>customerEmail</td>\n<td>String</td>\n<td>No</td>\n<td><a href=\"https://mailto:abc@abc.com\">abc@abc.com</a></td>\n<td>Customer Email Address</td>\n<td>Email validation with dns and rfc</td>\n</tr>\n<tr>\n<td>serviceCharge</td>\n<td>Float</td>\n<td>No</td>\n<td>0</td>\n<td>Invoice Service Charge Amount</td>\n<td>Must be numeric and only three decimal places are allowed</td>\n</tr>\n<tr>\n<td>discount</td>\n<td>Float</td>\n<td>No</td>\n<td>0</td>\n<td>Invoice Discount Amount</td>\n<td>Must be numeric and only three decimal places are allowed</td>\n</tr>\n<tr>\n<td>itemsList</td>\n<td>Array</td>\n<td>No</td>\n<td><code>[{\"itemTitle\":\"test 1\",\"rate\":\"10\",\"quantity\":\"1\",\"amount\":10},{\"itemTitle\":\"test2\",\"rate\":\"10\",\"quantity\":\"2\",\"amount\":20}]</code></td>\n<td>List of product items in JSON encode format</td>\n<td>Must be in JSON format and make sure 1. <code>itemTitle</code> is required and string max length is 100 characters. 2. <code>rate</code> is required and must be numeric with only three decimal places. 3. <code>quantity</code> is required and must be numeric. 4. <code>amount</code> is required and must be numeric with three decimal places.</td>\n</tr>\n<tr>\n<td>knetFixedCharges</td>\n<td>Float</td>\n<td>No</td>\n<td>1.010</td>\n<td>KNET Administrative charge in fixed amount</td>\n<td>Must be numeric with three decimal places.</td>\n</tr>\n<tr>\n<td>knetPercentageCharges</td>\n<td>Float</td>\n<td>No</td>\n<td>1</td>\n<td>KNET Administrative charge in percentage</td>\n<td>Must be numeric with three decimal places.</td>\n</tr>\n<tr>\n<td>mpgsFixedCharges</td>\n<td>Float</td>\n<td>No</td>\n<td>1</td>\n<td>MPGS Administrative charge in fixed amount</td>\n<td>Must be numeric with three decimal places.</td>\n</tr>\n<tr>\n<td>mpgsPercentageCharges</td>\n<td>Float</td>\n<td>No</td>\n<td>1</td>\n<td>MPGS Administrative charge in percentage</td>\n<td>Must be numeric with three decimal places.</td>\n</tr>\n<tr>\n<td>knetChargesRemark</td>\n<td>String</td>\n<td>No</td>\n<td>Testing Knet Remark</td>\n<td>KNET Administrative charge Remark</td>\n<td>-</td>\n</tr>\n<tr>\n<td>mpgsChargesRemark</td>\n<td>String</td>\n<td>No</td>\n<td>Testing Mpgs Remark</td>\n<td>MPGS Administrative charge Remark</td>\n<td>-</td>\n</tr>\n<tr>\n<td>attachment</td>\n<td>File</td>\n<td>No</td>\n<td>PAY2020000040.pdf</td>\n<td>Invoice file attachment</td>\n<td>file type supported are mimes: jpeg, png, pdf and max file size up to 5MB</td>\n</tr>\n<tr>\n<td>webhook</td>\n<td>String</td>\n<td>No</td>\n<td>webhookUrl</td>\n<td>webhook url</td>\n<td>URL</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request(single-invoice) on the RHS.</p>\n","urlObject":{"path":["v1","invoice"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"37d77b79-ffbe-48ff-8d33-38ab6b18e6e9","name":"single-invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": {{merchantCode}},\r\n    \"mobileNumber\": \"12345678\",\r\n    \"customerName\": \"John Doe\",\r\n    \"referenceNumber\": \"XERO-INV-100000\",\r\n    \"amount\": \"60.000\",\r\n    \"countryCode\": \"965\",\r\n    \"invoiceType\": \"1\",\r\n    \"description\":\"85beacfb-d4de-4418-be97-1d3f68259a9a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Aug 2020 13:54:14 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"85"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Invoice generated successfully\",\n    \"response\": {\n        \"id\": 0,\n        \"invoice_type\": 1,\n        \"token\": \"841613053465957YR6Y794\",\n        \"access_key\": \"389660253e1c9edc7\",\n        \"merchant_id\": 0,\n        \"reference_number\": \"INV100000\",\n        \"amount\": \"60.000\",\n        \"service_charge\": \"0.000\",\n        \"discount\": \"0.000\",\n        \"description\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy\",\n        \"sms_response\": \"\",\n        \"invoice_status\": null,\n        \"sms_status\": 0,\n        \"url_status\": null,\n        \"visited_count\": null,\n        \"country_id\": 11,\n        \"created_id\": 0,\n        \"attachment\": \"https://hesb-dev-bucket.s3.eu-central-1.amazonaws.com/invoice-attachment/842217/attachment-4065941901613053465.pdf\",\n        \"url\": \"http://hesabe.test/s/389660253e1c9edc7\",\n        \"created_at\": \"2021-02-11 17:24:25\",\n        \"updated_at\": \"2021-02-11 17:24:28\",\n        \"customer\": {\n            \"name\": \"John Doe\",\n            \"email\": \"abc@abc.com\",\n            \"phone_number\": \"96512345678\"\n        },\n        \"created_by_merchant\": {\n            \"id\": 0,\n            \"name\": \"Test\"\n        },\n        \"products\": [\n            {\n                \"id\": 293,\n                \"name\": \"test order\",\n                \"quantity\": \"2\",\n                \"amount\": \"10\",\n                \"final_amount\": \"20.000\"\n            },\n            {\n                \"id\": 294,\n                \"name\": \"test order 2\",\n                \"quantity\": \"2\",\n                \"amount\": \"20\",\n                \"final_amount\": \"40.000\"\n            }\n        ],\n        \"transaction\": null\n    }\n}"}],"_postman_id":"939235d0-72fd-4db3-85ae-b48c1618b427"},{"name":"Update Invoice Status","id":"8ceee2ca-b9d0-4aa9-8365-95187535ae63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text","description":"<p>Access Code shared by Hesabe</p>\n"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"statusId\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/invoice/{{invoice-token}}","description":"<p>This API service helps to cancel the specified invoice.</p>\n<p>Merchant or created employee only can access and update the status.</p>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>statusId</td>\n<td>3</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Kindly used statusId = 3 for cancelation of the invoice</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","invoice","{{invoice-token}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"414a98b2-3f08-4be5-bc1b-5aab92bacf73","name":"Update Invoice Status","originalRequest":{"method":"PUT","header":[{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"statusId\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/invoice/84221715984318339685743678393"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Aug 2020 13:12:12 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"76"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Invoice status updated successfully\",\n    \"response\": null\n}"}],"_postman_id":"8ceee2ca-b9d0-4aa9-8365-95187535ae63"},{"name":"Get Invoice details","id":"da8843a7-8627-4932-bb75-f655bd81c40a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text","description":"<p>Merchant accessCode provided by Hesabe</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}"},"url":"{{base-api-url}}/v1/invoice/717","description":"<p>Get details of the invoice and its transaction based on the <code>invoice-id</code> passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","invoice","717"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"49b03f3d-cc45-4423-9909-a99960a63f7f","name":"Get Invoice details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}"},"url":"{{base-api-url}}/v1/invoice/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Nov 2020 07:47:52 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Content-Length","value":"1874"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Invoice Details\",\n    \"response\": {\n        \"id\": 3026,\n        \"invoice_type\": 1,\n        \"token\": \"84160552912465973756589\",\n        \"access_key\": \"30265fb26e24793dc\",\n        \"merchant_id\": \"84\",\n        \"reference_number\": \"1234567890\",\n        \"amount\": \"10.000\",\n        \"description\": \"\",\n        \"sms_response\": \"\",\n        \"invoice_status\": 1,\n        \"sms_status\": 0,\n        \"url_status\": 1,\n        \"visited_count\": 1,\n        \"country_id\": 11,\n        \"created_id\": 84,\n        \"url\": \"http://merchantpanel.test/s/30265fb26e24793dc\",\n        \"created_at\": \"2020-11-16 15:18:44\",\n        \"updated_at\": \"2020-11-16 15:19:14\",\n        \"customer\": {\n            \"name\": \"Shahbaaz Rokadia\",\n            \"email\": \"\",\n            \"phone_number\": \"96567660841\"\n        },\n        \"merchant\": {\n            \"id\": 84,\n            \"name\": \"test2\"\n        },\n        \"transaction\": {\n            \"id\": 38750,\n            \"merchant_id\": 84,\n            \"amount\": 10,\n            \"net_amount\": 8.5,\n            \"admin_charge\": 0,\n            \"token\": \"84160552912465973756589\",\n            \"payment_type_id\": 1,\n            \"service_type_id\": 2,\n            \"payment_transfer_status\": 1,\n            \"payment_status\": 1,\n            \"refund_status\": 1,\n            \"description\": \"\",\n            \"knet_percentage\": 10,\n            \"knet_value\": 0.5,\n            \"mpgs_percentage\": 0,\n            \"mpgs_value\": 0,\n            \"commission\": 1.5,\n            \"order_reference_number\": \"1234567890\",\n            \"transaction_payment_id\": \"100202032114593748\",\n            \"result_code\": \"CAPTURED\",\n            \"transaction_id\": \"202032185400834\",\n            \"auth\": \"B61962\",\n            \"transaction_reference_number\": \"032110000661\",\n            \"track_id\": \"84160552912465973756589\",\n            \"terminal_id\": \"144301\",\n            \"reconciled_document_number\": \"REC-2020000055\",\n            \"payment_transfer_document_number\": \"PAY-2020000001\",\n            \"created_at\": \"2020-11-16 15:19:13\",\n            \"updated_at\": \"2020-11-16 16:56:45\",\n            \"merchant\": {\n                \"name\": \"test2\",\n                \"code\": \"842217\",\n                \"sequence_id\": 1100012,\n                \"company_name\": \"Merchant Name\"\n            },\n            \"payment_type\": {\n                \"id\": 1,\n                \"name\": \"KNET\"\n            },\n            \"service_type\": {\n                \"id\": 2,\n                \"name\": \"SMS Invoice\"\n            },\n            \"payment_gateway\": null,\n            \"reconciliation\": {\n                \"id\": 197,\n                \"reconciled_at\": \"2020-11-16 00:00:00\",\n                \"document_number\": \"REC-2020000055\"\n            },\n            \"refund\": null,\n            \"invoice\": {\n                \"created_by_id\": 84,\n                \"reference_number\": \"1234567890\",\n                \"phone_number\": \"96567660841\",\n                \"customer_name\": \"Shahbaaz Rokadia\",\n                \"amount\": \"10.000\",\n                \"admin_charge_paid\": \"0.000\",\n                \"description\": \"\"\n            }\n        }\n    }\n}"}],"_postman_id":"da8843a7-8627-4932-bb75-f655bd81c40a"},{"name":"Get Invoices ","id":"4291f727-cbe7-498d-b85b-f54b550ab8b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"merchantCode\": \"842217\"\r\n}"},"url":"{{base-api-url}}/v1/invoice","description":"<p>This API is used to get the listing with pagination for all the invoices that are generated.</p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","invoice"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"description":{"content":"<p>The date format should be in YYYY-MM-DD</p>\n","type":"text/plain"},"key":"fromDate","value":"2020-11-16"},{"disabled":true,"description":{"content":"<p>The date format should be in YYYY-MM-DD</p>\n","type":"text/plain"},"key":"toDate","value":"2020-11-16"},{"disabled":true,"description":{"content":"<p>The string that is required to be search, the search filter will only search in (token, amount, customer name, customer mobile number and invoice reference number)</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>0 - Unpaid, 1 - Paid, 3- Cancel Invoice</p>\n","type":"text/plain"},"key":"status","value":"1"},{"disabled":true,"description":{"content":"<p>The merchant employee Id</p>\n","type":"text/plain"},"key":"employee","value":"{{employee-id}}"}],"variable":[]}},"response":[{"id":"69a00ba2-940b-4526-89ec-99824a73ba0a","name":"Get Invoices ","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}"},"url":{"raw":"{{base-api-url}}/v1/invoice","host":["{{base-api-url}}"],"path":["v1","invoice"],"query":[{"key":"fromDate","value":"2020-11-16","description":"The date format should be in Y-m-d","disabled":true},{"key":"toDate","value":"2020-11-16","description":"The date format should be in Y-m-d","disabled":true},{"key":"search","value":"","description":"The string that is required to be search, the search filter will only search in (token, amount, customer name, customer mobile number and invoice reference number)","disabled":true},{"key":"status","value":"1","description":"0 - Unpaid, 1 - Paid, 3- Cancel Invoice","disabled":true},{"key":"employee","value":"{{employee-id}}","description":"The merchant employee Id","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Nov 2020 07:20:26 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Invoice Listing\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 3022,\n                \"invoice_type\": 1,\n                \"token\": \"200160360987735944764497\",\n                \"access_key\": \"30225f9525159e012\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"2002310364\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 1,\n                \"url_status\": 0,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/30225f9525159e012\",\n                \"created_at\": \"2020-10-25 10:11:17\",\n                \"updated_at\": \"2020-10-25 10:12:14\",\n                \"transaction\": {\n                    \"payment_id\": \"100202029904970062\",\n                    \"post_date\": \"1025\",\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"200160360987735944764497\",\n                    \"transaction_id\": \"202029995020215\",\n                    \"reference_number\": \"029910000094\",\n                    \"payment_type\": \"KNET\",\n                    \"paid_on\": \"2020-10-25 10:12:13\",\n                    \"Auth\": \"2020-10-25 10:12:13\"\n                },\n                \"customer\": {\n                    \"name\": \"Shahbaaz\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2982,\n                \"invoice_type\": 1,\n                \"token\": \"8416003210717666456525\",\n                \"access_key\": \"29825f62f62f1f4cd\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"111111\",\n                \"amount\": \"1.000\",\n                \"description\": \"\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/29825f62f62f1f4cd\",\n                \"created_at\": \"2020-09-17 08:37:51\",\n                \"updated_at\": \"2020-09-17 08:38:49\",\n                \"transaction\": {\n                    \"payment_id\": \"026105171215\",\n                    \"post_date\": \"0917\",\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"1600321129\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"841600321088\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-09-17 08:38:49\",\n                    \"Auth\": \"2020-09-17 08:38:49\"\n                },\n                \"customer\": {\n                    \"name\": \"shahbaaz\",\n                    \"email\": \"srokadia@hesabe.com\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2905,\n                \"invoice_type\": 1,\n                \"token\": \"84221715975909449466546349663\",\n                \"access_key\": \"29055f394d52a9a4a\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"843031870\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 3,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/29055f394d52a9a4a\",\n                \"created_at\": \"2020-08-16 18:14:26\",\n                \"updated_at\": \"2020-08-16 18:16:18\",\n                \"transaction\": {\n                    \"payment_id\": \"022915158299\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"8a50fc39f1bc486b\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"8a50fc39f1bc486b\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-16 18:16:13\",\n                    \"Auth\": \"2020-08-16 18:16:13\"\n                },\n                \"customer\": {\n                    \"name\": \"test\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2904,\n                \"invoice_type\": 1,\n                \"token\": \"84221715975905969454633384319\",\n                \"access_key\": \"29045f394c2e9367b\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"845556796\",\n                \"amount\": \"24.000\",\n                \"description\": \"\",\n                \"sms_response\": \"<?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?>\\r\\n<string xmlns=\\\"http://tempuri.org/SmsService/SmsService\\\">00 20200816180600323_4A044E1E-2BB2-437E-8DBD-5E6AF2D2F004</string>\",\n                \"invoice_status\": 1,\n                \"sms_status\": 1,\n                \"url_status\": 0,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/29045f394c2e9367b\",\n                \"created_at\": \"2020-08-16 18:09:34\",\n                \"updated_at\": \"2020-08-16 18:12:12\",\n                \"transaction\": {\n                    \"payment_id\": \"022915157289\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"9dd836fb854d48c5\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"9dd836fb854d48c5\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-16 18:10:27\",\n                    \"Auth\": \"2020-08-16 18:10:27\"\n                },\n                \"customer\": {\n                    \"name\": \"Shahbaaz\",\n                    \"email\": \"srokadia@hesabe.com\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2903,\n                \"invoice_type\": 1,\n                \"token\": \"84221715975895609865474757947\",\n                \"access_key\": \"29035f39482572541\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"84744023\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/29035f39482572541\",\n                \"created_at\": \"2020-08-16 17:52:21\",\n                \"updated_at\": \"2020-08-16 17:54:08\",\n                \"transaction\": {\n                    \"payment_id\": \"022914166718\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"1f1c1afd7ccf486f\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"1f1c1afd7ccf486f\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-16 17:53:54\",\n                    \"Auth\": \"2020-08-16 17:53:54\"\n                },\n                \"customer\": {\n                    \"name\": \"test\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2900,\n                \"invoice_type\": 1,\n                \"token\": \"84221715975775019536773553543\",\n                \"access_key\": \"29005f39149bd6108\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"848547062\",\n                \"amount\": \"24.000\",\n                \"description\": \"\",\n                \"sms_response\": \"<?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?>\\r\\n<string xmlns=\\\"http://tempuri.org/SmsService/SmsService\\\">00 20200816140853800_3E13F291-6EBF-4AF6-8E6A-49181B5D596A</string>\",\n                \"invoice_status\": 1,\n                \"sms_status\": 1,\n                \"url_status\": 0,\n                \"visited_count\": 2,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/29005f39149bd6108\",\n                \"created_at\": \"2020-08-16 14:12:27\",\n                \"updated_at\": \"2020-08-16 14:32:54\",\n                \"transaction\": {\n                    \"payment_id\": \"022911162446\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"6c52a0ab1c1c4e2e\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"6c52a0ab1c1c4e2e\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-16 14:32:50\",\n                    \"Auth\": \"2020-08-16 14:32:50\"\n                },\n                \"customer\": {\n                    \"name\": \"\",\n                    \"email\": \"srokadia@hesabe.com\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2899,\n                \"invoice_type\": 1,\n                \"token\": \"84221715975692439654656445992\",\n                \"access_key\": \"28995f38f8a97513a\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"84329813\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 3,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/28995f38f8a97513a\",\n                \"created_at\": \"2020-08-16 12:13:13\",\n                \"updated_at\": \"2020-08-16 12:14:38\",\n                \"transaction\": {\n                    \"payment_id\": \"022909157286\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"c9f58d27d8204d70\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"c9f58d27d8204d70\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-16 12:14:34\",\n                    \"Auth\": \"2020-08-16 12:14:34\"\n                },\n                \"customer\": {\n                    \"name\": \"Shahbaaz\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2846,\n                \"invoice_type\": 1,\n                \"token\": \"84221715969536979467865339495\",\n                \"access_key\": \"28465f2f939b7a98f\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"843550271\",\n                \"amount\": \"300.000\",\n                \"description\": \"test\",\n                \"sms_response\": \"<?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?>\\r\\n<string xmlns=\\\"http://tempuri.org/SmsService/SmsService\\\">00 20200809090813957_FFDEA3B7-FC9D-4EED-8E44-89F5516C8EA9</string>\",\n                \"invoice_status\": 1,\n                \"sms_status\": 1,\n                \"url_status\": 0,\n                \"visited_count\": 2,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/28465f2f939b7a98f\",\n                \"created_at\": \"2020-08-09 09:11:38\",\n                \"updated_at\": \"2020-08-09 09:16:13\",\n                \"transaction\": {\n                    \"payment_id\": \"022206121490\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"876f866e2efb410d\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"876f866e2efb410d\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-09 09:16:05\",\n                    \"Auth\": \"2020-08-09 09:16:05\"\n                },\n                \"customer\": {\n                    \"name\": \"shahbaaz\",\n                    \"email\": \"srokadia@hesabe.com\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2845,\n                \"invoice_type\": 1,\n                \"token\": \"84221715969567789867383737808\",\n                \"access_key\": \"28455f2f92de9fe00\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"845096456\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 2,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/28455f2f92de9fe00\",\n                \"created_at\": \"2020-08-09 09:08:30\",\n                \"updated_at\": \"2020-08-09 10:07:44\",\n                \"transaction\": {\n                    \"payment_id\": \"022207122560\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"0183e62b7fae4a00\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"0183e62b7fae4a00\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-09 10:07:27\",\n                    \"Auth\": \"2020-08-09 10:07:27\"\n                },\n                \"customer\": {\n                    \"name\": \"test\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2821,\n                \"invoice_type\": 1,\n                \"token\": \"8415967471236953565957\",\n                \"access_key\": \"28215f2c6d7403529\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"1234567890\",\n                \"amount\": \"1.000\",\n                \"description\": \"\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 3,\n                \"sms_status\": 1,\n                \"url_status\": 1,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/28215f2c6d7403529\",\n                \"created_at\": \"2020-08-06 23:52:04\",\n                \"updated_at\": \"2020-08-09 11:11:55\",\n                \"transaction\": {\n                    \"payment_id\": null,\n                    \"post_date\": null,\n                    \"result_code\": null,\n                    \"track_id\": null,\n                    \"transaction_id\": null,\n                    \"reference_number\": null,\n                    \"payment_type\": null,\n                    \"paid_on\": null,\n                    \"Auth\": null\n                },\n                \"customer\": {\n                    \"name\": \"shahbaaz\",\n                    \"email\": \"srokadia@hesabe.com\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2777,\n                \"invoice_type\": 1,\n                \"token\": \"84221715956390389377675764836\",\n                \"access_key\": \"27775f1b84220c983\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"84406209\",\n                \"amount\": \"12.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 0,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/27775f1b84220c983\",\n                \"created_at\": \"2020-07-25 04:00:18\",\n                \"updated_at\": \"2020-07-25 04:04:42\",\n                \"transaction\": {\n                    \"payment_id\": \"100202020780461912\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"84221715956390389377675764836\",\n                    \"transaction_id\": \"202020719547197\",\n                    \"reference_number\": \"020710000080\",\n                    \"payment_type\": \"KNET\",\n                    \"paid_on\": \"2020-07-25 04:04:33\",\n                    \"Auth\": \"2020-07-25 04:04:33\"\n                },\n                \"customer\": {\n                    \"name\": \"testing\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2776,\n                \"invoice_type\": 1,\n                \"token\": \"84221715956339739574646864500\",\n                \"access_key\": \"27765f1b6f32cc02d\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"842783232\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 0,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/27765f1b6f32cc02d\",\n                \"created_at\": \"2020-07-25 02:30:58\",\n                \"updated_at\": \"2020-08-06 23:50:17\",\n                \"transaction\": {\n                    \"payment_id\": null,\n                    \"post_date\": null,\n                    \"result_code\": \"SESSION TIMEOUT\",\n                    \"track_id\": \"84221715956336219865456756934\",\n                    \"transaction_id\": \"202020783101897\",\n                    \"reference_number\": \"020710000063\",\n                    \"payment_type\": \"\",\n                    \"paid_on\": \"2020-07-25 03:57:32\",\n                    \"Auth\": \"2020-07-25 03:57:32\"\n                },\n                \"customer\": {\n                    \"name\": \"test\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2770,\n                \"invoice_type\": 1,\n                \"token\": \"84221715955492019655368345256\",\n                \"access_key\": \"27705f1a006da7fae\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"84344273\",\n                \"amount\": \"19.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 0,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/27705f1a006da7fae\",\n                \"created_at\": \"2020-07-24 00:26:05\",\n                \"updated_at\": \"2020-07-24 03:17:46\",\n                \"transaction\": {\n                    \"payment_id\": \"100202020624927615\",\n                    \"post_date\": null,\n                    \"result_code\": \"CANCELED\",\n                    \"track_id\": \"84221715955492019655368345256\",\n                    \"transaction_id\": \"84221715955492019655368345256\",\n                    \"reference_number\": \"\",\n                    \"payment_type\": \"KNET\",\n                    \"paid_on\": \"2020-07-24 03:17:39\",\n                    \"Auth\": \"2020-07-24 03:17:39\"\n                },\n                \"customer\": {\n                    \"name\": \"sjahba\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2768,\n                \"invoice_type\": 1,\n                \"token\": \"84221715955291849767545673852\",\n                \"access_key\": \"27685f19c381af0a5\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"848774797\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/27685f19c381af0a5\",\n                \"created_at\": \"2020-07-23 20:06:09\",\n                \"updated_at\": \"2020-07-24 02:48:28\",\n                \"transaction\": {\n                    \"payment_id\": \"100202020514607082\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"84221715955291849767545673852\",\n                    \"transaction_id\": \"202020514618407\",\n                    \"reference_number\": \"020510001630\",\n                    \"payment_type\": \"KNET\",\n                    \"paid_on\": \"2020-07-23 21:33:35\",\n                    \"Auth\": \"2020-07-23 21:33:35\"\n                },\n                \"customer\": {\n                    \"name\": \"test\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2763,\n                \"invoice_type\": 2,\n                \"token\": \"841595420781986E8YYR97\",\n                \"access_key\": \"27635f193eb4b04cd\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"EA190031822\",\n                \"amount\": \"1.000\",\n                \"description\": \"Due Payment\",\n                \"sms_response\": \"<?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?>\\r\\n<string xmlns=\\\"http://tempuri.org/SmsService/SmsService\\\">00 20200723104208987_D241680A-A309-4450-8B22-D3E320FBF24C</string>\",\n                \"invoice_status\": 0,\n                \"sms_status\": 1,\n                \"url_status\": 0,\n                \"visited_count\": 0,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/27635f193eb4b04cd\",\n                \"created_at\": \"2020-07-22 15:26:21\",\n                \"updated_at\": \"2020-07-23 10:39:35\",\n                \"transaction\": {\n                    \"payment_id\": null,\n                    \"post_date\": null,\n                    \"result_code\": null,\n                    \"track_id\": null,\n                    \"transaction_id\": null,\n                    \"reference_number\": null,\n                    \"payment_type\": null,\n                    \"paid_on\": null,\n                    \"Auth\": null\n                },\n                \"customer\": {\n                    \"name\": \"Mahesh1\",\n                    \"email\": \"srokadia@hesabe.com\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 122,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 9,\n            \"page_url\": \"http://merchantapi.test/api/v1/invoice\",\n            \"next_page_url\": \"http://merchantapi.test/api/v1/invoice?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"4291f727-cbe7-498d-b85b-f54b550ab8b3"},{"name":"GET Delicon Invoice","id":"84947320-c16b-4f14-8eb1-25e0385a25fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"fromDate\":\"2021-09-01\",\r\n    \"toDate\":\"2022-12-28\"\r\n}"},"url":"{{base-api-url}}/v1/invoice?type=4","description":"<p>This API is used to get the listing with pagination for all the invoices that are generated.</p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","invoice"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"description":{"content":"<p>The date format should be in YYYY-MM-DD</p>\n","type":"text/plain"},"key":"fromDate","value":"2020-11-16"},{"disabled":true,"description":{"content":"<p>The date format should be in YYYY-MM-DD</p>\n","type":"text/plain"},"key":"toDate","value":"2020-11-16"},{"disabled":true,"description":{"content":"<p>The string that is required to be search, the search filter will only search in (token, amount, customer name, customer mobile number and invoice reference number)</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>0 - Unpaid, 1 - Paid, 3- Cancel Invoice</p>\n","type":"text/plain"},"key":"status","value":"1"},{"disabled":true,"description":{"content":"<p>The merchant employee Id</p>\n","type":"text/plain"},"key":"employee","value":"{{employee-id}}"},{"key":"type","value":"4"}],"variable":[]}},"response":[{"id":"73cab49a-103e-4edd-8e30-8f5fdb0dd3f4","name":"Get Invoices ","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}"},"url":{"raw":"{{base-api-url}}/v1/invoice","host":["{{base-api-url}}"],"path":["v1","invoice"],"query":[{"key":"fromDate","value":"2020-11-16","description":"The date format should be in Y-m-d","disabled":true},{"key":"toDate","value":"2020-11-16","description":"The date format should be in Y-m-d","disabled":true},{"key":"search","value":"","description":"The string that is required to be search, the search filter will only search in (token, amount, customer name, customer mobile number and invoice reference number)","disabled":true},{"key":"status","value":"1","description":"0 - Unpaid, 1 - Paid, 3- Cancel Invoice","disabled":true},{"key":"employee","value":"{{employee-id}}","description":"The merchant employee Id","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Nov 2020 07:20:26 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Invoice Listing\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 3022,\n                \"invoice_type\": 1,\n                \"token\": \"200160360987735944764497\",\n                \"access_key\": \"30225f9525159e012\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"2002310364\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 1,\n                \"url_status\": 0,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/30225f9525159e012\",\n                \"created_at\": \"2020-10-25 10:11:17\",\n                \"updated_at\": \"2020-10-25 10:12:14\",\n                \"transaction\": {\n                    \"payment_id\": \"100202029904970062\",\n                    \"post_date\": \"1025\",\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"200160360987735944764497\",\n                    \"transaction_id\": \"202029995020215\",\n                    \"reference_number\": \"029910000094\",\n                    \"payment_type\": \"KNET\",\n                    \"paid_on\": \"2020-10-25 10:12:13\",\n                    \"Auth\": \"2020-10-25 10:12:13\"\n                },\n                \"customer\": {\n                    \"name\": \"Shahbaaz\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2982,\n                \"invoice_type\": 1,\n                \"token\": \"8416003210717666456525\",\n                \"access_key\": \"29825f62f62f1f4cd\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"111111\",\n                \"amount\": \"1.000\",\n                \"description\": \"\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/29825f62f62f1f4cd\",\n                \"created_at\": \"2020-09-17 08:37:51\",\n                \"updated_at\": \"2020-09-17 08:38:49\",\n                \"transaction\": {\n                    \"payment_id\": \"026105171215\",\n                    \"post_date\": \"0917\",\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"1600321129\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"841600321088\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-09-17 08:38:49\",\n                    \"Auth\": \"2020-09-17 08:38:49\"\n                },\n                \"customer\": {\n                    \"name\": \"shahbaaz\",\n                    \"email\": \"srokadia@hesabe.com\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2905,\n                \"invoice_type\": 1,\n                \"token\": \"84221715975909449466546349663\",\n                \"access_key\": \"29055f394d52a9a4a\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"843031870\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 3,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/29055f394d52a9a4a\",\n                \"created_at\": \"2020-08-16 18:14:26\",\n                \"updated_at\": \"2020-08-16 18:16:18\",\n                \"transaction\": {\n                    \"payment_id\": \"022915158299\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"8a50fc39f1bc486b\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"8a50fc39f1bc486b\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-16 18:16:13\",\n                    \"Auth\": \"2020-08-16 18:16:13\"\n                },\n                \"customer\": {\n                    \"name\": \"test\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2904,\n                \"invoice_type\": 1,\n                \"token\": \"84221715975905969454633384319\",\n                \"access_key\": \"29045f394c2e9367b\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"845556796\",\n                \"amount\": \"24.000\",\n                \"description\": \"\",\n                \"sms_response\": \"<?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?>\\r\\n<string xmlns=\\\"http://tempuri.org/SmsService/SmsService\\\">00 20200816180600323_4A044E1E-2BB2-437E-8DBD-5E6AF2D2F004</string>\",\n                \"invoice_status\": 1,\n                \"sms_status\": 1,\n                \"url_status\": 0,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/29045f394c2e9367b\",\n                \"created_at\": \"2020-08-16 18:09:34\",\n                \"updated_at\": \"2020-08-16 18:12:12\",\n                \"transaction\": {\n                    \"payment_id\": \"022915157289\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"9dd836fb854d48c5\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"9dd836fb854d48c5\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-16 18:10:27\",\n                    \"Auth\": \"2020-08-16 18:10:27\"\n                },\n                \"customer\": {\n                    \"name\": \"Shahbaaz\",\n                    \"email\": \"srokadia@hesabe.com\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2903,\n                \"invoice_type\": 1,\n                \"token\": \"84221715975895609865474757947\",\n                \"access_key\": \"29035f39482572541\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"84744023\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/29035f39482572541\",\n                \"created_at\": \"2020-08-16 17:52:21\",\n                \"updated_at\": \"2020-08-16 17:54:08\",\n                \"transaction\": {\n                    \"payment_id\": \"022914166718\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"1f1c1afd7ccf486f\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"1f1c1afd7ccf486f\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-16 17:53:54\",\n                    \"Auth\": \"2020-08-16 17:53:54\"\n                },\n                \"customer\": {\n                    \"name\": \"test\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2900,\n                \"invoice_type\": 1,\n                \"token\": \"84221715975775019536773553543\",\n                \"access_key\": \"29005f39149bd6108\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"848547062\",\n                \"amount\": \"24.000\",\n                \"description\": \"\",\n                \"sms_response\": \"<?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?>\\r\\n<string xmlns=\\\"http://tempuri.org/SmsService/SmsService\\\">00 20200816140853800_3E13F291-6EBF-4AF6-8E6A-49181B5D596A</string>\",\n                \"invoice_status\": 1,\n                \"sms_status\": 1,\n                \"url_status\": 0,\n                \"visited_count\": 2,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/29005f39149bd6108\",\n                \"created_at\": \"2020-08-16 14:12:27\",\n                \"updated_at\": \"2020-08-16 14:32:54\",\n                \"transaction\": {\n                    \"payment_id\": \"022911162446\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"6c52a0ab1c1c4e2e\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"6c52a0ab1c1c4e2e\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-16 14:32:50\",\n                    \"Auth\": \"2020-08-16 14:32:50\"\n                },\n                \"customer\": {\n                    \"name\": \"\",\n                    \"email\": \"srokadia@hesabe.com\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2899,\n                \"invoice_type\": 1,\n                \"token\": \"84221715975692439654656445992\",\n                \"access_key\": \"28995f38f8a97513a\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"84329813\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 3,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/28995f38f8a97513a\",\n                \"created_at\": \"2020-08-16 12:13:13\",\n                \"updated_at\": \"2020-08-16 12:14:38\",\n                \"transaction\": {\n                    \"payment_id\": \"022909157286\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"c9f58d27d8204d70\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"c9f58d27d8204d70\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-16 12:14:34\",\n                    \"Auth\": \"2020-08-16 12:14:34\"\n                },\n                \"customer\": {\n                    \"name\": \"Shahbaaz\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2846,\n                \"invoice_type\": 1,\n                \"token\": \"84221715969536979467865339495\",\n                \"access_key\": \"28465f2f939b7a98f\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"843550271\",\n                \"amount\": \"300.000\",\n                \"description\": \"test\",\n                \"sms_response\": \"<?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?>\\r\\n<string xmlns=\\\"http://tempuri.org/SmsService/SmsService\\\">00 20200809090813957_FFDEA3B7-FC9D-4EED-8E44-89F5516C8EA9</string>\",\n                \"invoice_status\": 1,\n                \"sms_status\": 1,\n                \"url_status\": 0,\n                \"visited_count\": 2,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/28465f2f939b7a98f\",\n                \"created_at\": \"2020-08-09 09:11:38\",\n                \"updated_at\": \"2020-08-09 09:16:13\",\n                \"transaction\": {\n                    \"payment_id\": \"022206121490\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"876f866e2efb410d\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"876f866e2efb410d\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-09 09:16:05\",\n                    \"Auth\": \"2020-08-09 09:16:05\"\n                },\n                \"customer\": {\n                    \"name\": \"shahbaaz\",\n                    \"email\": \"srokadia@hesabe.com\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2845,\n                \"invoice_type\": 1,\n                \"token\": \"84221715969567789867383737808\",\n                \"access_key\": \"28455f2f92de9fe00\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"845096456\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 2,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/28455f2f92de9fe00\",\n                \"created_at\": \"2020-08-09 09:08:30\",\n                \"updated_at\": \"2020-08-09 10:07:44\",\n                \"transaction\": {\n                    \"payment_id\": \"022207122560\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"0183e62b7fae4a00\",\n                    \"transaction_id\": null,\n                    \"reference_number\": \"0183e62b7fae4a00\",\n                    \"payment_type\": \"MPGS\",\n                    \"paid_on\": \"2020-08-09 10:07:27\",\n                    \"Auth\": \"2020-08-09 10:07:27\"\n                },\n                \"customer\": {\n                    \"name\": \"test\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2821,\n                \"invoice_type\": 1,\n                \"token\": \"8415967471236953565957\",\n                \"access_key\": \"28215f2c6d7403529\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"1234567890\",\n                \"amount\": \"1.000\",\n                \"description\": \"\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 3,\n                \"sms_status\": 1,\n                \"url_status\": 1,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/28215f2c6d7403529\",\n                \"created_at\": \"2020-08-06 23:52:04\",\n                \"updated_at\": \"2020-08-09 11:11:55\",\n                \"transaction\": {\n                    \"payment_id\": null,\n                    \"post_date\": null,\n                    \"result_code\": null,\n                    \"track_id\": null,\n                    \"transaction_id\": null,\n                    \"reference_number\": null,\n                    \"payment_type\": null,\n                    \"paid_on\": null,\n                    \"Auth\": null\n                },\n                \"customer\": {\n                    \"name\": \"shahbaaz\",\n                    \"email\": \"srokadia@hesabe.com\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2777,\n                \"invoice_type\": 1,\n                \"token\": \"84221715956390389377675764836\",\n                \"access_key\": \"27775f1b84220c983\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"84406209\",\n                \"amount\": \"12.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 0,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/27775f1b84220c983\",\n                \"created_at\": \"2020-07-25 04:00:18\",\n                \"updated_at\": \"2020-07-25 04:04:42\",\n                \"transaction\": {\n                    \"payment_id\": \"100202020780461912\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"84221715956390389377675764836\",\n                    \"transaction_id\": \"202020719547197\",\n                    \"reference_number\": \"020710000080\",\n                    \"payment_type\": \"KNET\",\n                    \"paid_on\": \"2020-07-25 04:04:33\",\n                    \"Auth\": \"2020-07-25 04:04:33\"\n                },\n                \"customer\": {\n                    \"name\": \"testing\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2776,\n                \"invoice_type\": 1,\n                \"token\": \"84221715956339739574646864500\",\n                \"access_key\": \"27765f1b6f32cc02d\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"842783232\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 0,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/27765f1b6f32cc02d\",\n                \"created_at\": \"2020-07-25 02:30:58\",\n                \"updated_at\": \"2020-08-06 23:50:17\",\n                \"transaction\": {\n                    \"payment_id\": null,\n                    \"post_date\": null,\n                    \"result_code\": \"SESSION TIMEOUT\",\n                    \"track_id\": \"84221715956336219865456756934\",\n                    \"transaction_id\": \"202020783101897\",\n                    \"reference_number\": \"020710000063\",\n                    \"payment_type\": \"\",\n                    \"paid_on\": \"2020-07-25 03:57:32\",\n                    \"Auth\": \"2020-07-25 03:57:32\"\n                },\n                \"customer\": {\n                    \"name\": \"test\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2770,\n                \"invoice_type\": 1,\n                \"token\": \"84221715955492019655368345256\",\n                \"access_key\": \"27705f1a006da7fae\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"84344273\",\n                \"amount\": \"19.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 0,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/27705f1a006da7fae\",\n                \"created_at\": \"2020-07-24 00:26:05\",\n                \"updated_at\": \"2020-07-24 03:17:46\",\n                \"transaction\": {\n                    \"payment_id\": \"100202020624927615\",\n                    \"post_date\": null,\n                    \"result_code\": \"CANCELED\",\n                    \"track_id\": \"84221715955492019655368345256\",\n                    \"transaction_id\": \"84221715955492019655368345256\",\n                    \"reference_number\": \"\",\n                    \"payment_type\": \"KNET\",\n                    \"paid_on\": \"2020-07-24 03:17:39\",\n                    \"Auth\": \"2020-07-24 03:17:39\"\n                },\n                \"customer\": {\n                    \"name\": \"sjahba\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2768,\n                \"invoice_type\": 1,\n                \"token\": \"84221715955291849767545673852\",\n                \"access_key\": \"27685f19c381af0a5\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"848774797\",\n                \"amount\": \"1.000\",\n                \"description\": \"Quick Invoice\",\n                \"sms_response\": \"\",\n                \"invoice_status\": 1,\n                \"sms_status\": 0,\n                \"url_status\": 1,\n                \"visited_count\": 1,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/27685f19c381af0a5\",\n                \"created_at\": \"2020-07-23 20:06:09\",\n                \"updated_at\": \"2020-07-24 02:48:28\",\n                \"transaction\": {\n                    \"payment_id\": \"100202020514607082\",\n                    \"post_date\": null,\n                    \"result_code\": \"CAPTURED\",\n                    \"track_id\": \"84221715955291849767545673852\",\n                    \"transaction_id\": \"202020514618407\",\n                    \"reference_number\": \"020510001630\",\n                    \"payment_type\": \"KNET\",\n                    \"paid_on\": \"2020-07-23 21:33:35\",\n                    \"Auth\": \"2020-07-23 21:33:35\"\n                },\n                \"customer\": {\n                    \"name\": \"test\",\n                    \"email\": \"\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            },\n            {\n                \"id\": 2763,\n                \"invoice_type\": 2,\n                \"token\": \"841595420781986E8YYR97\",\n                \"access_key\": \"27635f193eb4b04cd\",\n                \"merchant_id\": \"84\",\n                \"reference_number\": \"EA190031822\",\n                \"amount\": \"1.000\",\n                \"description\": \"Due Payment\",\n                \"sms_response\": \"<?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?>\\r\\n<string xmlns=\\\"http://tempuri.org/SmsService/SmsService\\\">00 20200723104208987_D241680A-A309-4450-8B22-D3E320FBF24C</string>\",\n                \"invoice_status\": 0,\n                \"sms_status\": 1,\n                \"url_status\": 0,\n                \"visited_count\": 0,\n                \"country_id\": 11,\n                \"created_id\": 200,\n                \"url\": \"http://merchantpanel.test/s/27635f193eb4b04cd\",\n                \"created_at\": \"2020-07-22 15:26:21\",\n                \"updated_at\": \"2020-07-23 10:39:35\",\n                \"transaction\": {\n                    \"payment_id\": null,\n                    \"post_date\": null,\n                    \"result_code\": null,\n                    \"track_id\": null,\n                    \"transaction_id\": null,\n                    \"reference_number\": null,\n                    \"payment_type\": null,\n                    \"paid_on\": null,\n                    \"Auth\": null\n                },\n                \"customer\": {\n                    \"name\": \"Mahesh1\",\n                    \"email\": \"srokadia@hesabe.com\",\n                    \"phone_number\": \"96567660841\"\n                },\n                \"merchant\": {\n                    \"id\": 200,\n                    \"name\": \"cerinTest\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 122,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 9,\n            \"page_url\": \"http://merchantapi.test/api/v1/invoice\",\n            \"next_page_url\": \"http://merchantapi.test/api/v1/invoice?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"84947320-c16b-4f14-8eb1-25e0385a25fd"},{"name":"Dashboard","id":"5aec10c8-5424-4ec2-b6ef-6a41671ec54e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"fromDate\":\"2022-10-03\",\r\n    \"toDate\":\"2022-11-01\",\r\n    \"status\":3\r\n}"},"url":"{{base-api-url}}/v1/invoice-dashboard","urlObject":{"path":["v1","invoice-dashboard"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"description":{"content":"<p>1: Today, 2: Last 7 days, 3: Last 30 days</p>\n","type":"text/plain"},"key":"timeline","value":"3"},{"disabled":true,"description":{"content":"<p>The date format should be in YYYY-MM-DD</p>\n","type":"text/plain"},"key":"fromDate","value":"2020-12-01"},{"disabled":true,"description":{"content":"<p>The date format should be in YYYY-MM-DD</p>\n","type":"text/plain"},"key":"toDate","value":"2021-01-05"},{"disabled":true,"description":{"content":"<p>The string that is required to be search, the search filter will only search in (token, amount, customer name, customer mobile number and invoice reference number)</p>\n","type":"text/plain"},"key":"search","value":"8416097606459676757650"},{"disabled":true,"description":{"content":"<p>The merchant employee Id</p>\n","type":"text/plain"},"key":"employee","value":"200"}],"variable":[]}},"response":[],"_postman_id":"5aec10c8-5424-4ec2-b6ef-6a41671ec54e"},{"name":"Dashboard Delicon","id":"6c0877ea-0149-4957-b86c-b4cf1fd95e93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"timeline\":3,\r\n    \"type\":4,\r\n    \"status\":1\r\n}"},"url":"{{base-api-url}}/v1/invoice-dashboard","urlObject":{"path":["v1","invoice-dashboard"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"description":{"content":"<p>1: Today, 2: Last 7 days, 3: Last 30 days</p>\n","type":"text/plain"},"key":"timeline","value":"3"},{"disabled":true,"description":{"content":"<p>The date format should be in YYYY-MM-DD</p>\n","type":"text/plain"},"key":"fromDate","value":"2020-12-01"},{"disabled":true,"description":{"content":"<p>The date format should be in YYYY-MM-DD</p>\n","type":"text/plain"},"key":"toDate","value":"2021-01-05"},{"disabled":true,"description":{"content":"<p>The string that is required to be search, the search filter will only search in (token, amount, customer name, customer mobile number and invoice reference number)</p>\n","type":"text/plain"},"key":"search","value":"8416097606459676757650"},{"disabled":true,"description":{"content":"<p>The merchant employee Id</p>\n","type":"text/plain"},"key":"employee","value":"200"}],"variable":[]}},"response":[],"_postman_id":"6c0877ea-0149-4957-b86c-b4cf1fd95e93"},{"name":"split invoice","id":"5b9bbf8a-3a17-47e5-bd79-be9b557fa733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","description":"<p>Access Code shared by Hesabe</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"merchantCode\":\"842217\",\r\n    \"invoices\": [\r\n        {\r\n            \"merchantCode\": \"{{merchant-code}}\",\r\n            \"mobileNumber\": \"60440749\",\r\n            \"customerName\": \"megha1\",\r\n            \"customerEmail\": \"pkmegha91@gmail.com\",\r\n            \"description\":\"asdsd\",\r\n            \"countryCode\": \"965\",\r\n            \"invoiceType\": \"1\",\r\n            \"amount\": \"1.253\",\r\n            \"invoiceSubType\": 2,\r\n            \"allocatePayType\": \"1,2\",\r\n            \"expiresAt\": \"2024-10-15\"\r\n        },\r\n        {\r\n            \"merchantCode\": \"{{merchant-code}}\",\r\n            \"mobileNumber\": \"60440749\",\r\n            \"customerName\": \"megha\",\r\n            \"customerEmail\": \"pkmegha90@gmail.com\",\r\n            \"description\":\"\",\r\n            \"countryCode\": \"965\",\r\n            \"invoiceType\": \"1\",\r\n            \"amount\": \"10.500\",\r\n            \"invoiceSubType\": 3,\r\n            \"allocatePayType\": \"1\",\r\n            \"expiresAt\": \"2024-10-15\"\r\n        }\r\n    ]\r\n}\r\n"},"url":"{{base-api-url}}/v1/invoice/split","urlObject":{"path":["v1","invoice","split"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"0debb61e-7751-4d8b-9a12-1eaf2896dfbc","name":"split invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","description":"Access Code shared by Hesabe","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"merchantCode\":\"842217\",\r\n    \"invoices\": [\r\n        {\r\n            \"merchantCode\": \"{{merchant-code}}\",\r\n            \"mobileNumber\": \"60440749\",\r\n            \"customerName\": \"megha1\",\r\n            \"customerEmail\": \"pkmegha91@gmail.com\",\r\n            \"description\":\"asdsd\",\r\n            \"countryCode\": \"965\",\r\n            \"invoiceType\": \"1\",\r\n            \"amount\": \"1.253\",\r\n            \"invoiceSubType\": 2,\r\n            \"allocatePayType\": \"1,2\",\r\n            \"expiresAt\": \"2024-10-15\"\r\n        },\r\n        {\r\n            \"merchantCode\": \"{{merchant-code}}\",\r\n            \"mobileNumber\": \"60440749\",\r\n            \"customerName\": \"megha\",\r\n            \"customerEmail\": \"pkmegha90@gmail.com\",\r\n            \"description\":\"\",\r\n            \"countryCode\": \"965\",\r\n            \"invoiceType\": \"1\",\r\n            \"amount\": \"10.500\",\r\n            \"invoiceSubType\": 3,\r\n            \"allocatePayType\": \"1\",\r\n            \"expiresAt\": \"2024-10-15\"\r\n        }\r\n    ]\r\n}\r\n"},"url":"{{base-api-url}}/v1/invoice/split"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5b9bbf8a-3a17-47e5-bd79-be9b557fa733"},{"name":"hestallment invoice","id":"3fa3485a-2131-4b8b-9ae9-435cfd034118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","description":"<p>Access Code shared by Hesabe</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"merchantCode\":\"842217\",\r\n    \"invoices\": [\r\n        {\r\n            \"merchantCode\": \"{{merchant-code}}\",\r\n            \"mobileNumber\": \"60440749\",\r\n            \"customerName\": \"megha\",\r\n            \"customerEmail\": \"pkmegha91@gmail.com\",\r\n            \"description\":\"asdsd\",\r\n            \"countryCode\": \"965\",\r\n            \"invoiceType\": \"1\",\r\n            \"amount\": \"1.253\",\r\n            \"invoiceSubType\": 2,\r\n            \"allocatePayType\": \"1,2\",\r\n            \"expiresAt\": \"2024-10-15\"\r\n        },\r\n        {\r\n            \"merchantCode\": \"{{merchant-code}}\",\r\n            \"mobileNumber\": \"60440749\",\r\n            \"customerName\": \"megha\",\r\n            \"customerEmail\": \"pkmegha90@gmail.com\",\r\n            \"description\":\"\",\r\n            \"countryCode\": \"965\",\r\n            \"invoiceType\": \"1\",\r\n            \"amount\": \"10.500\",\r\n            \"invoiceSubType\": 3,\r\n            \"allocatePayType\": \"1\",\r\n            \"expiresAt\": \"2024-10-15\"\r\n        }\r\n    ]\r\n}\r\n"},"url":"{{base-api-url}}/v1/invoice/emi","urlObject":{"path":["v1","invoice","emi"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"8f800aa3-8af8-4901-83f1-50d91413e0a5","name":"hestallment invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","description":"Access Code shared by Hesabe","type":"text"},{"key":"password","value":"{{systempassword}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"merchantCode\":\"842217\",\r\n    \"invoices\": [\r\n        {\r\n            \"merchantCode\": \"{{merchant-code}}\",\r\n            \"mobileNumber\": \"60440749\",\r\n            \"customerName\": \"megha\",\r\n            \"customerEmail\": \"pkmegha91@gmail.com\",\r\n            \"description\":\"asdsd\",\r\n            \"countryCode\": \"965\",\r\n            \"invoiceType\": \"1\",\r\n            \"amount\": \"1.253\",\r\n            \"invoiceSubType\": 2,\r\n            \"allocatePayType\": \"1,2\",\r\n            \"expiresAt\": \"2024-10-15\"\r\n        },\r\n        {\r\n            \"merchantCode\": \"{{merchant-code}}\",\r\n            \"mobileNumber\": \"60440749\",\r\n            \"customerName\": \"megha\",\r\n            \"customerEmail\": \"pkmegha90@gmail.com\",\r\n            \"description\":\"\",\r\n            \"countryCode\": \"965\",\r\n            \"invoiceType\": \"1\",\r\n            \"amount\": \"10.500\",\r\n            \"invoiceSubType\": 3,\r\n            \"allocatePayType\": \"1\",\r\n            \"expiresAt\": \"2024-10-15\"\r\n        }\r\n    ]\r\n}\r\n"},"url":"{{base-api-url}}/v1/invoice/emi"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3fa3485a-2131-4b8b-9ae9-435cfd034118"}],"id":"2b2a7f72-5c10-4bcc-860c-e569e22164df","description":"<h2 id=\"note-this-folder-contains-the-following-invoice-apis\">Note, this folder contains the following Invoice APIs:</h2>\n<ul>\n<li>Quick Invoice</li>\n<li>Bulk Invoice</li>\n<li>Resend Invoice</li>\n<li>Single Invoice</li>\n<li>Cancel Invoice</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"997d3d9d-4797-4f70-8c2e-70e88568d743","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c5ed5cfc-acb4-464f-b8e0-05781b25df04","type":"text/javascript","exec":[""]}}],"_postman_id":"2b2a7f72-5c10-4bcc-860c-e569e22164df","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Categories","item":[{"name":"Get Category","id":"0e80176e-8d65-4f3b-8d3e-b6dfe96ce528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"00000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories/{{category-id}}","description":"<p>Get details of the product category based on the <code>category-id</code> passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","categories","{{category-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"ad861a80-6141-4c87-9324-0df3722e9483","name":"Get Category","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"00000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories/26"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 11:39:37 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"115"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Category Details\",\n    \"response\": {\n        \"category_id\": 26,\n        \"category_name\": \"Test\",\n        \"status\": 1\n    }\n}"}],"_postman_id":"0e80176e-8d65-4f3b-8d3e-b6dfe96ce528"},{"name":"Get Categories","id":"36ed847f-e266-419b-8705-b8d249ec8565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories","description":"<p>This API is used to get the listing with pagination for all the product categories.</p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","categories"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"a8c86b82-b9f6-48e1-b627-a694ff47fb9d","name":"Get Categories","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json","disabled":true},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"00000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 11:30:16 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"598"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Categories List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"category_id\": 33,\n                \"category_name\": \"test\",\n                \"status\": 1\n            }\n        ],\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://merchantapisandbox.hesabe.com/api/v1/categories\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"36ed847f-e266-419b-8705-b8d249ec8565"},{"name":"Create Category","id":"4a1ff865-5615-4ab0-812a-88725bab9cef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"categoryName\": \"asdfg\",\r\n    \"status\": 0\r\n}"},"url":"{{base-api-url}}/v1/categories","description":"<p>This API is used to create a new product category</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>categoryName</td>\n<td>cat-001</td>\n<td>String</td>\n<td>Required</td>\n<td>Product category name</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>Bit</td>\n<td>Optional</td>\n<td>1 - Active, 0 - Inactive. default value is <code>1</code>, It indicates Active.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","categories"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"96bc9a21-5495-4806-add9-50ae0b24b3d5","name":"Create Category","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\",\r\n    \"categoryName\":\"CategoryTestUsingPostMan\",\r\n    \"status\":0\r\n}"},"url":"{{base-api-url}}/v1/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 18:40:34 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"151"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Category has been created successfully.\",\n    \"response\": {\n        \"category_id\": 34,\n        \"category_name\": \"CategoryTestUsingPostMan\",\n        \"status\": 0\n    }\n}"}],"_postman_id":"4a1ff865-5615-4ab0-812a-88725bab9cef"},{"name":"Update Category","id":"388b2e23-581e-4d10-92d2-2d747dca190b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"categoryName\": \"Cate-005\",\r\n    \"status\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories/{{category-id}}","description":"<p>Updates Category. Currently, this API will update the category name and active status.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>categoryName</td>\n<td>Cate-005</td>\n<td>String</td>\n<td>Required</td>\n<td>The name of the category</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>bit</td>\n<td>Optional</td>\n<td>The status of the category</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","categories","{{category-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"26f7b520-6ba4-482c-b2ec-c01a73ec59ef","name":"Update Category","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"categoryName\": \"Cate-005\",\r\n    \"status\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories/{{category-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 18:53:55 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"119"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Category update success\",\n    \"response\": {\n        \"category_id\": 34,\n        \"category_name\": \"Cate-005\",\n        \"status\": 1\n    }\n}"}],"_postman_id":"388b2e23-581e-4d10-92d2-2d747dca190b"},{"name":"Delete Category","id":"7dc14761-ca0a-4185-b17a-df030c08a23f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories/{{category-id}}","description":"<p>This API is used to disabled the <code>Category</code> whose <code>category-id</code> is passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","categories","{{category-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"f0dfaa0f-9497-4fed-9b87-1ccbcab3f537","name":"Delete Category","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories/34"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:00:27 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"67"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Category update success\",\n    \"response\": null\n}"}],"_postman_id":"7dc14761-ca0a-4185-b17a-df030c08a23f"}],"id":"d7d33170-d0ad-4dcd-9cc7-9f9954ab2e00","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Category (This API is used to get the details of the product category based on the <code>category-id</code> passed in the URI).</li>\n<li>Get Categories (This API is used to get the listing with pagination for all the product categories).</li>\n<li>Create Category (This API is used to create a new product category).</li>\n<li>Update Category (This API is used to update the product category).</li>\n<li>Delete Category (This API is used to disabled the category whose <code>category-id</code> is passed in the URI).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"6e157e9d-c573-4aa9-8935-d6de9995350d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2908a4c3-714a-4bd0-ac99-e73ddc51a98f","type":"text/javascript","exec":[""]}}],"_postman_id":"d7d33170-d0ad-4dcd-9cc7-9f9954ab2e00","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Refunds","item":[{"name":"Get Refund","id":"7d6fe219-1e7a-4b03-8075-0347d7cfd08b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/refund/{{refund-id}}","description":"<p>This API is used to get details of the refund based on the <code>refund-id</code> passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","refund","{{refund-id}}"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"merchantCode","value":"00000"}],"variable":[]}},"response":[{"id":"a9dac184-43b3-4423-af0d-25c0b7626802","name":"Get Refund","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/refund/{{refund-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Dec 2020 12:40:03 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"683"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Refund requests\",\n    \"response\": {\n        \"id\": 2532,\n        \"merchant_id\": 84,\n        \"amount\": \"10.600\",\n        \"refund_at\": \"2020-12-15\",\n        \"document_number\": \"REF-2020001767\",\n        \"token\": \"84160802154936963397346\",\n        \"transaction_date\": \"2020-12-15 11:39:30\",\n        \"order_reference_number\": 12345678,\n        \"recover_method\": \"1\",\n        \"status\": 1,\n        \"refund_method\": \"2\",\n        \"total_refunded_amount\": \"30.600\",\n        \"created_at\": \"2020-12-15 12:36:56\",\n        \"updated_at\": \"2020-12-15 12:37:28\",\n        \"transaction\": {\n            \"id\": 38758,\n            \"amount\": 31.6,\n            \"admin_charge\": 1.6,\n            \"token\": \"84160802154936963397346\",\n            \"payment_id\": 1,\n            \"track_id\": \"84160802154936963397346\",\n            \"transaction_id\": \"202035010817219\",\n            \"service_id\": 2,\n            \"auth\": \"B45577\",\n            \"status\": 1,\n            \"created_at\": \"2020-12-15 11:39:30\"\n        }\n    }\n}"}],"_postman_id":"7d6fe219-1e7a-4b03-8075-0347d7cfd08b"},{"name":"Get Refunds","id":"b5c0b58b-691f-4566-a190-ffcf78dab976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n      \"fromDate\": \"2022-12-28\",\r\n        \"toDate\": \"2022-12-28\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/refund","description":"<p>This API is used to get all the Refund listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","refund"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"82d2bd94-5f7b-4378-85ca-8d99ef786ce2","name":"Get Refunds","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base-api-url}}/v1/refund","host":["{{base-api-url}}"],"path":["v1","refund"],"query":[{"key":"merchantCode","value":"00000","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Dec 2020 12:37:51 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Refund requests\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 2532,\n                \"merchant_id\": 84,\n                \"amount\": \"10.600\",\n                \"refund_at\": \"2020-12-15\",\n                \"document_number\": \"REF-2020001767\",\n                \"token\": \"84160802154936963397346\",\n                \"transaction_date\": \"2020-12-15 11:39:30\",\n                \"order_reference_number\": 12345678,\n                \"recover_method\": \"1\",\n                \"status\": 1,\n                \"refund_method\": \"2\",\n                \"total_refunded_amount\": \"30.600\",\n                \"created_at\": \"2020-12-15 12:36:56\",\n                \"updated_at\": \"2020-12-15 12:37:28\",\n                \"transaction\": {\n                    \"id\": 38758,\n                    \"amount\": 31.6,\n                    \"admin_charge\": 1.6,\n                    \"token\": \"84160802154936963397346\",\n                    \"payment_id\": 1,\n                    \"track_id\": \"84160802154936963397346\",\n                    \"transaction_id\": \"202035010817219\",\n                    \"service_id\": 2,\n                    \"auth\": \"B45577\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-12-15 11:39:30\"\n                }\n            },\n            {\n                \"id\": 2531,\n                \"merchant_id\": 84,\n                \"amount\": \"10.000\",\n                \"refund_at\": \"2020-12-15\",\n                \"document_number\": \"REF-2020001766\",\n                \"token\": \"84160802154936963397346\",\n                \"transaction_date\": \"2020-12-15 11:39:30\",\n                \"order_reference_number\": 12345678,\n                \"recover_method\": \"1\",\n                \"status\": 1,\n                \"refund_method\": \"2\",\n                \"total_refunded_amount\": \"30.600\",\n                \"created_at\": \"2020-12-15 11:50:14\",\n                \"updated_at\": \"2020-12-15 12:30:32\",\n                \"transaction\": {\n                    \"id\": 38758,\n                    \"amount\": 31.6,\n                    \"admin_charge\": 1.6,\n                    \"token\": \"84160802154936963397346\",\n                    \"payment_id\": 1,\n                    \"track_id\": \"84160802154936963397346\",\n                    \"transaction_id\": \"202035010817219\",\n                    \"service_id\": 2,\n                    \"auth\": \"B45577\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-12-15 11:39:30\"\n                }\n            },\n            {\n                \"id\": 2530,\n                \"merchant_id\": 84,\n                \"amount\": \"10.000\",\n                \"refund_at\": \"2020-12-15\",\n                \"document_number\": \"REF-2020001765\",\n                \"token\": \"84160802154936963397346\",\n                \"transaction_date\": \"2020-12-15 11:39:30\",\n                \"order_reference_number\": 12345678,\n                \"recover_method\": \"2\",\n                \"status\": 1,\n                \"refund_method\": \"2\",\n                \"total_refunded_amount\": \"30.600\",\n                \"created_at\": \"2020-12-15 11:40:32\",\n                \"updated_at\": \"2020-12-15 11:49:34\",\n                \"transaction\": {\n                    \"id\": 38758,\n                    \"amount\": 31.6,\n                    \"admin_charge\": 1.6,\n                    \"token\": \"84160802154936963397346\",\n                    \"payment_id\": 1,\n                    \"track_id\": \"84160802154936963397346\",\n                    \"transaction_id\": \"202035010817219\",\n                    \"service_id\": 2,\n                    \"auth\": \"B45577\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-12-15 11:39:30\"\n                }\n            },\n            {\n                \"id\": 2529,\n                \"merchant_id\": 84,\n                \"amount\": \"5.000\",\n                \"refund_at\": \"2020-12-15\",\n                \"document_number\": \"REF-2020001764\",\n                \"token\": \"84160665417337543353476\",\n                \"transaction_date\": \"2020-11-30 12:26:18\",\n                \"order_reference_number\": 0,\n                \"recover_method\": \"1\",\n                \"status\": 1,\n                \"refund_method\": \"2\",\n                \"total_refunded_amount\": \"5.000\",\n                \"created_at\": \"2020-12-15 09:30:30\",\n                \"updated_at\": \"2020-12-15 09:35:04\",\n                \"transaction\": {\n                    \"id\": 38753,\n                    \"amount\": 10,\n                    \"admin_charge\": 0,\n                    \"token\": \"84160665417337543353476\",\n                    \"payment_id\": 2,\n                    \"track_id\": \"1606728378\",\n                    \"transaction_id\": null,\n                    \"service_id\": 2,\n                    \"auth\": \"030408\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-11-30 12:26:18\"\n                }\n            },\n            {\n                \"id\": 2528,\n                \"merchant_id\": 84,\n                \"amount\": \"2.000\",\n                \"refund_at\": \"0000-00-00\",\n                \"document_number\": \"\",\n                \"token\": \"84160674108743459643931\",\n                \"transaction_date\": \"2020-11-30 15:58:22\",\n                \"order_reference_number\": 0,\n                \"recover_method\": \"\",\n                \"status\": 0,\n                \"refund_method\": \"1\",\n                \"total_refunded_amount\": \"0.000\",\n                \"created_at\": \"2020-12-13 16:46:35\",\n                \"updated_at\": \"2020-12-13 16:46:35\",\n                \"transaction\": {\n                    \"id\": 38755,\n                    \"amount\": 2,\n                    \"admin_charge\": 0,\n                    \"token\": \"84160674108743459643931\",\n                    \"payment_id\": 2,\n                    \"track_id\": \"1606741282\",\n                    \"transaction_id\": null,\n                    \"service_id\": 3,\n                    \"auth\": \"019409\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-11-30 15:58:22\"\n                }\n            },\n            {\n                \"id\": 2527,\n                \"merchant_id\": 84,\n                \"amount\": \"10.000\",\n                \"refund_at\": \"2020-11-16\",\n                \"document_number\": \"REF-2020001763\",\n                \"token\": \"84160552912465973756589\",\n                \"transaction_date\": \"2020-11-16 15:19:13\",\n                \"order_reference_number\": 1234567890,\n                \"recover_method\": \"2\",\n                \"status\": 1,\n                \"refund_method\": \"1\",\n                \"total_refunded_amount\": \"10.000\",\n                \"created_at\": \"2020-11-16 15:19:54\",\n                \"updated_at\": \"2020-11-16 15:35:02\",\n                \"transaction\": {\n                    \"id\": 38750,\n                    \"amount\": 10,\n                    \"admin_charge\": 0,\n                    \"token\": \"84160552912465973756589\",\n                    \"payment_id\": 1,\n                    \"track_id\": \"84160552912465973756589\",\n                    \"transaction_id\": \"202032185400834\",\n                    \"service_id\": 2,\n                    \"auth\": \"B61962\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-11-16 15:19:13\"\n                }\n            },\n            {\n                \"id\": 2526,\n                \"merchant_id\": 84,\n                \"amount\": \"22.160\",\n                \"refund_at\": \"0000-00-00\",\n                \"document_number\": \"\",\n                \"token\": \"84221715989921059383755589759\",\n                \"transaction_date\": \"2020-09-01 23:29:01\",\n                \"order_reference_number\": 0,\n                \"recover_method\": \"\",\n                \"status\": 0,\n                \"refund_method\": \"1\",\n                \"total_refunded_amount\": \"0.000\",\n                \"created_at\": \"2020-09-09 09:48:20\",\n                \"updated_at\": \"2020-09-09 09:48:20\",\n                \"transaction\": {\n                    \"id\": 38689,\n                    \"amount\": 22.16,\n                    \"admin_charge\": 0.16,\n                    \"token\": \"84221715989921059383755589759\",\n                    \"payment_id\": 1,\n                    \"track_id\": \"84221715989921059383755589759\",\n                    \"transaction_id\": \"202024546095286\",\n                    \"service_id\": 3,\n                    \"auth\": \"B55109\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-09-01 23:29:01\"\n                }\n            },\n            {\n                \"id\": 162,\n                \"merchant_id\": 84,\n                \"amount\": \"50.970\",\n                \"refund_at\": \"2020-09-02\",\n                \"document_number\": \"REF-2020000040\",\n                \"token\": \"84221715990310889457837433701\",\n                \"transaction_date\": \"2020-09-02 10:20:53\",\n                \"order_reference_number\": 11434,\n                \"recover_method\": \"1\",\n                \"status\": 1,\n                \"refund_method\": \"1\",\n                \"total_refunded_amount\": \"50.970\",\n                \"created_at\": \"2020-09-02 17:23:13\",\n                \"updated_at\": \"2020-09-02 17:36:48\",\n                \"transaction\": {\n                    \"id\": 38704,\n                    \"amount\": 50.97,\n                    \"admin_charge\": 0.97,\n                    \"token\": \"84221715990310889457837433701\",\n                    \"payment_id\": 2,\n                    \"track_id\": \"eba16831d3f84586\",\n                    \"transaction_id\": \"0116OB\",\n                    \"service_id\": 3,\n                    \"auth\": \"012759\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-11-20 00:10:00\"\n                }\n            },\n            {\n                \"id\": 161,\n                \"merchant_id\": 84,\n                \"amount\": \"152.470\",\n                \"refund_at\": \"0000-00-00\",\n                \"document_number\": \"\",\n                \"token\": \"84221715990314139675644355767\",\n                \"transaction_date\": \"2020-09-02 10:25:06\",\n                \"order_reference_number\": 11435,\n                \"recover_method\": \"\",\n                \"status\": 2,\n                \"refund_method\": \"1\",\n                \"total_refunded_amount\": \"0.000\",\n                \"created_at\": \"2020-09-02 16:59:33\",\n                \"updated_at\": \"2020-09-03 11:14:45\",\n                \"transaction\": {\n                    \"id\": 38705,\n                    \"amount\": 152.47,\n                    \"admin_charge\": 2.47,\n                    \"token\": \"84221715990314139675644355767\",\n                    \"payment_id\": 2,\n                    \"track_id\": \"d20448ca3c0b4e76\",\n                    \"transaction_id\": \"0116B3\",\n                    \"service_id\": 3,\n                    \"auth\": \"012731\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-09-02 10:25:06\"\n                }\n            },\n            {\n                \"id\": 160,\n                \"merchant_id\": 84,\n                \"amount\": \"76.350\",\n                \"refund_at\": \"2020-09-02\",\n                \"document_number\": \"REF-2020000039\",\n                \"token\": \"84221715990316679578346844550\",\n                \"transaction_date\": \"2020-09-02 10:29:03\",\n                \"order_reference_number\": 11436,\n                \"recover_method\": \"1\",\n                \"status\": 1,\n                \"refund_method\": \"1\",\n                \"total_refunded_amount\": \"76.350\",\n                \"created_at\": \"2020-09-02 15:59:01\",\n                \"updated_at\": \"2020-09-02 17:07:45\",\n                \"transaction\": null\n            },\n            {\n                \"id\": 159,\n                \"merchant_id\": 84,\n                \"amount\": \"150.800\",\n                \"refund_at\": \"2020-09-02\",\n                \"document_number\": \"REF-2020000038\",\n                \"token\": \"84221715990260569775645664454\",\n                \"transaction_date\": \"2020-09-02 08:54:41\",\n                \"order_reference_number\": 30994,\n                \"recover_method\": \"1\",\n                \"status\": 1,\n                \"refund_method\": \"1\",\n                \"total_refunded_amount\": \"150.800\",\n                \"created_at\": \"2020-09-02 09:51:09\",\n                \"updated_at\": \"2020-09-02 10:00:50\",\n                \"transaction\": {\n                    \"id\": 38696,\n                    \"amount\": 150.8,\n                    \"admin_charge\": 0.8,\n                    \"token\": \"84221715990260569775645664454\",\n                    \"payment_id\": 1,\n                    \"track_id\": \"84221715990260569775645664454\",\n                    \"transaction_id\": \"202024686934204\",\n                    \"service_id\": 3,\n                    \"auth\": \"B36290\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-09-02 08:54:41\"\n                }\n            },\n            {\n                \"id\": 158,\n                \"merchant_id\": 84,\n                \"amount\": \"20.365\",\n                \"refund_at\": \"0000-00-00\",\n                \"document_number\": \"\",\n                \"token\": \"84221715985100949386768834436\",\n                \"transaction_date\": \"2020-08-27 09:35:10\",\n                \"order_reference_number\": 843985533,\n                \"recover_method\": \"\",\n                \"status\": 0,\n                \"refund_method\": \"1\",\n                \"total_refunded_amount\": \"0.000\",\n                \"created_at\": \"2020-08-27 09:35:42\",\n                \"updated_at\": \"2020-08-27 09:35:42\",\n                \"transaction\": {\n                    \"id\": 38481,\n                    \"amount\": 20.365,\n                    \"admin_charge\": 0,\n                    \"token\": \"84221715985100949386768834436\",\n                    \"payment_id\": 1,\n                    \"track_id\": \"84221715985100949386768834436\",\n                    \"transaction_id\": \"202024005077474\",\n                    \"service_id\": 2,\n                    \"auth\": \"B13923\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-08-27 09:35:10\"\n                }\n            },\n            {\n                \"id\": 157,\n                \"merchant_id\": 84,\n                \"amount\": \"256.000\",\n                \"refund_at\": \"0000-00-00\",\n                \"document_number\": \"\",\n                \"token\": \"84221715984470519457546384827\",\n                \"transaction_date\": \"2020-08-26 16:04:24\",\n                \"order_reference_number\": 0,\n                \"recover_method\": \"\",\n                \"status\": 0,\n                \"refund_method\": \"1\",\n                \"total_refunded_amount\": \"0.000\",\n                \"created_at\": \"2020-08-26 16:17:33\",\n                \"updated_at\": \"2020-08-26 16:17:33\",\n                \"transaction\": {\n                    \"id\": 38457,\n                    \"amount\": 256,\n                    \"admin_charge\": 0,\n                    \"token\": \"84221715984470519457546384827\",\n                    \"payment_id\": 1,\n                    \"track_id\": \"84221715984470519457546384827\",\n                    \"transaction_id\": \"202023923553871\",\n                    \"service_id\": 2,\n                    \"auth\": \"B16472\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-08-26 16:04:24\"\n                }\n            },\n            {\n                \"id\": 156,\n                \"merchant_id\": 84,\n                \"amount\": \"251.000\",\n                \"refund_at\": \"0000-00-00\",\n                \"document_number\": \"\",\n                \"token\": \"84221715982506889675456383663\",\n                \"transaction_date\": \"2020-08-24 09:33:09\",\n                \"order_reference_number\": 0,\n                \"recover_method\": \"\",\n                \"status\": 0,\n                \"refund_method\": \"1\",\n                \"total_refunded_amount\": \"0.000\",\n                \"created_at\": \"2020-08-24 13:58:45\",\n                \"updated_at\": \"2020-08-24 13:58:45\",\n                \"transaction\": {\n                    \"id\": 38349,\n                    \"amount\": 251,\n                    \"admin_charge\": 0,\n                    \"token\": \"84221715982506889675456383663\",\n                    \"payment_id\": 1,\n                    \"track_id\": \"84221715982506889675456383663\",\n                    \"transaction_id\": \"202023774583939\",\n                    \"service_id\": 3,\n                    \"auth\": \"B44358\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-08-24 09:33:09\"\n                }\n            },\n            {\n                \"id\": 155,\n                \"merchant_id\": 84,\n                \"amount\": \"22.600\",\n                \"refund_at\": \"2020-08-17\",\n                \"document_number\": \"REF-2020000037\",\n                \"token\": \"84221715976502319686573689527\",\n                \"transaction_date\": \"2020-08-17 10:44:22\",\n                \"order_reference_number\": 1597650140,\n                \"recover_method\": \"1\",\n                \"status\": 1,\n                \"refund_method\": \"1\",\n                \"total_refunded_amount\": \"22.600\",\n                \"created_at\": \"2020-08-17 10:46:22\",\n                \"updated_at\": \"2020-08-17 10:48:36\",\n                \"transaction\": {\n                    \"id\": 38073,\n                    \"amount\": 22.6,\n                    \"admin_charge\": 0.6,\n                    \"token\": \"84221715976502319686573689527\",\n                    \"payment_id\": 2,\n                    \"track_id\": \"cef43d0930d54b29\",\n                    \"transaction_id\": null,\n                    \"service_id\": 2,\n                    \"auth\": \"007110\",\n                    \"status\": 1,\n                    \"created_at\": \"2020-08-17 10:44:22\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 48,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 4,\n            \"page_url\": \"http://merchantapi.test/api/v1/refund\",\n            \"next_page_url\": \"http://merchantapi.test/api/v1/refund?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"b5c0b58b-691f-4566-a190-ffcf78dab976"},{"name":"Create Refund","id":"fe2a4ff8-8185-4fb2-8d71-cce2cab5a51e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"refundMethod\":\"1\",\r\n    \"token\": \"84221717658836919465483765129\"\r\n}"},"url":"{{base-api-url}}/v1/refund","description":"<p>Creates a new Refund and in response gets the created Refund details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>token</td>\n<td>84160794866074736536370</td>\n<td>string</td>\n<td>Required</td>\n<td>The transaction reference token provided after the transaction</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","refund"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"a2d3c552-622f-4950-980d-b0da509f90c8","name":"Create Refund - 1","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"refundMethod\":\"2\",\r\n    \"refundAmount\":\"1\",\r\n    \"token\": \"84162003794296459735470\"\r\n}"},"url":"{{base-api-url}}/v1/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 May 2021 10:32:54 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Refund request has been added\",\n    \"response\": {\n        \"id\": 472,\n        \"merchant_id\": 84,\n        \"amount\": \"1\",\n        \"refund_at\": null,\n        \"document_number\": \"\",\n        \"token\": \"84162003794296459735470\",\n        \"transaction_date\": \"2021-05-03T10:32:39.000000Z\",\n        \"order_reference_number\": \"\",\n        \"recover_method\": \"\",\n        \"status\": 0,\n        \"refund_method\": 2,\n        \"remarks\": \"\",\n        \"approved_by\": \"\",\n        \"total_refunded_amount\": \"0.000\",\n        \"total_balance_amount\": \"2.351\",\n        \"created_at\": \"2021-05-03T10:32:54.158125Z\",\n        \"updated_at\": \"2021-05-03T10:32:54.158159Z\",\n        \"transaction\": {\n            \"id\": 47121,\n            \"amount\": 2.351,\n            \"admin_charge\": 0.351,\n            \"token\": \"84162003794296459735470\",\n            \"payment_id\": 1,\n            \"payment_name\": \"KNET\",\n            \"track_id\": \"84162003794296459735470\",\n            \"transaction_id\": \"202112381005093\",\n            \"service_id\": 3,\n            \"auth\": \"B35637\",\n            \"status\": 1,\n            \"created_at\": \"2021-05-03 13:32:39\"\n        }\n    }\n}"}],"_postman_id":"fe2a4ff8-8185-4fb2-8d71-cce2cab5a51e"},{"name":"Direct Refund","id":"9e9a476d-644c-401c-a02a-4ad4009cd429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"refundMethod\": \"2\",\r\n    \"refundAmount\": \"1\",\r\n    \"token\": \"84221716680695169633563359233\",\r\n    \"success_url\": \"http://local.merchant-api.com/success_url\",\r\n    \"failure_url\": \"http://local.merchant-api.com/failure_url\",\r\n    \"webhook_url\": \"http://local.merchant-api.com/webhook_url\"\r\n}"},"url":"{{base-api-url}}/v1/hd-refund","description":"<p>Creates a new Refund and in response gets the created Refund details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>token</td>\n<td>84160794866074736536370</td>\n<td>string</td>\n<td>Required</td>\n<td>The transaction reference token provided after the transaction</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","hd-refund"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"9660dc32-d6b6-458a-8e2a-08dbb418448b","name":"Create Refund - 1","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"refundMethod\":\"2\",\r\n    \"refundAmount\":\"1\",\r\n    \"token\": \"84162003794296459735470\"\r\n}"},"url":"{{base-api-url}}/v1/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 May 2021 10:32:54 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Refund request has been added\",\n    \"response\": {\n        \"id\": 472,\n        \"merchant_id\": 84,\n        \"amount\": \"1\",\n        \"refund_at\": null,\n        \"document_number\": \"\",\n        \"token\": \"84162003794296459735470\",\n        \"transaction_date\": \"2021-05-03T10:32:39.000000Z\",\n        \"order_reference_number\": \"\",\n        \"recover_method\": \"\",\n        \"status\": 0,\n        \"refund_method\": 2,\n        \"remarks\": \"\",\n        \"approved_by\": \"\",\n        \"total_refunded_amount\": \"0.000\",\n        \"total_balance_amount\": \"2.351\",\n        \"created_at\": \"2021-05-03T10:32:54.158125Z\",\n        \"updated_at\": \"2021-05-03T10:32:54.158159Z\",\n        \"transaction\": {\n            \"id\": 47121,\n            \"amount\": 2.351,\n            \"admin_charge\": 0.351,\n            \"token\": \"84162003794296459735470\",\n            \"payment_id\": 1,\n            \"payment_name\": \"KNET\",\n            \"track_id\": \"84162003794296459735470\",\n            \"transaction_id\": \"202112381005093\",\n            \"service_id\": 3,\n            \"auth\": \"B35637\",\n            \"status\": 1,\n            \"created_at\": \"2021-05-03 13:32:39\"\n        }\n    }\n}"}],"_postman_id":"9e9a476d-644c-401c-a02a-4ad4009cd429"},{"name":"Create Refund Cancel","id":"b89363ee-77a7-40bd-9ca6-363846f430cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchantCode}}\",\r\n    \"refundMethod\":\"2\",\r\n    \"refundAmount\":\"1\",\r\n    \"token\": \"84161941826493556344944\"\r\n}"},"url":"{{base-api-url}}/v1/refund/cancel/90","description":"<p>Creates a new Refund and in response gets the created Refund details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>token</td>\n<td>84160794866074736536370</td>\n<td>string</td>\n<td>Required</td>\n<td>The transaction reference token provided after the transaction</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","refund","cancel","90"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"09913d07-8131-4899-9f62-138eab83770b","name":"Create Refund - 1","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"refundMethod\":\"2\",\r\n    \"refundAmount\":\"1\",\r\n    \"token\": \"84162003794296459735470\"\r\n}"},"url":"{{base-api-url}}/v1/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 May 2021 10:32:54 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Refund request has been added\",\n    \"response\": {\n        \"id\": 472,\n        \"merchant_id\": 84,\n        \"amount\": \"1\",\n        \"refund_at\": null,\n        \"document_number\": \"\",\n        \"token\": \"84162003794296459735470\",\n        \"transaction_date\": \"2021-05-03T10:32:39.000000Z\",\n        \"order_reference_number\": \"\",\n        \"recover_method\": \"\",\n        \"status\": 0,\n        \"refund_method\": 2,\n        \"remarks\": \"\",\n        \"approved_by\": \"\",\n        \"total_refunded_amount\": \"0.000\",\n        \"total_balance_amount\": \"2.351\",\n        \"created_at\": \"2021-05-03T10:32:54.158125Z\",\n        \"updated_at\": \"2021-05-03T10:32:54.158159Z\",\n        \"transaction\": {\n            \"id\": 47121,\n            \"amount\": 2.351,\n            \"admin_charge\": 0.351,\n            \"token\": \"84162003794296459735470\",\n            \"payment_id\": 1,\n            \"payment_name\": \"KNET\",\n            \"track_id\": \"84162003794296459735470\",\n            \"transaction_id\": \"202112381005093\",\n            \"service_id\": 3,\n            \"auth\": \"B35637\",\n            \"status\": 1,\n            \"created_at\": \"2021-05-03 13:32:39\"\n        }\n    }\n}"}],"_postman_id":"b89363ee-77a7-40bd-9ca6-363846f430cd"}],"id":"4a37eae5-8592-4776-9d75-3ed989891f22","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Refund (This API is used to get the details of the Refund based on the Refund-id passed in the URI).</li>\n<li>Get Refunds (This API is used to get the listing with pagination for all the Refunds).</li>\n<li>Create Refund (This API is used to create a new Refund)</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"e3751336-22d6-4714-9247-f75d546a7425","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"224e4bbc-3ffe-4200-b05a-d25244910de6","type":"text/javascript","exec":[""]}}],"_postman_id":"4a37eae5-8592-4776-9d75-3ed989891f22","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Employees","item":[{"name":"Get Employees","id":"ce9644e9-d77a-40a8-bad5-77c6110098a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"merchantCode\": \"{{merchant-code}}\",\r\n       \r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees","description":"<p>Get all employees of the merchant.</p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","employees"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"8ff318c9-5b79-4115-9ed2-1b786a06a50f","name":"Get Employees","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Oct 2020 20:47:30 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"4304"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Employees List\",\n    \"response\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"id\": 39,\n                \"MerchantID\": 84,\n                \"Employee_id\": \"EE-390219\",\n                \"MerchantUserName\": \"test employee\",\n                \"DesignationID\": 0,\n                \"EmailMobile\": \"abc@abc.com\",\n                \"CreatedByID\": 84,\n                \"created_at\": \"2019-07-02 16:22:47\",\n                \"EditedByID\": 84,\n                \"updated_at\": \"2020-06-08 18:34:52\",\n                \"ActiveStatus\": 1\n            }\n        ],\n        \"first_page_url\": null,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": null,\n        \"next_page_url\": null,\n        \"path\": \"http://merchantapisandbox.hesabe.com/api/v1/employees\",\n        \"per_page\": 15,\n        \"prev_page_url\": null,\n        \"to\": 1,\n        \"total\": 1\n    }\n}"}],"_postman_id":"ce9644e9-d77a-40a8-bad5-77c6110098a5"},{"name":"Get Employee","id":"2a423959-6a8b-4c5e-a904-f07b1ad7d1dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees/{{employee-id}}","description":"<p>Get details on an employee whose <code>employee primary-id</code> is passed as a parameter to URI</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","employees","{{employee-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"c7c57aa4-87d0-4641-bdd5-f14617b3662f","name":"Get Employee","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees/39"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Oct 2020 20:59:20 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"308"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Employee Details\",\n    \"response\": {\n        \"id\": 39,\n        \"MerchantID\": 84,\n        \"Employee_id\": \"EE-390219\",\n        \"MerchantUserName\": \"test employee\",\n        \"DesignationID\": 0,\n        \"EmailMobile\": \"abc@abc.com\",\n        \"CreatedByID\": 84,\n        \"created_at\": \"2019-07-02 16:22:47\",\n        \"EditedByID\": 84,\n        \"updated_at\": \"2020-06-08 18:34:52\",\n        \"ActiveStatus\": 1\n    }\n}"}],"_postman_id":"2a423959-6a8b-4c5e-a904-f07b1ad7d1dd"},{"name":"Create Employee","id":"37937769-0922-4cfb-9d59-5681ba1d5178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"{{merchantCode}}\",\r\n    \"employeeId\": \"Emp-547\",\r\n    \"userName\": \"test547\",\r\n    \"email\": \"abc@gmail.com\",\r\n    \"password\": \"Test@547\",\r\n    \"status\": \"1\",\r\n    \"designationId\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees","description":"<p>This API is used to create new employee</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>employeeId</td>\n<td>Emp-001</td>\n<td>String</td>\n<td>Required</td>\n<td>The employee identification</td>\n</tr>\n<tr>\n<td>userName</td>\n<td>test123456</td>\n<td>String</td>\n<td>Required</td>\n<td>The employee user-name</td>\n</tr>\n<tr>\n<td>email</td>\n<td><a href=\"mailto:abc@abc.com\">abc@abc.com</a></td>\n<td>String</td>\n<td>Required</td>\n<td>The employee email-id</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Test@123456</td>\n<td>String</td>\n<td>Required</td>\n<td>The password must contain at least 6 characters, including upper/lowercase, numbers, and special-characters</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>Bit</td>\n<td>Required</td>\n<td>The employee status Note: 1 - Active, 0 - Inactive. the default value is 1, it indicates Active.</td>\n</tr>\n<tr>\n<td>designationId</td>\n<td>1</td>\n<td>Integer</td>\n<td>Required</td>\n<td>The employee designation must be any of this: <code>1 - PM, 2 - CM</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","employees"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"bf23683a-a7fd-412d-888c-7a6ab1729e6f","name":"Create Employee","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"employeeId\": \"Emp-222\",\r\n    \"userName\": \"test1234562\",\r\n    \"email\": \"abc@gmail.com\",\r\n    \"password\": \"Test@123456\",\r\n    \"status\": \"1\",\r\n    \"designationId\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 05:47:35 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"83"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Employee has been created successfully.\",\n    \"response\": null\n}"}],"_postman_id":"37937769-0922-4cfb-9d59-5681ba1d5178"},{"name":"Update Employee","id":"48669e36-9552-46f7-8e28-d9ffff5e6b26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"employeeId\": \"Emp-222\",\r\n    \"email\": \"abc@gmail.com\",\r\n    \"password\": \"Test@123\",\r\n    \"status\": \"1\",\r\n    \"designationId\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees/131","description":"<p>This API is used to update employee details whose <code>employee primary-id</code> is passed as a parameter to URI</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>employeeId</td>\n<td>Emp-001</td>\n<td>String</td>\n<td>Required</td>\n<td>The employee identification</td>\n</tr>\n<tr>\n<td>email</td>\n<td><a href=\"mailto:abc@abc.com\">abc@abc.com</a></td>\n<td>String</td>\n<td>Required</td>\n<td>The employee email-id</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Test@123456</td>\n<td>String</td>\n<td>Optional</td>\n<td>The password must contain at least 6 characters, including upper/lowercase, numbers, and special-characters</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>Bit</td>\n<td>Optional</td>\n<td>The status of the employee</td>\n</tr>\n<tr>\n<td>designationId</td>\n<td>1</td>\n<td>Integer</td>\n<td>Required</td>\n<td>The employee designation must be any of this: <code>1 - PM, 2 - CM</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","employees","131"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"d4401057-b304-4673-b1f7-aba988a03124","name":"Update Employee","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"employeeId\": \"Emp-222\",\r\n    \"email\": \"abc@gmail.com\",\r\n    \"password\": \"Test@123456\",\r\n    \"status\": \"1\",\r\n    \"designationId\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees/39"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 06:03:38 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"67"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Employee update success\",\n    \"response\": null\n}"}],"_postman_id":"48669e36-9552-46f7-8e28-d9ffff5e6b26"},{"name":"Delete Employee","id":"5a44eb29-0a6f-41d2-8d41-3443b6236495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees/{{employee-id}}","description":"<p>This API is used to delete the employee whose <code>employee primary-id</code> is passed as a parameter to URI</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","employees","{{employee-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"5891874c-d8ef-490a-afe0-0f2ef2db5579","name":"Delete Employee","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees/67"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 06:14:33 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"69"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Employee has been deleted\",\n    \"response\": null\n}"}],"_postman_id":"5a44eb29-0a6f-41d2-8d41-3443b6236495"},{"name":"Get Employee Designations","id":"c41c1bd5-b732-4b3b-b5e9-a572e49d1562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/designations","description":"<p>Get all designations of the merchant.</p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","designations"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"merchantCode","value":"{{merchant-code}}"}],"variable":[]}},"response":[{"id":"44235dc1-6cd2-4451-a55f-bf4932ac7b9f","name":"Get Employee Designations","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/designations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Nov 2020 06:49:46 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.11"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"196"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Designation List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 1,\n                \"name\": \"PM\",\n                \"status\": 1\n            },\n            {\n                \"id\": 2,\n                \"name\": \"CM\",\n                \"status\": 1\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Lead\",\n                \"status\": 0\n            },\n            {\n                \"id\": 4,\n                \"name\": \"HR\",\n                \"status\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"c41c1bd5-b732-4b3b-b5e9-a572e49d1562"}],"id":"dc4551cb-073f-4b0c-8696-0c32b11bc252","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Employees (This API is used to get all employees of the merchant).</li>\n<li>Get Employee (This API is used to get the details on an employee whose employee primary-id is added as a parameter to URI).</li>\n<li>Create Employee (This API is used to create a new employee).</li>\n<li>Update Employee (This API is used to update the employee details).</li>\n<li>Delete Employee (This API is used to delete the employee whose employee-id is passed in the URI).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"64db5cad-7974-4732-af26-a6920b74067d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"90290d66-b948-45d2-ae0d-7a185caa10e2","type":"text/javascript","exec":[""]}}],"_postman_id":"dc4551cb-073f-4b0c-8696-0c32b11bc252","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Reports","item":[{"name":"Transaction Report","item":[{"name":"Transaction Report List","id":"2dfd2f0d-ff5d-48e8-ac52-778821842b48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"merchantCode\": \"{{merchantCode}}\"}"},"url":"{{base-api-url}}/v1/report/transactions?fromDate=2023-07-01&toDate=2023-02-20&password={{systempassword}}","description":"<p>This API is used to get a list of all transaction details available</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","report","transactions"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"serviceType","value":"6"},{"disabled":true,"description":{"content":"<p>The merchant employee Id</p>\n","type":"text/plain"},"key":"employee","value":"2"},{"disabled":true,"key":"paymentType","value":"1"},{"disabled":true,"key":"data","value":""},{"disabled":true,"key":"search","value":"467750"},{"key":"fromDate","value":"2023-07-01"},{"disabled":true,"key":"exportAs","value":"csv"},{"disabled":true,"key":"downloadUrl","value":"1"},{"key":"toDate","value":"2023-02-20"},{"key":"password","value":"{{systempassword}}"}],"variable":[]}},"response":[{"id":"7518aeb5-62c5-43ac-a256-cfcace2c589c","name":"Transaction Report List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base-api-url}}/v1/report/transactions?paymentStatus=1","host":["{{base-api-url}}"],"path":["v1","report","transactions"],"query":[{"key":"search","value":"","type":"text","disabled":true},{"key":"toDate","value":"2019-12-06","type":"text","disabled":true},{"key":"fromDate","value":"2019-12-05","type":"text","disabled":true},{"key":"paymentStatus","value":"1"},{"key":"serviceType","value":"6","type":"text","disabled":true},{"key":"employee","value":"2","type":"text","disabled":true},{"key":"paymentType","value":"2","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Nov 2020 08:36:16 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transaction Report List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 38704,\n                \"merchant_id\": 84,\n                \"amount\": 50.97,\n                \"net_amount\": 50.87,\n                \"admin_charge\": 0.97,\n                \"token\": \"84221715990310889457837433701\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 1,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0.1,\n                \"commission\": 0.1,\n                \"order_reference_number\": \"11434\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-20 00:10:00\",\n                \"updated_at\": \"2020-09-02 17:36:48\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38751,\n                \"merchant_id\": 84,\n                \"amount\": 10,\n                \"net_amount\": 0,\n                \"admin_charge\": 0,\n                \"token\": \"84160552912465973756589\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 2,\n                \"refund_status\": 0,\n                \"description\": null,\n                \"knet_percentage\": null,\n                \"knet_value\": null,\n                \"mpgs_percentage\": null,\n                \"mpgs_value\": 0,\n                \"commission\": 0,\n                \"order_reference_number\": \"1234567890\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-16 15:35:02\",\n                \"updated_at\": \"2020-11-16 15:35:02\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"1234567890\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38750,\n                \"merchant_id\": 84,\n                \"amount\": 10,\n                \"net_amount\": 8.5,\n                \"admin_charge\": 0,\n                \"token\": \"84160552912465973756589\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 1,\n                \"payment_status\": 1,\n                \"refund_status\": 1,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 1.5,\n                \"order_reference_number\": \"1234567890\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-16 15:19:13\",\n                \"updated_at\": \"2020-11-16 16:56:45\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"1234567890\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38749,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160455885163344437484\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"test\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"1591884765\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-05 23:59:49\",\n                \"updated_at\": \"2020-11-05 09:47:49\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"cusome\",\n                    \"variable_2\": \"qqq\",\n                    \"variable_3\": \"www\",\n                    \"variable_4\": \"eee\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38748,\n                \"merchant_id\": 84,\n                \"amount\": 11,\n                \"net_amount\": 9.4,\n                \"admin_charge\": 1,\n                \"token\": \"84160439585363999673596\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 1.6,\n                \"order_reference_number\": \"12345678\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-03 12:31:06\",\n                \"updated_at\": \"2020-11-03 12:31:06\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"12345678\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38747,\n                \"merchant_id\": 84,\n                \"amount\": 10.1,\n                \"net_amount\": 8.09,\n                \"admin_charge\": 0.1,\n                \"token\": \"84160439127676379795564\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 2.01,\n                \"order_reference_number\": \"12345678\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-03 12:27:00\",\n                \"updated_at\": \"2020-11-03 12:33:57\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"12345678\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.100\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38746,\n                \"merchant_id\": 84,\n                \"amount\": 2,\n                \"net_amount\": 1.3,\n                \"admin_charge\": 1,\n                \"token\": \"200160360987735944764497\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"Quick Invoice\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.7,\n                \"order_reference_number\": \"2002310364\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-25 10:12:13\",\n                \"updated_at\": \"2020-10-25 10:12:13\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 200,\n                    \"reference_number\": \"2002310364\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"1.000\",\n                    \"description\": \"Quick Invoice\"\n                }\n            },\n            {\n                \"id\": 38745,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416031879145357464641\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"www\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:58:41\",\n                \"updated_at\": \"2020-10-20 12:58:41\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38744,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 1.718,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318764165675949928\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 1.302,\n                \"order_reference_number\": \"3333\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:55:21\",\n                \"updated_at\": \"2020-10-20 12:55:21\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38743,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318751769376549444\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"12345\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:52:12\",\n                \"updated_at\": \"2020-10-20 12:52:12\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38742,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318651096654567986\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:35:18\",\n                \"updated_at\": \"2020-10-20 12:35:18\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38741,\n                \"merchant_id\": 84,\n                \"amount\": 2.222,\n                \"net_amount\": 1.5,\n                \"admin_charge\": 0,\n                \"token\": \"84160181653995WW7QQ819\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.722,\n                \"order_reference_number\": \"INV100000\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-18 08:34:38\",\n                \"updated_at\": \"2020-10-18 08:34:38\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"INV100000\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"John doe\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38740,\n                \"merchant_id\": 84,\n                \"amount\": 91,\n                \"net_amount\": 81.4,\n                \"admin_charge\": 1,\n                \"token\": \"84160242061743795973926\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"test\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 9.6,\n                \"order_reference_number\": \"testing\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-15 11:53:54\",\n                \"updated_at\": \"2020-10-15 11:53:54\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"testing\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"shahbaaz\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"test\"\n                }\n            },\n            {\n                \"id\": 38739,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 1.718,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416021610707876544853\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"aSsasdasdasdasd\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 1.302,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-08 15:44:55\",\n                \"updated_at\": \"2020-10-08 15:44:55\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38738,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416021609995333549964\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"stestinggg   ddddd\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-08 15:43:34\",\n                \"updated_at\": \"2020-10-08 15:43:34\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            }\n        ],\n        \"pagination\": {\n            \"total\": 3358,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 224,\n            \"page_url\": \"http://merchantapi.test/api/v1/report/transactions\",\n            \"next_page_url\": \"http://merchantapi.test/api/v1/report/transactions?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"2dfd2f0d-ff5d-48e8-ac52-778821842b48"},{"name":"Transaction Stats Repot","id":"294abb34-3b86-4b92-a60b-69a0d323e734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"e0239aa8df93fe80b516aeddd700c25a264e55a667478f10b3e050a4bf48e98e\"\r\n}"},"url":"{{base-api-url}}/v1/report/transactions?toDate=2023-07-01&fromDate=2023-06-01&exportAs=csv","description":"<p>This API is used to get a list of all transaction details available</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","report","transactions"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"serviceType","value":"6"},{"disabled":true,"description":{"content":"<p>The merchant employee Id</p>\n","type":"text/plain"},"key":"employee","value":"2"},{"disabled":true,"key":"paymentType","value":"1"},{"disabled":true,"key":"data","value":""},{"key":"toDate","value":"2023-07-01"},{"disabled":true,"key":"search","value":"467750"},{"key":"fromDate","value":"2023-06-01"},{"key":"exportAs","value":"csv"}],"variable":[]}},"response":[{"id":"bcf1112c-aa93-46a4-929d-309d40aa8c8c","name":"Transaction Report List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base-api-url}}/v1/report/transactions?paymentStatus=1","host":["{{base-api-url}}"],"path":["v1","report","transactions"],"query":[{"key":"search","value":"","type":"text","disabled":true},{"key":"toDate","value":"2019-12-06","type":"text","disabled":true},{"key":"fromDate","value":"2019-12-05","type":"text","disabled":true},{"key":"paymentStatus","value":"1"},{"key":"serviceType","value":"6","type":"text","disabled":true},{"key":"employee","value":"2","type":"text","disabled":true},{"key":"paymentType","value":"2","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Nov 2020 08:36:16 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transaction Report List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 38704,\n                \"merchant_id\": 84,\n                \"amount\": 50.97,\n                \"net_amount\": 50.87,\n                \"admin_charge\": 0.97,\n                \"token\": \"84221715990310889457837433701\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 1,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0.1,\n                \"commission\": 0.1,\n                \"order_reference_number\": \"11434\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-20 00:10:00\",\n                \"updated_at\": \"2020-09-02 17:36:48\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38751,\n                \"merchant_id\": 84,\n                \"amount\": 10,\n                \"net_amount\": 0,\n                \"admin_charge\": 0,\n                \"token\": \"84160552912465973756589\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 2,\n                \"refund_status\": 0,\n                \"description\": null,\n                \"knet_percentage\": null,\n                \"knet_value\": null,\n                \"mpgs_percentage\": null,\n                \"mpgs_value\": 0,\n                \"commission\": 0,\n                \"order_reference_number\": \"1234567890\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-16 15:35:02\",\n                \"updated_at\": \"2020-11-16 15:35:02\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"1234567890\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38750,\n                \"merchant_id\": 84,\n                \"amount\": 10,\n                \"net_amount\": 8.5,\n                \"admin_charge\": 0,\n                \"token\": \"84160552912465973756589\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 1,\n                \"payment_status\": 1,\n                \"refund_status\": 1,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 1.5,\n                \"order_reference_number\": \"1234567890\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-16 15:19:13\",\n                \"updated_at\": \"2020-11-16 16:56:45\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"1234567890\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38749,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160455885163344437484\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"test\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"1591884765\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-05 23:59:49\",\n                \"updated_at\": \"2020-11-05 09:47:49\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"cusome\",\n                    \"variable_2\": \"qqq\",\n                    \"variable_3\": \"www\",\n                    \"variable_4\": \"eee\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38748,\n                \"merchant_id\": 84,\n                \"amount\": 11,\n                \"net_amount\": 9.4,\n                \"admin_charge\": 1,\n                \"token\": \"84160439585363999673596\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 1.6,\n                \"order_reference_number\": \"12345678\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-03 12:31:06\",\n                \"updated_at\": \"2020-11-03 12:31:06\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"12345678\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38747,\n                \"merchant_id\": 84,\n                \"amount\": 10.1,\n                \"net_amount\": 8.09,\n                \"admin_charge\": 0.1,\n                \"token\": \"84160439127676379795564\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 2.01,\n                \"order_reference_number\": \"12345678\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-03 12:27:00\",\n                \"updated_at\": \"2020-11-03 12:33:57\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"12345678\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.100\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38746,\n                \"merchant_id\": 84,\n                \"amount\": 2,\n                \"net_amount\": 1.3,\n                \"admin_charge\": 1,\n                \"token\": \"200160360987735944764497\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"Quick Invoice\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.7,\n                \"order_reference_number\": \"2002310364\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-25 10:12:13\",\n                \"updated_at\": \"2020-10-25 10:12:13\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 200,\n                    \"reference_number\": \"2002310364\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"1.000\",\n                    \"description\": \"Quick Invoice\"\n                }\n            },\n            {\n                \"id\": 38745,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416031879145357464641\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"www\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:58:41\",\n                \"updated_at\": \"2020-10-20 12:58:41\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38744,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 1.718,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318764165675949928\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 1.302,\n                \"order_reference_number\": \"3333\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:55:21\",\n                \"updated_at\": \"2020-10-20 12:55:21\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38743,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318751769376549444\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"12345\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:52:12\",\n                \"updated_at\": \"2020-10-20 12:52:12\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38742,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318651096654567986\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:35:18\",\n                \"updated_at\": \"2020-10-20 12:35:18\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38741,\n                \"merchant_id\": 84,\n                \"amount\": 2.222,\n                \"net_amount\": 1.5,\n                \"admin_charge\": 0,\n                \"token\": \"84160181653995WW7QQ819\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.722,\n                \"order_reference_number\": \"INV100000\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-18 08:34:38\",\n                \"updated_at\": \"2020-10-18 08:34:38\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"INV100000\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"John doe\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38740,\n                \"merchant_id\": 84,\n                \"amount\": 91,\n                \"net_amount\": 81.4,\n                \"admin_charge\": 1,\n                \"token\": \"84160242061743795973926\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"test\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 9.6,\n                \"order_reference_number\": \"testing\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-15 11:53:54\",\n                \"updated_at\": \"2020-10-15 11:53:54\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"testing\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"shahbaaz\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"test\"\n                }\n            },\n            {\n                \"id\": 38739,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 1.718,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416021610707876544853\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"aSsasdasdasdasd\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 1.302,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-08 15:44:55\",\n                \"updated_at\": \"2020-10-08 15:44:55\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38738,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416021609995333549964\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"stestinggg   ddddd\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-08 15:43:34\",\n                \"updated_at\": \"2020-10-08 15:43:34\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            }\n        ],\n        \"pagination\": {\n            \"total\": 3358,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 224,\n            \"page_url\": \"http://merchantapi.test/api/v1/report/transactions\",\n            \"next_page_url\": \"http://merchantapi.test/api/v1/report/transactions?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"294abb34-3b86-4b92-a60b-69a0d323e734"},{"name":"TransactionReceipt","id":"638c2e7d-8e92-4a33-a303-bac82e4ddecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"fromDate\":\"2022-01-01\",\r\n    \"toDate\":\"2022-09-20\"\r\n}"},"url":"{{base-api-url}}/v1/transaction/receipt/84221716671203119378767464435","description":"<p>This API is used to get a list of all transaction details available</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","transaction","receipt","84221716671203119378767464435"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"serviceType","value":"6"},{"disabled":true,"description":{"content":"<p>The merchant employee Id</p>\n","type":"text/plain"},"key":"employee","value":"2"},{"disabled":true,"key":"toDate","value":"2021-12-01"},{"disabled":true,"key":"fromDate","value":"2021-12-30"},{"disabled":true,"key":"paymentType","value":"1"}],"variable":[]}},"response":[{"id":"712c1dd7-d47e-440d-be1b-ce43b950546a","name":"Transaction Report List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base-api-url}}/v1/report/transactions","host":["{{base-api-url}}"],"path":["v1","report","transactions"],"query":[{"key":"search","value":"","type":"text","disabled":true},{"key":"toDate","value":"2019-12-06","type":"text","disabled":true},{"key":"fromDate","value":"2019-12-05","type":"text","disabled":true},{"key":"paymentStatus","value":"1","type":"text","disabled":true},{"key":"serviceType","value":"6","type":"text","disabled":true},{"key":"employee","value":"2","type":"text","disabled":true},{"key":"paymentType","value":"2","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Nov 2020 08:36:16 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transaction Report List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 38704,\n                \"merchant_id\": 84,\n                \"amount\": 50.97,\n                \"net_amount\": 50.87,\n                \"admin_charge\": 0.97,\n                \"token\": \"84221715990310889457837433701\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 1,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0.1,\n                \"commission\": 0.1,\n                \"order_reference_number\": \"11434\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-20 00:10:00\",\n                \"updated_at\": \"2020-09-02 17:36:48\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38751,\n                \"merchant_id\": 84,\n                \"amount\": 10,\n                \"net_amount\": 0,\n                \"admin_charge\": 0,\n                \"token\": \"84160552912465973756589\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 2,\n                \"refund_status\": 0,\n                \"description\": null,\n                \"knet_percentage\": null,\n                \"knet_value\": null,\n                \"mpgs_percentage\": null,\n                \"mpgs_value\": 0,\n                \"commission\": 0,\n                \"order_reference_number\": \"1234567890\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-16 15:35:02\",\n                \"updated_at\": \"2020-11-16 15:35:02\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"1234567890\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38750,\n                \"merchant_id\": 84,\n                \"amount\": 10,\n                \"net_amount\": 8.5,\n                \"admin_charge\": 0,\n                \"token\": \"84160552912465973756589\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 1,\n                \"payment_status\": 1,\n                \"refund_status\": 1,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 1.5,\n                \"order_reference_number\": \"1234567890\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-16 15:19:13\",\n                \"updated_at\": \"2020-11-16 16:56:45\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"1234567890\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38749,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160455885163344437484\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"test\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"1591884765\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-05 23:59:49\",\n                \"updated_at\": \"2020-11-05 09:47:49\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"cusome\",\n                    \"variable_2\": \"qqq\",\n                    \"variable_3\": \"www\",\n                    \"variable_4\": \"eee\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38748,\n                \"merchant_id\": 84,\n                \"amount\": 11,\n                \"net_amount\": 9.4,\n                \"admin_charge\": 1,\n                \"token\": \"84160439585363999673596\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 1.6,\n                \"order_reference_number\": \"12345678\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-03 12:31:06\",\n                \"updated_at\": \"2020-11-03 12:31:06\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"12345678\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38747,\n                \"merchant_id\": 84,\n                \"amount\": 10.1,\n                \"net_amount\": 8.09,\n                \"admin_charge\": 0.1,\n                \"token\": \"84160439127676379795564\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 2.01,\n                \"order_reference_number\": \"12345678\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-03 12:27:00\",\n                \"updated_at\": \"2020-11-03 12:33:57\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"12345678\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.100\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38746,\n                \"merchant_id\": 84,\n                \"amount\": 2,\n                \"net_amount\": 1.3,\n                \"admin_charge\": 1,\n                \"token\": \"200160360987735944764497\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"Quick Invoice\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.7,\n                \"order_reference_number\": \"2002310364\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-25 10:12:13\",\n                \"updated_at\": \"2020-10-25 10:12:13\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 200,\n                    \"reference_number\": \"2002310364\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"1.000\",\n                    \"description\": \"Quick Invoice\"\n                }\n            },\n            {\n                \"id\": 38745,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416031879145357464641\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"www\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:58:41\",\n                \"updated_at\": \"2020-10-20 12:58:41\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38744,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 1.718,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318764165675949928\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 1.302,\n                \"order_reference_number\": \"3333\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:55:21\",\n                \"updated_at\": \"2020-10-20 12:55:21\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38743,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318751769376549444\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"12345\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:52:12\",\n                \"updated_at\": \"2020-10-20 12:52:12\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38742,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318651096654567986\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:35:18\",\n                \"updated_at\": \"2020-10-20 12:35:18\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38741,\n                \"merchant_id\": 84,\n                \"amount\": 2.222,\n                \"net_amount\": 1.5,\n                \"admin_charge\": 0,\n                \"token\": \"84160181653995WW7QQ819\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.722,\n                \"order_reference_number\": \"INV100000\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-18 08:34:38\",\n                \"updated_at\": \"2020-10-18 08:34:38\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"INV100000\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"John doe\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38740,\n                \"merchant_id\": 84,\n                \"amount\": 91,\n                \"net_amount\": 81.4,\n                \"admin_charge\": 1,\n                \"token\": \"84160242061743795973926\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"test\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 9.6,\n                \"order_reference_number\": \"testing\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-15 11:53:54\",\n                \"updated_at\": \"2020-10-15 11:53:54\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"testing\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"shahbaaz\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"test\"\n                }\n            },\n            {\n                \"id\": 38739,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 1.718,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416021610707876544853\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"aSsasdasdasdasd\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 1.302,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-08 15:44:55\",\n                \"updated_at\": \"2020-10-08 15:44:55\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38738,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416021609995333549964\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"stestinggg   ddddd\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-08 15:43:34\",\n                \"updated_at\": \"2020-10-08 15:43:34\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            }\n        ],\n        \"pagination\": {\n            \"total\": 3358,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 224,\n            \"page_url\": \"http://merchantapi.test/api/v1/report/transactions\",\n            \"next_page_url\": \"http://merchantapi.test/api/v1/report/transactions?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"638c2e7d-8e92-4a33-a303-bac82e4ddecf"},{"name":"Transaction enquiry","id":"fd366a25-75bb-4a6b-9dde-499f0c27c052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}"},"url":"{{base-api-url}}/v1/transaction/enquiry/84221716671203119378767464435","description":"<p>This API is used to get a list of all transaction details available</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","transaction","enquiry","84221716671203119378767464435"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"serviceType","value":"6"},{"disabled":true,"description":{"content":"<p>The merchant employee Id</p>\n","type":"text/plain"},"key":"employee","value":"2"},{"disabled":true,"key":"toDate","value":"2021-12-01"},{"disabled":true,"key":"fromDate","value":"2021-12-30"},{"disabled":true,"key":"paymentType","value":"1"}],"variable":[]}},"response":[{"id":"9eae44c7-8b2f-4647-83af-0bffd0c6e507","name":"Transaction Report List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base-api-url}}/v1/report/transactions","host":["{{base-api-url}}"],"path":["v1","report","transactions"],"query":[{"key":"search","value":"","type":"text","disabled":true},{"key":"toDate","value":"2019-12-06","type":"text","disabled":true},{"key":"fromDate","value":"2019-12-05","type":"text","disabled":true},{"key":"paymentStatus","value":"1","type":"text","disabled":true},{"key":"serviceType","value":"6","type":"text","disabled":true},{"key":"employee","value":"2","type":"text","disabled":true},{"key":"paymentType","value":"2","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Nov 2020 08:36:16 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transaction Report List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 38704,\n                \"merchant_id\": 84,\n                \"amount\": 50.97,\n                \"net_amount\": 50.87,\n                \"admin_charge\": 0.97,\n                \"token\": \"84221715990310889457837433701\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 1,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0.1,\n                \"commission\": 0.1,\n                \"order_reference_number\": \"11434\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-20 00:10:00\",\n                \"updated_at\": \"2020-09-02 17:36:48\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38751,\n                \"merchant_id\": 84,\n                \"amount\": 10,\n                \"net_amount\": 0,\n                \"admin_charge\": 0,\n                \"token\": \"84160552912465973756589\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 2,\n                \"refund_status\": 0,\n                \"description\": null,\n                \"knet_percentage\": null,\n                \"knet_value\": null,\n                \"mpgs_percentage\": null,\n                \"mpgs_value\": 0,\n                \"commission\": 0,\n                \"order_reference_number\": \"1234567890\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-16 15:35:02\",\n                \"updated_at\": \"2020-11-16 15:35:02\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"1234567890\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38750,\n                \"merchant_id\": 84,\n                \"amount\": 10,\n                \"net_amount\": 8.5,\n                \"admin_charge\": 0,\n                \"token\": \"84160552912465973756589\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 1,\n                \"payment_status\": 1,\n                \"refund_status\": 1,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 1.5,\n                \"order_reference_number\": \"1234567890\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-16 15:19:13\",\n                \"updated_at\": \"2020-11-16 16:56:45\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"1234567890\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38749,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160455885163344437484\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"test\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"1591884765\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-05 23:59:49\",\n                \"updated_at\": \"2020-11-05 09:47:49\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"cusome\",\n                    \"variable_2\": \"qqq\",\n                    \"variable_3\": \"www\",\n                    \"variable_4\": \"eee\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38748,\n                \"merchant_id\": 84,\n                \"amount\": 11,\n                \"net_amount\": 9.4,\n                \"admin_charge\": 1,\n                \"token\": \"84160439585363999673596\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 1.6,\n                \"order_reference_number\": \"12345678\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-03 12:31:06\",\n                \"updated_at\": \"2020-11-03 12:31:06\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"12345678\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38747,\n                \"merchant_id\": 84,\n                \"amount\": 10.1,\n                \"net_amount\": 8.09,\n                \"admin_charge\": 0.1,\n                \"token\": \"84160439127676379795564\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 2.01,\n                \"order_reference_number\": \"12345678\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-03 12:27:00\",\n                \"updated_at\": \"2020-11-03 12:33:57\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"12345678\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.100\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38746,\n                \"merchant_id\": 84,\n                \"amount\": 2,\n                \"net_amount\": 1.3,\n                \"admin_charge\": 1,\n                \"token\": \"200160360987735944764497\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"Quick Invoice\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.7,\n                \"order_reference_number\": \"2002310364\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-25 10:12:13\",\n                \"updated_at\": \"2020-10-25 10:12:13\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 200,\n                    \"reference_number\": \"2002310364\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"1.000\",\n                    \"description\": \"Quick Invoice\"\n                }\n            },\n            {\n                \"id\": 38745,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416031879145357464641\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"www\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:58:41\",\n                \"updated_at\": \"2020-10-20 12:58:41\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38744,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 1.718,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318764165675949928\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 1.302,\n                \"order_reference_number\": \"3333\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:55:21\",\n                \"updated_at\": \"2020-10-20 12:55:21\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38743,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318751769376549444\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"12345\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:52:12\",\n                \"updated_at\": \"2020-10-20 12:52:12\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38742,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318651096654567986\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:35:18\",\n                \"updated_at\": \"2020-10-20 12:35:18\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38741,\n                \"merchant_id\": 84,\n                \"amount\": 2.222,\n                \"net_amount\": 1.5,\n                \"admin_charge\": 0,\n                \"token\": \"84160181653995WW7QQ819\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.722,\n                \"order_reference_number\": \"INV100000\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-18 08:34:38\",\n                \"updated_at\": \"2020-10-18 08:34:38\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"INV100000\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"John doe\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38740,\n                \"merchant_id\": 84,\n                \"amount\": 91,\n                \"net_amount\": 81.4,\n                \"admin_charge\": 1,\n                \"token\": \"84160242061743795973926\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"test\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 9.6,\n                \"order_reference_number\": \"testing\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-15 11:53:54\",\n                \"updated_at\": \"2020-10-15 11:53:54\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"testing\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"shahbaaz\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"test\"\n                }\n            },\n            {\n                \"id\": 38739,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 1.718,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416021610707876544853\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"aSsasdasdasdasd\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 1.302,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-08 15:44:55\",\n                \"updated_at\": \"2020-10-08 15:44:55\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38738,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416021609995333549964\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"stestinggg   ddddd\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-08 15:43:34\",\n                \"updated_at\": \"2020-10-08 15:43:34\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            }\n        ],\n        \"pagination\": {\n            \"total\": 3358,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 224,\n            \"page_url\": \"http://merchantapi.test/api/v1/report/transactions\",\n            \"next_page_url\": \"http://merchantapi.test/api/v1/report/transactions?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"fd366a25-75bb-4a6b-9dde-499f0c27c052"},{"name":"Transaction Track Details","id":"8c925567-8568-4d24-bb4c-c38a9da8eb78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"{{merchantCode}}\"\r\n}"},"url":"{{base-api-url}}/v1/transaction/tracks","description":"<p>This API is used to get a list of all transaction details available</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","transaction","tracks"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"serviceType","value":"6"},{"disabled":true,"description":{"content":"<p>The merchant employee Id</p>\n","type":"text/plain"},"key":"employee","value":"2"},{"disabled":true,"key":"toDate","value":"2021-12-01"},{"disabled":true,"key":"fromDate","value":"2021-12-30"},{"disabled":true,"key":"paymentType","value":"1"}],"variable":[]}},"response":[{"id":"5f56ba9e-4773-4352-a70b-cb5e0084b0e6","name":"Transaction Report List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base-api-url}}/v1/report/transactions","host":["{{base-api-url}}"],"path":["v1","report","transactions"],"query":[{"key":"search","value":"","type":"text","disabled":true},{"key":"toDate","value":"2019-12-06","type":"text","disabled":true},{"key":"fromDate","value":"2019-12-05","type":"text","disabled":true},{"key":"paymentStatus","value":"1","type":"text","disabled":true},{"key":"serviceType","value":"6","type":"text","disabled":true},{"key":"employee","value":"2","type":"text","disabled":true},{"key":"paymentType","value":"2","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Nov 2020 08:36:16 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transaction Report List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 38704,\n                \"merchant_id\": 84,\n                \"amount\": 50.97,\n                \"net_amount\": 50.87,\n                \"admin_charge\": 0.97,\n                \"token\": \"84221715990310889457837433701\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 1,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0.1,\n                \"commission\": 0.1,\n                \"order_reference_number\": \"11434\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-20 00:10:00\",\n                \"updated_at\": \"2020-09-02 17:36:48\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38751,\n                \"merchant_id\": 84,\n                \"amount\": 10,\n                \"net_amount\": 0,\n                \"admin_charge\": 0,\n                \"token\": \"84160552912465973756589\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 2,\n                \"refund_status\": 0,\n                \"description\": null,\n                \"knet_percentage\": null,\n                \"knet_value\": null,\n                \"mpgs_percentage\": null,\n                \"mpgs_value\": 0,\n                \"commission\": 0,\n                \"order_reference_number\": \"1234567890\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-16 15:35:02\",\n                \"updated_at\": \"2020-11-16 15:35:02\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"1234567890\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38750,\n                \"merchant_id\": 84,\n                \"amount\": 10,\n                \"net_amount\": 8.5,\n                \"admin_charge\": 0,\n                \"token\": \"84160552912465973756589\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 1,\n                \"payment_status\": 1,\n                \"refund_status\": 1,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 1.5,\n                \"order_reference_number\": \"1234567890\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-16 15:19:13\",\n                \"updated_at\": \"2020-11-16 16:56:45\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"1234567890\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38749,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160455885163344437484\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"test\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"1591884765\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-05 23:59:49\",\n                \"updated_at\": \"2020-11-05 09:47:49\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"cusome\",\n                    \"variable_2\": \"qqq\",\n                    \"variable_3\": \"www\",\n                    \"variable_4\": \"eee\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38748,\n                \"merchant_id\": 84,\n                \"amount\": 11,\n                \"net_amount\": 9.4,\n                \"admin_charge\": 1,\n                \"token\": \"84160439585363999673596\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 1.6,\n                \"order_reference_number\": \"12345678\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-03 12:31:06\",\n                \"updated_at\": \"2020-11-03 12:31:06\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"12345678\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38747,\n                \"merchant_id\": 84,\n                \"amount\": 10.1,\n                \"net_amount\": 8.09,\n                \"admin_charge\": 0.1,\n                \"token\": \"84160439127676379795564\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 2.01,\n                \"order_reference_number\": \"12345678\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-11-03 12:27:00\",\n                \"updated_at\": \"2020-11-03 12:33:57\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"12345678\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz Rokadia\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.100\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38746,\n                \"merchant_id\": 84,\n                \"amount\": 2,\n                \"net_amount\": 1.3,\n                \"admin_charge\": 1,\n                \"token\": \"200160360987735944764497\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"Quick Invoice\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.7,\n                \"order_reference_number\": \"2002310364\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-25 10:12:13\",\n                \"updated_at\": \"2020-10-25 10:12:13\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 200,\n                    \"reference_number\": \"2002310364\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"Shahbaaz\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"1.000\",\n                    \"description\": \"Quick Invoice\"\n                }\n            },\n            {\n                \"id\": 38745,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416031879145357464641\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"www\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:58:41\",\n                \"updated_at\": \"2020-10-20 12:58:41\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38744,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 1.718,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318764165675949928\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 1.302,\n                \"order_reference_number\": \"3333\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:55:21\",\n                \"updated_at\": \"2020-10-20 12:55:21\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38743,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318751769376549444\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"12345\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:52:12\",\n                \"updated_at\": \"2020-10-20 12:52:12\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38742,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"84160318651096654567986\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-20 12:35:18\",\n                \"updated_at\": \"2020-10-20 12:35:18\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38741,\n                \"merchant_id\": 84,\n                \"amount\": 2.222,\n                \"net_amount\": 1.5,\n                \"admin_charge\": 0,\n                \"token\": \"84160181653995WW7QQ819\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.722,\n                \"order_reference_number\": \"INV100000\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-18 08:34:38\",\n                \"updated_at\": \"2020-10-18 08:34:38\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"INV100000\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"John doe\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"\"\n                }\n            },\n            {\n                \"id\": 38740,\n                \"merchant_id\": 84,\n                \"amount\": 91,\n                \"net_amount\": 81.4,\n                \"admin_charge\": 1,\n                \"token\": \"84160242061743795973926\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 2,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"test\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 9.6,\n                \"order_reference_number\": \"testing\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-15 11:53:54\",\n                \"updated_at\": \"2020-10-15 11:53:54\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 2,\n                    \"name\": \"SMS Invoice\"\n                },\n                \"payment_gateway\": null,\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": {\n                    \"created_by_id\": 84,\n                    \"reference_number\": \"testing\",\n                    \"phone_number\": \"96567660841\",\n                    \"customer_name\": \"shahbaaz\",\n                    \"amount\": null,\n                    \"admin_charge_paid\": \"0.000\",\n                    \"description\": \"test\"\n                }\n            },\n            {\n                \"id\": 38739,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 1.718,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416021610707876544853\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 0,\n                \"refund_status\": 0,\n                \"description\": \"aSsasdasdasdasd\",\n                \"knet_percentage\": 0,\n                \"knet_value\": 0,\n                \"mpgs_percentage\": 10,\n                \"mpgs_value\": 1,\n                \"commission\": 1.302,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-08 15:44:55\",\n                \"updated_at\": \"2020-10-08 15:44:55\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 38738,\n                \"merchant_id\": 84,\n                \"amount\": 3.02,\n                \"net_amount\": 2.218,\n                \"admin_charge\": 1.02,\n                \"token\": \"8416021609995333549964\",\n                \"payment_type_id\": 1,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 0,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"stestinggg   ddddd\",\n                \"knet_percentage\": 10,\n                \"knet_value\": 0.5,\n                \"mpgs_percentage\": 0,\n                \"mpgs_value\": 0,\n                \"commission\": 0.802,\n                \"order_reference_number\": \"\",\n                \"transaction_payment_id\": null,\n                \"result_code\": null,\n                \"transaction_id\": null,\n                \"auth\": null,\n                \"transaction_reference_number\": null,\n                \"track_id\": null,\n                \"terminal_id\": null,\n                \"reconciled_document_number\": null,\n                \"payment_transfer_document_number\": null,\n                \"created_at\": \"2020-10-08 15:43:34\",\n                \"updated_at\": \"2020-10-08 15:43:34\",\n                \"merchant\": {\n                    \"name\": \"test2\",\n                    \"code\": \"842217\",\n                    \"sequence_id\": 1100012,\n                    \"company_name\": \"Merchant Name\"\n                },\n                \"payment_type\": {\n                    \"id\": 1,\n                    \"name\": \"KNET\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": null,\n                \"invoice\": null\n            }\n        ],\n        \"pagination\": {\n            \"total\": 3358,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 224,\n            \"page_url\": \"http://merchantapi.test/api/v1/report/transactions\",\n            \"next_page_url\": \"http://merchantapi.test/api/v1/report/transactions?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"8c925567-8568-4d24-bb4c-c38a9da8eb78"},{"name":"Transaction Report Details","id":"c6776463-03a7-490a-8c71-1ec9e8f0e687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"merchantCode\": \"842217\"\r\n}"},"url":"{{base-api-url}}/v1/report/transactions/390","description":"<p>This API is used to get the transaction details whose <code>transaction primary-id</code> is passed in the URI</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","report","transactions","390"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"29402ac4-d855-4a67-a5bc-8d823dc7a69b","name":"Transaction Report Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/report/transactions/38750"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Nov 2020 08:39:22 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"1322"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Transaction Details\",\n    \"response\": {\n        \"id\": 38750,\n        \"merchant_id\": 84,\n        \"amount\": 10,\n        \"net_amount\": 8.5,\n        \"admin_charge\": 0,\n        \"token\": \"84160552912465973756589\",\n        \"payment_type_id\": 1,\n        \"service_type_id\": 2,\n        \"payment_transfer_status\": 1,\n        \"payment_status\": 1,\n        \"refund_status\": 1,\n        \"description\": \"\",\n        \"knet_percentage\": 10,\n        \"knet_value\": 0.5,\n        \"mpgs_percentage\": 0,\n        \"mpgs_value\": 0,\n        \"commission\": 1.5,\n        \"order_reference_number\": \"1234567890\",\n        \"transaction_payment_id\": \"100202032114593748\",\n        \"result_code\": \"CAPTURED\",\n        \"transaction_id\": \"202032185400834\",\n        \"auth\": \"B61962\",\n        \"transaction_reference_number\": \"032110000661\",\n        \"track_id\": \"84160552912465973756589\",\n        \"terminal_id\": \"144301\",\n        \"reconciled_document_number\": \"REC-2020000055\",\n        \"payment_transfer_document_number\": \"PAY-2020000001\",\n        \"created_at\": \"2020-11-16 15:19:13\",\n        \"updated_at\": \"2020-11-16 16:56:45\",\n        \"merchant\": {\n            \"name\": \"test2\",\n            \"code\": \"842217\",\n            \"sequence_id\": 1100012,\n            \"company_name\": \"Merchant Name\"\n        },\n        \"payment_type\": {\n            \"id\": 1,\n            \"name\": \"KNET\"\n        },\n        \"service_type\": {\n            \"id\": 2,\n            \"name\": \"SMS Invoice\"\n        },\n        \"payment_gateway\": null,\n        \"reconciliation\": {\n            \"id\": 197,\n            \"reconciled_at\": \"2020-11-16 00:00:00\",\n            \"document_number\": \"REC-2020000055\"\n        },\n        \"refund\": null,\n        \"invoice\": {\n            \"created_by_id\": 84,\n            \"reference_number\": \"1234567890\",\n            \"phone_number\": \"96567660841\",\n            \"customer_name\": \"Shahbaaz Rokadia\",\n            \"amount\": \"10.000\",\n            \"admin_charge_paid\": \"0.000\",\n            \"description\": \"\"\n        }\n    }\n}"}],"_postman_id":"c6776463-03a7-490a-8c71-1ec9e8f0e687"}],"id":"262a41c1-5821-4299-b0a5-188b1e224d25","event":[{"listen":"prerequest","script":{"id":"7b3eff08-2938-4830-9965-9f960104feb0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a9939210-41f0-4867-ac9e-8f93d5fe0e91","type":"text/javascript","exec":[""]}}],"_postman_id":"262a41c1-5821-4299-b0a5-188b1e224d25","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Payment Transfer","item":[{"name":"Get payment transfer list","id":"f85fc176-1f5b-474a-bd0d-a01db8804b78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"paymentDocument\":\"\"\r\n}"},"url":"{{base-api-url}}/v1/report/payment-transfer?toDate=2023-01-31&fromDate=2022-12-31","description":"<p>This API is used to get the listing with pagination for all the payment-transfers.</p>\n<p>Note:- Default per-page record is 15 and the default record will be shown for the current day. </p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","report","payment-transfer"],"host":["{{base-api-url}}"],"query":[{"key":"toDate","value":"2023-01-31"},{"key":"fromDate","value":"2022-12-31"}],"variable":[]}},"response":[{"id":"6d447bd0-ce89-4fda-82ce-6accbd80efd5","name":"Get payment transfer list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base-api-url}}/v1/report/payment-transfer?toDate=2020-10-30&fromDate=2020-10-09","host":["{{base-api-url}}"],"path":["v1","report","payment-transfer"],"query":[{"key":"toDate","value":"2020-10-30"},{"key":"fromDate","value":"2020-10-09"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 22 Nov 2020 11:07:43 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Content-Length","value":"703"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Payment Transfer Report List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 97,\n                \"merchant_id\": 84,\n                \"document_number\": \"PAY-2019000095\",\n                \"total_amount\": 1,\n                \"transaction_date\": \"2020-10-29\",\n                \"bank_id\": 8,\n                \"bank_name\": \"National Bank of Kuwait\",\n                \"account_number\": \"103932762862\",\n                \"merchant_bank_name\": \"National Bank of Kuwait\",\n                \"merchant_bank_account_number\": \"67387483754\",\n                \"merchant_beneficiary_code\": \"46545\",\n                \"remarks\": \"test\",\n                \"receipt\": \"\",\n                \"payment_transfer_status\": 0,\n                \"merchant\": {\n                    \"company_name\": \"Merchant Name\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://merchantapi.test/api/v1/report/payment-transfer\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"f85fc176-1f5b-474a-bd0d-a01db8804b78"},{"name":"Get Payment transfer details","id":"d9b8f414-24ac-4113-b007-e0dba8196744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"exportAs\":\"pdf\"\r\n}"},"url":"{{base-api-url}}/v1/report/payment-transfer/340","description":"<p>This API is used to get the payment transfer with transaction details whose <code>payment transfer primary-id</code> is passed in the URI</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","report","payment-transfer","340"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"pagination","value":"true"}],"variable":[]}},"response":[{"id":"cdb0b67f-1534-44bc-acb3-b3acff4b7c46","name":"Get Payment transfer details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\"\r\n}"},"url":"{{base-api-url}}/v1/report/payment-transfer/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 22 Nov 2020 11:09:25 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"3973"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Payment transfer transaction details\",\n    \"response\": {\n        \"id\": 97,\n        \"merchant_id\": 84,\n        \"document_number\": \"PAY-2019000095\",\n        \"total_amount\": 1,\n        \"transaction_date\": \"2020-10-29\",\n        \"bank_id\": 8,\n        \"bank_name\": \"National Bank of Kuwait\",\n        \"account_number\": \"103932762862\",\n        \"merchant_bank_name\": \"National Bank of Kuwait\",\n        \"merchant_bank_account_number\": \"67387483754\",\n        \"merchant_beneficiary_code\": \"46545\",\n        \"remarks\": \"test\",\n        \"receipt\": \"\",\n        \"payment_transfer_status\": 0,\n        \"merchant\": {\n            \"company_name\": \"Merchant Name\"\n        },\n        \"transactions\": [\n            {\n                \"id\": 21287,\n                \"merchant_id\": 59,\n                \"amount\": 3,\n                \"net_amount\": 1.5,\n                \"admin_charge\": 0,\n                \"token\": \"591562487323\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 1,\n                \"payment_status\": 1,\n                \"refund_status\": 1,\n                \"description\": \"\",\n                \"knet_percentage\": 60,\n                \"knet_value\": 50,\n                \"mpgs_percentage\": 50,\n                \"mpgs_value\": 0,\n                \"commission\": 1.5,\n                \"order_reference_number\": \"13569\",\n                \"transaction_payment_id\": \"918808232612\",\n                \"result_code\": \"CAPTURED\",\n                \"transaction_id\": \"\",\n                \"auth\": \"029001\",\n                \"transaction_reference_number\": \"591562487332\",\n                \"track_id\": \"1562487378\",\n                \"terminal_id\": \"4\",\n                \"reconciled_document_number\": \"REC-2019000122\",\n                \"payment_transfer_document_number\": \"PAY-2019000095\",\n                \"created_at\": \"2019-07-07 04:16:18\",\n                \"updated_at\": \"2019-08-05 13:23:19\",\n                \"merchant\": {\n                    \"name\": \"demo1\",\n                    \"code\": \"592016\",\n                    \"sequence_id\": 1100002,\n                    \"company_name\": \"demo\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": {\n                    \"id\": 125,\n                    \"reconciled_at\": \"2019-07-30 00:00:00\",\n                    \"document_number\": \"REC-2019000122\"\n                },\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 21660,\n                \"merchant_id\": 59,\n                \"amount\": 5,\n                \"net_amount\": 2.5,\n                \"admin_charge\": 0,\n                \"token\": \"591564475444\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 1,\n                \"payment_status\": 1,\n                \"refund_status\": 0,\n                \"description\": \"\",\n                \"knet_percentage\": 60,\n                \"knet_value\": 50,\n                \"mpgs_percentage\": 50,\n                \"mpgs_value\": 0,\n                \"commission\": 2.5,\n                \"order_reference_number\": \"13601\",\n                \"transaction_payment_id\": \"921108138924\",\n                \"result_code\": \"CAPTURED\",\n                \"transaction_id\": \"011A5X\",\n                \"auth\": \"017669\",\n                \"transaction_reference_number\": \"591564475452\",\n                \"track_id\": \"1564475494\",\n                \"terminal_id\": \"4\",\n                \"reconciled_document_number\": \"REC-2019000122\",\n                \"payment_transfer_document_number\": \"PAY-2019000095\",\n                \"created_at\": \"2019-07-30 04:31:35\",\n                \"updated_at\": \"2019-08-05 13:23:19\",\n                \"merchant\": {\n                    \"name\": \"demo1\",\n                    \"code\": \"592016\",\n                    \"sequence_id\": 1100002,\n                    \"company_name\": \"demo\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": {\n                    \"id\": 125,\n                    \"reconciled_at\": \"2019-07-30 00:00:00\",\n                    \"document_number\": \"REC-2019000122\"\n                },\n                \"refund\": null,\n                \"invoice\": null\n            },\n            {\n                \"id\": 21737,\n                \"merchant_id\": 59,\n                \"amount\": 3,\n                \"net_amount\": 0,\n                \"admin_charge\": 0,\n                \"token\": \"591562487323\",\n                \"payment_type_id\": 2,\n                \"service_type_id\": 3,\n                \"payment_transfer_status\": 1,\n                \"payment_status\": 2,\n                \"refund_status\": 0,\n                \"description\": null,\n                \"knet_percentage\": null,\n                \"knet_value\": null,\n                \"mpgs_percentage\": null,\n                \"mpgs_value\": 0,\n                \"commission\": null,\n                \"order_reference_number\": \"13569\",\n                \"transaction_payment_id\": \"918808232612\",\n                \"result_code\": null,\n                \"transaction_id\": \"\",\n                \"auth\": \"029001\",\n                \"transaction_reference_number\": \"591562487332\",\n                \"track_id\": \"1562487378\",\n                \"terminal_id\": \"-NA-\",\n                \"reconciled_document_number\": \"\",\n                \"payment_transfer_document_number\": \"PAY-2019000095\",\n                \"created_at\": \"2019-08-05 13:18:49\",\n                \"updated_at\": \"2019-08-05 13:23:19\",\n                \"merchant\": {\n                    \"name\": \"demo1\",\n                    \"code\": \"592016\",\n                    \"sequence_id\": 1100002,\n                    \"company_name\": \"demo\"\n                },\n                \"payment_type\": {\n                    \"id\": 2,\n                    \"name\": \"MPGS\"\n                },\n                \"service_type\": {\n                    \"id\": 3,\n                    \"name\": \"Payment Gateway\"\n                },\n                \"payment_gateway\": {\n                    \"variable_1\": \"\",\n                    \"variable_2\": \"\",\n                    \"variable_3\": \"\",\n                    \"variable_4\": \"\",\n                    \"variable_5\": \"\",\n                    \"version\": 0\n                },\n                \"reconciliation\": null,\n                \"refund\": {\n                    \"amount\": \"3.000\",\n                    \"date\": \"2019-08-05\",\n                    \"document_number\": \"REF-2019000038\",\n                    \"transaction_reference_number\": \"591562487323\",\n                    \"transaction_date\": \"2019-07-07 04:16:18\",\n                    \"recover_method\": \"1\",\n                    \"method\": \"1\"\n                },\n                \"invoice\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"d9b8f414-24ac-4113-b007-e0dba8196744"}],"id":"b4ebe6ee-7143-47d1-ae0b-94606f5bc81b","_postman_id":"b4ebe6ee-7143-47d1-ae0b-94606f5bc81b","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Capture Report","item":[{"name":"capture","id":"ea9e5efc-5709-4090-9136-4cedbed6b7c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":" {\r\n        \"merchantCode\": \"842217\",\r\n        \"toDate\":\"2022-12-05\",\r\n        \"fromDate\":\"2022-11-04\"\r\n        ,\"search\":\"84221716692747869838443369582\"\r\n}"},"url":"{{base-api-url}}/v1/report/capture","description":"<p>This API is used to get a list of all transaction details available</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","report","capture"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"search","value":""},{"disabled":true,"key":"serviceType","value":"6"},{"disabled":true,"description":{"content":"<p>The merchant employee Id</p>\n","type":"text/plain"},"key":"employee","value":"2"},{"disabled":true,"key":"toDate","value":"2021-12-01"},{"disabled":true,"key":"fromDate","value":"2021-12-30"},{"disabled":true,"key":"paymentType","value":"1"}],"variable":[]}},"response":[],"_postman_id":"ea9e5efc-5709-4090-9136-4cedbed6b7c4"},{"name":"capture Authorize","id":"5c40db2f-eb4e-4b3c-b5ca-931df39faf77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}"},"url":"{{base-api-url}}/v1/report/capture/100202224766182839","description":"<p>This API is used to get a list of all transaction details available</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","report","capture","100202224766182839"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"search","value":""},{"disabled":true,"key":"serviceType","value":"6"},{"disabled":true,"description":{"content":"<p>The merchant employee Id</p>\n","type":"text/plain"},"key":"employee","value":"2"},{"disabled":true,"key":"toDate","value":"2021-12-01"},{"disabled":true,"key":"fromDate","value":"2021-12-30"},{"disabled":true,"key":"paymentType","value":"1"}],"variable":[]}},"response":[],"_postman_id":"5c40db2f-eb4e-4b3c-b5ca-931df39faf77"},{"name":"capture Request","id":"572c5fc5-6cdc-43df-80b8-9c53abfcf16f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":" {\r\n        \"merchantCode\": \"842217\",\r\n        \"token\": \"84221716661839959466556639128\",\r\n        \"amount\": 5.0\r\n    }"},"url":"{{base-api-url}}/v1/report/capture","description":"<p>This API is used to get a list of all transaction details available</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","report","capture"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"search","value":""},{"disabled":true,"key":"serviceType","value":"6"},{"disabled":true,"description":{"content":"<p>The merchant employee Id</p>\n","type":"text/plain"},"key":"employee","value":"2"},{"disabled":true,"key":"toDate","value":"2021-12-01"},{"disabled":true,"key":"fromDate","value":"2021-12-30"},{"disabled":true,"key":"paymentType","value":"1"}],"variable":[]}},"response":[],"_postman_id":"572c5fc5-6cdc-43df-80b8-9c53abfcf16f"},{"name":"capture Request","id":"ea706aef-3490-495c-8d0c-99f6059acc76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"token\":\"84221716622676339575445533631\"\r\n}"},"url":"{{base-api-url}}/v1/report/capture/100202223581781473","description":"<p>This API is used to get a list of all transaction details available</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","report","capture","100202223581781473"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"search","value":""},{"disabled":true,"key":"serviceType","value":"6"},{"disabled":true,"description":{"content":"<p>The merchant employee Id</p>\n","type":"text/plain"},"key":"employee","value":"2"},{"disabled":true,"key":"toDate","value":"2021-12-01"},{"disabled":true,"key":"fromDate","value":"2021-12-30"},{"disabled":true,"key":"paymentType","value":"1"}],"variable":[]}},"response":[],"_postman_id":"ea706aef-3490-495c-8d0c-99f6059acc76"}],"id":"ea2ce6a0-cb4b-441a-8f0a-a229eaff9b1f","_postman_id":"ea2ce6a0-cb4b-441a-8f0a-a229eaff9b1f","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}}],"id":"b30baf21-19fe-4389-a349-6d8cce60612e","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Transaction List (This API is used to get the listing with pagination of the transaction done by his customers).</li>\n<li>Get Transaction Details (This API is used to get the details of the Transaction based on the <code>transaction-id</code> passed in the URI).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"fabcc791-2011-45c9-84a0-1766fce825c1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b6a63d58-2657-4c82-a0a0-5ff2c67af036","type":"text/javascript","exec":[""]}}],"_postman_id":"b30baf21-19fe-4389-a349-6d8cce60612e","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Localisation","item":[{"name":"locale-labels","id":"2f1e1325-d556-4231-a32c-d175f18ebac0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/locale-labels?lastSyncedAt=2020-11-11 19:00:00","description":"<p>This API is used primarily for Merchant Mobile App where the labels will be fetched from the Database instead of Hardcoded in the App.</p>\n<p>The client needs to send <code>last_synced_at</code> timestamp in the request which will respond with key &amp; values for the labels grouped by locales i.e. <code>en</code> &amp; <code>ar</code>. If no key is sent, the all the labels will be responded.</p>\n","urlObject":{"path":["v1","locale-labels"],"host":["{{base-api-url}}"],"query":[{"description":{"content":"<p>This is sent by the Mobile app to get the updated labels, if not sent then all labels are returned</p>\n","type":"text/plain"},"key":"lastSyncedAt","value":"2020-11-11 19:00:00"}],"variable":[]}},"response":[],"_postman_id":"2f1e1325-d556-4231-a32c-d175f18ebac0"}],"id":"9071ad4e-2080-4234-b8a3-894eb5e9e90c","_postman_id":"9071ad4e-2080-4234-b8a3-894eb5e9e90c","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Profile","item":[{"name":"Get Profile","id":"dee7da6c-082d-40ab-a3f4-f1a9de1146c0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"a97bc3af7d7264f724881613adeb556c95fb2a1aa4b8ef4d4c140d3272bc4f6a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/profile","description":"<p>This API gives currently authenticated user profile details.</p>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","profile"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"26c7e2ad-b5ce-457b-b93b-4110a5556d9b","name":"Get Profile","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Nov 2020 07:55:42 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"2121"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Profile Details\",\n    \"response\": {\n        \"id\": 84,\n        \"merchant_code\": \"842217\",\n        \"merchant_name\": \"test2\",\n        \"access_code\": \"c333729b-d060-4b74-a49d-7686a8353481\",\n        \"secret_key\": \"PkW64zMe5NVdrlPVNnjo2Jy9nOb7v1Xg\",\n        \"iv_key\": \"5NVdrlPVNnjo2Jy9\",\n        \"company_name\": \"Merchant Name\",\n        \"company_logo\": \"iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6BAMAAAB6wkcOAAAAG1BMVEXMzMwAAAB/f39MTEwZGRmysrKZmZlmZmYzMzNjTEbvAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACeklEQVR4nO3WQU8aQRTA8WFxdj26uiw9QqIJR5vaxmPRJnBcWmuvSxNJj9gYy1G0rX7svjc7W5YApu1yav6/hOU5vMzbN8wsGgMAAAAAAAAAAAAAAAAAAAAAAAAAAPA/CE7i80zee0+iI0H0PXnzTF6gefc6Muuf5zWLh8nXSW9fgtNvQmaz724/z6eb85qPkncrwcVg0mvXrd6Ry7VUffADOz+kv/3NebvHfmQoK9Ht1CzvKsqMjz6+1uU92Zy369clasml+XYL1SOZZOBj9z7qbMzb8dXdu11dpH+rflaEYarXYnlt7kay5er+xsbuwwdTn87quwj2ygGJ3Z2Mp0t5DV+96643W6iuraZ2ok1Gd4t7cLssbC/nNfLLK41nlXuoR1bRtudxIl02XfWw5cajdKl1t9qjWRzr3jgtRjJT25N8x8mReT+U6seV6tJ8tXXNM6OzzB7KLb7aVvVAa+Xyupj6/VZWj9Jq6y4vlJcdlPttC9XHHR/IrlpaeWm+vS5PN9u2Vt6el5EU9dX3yoLpujwt6qvXLW4uymensak/a8VVN7xu+5U8M8r9Wat94uxwEbb8mhcroBs+StfkmVHm1/y0bvVKS3rM3VPHP051w/9uvpKnx7zR0WBg6gkX36Zr2f3AdIvNpBu+bL6apy27H5igZeqpHqluLosqf9tipxdn3Te/dPRSnzNa/UfgrwQHH0VmgvvMfNAJw4PMHN4V1d3cUV7NM70jY1/qB+PXJhiun/SP7caqZexN3H/h6nyJ+2u+zTLPfOon8U93b/Mkqdl6xeWkDK6ezbOTvAy28JAHAAAAAAAAAAAAAAAAAAAAAAAAAAArfgEnYGI6+pXm3AAAAABJRU5ErkJggg==\",\n        \"account_number\": \"11111\",\n        \"contact_name\": \"Merchant Contact\",\n        \"email\": \"rokadiashahbaaz@gmail.com\",\n        \"mobile\": \"97876550\",\n        \"permission_id\": null,\n        \"AdminChargeSms\": 1,\n        \"AdminChargeWeb\": 1,\n        \"product_sales\": 1,\n        \"service_type\": [\n            {\n                \"id\": 2,\n                \"name\": \"SMS Invoice\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Payment Gateway\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Prepaid\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"POS Terminal\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Open Invoice\"\n            }\n        ],\n        \"payment_type\": [\n            {\n                \"id\": 1,\n                \"name\": \"KNET\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"MPGS\"\n            }\n        ],\n        \"country\": {\n            \"name\": \"Kuwait\",\n            \"code\": \"965\"\n        },\n        \"bank\": {\n            \"name\": \"National Bank of Kuwait\",\n            \"code\": \"\",\n            \"account_number\": \"11111\",\n            \"beneficiary_code\": \"222222222222222222222222222222\",\n            \"iban_number\": null,\n            \"beneficiary_name\": null\n        },\n        \"commission\": {\n            \"knet_percentage_rate\": 10,\n            \"knet_fixed_amount\": 0.5,\n            \"mpgs_fixed_amount\": 1,\n            \"mpgs_percentage_rate\": 10,\n            \"monthly_subscription_charge\": 10,\n            \"setup_charge\": 0\n        },\n        \"pos\": []\n    }\n}"},{"id":"e5f1b926-6e40-4755-b134-9aa5e2ac32e3","name":"Get Profile","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/profile"},"status":"Not Implemented","code":501,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 23 May 2021 09:52:37 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Authentication failed.\",\n    \"response\": \"\"\n}"}],"_postman_id":"dee7da6c-082d-40ab-a3f4-f1a9de1146c0"},{"name":"Forgot Password","id":"06b2cfbd-a21b-4246-82a1-eb97ebc006b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantName\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/forgot","description":"<p>This API is used to send the password reset link to this user via email. </p>\n<p>Note: The email contains the token and the email-id in the response this token and email-id is required to be passed in <code>password/reset</code> API</p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantName</td>\n<td>username</td>\n<td>String</td>\n<td>Required</td>\n<td>The user's merchant user name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","forgot"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"5f6b5d4e-fd79-45d9-a44c-32a183c3f2d2","name":"Forgot Password","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantName\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/forgot"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 07:03:38 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"86"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"We have e-mailed your password reset link!\",\n    \"response\": null\n}"}],"_postman_id":"06b2cfbd-a21b-4246-82a1-eb97ebc006b7"},{"name":"Device Installation","id":"e3b4d004-9f40-4517-8de7-e23463b12664","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"locale","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/device/84","description":"<p>This API gives currently authenticated user profile details.</p>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","device","84"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"991495f9-78c5-4f4f-a25b-0bacb1da376c","name":"Get Profile","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Nov 2020 07:55:42 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"2121"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Profile Details\",\n    \"response\": {\n        \"id\": 84,\n        \"merchant_code\": \"842217\",\n        \"merchant_name\": \"test2\",\n        \"access_code\": \"c333729b-d060-4b74-a49d-7686a8353481\",\n        \"secret_key\": \"PkW64zMe5NVdrlPVNnjo2Jy9nOb7v1Xg\",\n        \"iv_key\": \"5NVdrlPVNnjo2Jy9\",\n        \"company_name\": \"Merchant Name\",\n        \"company_logo\": \"iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6BAMAAAB6wkcOAAAAG1BMVEXMzMwAAAB/f39MTEwZGRmysrKZmZlmZmYzMzNjTEbvAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACeklEQVR4nO3WQU8aQRTA8WFxdj26uiw9QqIJR5vaxmPRJnBcWmuvSxNJj9gYy1G0rX7svjc7W5YApu1yav6/hOU5vMzbN8wsGgMAAAAAAAAAAAAAAAAAAAAAAAAAAPA/CE7i80zee0+iI0H0PXnzTF6gefc6Muuf5zWLh8nXSW9fgtNvQmaz724/z6eb85qPkncrwcVg0mvXrd6Ry7VUffADOz+kv/3NebvHfmQoK9Ht1CzvKsqMjz6+1uU92Zy369clasml+XYL1SOZZOBj9z7qbMzb8dXdu11dpH+rflaEYarXYnlt7kay5er+xsbuwwdTn87quwj2ygGJ3Z2Mp0t5DV+96643W6iuraZ2ok1Gd4t7cLssbC/nNfLLK41nlXuoR1bRtudxIl02XfWw5cajdKl1t9qjWRzr3jgtRjJT25N8x8mReT+U6seV6tJ8tXXNM6OzzB7KLb7aVvVAa+Xyupj6/VZWj9Jq6y4vlJcdlPttC9XHHR/IrlpaeWm+vS5PN9u2Vt6el5EU9dX3yoLpujwt6qvXLW4uymensak/a8VVN7xu+5U8M8r9Wat94uxwEbb8mhcroBs+StfkmVHm1/y0bvVKS3rM3VPHP051w/9uvpKnx7zR0WBg6gkX36Zr2f3AdIvNpBu+bL6apy27H5igZeqpHqluLosqf9tipxdn3Te/dPRSnzNa/UfgrwQHH0VmgvvMfNAJw4PMHN4V1d3cUV7NM70jY1/qB+PXJhiun/SP7caqZexN3H/h6nyJ+2u+zTLPfOon8U93b/Mkqdl6xeWkDK6ezbOTvAy28JAHAAAAAAAAAAAAAAAAAAAAAAAAAAArfgEnYGI6+pXm3AAAAABJRU5ErkJggg==\",\n        \"account_number\": \"11111\",\n        \"contact_name\": \"Merchant Contact\",\n        \"email\": \"rokadiashahbaaz@gmail.com\",\n        \"mobile\": \"97876550\",\n        \"permission_id\": null,\n        \"AdminChargeSms\": 1,\n        \"AdminChargeWeb\": 1,\n        \"product_sales\": 1,\n        \"service_type\": [\n            {\n                \"id\": 2,\n                \"name\": \"SMS Invoice\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Payment Gateway\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Prepaid\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"POS Terminal\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Open Invoice\"\n            }\n        ],\n        \"payment_type\": [\n            {\n                \"id\": 1,\n                \"name\": \"KNET\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"MPGS\"\n            }\n        ],\n        \"country\": {\n            \"name\": \"Kuwait\",\n            \"code\": \"965\"\n        },\n        \"bank\": {\n            \"name\": \"National Bank of Kuwait\",\n            \"code\": \"\",\n            \"account_number\": \"11111\",\n            \"beneficiary_code\": \"222222222222222222222222222222\",\n            \"iban_number\": null,\n            \"beneficiary_name\": null\n        },\n        \"commission\": {\n            \"knet_percentage_rate\": 10,\n            \"knet_fixed_amount\": 0.5,\n            \"mpgs_fixed_amount\": 1,\n            \"mpgs_percentage_rate\": 10,\n            \"monthly_subscription_charge\": 10,\n            \"setup_charge\": 0\n        },\n        \"pos\": []\n    }\n}"},{"id":"f8a3bf91-66db-4236-992b-f9565190e003","name":"Get Profile","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/profile"},"status":"Not Implemented","code":501,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 23 May 2021 09:52:37 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Authentication failed.\",\n    \"response\": \"\"\n}"}],"_postman_id":"e3b4d004-9f40-4517-8de7-e23463b12664"},{"name":"Customer Number","id":"37b30f87-b182-48fc-92f9-239a33ea37fd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"merchantCode\":\"{{merchantCode}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/customer","description":"<p>This API gives currently authenticated user profile details.</p>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","customer"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"search","value":"mohammed"}],"variable":[]}},"response":[{"id":"a4fb26cf-18f1-4b8b-bed9-281c20686a9c","name":"Get Profile","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Nov 2020 07:55:42 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"2121"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Profile Details\",\n    \"response\": {\n        \"id\": 84,\n        \"merchant_code\": \"842217\",\n        \"merchant_name\": \"test2\",\n        \"access_code\": \"c333729b-d060-4b74-a49d-7686a8353481\",\n        \"secret_key\": \"PkW64zMe5NVdrlPVNnjo2Jy9nOb7v1Xg\",\n        \"iv_key\": \"5NVdrlPVNnjo2Jy9\",\n        \"company_name\": \"Merchant Name\",\n        \"company_logo\": \"iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6BAMAAAB6wkcOAAAAG1BMVEXMzMwAAAB/f39MTEwZGRmysrKZmZlmZmYzMzNjTEbvAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACeklEQVR4nO3WQU8aQRTA8WFxdj26uiw9QqIJR5vaxmPRJnBcWmuvSxNJj9gYy1G0rX7svjc7W5YApu1yav6/hOU5vMzbN8wsGgMAAAAAAAAAAAAAAAAAAAAAAAAAAPA/CE7i80zee0+iI0H0PXnzTF6gefc6Muuf5zWLh8nXSW9fgtNvQmaz724/z6eb85qPkncrwcVg0mvXrd6Ry7VUffADOz+kv/3NebvHfmQoK9Ht1CzvKsqMjz6+1uU92Zy369clasml+XYL1SOZZOBj9z7qbMzb8dXdu11dpH+rflaEYarXYnlt7kay5er+xsbuwwdTn87quwj2ygGJ3Z2Mp0t5DV+96643W6iuraZ2ok1Gd4t7cLssbC/nNfLLK41nlXuoR1bRtudxIl02XfWw5cajdKl1t9qjWRzr3jgtRjJT25N8x8mReT+U6seV6tJ8tXXNM6OzzB7KLb7aVvVAa+Xyupj6/VZWj9Jq6y4vlJcdlPttC9XHHR/IrlpaeWm+vS5PN9u2Vt6el5EU9dX3yoLpujwt6qvXLW4uymensak/a8VVN7xu+5U8M8r9Wat94uxwEbb8mhcroBs+StfkmVHm1/y0bvVKS3rM3VPHP051w/9uvpKnx7zR0WBg6gkX36Zr2f3AdIvNpBu+bL6apy27H5igZeqpHqluLosqf9tipxdn3Te/dPRSnzNa/UfgrwQHH0VmgvvMfNAJw4PMHN4V1d3cUV7NM70jY1/qB+PXJhiun/SP7caqZexN3H/h6nyJ+2u+zTLPfOon8U93b/Mkqdl6xeWkDK6ezbOTvAy28JAHAAAAAAAAAAAAAAAAAAAAAAAAAAArfgEnYGI6+pXm3AAAAABJRU5ErkJggg==\",\n        \"account_number\": \"11111\",\n        \"contact_name\": \"Merchant Contact\",\n        \"email\": \"rokadiashahbaaz@gmail.com\",\n        \"mobile\": \"97876550\",\n        \"permission_id\": null,\n        \"AdminChargeSms\": 1,\n        \"AdminChargeWeb\": 1,\n        \"product_sales\": 1,\n        \"service_type\": [\n            {\n                \"id\": 2,\n                \"name\": \"SMS Invoice\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Payment Gateway\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Prepaid\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"POS Terminal\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Open Invoice\"\n            }\n        ],\n        \"payment_type\": [\n            {\n                \"id\": 1,\n                \"name\": \"KNET\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"MPGS\"\n            }\n        ],\n        \"country\": {\n            \"name\": \"Kuwait\",\n            \"code\": \"965\"\n        },\n        \"bank\": {\n            \"name\": \"National Bank of Kuwait\",\n            \"code\": \"\",\n            \"account_number\": \"11111\",\n            \"beneficiary_code\": \"222222222222222222222222222222\",\n            \"iban_number\": null,\n            \"beneficiary_name\": null\n        },\n        \"commission\": {\n            \"knet_percentage_rate\": 10,\n            \"knet_fixed_amount\": 0.5,\n            \"mpgs_fixed_amount\": 1,\n            \"mpgs_percentage_rate\": 10,\n            \"monthly_subscription_charge\": 10,\n            \"setup_charge\": 0\n        },\n        \"pos\": []\n    }\n}"},{"id":"d0f0ba57-2eb4-4eb1-96a9-4329caeb003c","name":"Get Profile","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/profile"},"status":"Not Implemented","code":501,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 23 May 2021 09:52:37 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Authentication failed.\",\n    \"response\": \"\"\n}"}],"_postman_id":"37b30f87-b182-48fc-92f9-239a33ea37fd"},{"name":"Reset Password","id":"22268199-1398-4bfe-a874-40d3a746be02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"X8vqoJ\",\r\n    \"merchantName\": \"test\",\r\n    \"password\": \"Test@321\",\r\n    \"password_confirmation\": \"Test@321\"\r\n}"},"url":"{{base-api-url}}/v1/password/reset","description":"<p>This API is used to reset the old/forgotten password.</p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>e1d2d68b492e13ed96a7508b6c1c66ac1c4fad098b22741631c5ab7f39023cb7</td>\n<td>String</td>\n<td>Required</td>\n<td>This token will send when user request <code>Forgot Password</code> API</td>\n</tr>\n<tr>\n<td>merchantName</td>\n<td>test</td>\n<td>String</td>\n<td>Required</td>\n<td>the user's  login name</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Test@123456</td>\n<td>String</td>\n<td>Required</td>\n<td>The new password that you want to set</td>\n</tr>\n<tr>\n<td>password_confirmation</td>\n<td>Test@123456</td>\n<td>String</td>\n<td>Required</td>\n<td>The confirmation of the new password</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","password","reset"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"769f42bc-eaea-4231-b79e-fa26f2827f0f","name":"Reset Password","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"e1d2d68b492e13ed96a7508b6c1c66ac1c4fad098b22741631c5ab7f39023cb7\",\r\n    \"email\": \"abc@abc.com\",\r\n    \"password\": \"Test@123456\",\r\n    \"password_confirmation\": \"Test@123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/password/reset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Oct 2020 07:19:24 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"73"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Your password has been reset!\",\n    \"response\": null\n}"},{"id":"fa72839f-43a9-47b9-bb2d-c46bb6284da4","name":"Reset Password (Expired OTP Response)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"X8vqoJ\",\r\n    \"merchantName\": \"test\",\r\n    \"password\": \"Test@321\",\r\n    \"password_confirmation\": \"Test@321\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/password/reset"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Feb 2022 09:53:19 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.4.1"},{"key":"X-Powered-By","value":"PHP/7.4.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"57"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Expired OTP.\",\n    \"response\": null\n}"}],"_postman_id":"22268199-1398-4bfe-a874-40d3a746be02"},{"name":"Secure Reset Password","id":"a59e801a-71fd-4592-87c7-8b6d2ac88634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"X8vqoJ\",\r\n    \"merchantName\": \"test\",\r\n    \"password\": \"Test@321\",\r\n    \"password_confirmation\": \"Test@321\"\r\n}"},"url":"{{base-api-url}}/v1/secure/password/reset","description":"<p>This API is used to reset the old/forgotten password.</p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>e1d2d68b492e13ed96a7508b6c1c66ac1c4fad098b22741631c5ab7f39023cb7</td>\n<td>String</td>\n<td>Required</td>\n<td>This token will send when user request <code>Forgot Password</code> API</td>\n</tr>\n<tr>\n<td>merchantName</td>\n<td>test</td>\n<td>String</td>\n<td>Required</td>\n<td>the user's  login name</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Test@123456</td>\n<td>String</td>\n<td>Required</td>\n<td>The new password that you want to set</td>\n</tr>\n<tr>\n<td>password_confirmation</td>\n<td>Test@123456</td>\n<td>String</td>\n<td>Required</td>\n<td>The confirmation of the new password</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","secure","password","reset"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a59e801a-71fd-4592-87c7-8b6d2ac88634"},{"name":"Update Logo","id":"633d72c1-d86a-4b9e-a7dc-e2d12cd5b447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"logo","type":"file","src":"/C:/Users/DELL/Downloads/logo-small.png"},{"key":"merchant_id","value":"164","type":"text"}]},"url":"{{base-api-url}}/v1/profile/logo","description":"<p>This API is used to reset the old/forgotten password.</p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>e1d2d68b492e13ed96a7508b6c1c66ac1c4fad098b22741631c5ab7f39023cb7</td>\n<td>String</td>\n<td>Required</td>\n<td>This token will send when user request <code>Forgot Password</code> API</td>\n</tr>\n<tr>\n<td>email</td>\n<td><a href=\"mailto:abc@abc.com\">abc@abc.com</a></td>\n<td>String</td>\n<td>Required</td>\n<td>the user's  email-id</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Test@123456</td>\n<td>String</td>\n<td>Required</td>\n<td>The new password that you want to set</td>\n</tr>\n<tr>\n<td>password_confirmation</td>\n<td>Test@123456</td>\n<td>String</td>\n<td>Required</td>\n<td>The confirmation of the new password</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","profile","logo"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"be9459a1-bc44-4002-878d-6e987aa8196b","name":"Update Logo","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"logo","type":"file","src":"/Users/fkhan/Downloads/iphone_x.jpeg"}]},"url":"{{base-api-url}}/v1/profile/logo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Logo updated successfully\",\n    \"response\": null\n}"}],"_postman_id":"633d72c1-d86a-4b9e-a7dc-e2d12cd5b447"},{"name":"Get Properties","id":"50017f97-3ab3-4172-86b6-605d9ee97611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\n    \"data\": \"0e7898bd7464d0c402fe8a949d9cbf9b826ccb9b83b56fa003373275f1947a65\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/profile/properties","description":"<p>The Merchant Properties has 2 methods as <code>GET</code> &amp; <code>PATCH</code> with a single end-point mentioned below.</p>\n<p>You can set any key-value pair which can be used in the app/web app such as language, theme, etc in JSON format.</p>\n<ul>\n<li><code>GET</code> to be used to just fetch the Merchant Properties</li>\n<li><code>PATCH</code> to be used to update the Merchant Properties</li>\n</ul>\n","urlObject":{"path":["v1","profile","properties"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"50017f97-3ab3-4172-86b6-605d9ee97611"},{"name":"Update Properties","id":"5d941f9e-8373-4818-b592-7799aebfe0d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\n    \"language\": \"ar\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/profile/properties","description":"<p>The Merchant Properties has 2 methods as <code>GET</code> &amp; <code>PATCH</code> with a single end-point mentioned below.</p>\n<p>You can set any key-value pair which can be used in the app/web app such as language, theme, etc in JSON format.</p>\n<ul>\n<li><code>GET</code> to be used to just fetch the Merchant Properties</li>\n<li><code>PATCH</code> to be used to update the Merchant Properties</li>\n</ul>\n","urlObject":{"path":["v1","profile","properties"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d941f9e-8373-4818-b592-7799aebfe0d5"},{"name":"Update Profile","id":"27f8f3bb-a775-42c5-bf7c-e1f2da9e45a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\":\"0e7898bd7464d0c402fe8a949d9cbf9b1d1a590955fb709c244990e95f060ce17160d456cdfd4e523356d4e54feec5f3c979dcc6dbb200bb2942543c59e29f708476c15f7ef9ab1f76345702ee3f88e399c4b98891ae82d2a0e171d5f03a2bbd\"\r\n}"},"url":"{{base-api-url}}/v1/profile","urlObject":{"path":["v1","profile"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"27f8f3bb-a775-42c5-bf7c-e1f2da9e45a8"},{"name":"Refresh Token","id":"23d531b8-f988-402b-8ab2-47873195880a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"X8vqoJ\",\r\n    \"merchantName\": \"test\",\r\n    \"password\": \"Test@321\",\r\n    \"password_confirmation\": \"Test@321\"\r\n}"},"url":"{{base-api-url}}/v1/token-refresh","description":"<p>This API is used to reset the old/forgotten password.</p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>e1d2d68b492e13ed96a7508b6c1c66ac1c4fad098b22741631c5ab7f39023cb7</td>\n<td>String</td>\n<td>Required</td>\n<td>This token will send when user request <code>Forgot Password</code> API</td>\n</tr>\n<tr>\n<td>merchantName</td>\n<td>test</td>\n<td>String</td>\n<td>Required</td>\n<td>the user's  login name</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Test@123456</td>\n<td>String</td>\n<td>Required</td>\n<td>The new password that you want to set</td>\n</tr>\n<tr>\n<td>password_confirmation</td>\n<td>Test@123456</td>\n<td>String</td>\n<td>Required</td>\n<td>The confirmation of the new password</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","token-refresh"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"23d531b8-f988-402b-8ab2-47873195880a"}],"id":"3e21c816-05ae-4384-ac6f-6f9e01bfebe8","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Forgot Password (This API is used to send the reset password email).</li>\n<li>Get Profile (This API is used to get all the details of the current user logged-in).</li>\n<li>Reset Password (This API is used to set the new password).</li>\n</ul>\n","_postman_id":"3e21c816-05ae-4384-ac6f-6f9e01bfebe8","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Products","item":[{"name":"Get Product by ID","id":"4c385e0c-5dae-4888-bb21-bbaf4bc791fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"data\": \"0e7898bd7464d0c402fe8a949d9cbf9b826ccb9b83b56fa003373275f1947a65\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/products/47","description":"<p>This API is used to get details of the product based on the <code>product-id</code> passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","products","47"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"6b0d8f48-54d6-4fb2-9fd5-809879b94d5f","name":"Get Product","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"00000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/products/130"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:24:09 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"416"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Product Details\",\n    \"response\": {\n        \"product_id\": 61,\n        \"product_name\": \"shahbaaz product\",\n        \"product_description\": \"shahbaaz product\",\n        \"category_id\": 33,\n        \"category_name\": \"shahbaaz\",\n        \"product_user_code\": \"shahbaaz product\",\n        \"product_bar_code\": \"shahbaaz product\",\n        \"product_base_unit\": 1,\n        \"product_stock\": 10,\n        \"product_unit_cost\": \"2.000\",\n        \"product_sale_cost\": \"3.000\",\n        \"product_max_cart\": 3,\n        \"product_image\": \"\",\n        \"status\": 1\n    }\n}"}],"_postman_id":"4c385e0c-5dae-4888-bb21-bbaf4bc791fa"},{"name":"Get All Products","id":"6058e3c1-5030-4274-8145-8ba3f21c8c44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/products","description":"<p>This API is used to get all the product listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","products"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"b1fea971-3806-4a09-bb2e-7946508837d5","name":"Get Products","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:04:58 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"4034"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"product_id\": 61,\n                \"product_name\": \"test product\",\n                \"product_description\": \"test product\",\n                \"category_id\": 33,\n                \"category_name\": \"test\",\n                \"product_user_code\": \"test product\",\n                \"product_bar_code\": \"test product\",\n                \"product_base_unit\": 1,\n                \"product_stock\": 10,\n                \"product_unit_cost\": \"2.000\",\n                \"product_sale_cost\": \"3.000\",\n                \"product_max_cart\": 3,\n                \"product_image\": \"1556718619.jpg\",\n                \"status\": 1\n            }\n        ],\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://merchantapisandbox.hesabe.com/api/v1/products\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"6058e3c1-5030-4274-8145-8ba3f21c8c44"},{"name":"Create Product","id":"0489b7af-d07a-4a6d-8a42-55170a7bf323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"merchantCode","value":"84221","type":"text"},{"key":"productName","value":"My new prddd 47","type":"text"},{"key":"productDescription","value":"test product desc","type":"text"},{"key":"categoryId","value":"16","type":"text"},{"key":"productUserCode","value":"2","type":"text"},{"key":"productBarCode","value":"1231","type":"text"},{"key":"productBaseUnit","value":"2","type":"text"},{"key":"productStock","value":"100","type":"text"},{"key":"productUnitCost","value":"2","type":"text"},{"key":"productSaleCost","value":"1","type":"text"},{"key":"productMaxCart","value":"2","type":"text"},{"key":"status","value":"1","type":"text"},{"key":"image","type":"file","src":"/C:/Users/mtaiy/Downloads/1658307428766.jpg"}]},"url":"{{base-api-url}}/v1/products","description":"<p>Creates a new product and in response gets the created product details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>test product name</td>\n<td>String</td>\n<td>Required</td>\n<td>The name of the product</td>\n</tr>\n<tr>\n<td>productDescription</td>\n<td>test product description</td>\n<td>String</td>\n<td>Optional</td>\n<td>The description of the product</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>16</td>\n<td>Integer</td>\n<td>Required</td>\n<td>The category-id of the product</td>\n</tr>\n<tr>\n<td>productUserCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Required</td>\n<td>The user code of the product</td>\n</tr>\n<tr>\n<td>productBarCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Required</td>\n<td>The bar-code of the product</td>\n</tr>\n<tr>\n<td>productBaseUnit</td>\n<td>2</td>\n<td>integer</td>\n<td>Required</td>\n<td>The primary-id of the product units</td>\n</tr>\n<tr>\n<td>productStock</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The product available in the stocks</td>\n</tr>\n<tr>\n<td>productUnitCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The cost price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productSaleCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The sales price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productMaxCart</td>\n<td>2</td>\n<td>integer</td>\n<td>Required</td>\n<td>The products that can be added into the cart</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>bit</td>\n<td>Optional</td>\n<td>The product status Note: 1 - Active, 0 - Inactive. the default value is 1, It indicates Active.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","products"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"70a09431-6e92-4bb5-909f-f2251590caa9","name":"Create Product","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"productName\": \"product name\",\r\n    \"productDescription\": \"test product desc\",\r\n    \"categoryId\": \"16\",\r\n    \"productUserCode\": \"2\",\r\n    \"productBarCode\": \"1231\",\r\n    \"productBaseUnit\": \"2\",\r\n    \"productStock\": \"100\",\r\n    \"productUnitCost\": \"2\",\r\n    \"productSaleCost\": \"1\",\r\n    \"productMaxCart\": \"2\"\r\n}"},"url":"{{base-api-url}}/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:30:40 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"412"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Product has been created successfully.\",\n    \"response\": {\n        \"product_id\": 62,\n        \"product_name\": \"product name\",\n        \"product_description\": \"test product desc\",\n        \"category_id\": 16,\n        \"category_name\": \"test category\",\n        \"product_user_code\": \"2\",\n        \"product_bar_code\": \"1231\",\n        \"product_base_unit\": \"2\",\n        \"product_stock\": \"100\",\n        \"product_unit_cost\": \"2\",\n        \"product_sale_cost\": \"1\",\n        \"product_max_cart\": \"2\",\n        \"product_image\": \" \",\n        \"status\": 1\n    }\n}"}],"_postman_id":"0489b7af-d07a-4a6d-8a42-55170a7bf323"},{"name":"Product Image","id":"2569531e-7ac2-4338-8b42-39199863525d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/C:/Users/DELL/Downloads/olena-sergienko-ElfJDs4LAQk-unsplash.jpg"},{"key":"merchantCode","value":"842217","type":"text"}]},"url":"{{base-api-url}}/v1/products/image","description":"<p>Creates a new product and in response gets the created product details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>test product name</td>\n<td>String</td>\n<td>Required</td>\n<td>The name of the product</td>\n</tr>\n<tr>\n<td>productDescription</td>\n<td>test product description</td>\n<td>String</td>\n<td>Optional</td>\n<td>The description of the product</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>16</td>\n<td>Integer</td>\n<td>Required</td>\n<td>The category-id of the product</td>\n</tr>\n<tr>\n<td>productUserCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Required</td>\n<td>The user code of the product</td>\n</tr>\n<tr>\n<td>productBarCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Required</td>\n<td>The bar-code of the product</td>\n</tr>\n<tr>\n<td>productBaseUnit</td>\n<td>2</td>\n<td>integer</td>\n<td>Required</td>\n<td>The primary-id of the product units</td>\n</tr>\n<tr>\n<td>productStock</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The product available in the stocks</td>\n</tr>\n<tr>\n<td>productUnitCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The cost price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productSaleCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The sales price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productMaxCart</td>\n<td>2</td>\n<td>integer</td>\n<td>Required</td>\n<td>The products that can be added into the cart</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>bit</td>\n<td>Optional</td>\n<td>The product status Note: 1 - Active, 0 - Inactive. the default value is 1, It indicates Active.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","products","image"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"664d68f5-f314-4701-a254-a2c157915704","name":"Create Product","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"productName\": \"product name\",\r\n    \"productDescription\": \"test product desc\",\r\n    \"categoryId\": \"16\",\r\n    \"productUserCode\": \"2\",\r\n    \"productBarCode\": \"1231\",\r\n    \"productBaseUnit\": \"2\",\r\n    \"productStock\": \"100\",\r\n    \"productUnitCost\": \"2\",\r\n    \"productSaleCost\": \"1\",\r\n    \"productMaxCart\": \"2\"\r\n}"},"url":"{{base-api-url}}/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:30:40 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"412"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Product has been created successfully.\",\n    \"response\": {\n        \"product_id\": 62,\n        \"product_name\": \"product name\",\n        \"product_description\": \"test product desc\",\n        \"category_id\": 16,\n        \"category_name\": \"test category\",\n        \"product_user_code\": \"2\",\n        \"product_bar_code\": \"1231\",\n        \"product_base_unit\": \"2\",\n        \"product_stock\": \"100\",\n        \"product_unit_cost\": \"2\",\n        \"product_sale_cost\": \"1\",\n        \"product_max_cart\": \"2\",\n        \"product_image\": \" \",\n        \"status\": 1\n    }\n}"}],"_postman_id":"2569531e-7ac2-4338-8b42-39199863525d"},{"name":"Update Product","id":"37cd6980-1e2b-45ba-b29a-a133d822e2e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchantCode}}\",\r\n    \"status\": 2\r\n}"},"url":"{{base-api-url}}/v1/products/360","description":"<p>This API is used to update the product details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>test product name</td>\n<td>String</td>\n<td>Optional</td>\n<td>The name of the product</td>\n</tr>\n<tr>\n<td>productDescription</td>\n<td>test product description</td>\n<td>String</td>\n<td>Optional</td>\n<td>The description of the product</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>16</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>The category-id of the product</td>\n</tr>\n<tr>\n<td>productUserCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Optional</td>\n<td>The user code of the product</td>\n</tr>\n<tr>\n<td>productBarCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Optional</td>\n<td>The bar-code of the product</td>\n</tr>\n<tr>\n<td>productBaseUnit</td>\n<td>2</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The primary-id of the product units</td>\n</tr>\n<tr>\n<td>productStock</td>\n<td>20</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The product available in the stocks</td>\n</tr>\n<tr>\n<td>productUnitCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The cost price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productSaleCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The sales price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productMaxCart</td>\n<td>2</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The products that can be added into the cart</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>bit</td>\n<td>Optional</td>\n<td>The product status Note: 1 - Active, 0 - Inactive. the default value is 1, It indicates Active.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","products","360"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"7a515402-cf59-4d5d-95fa-6cb82643af19","name":"Update Product","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"productName\": \"update product name\",\r\n    \"productDescription\": \"update test product desc\",\r\n    \"categoryId\": \"16\",\r\n    \"productUserCode\": \"2\",\r\n    \"productBarCode\": \"1231\",\r\n    \"productBaseUnit\": \"2\",\r\n    \"productStock\": \"100\",\r\n    \"productUnitCost\": \"2\",\r\n    \"productSaleCost\": \"1\",\r\n    \"productMaxCart\": \"2\"\r\n}"},"url":"{{base-api-url}}/v1/products/41"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:39:23 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"406"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Product updated successfully\",\n    \"response\": {\n        \"product_id\": 41,\n        \"product_name\": \"update product name\",\n        \"product_description\": \"test\",\n        \"category_id\": 16,\n        \"category_name\": \"test category\",\n        \"product_user_code\": \"2\",\n        \"product_bar_code\": \"BR001\",\n        \"product_base_unit\": 1,\n        \"product_stock\": \"100\",\n        \"product_unit_cost\": \"2\",\n        \"product_sale_cost\": \"1\",\n        \"product_max_cart\": 3,\n        \"product_image\": \"1556718619.jpg\",\n        \"status\": 1\n    }\n}"}],"_postman_id":"37cd6980-1e2b-45ba-b29a-a133d822e2e0"},{"name":"Delete Product","id":"68d50340-8ea4-4ad3-8554-0c3857e2fb60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"password","value":"{{systempassword}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/products/47","description":"<p>This API is used to deletes the product whose <code>product-id</code> is passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","products","47"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"f1408913-838d-422c-ae64-907659a1aeca","name":"Delete Product","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/products/62"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:42:26 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"72"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Product updated successfully\",\n    \"response\": null\n}"}],"_postman_id":"68d50340-8ea4-4ad3-8554-0c3857e2fb60"}],"id":"5e3e180e-ca72-40df-aed3-065d97c87242","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Product (This API is used to get the details of the product based on the product-id passed in the URI).</li>\n<li>Get Products (This API is used to get the listing with pagination for all the products).</li>\n<li>Create Product (This API is used to create a new product)</li>\n<li>Update Product (This API is used to update the product)</li>\n<li>Delete Product (This API is used to delete the product whose product-id is passed in the URI).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"054d9db0-dba1-471f-bdc2-e209c2129161","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ca85a156-2392-4778-aad6-e1fb20d3a252","type":"text/javascript","exec":[""]}}],"_postman_id":"5e3e180e-ca72-40df-aed3-065d97c87242","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Sale","item":[{"name":"Email  and Templates","item":[{"name":"Get Sale Email Templates","id":"0a33f54c-b277-4792-aa4e-177f0ef1735b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\",\r\n    \"data\":\"0e7898bd7464d0c402fe8a949d9cbf9b0738638581943a119139b8dc70b4fa078241c3d47a422bdf8f6b9cd0560ff841df83d31a657a51d15301c823ddb4392f324f778754531c996155cc6e688c9f5c6251d84a0dd4a2c4b76619533ea2b329\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/email-template","description":"<p>Get Sales Email Templates\nThis api gives authenticated user sales email template list.</p>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request(quick-invoice) on the RHS.</p>\n","urlObject":{"path":["v1","sale","email-template"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"1bf086fa-e3af-4519-9dbd-e8eae8d3b1b1","name":"Get Sales Email Templates","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/email-template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 11 Oct 2020 12:49:33 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"788"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales email templates\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 11,\n                \"type_id\": \"order_confirmation\",\n                \"subject\": \"Order confirmation\",\n                \"template\": \"<p>Hello #name#,<br />\\r\\n&nbsp;</p>\\r\\n\\r\\n<p>Your order #order_id_link# has been confirmed and is now being processed. The items will be shipped once ready.</p>\\r\\n\\r\\n<p>Please #click_here# to track your order.</p>\\r\\n\\r\\n<p><br />\\r\\nThanks<br />\\r\\nTeam Hesabe.</p>\\r\\n\\r\\n<p>&nbsp;</p>\",\n                \"status\": true\n            },\n            {\n                \"id\": 12,\n                \"type_id\": \"order_status\",\n                \"subject\": \"Your Order #order_id#\",\n                \"template\": \"<p>Hello #name#,<br><br>Your order #order_id_link# status has been changed.<br><br>Order Status: #status#<br>Comments: #comments#<br><br>#click_here# to track your order.</p><p><br>Thanks<br>Team Hesabe.</p><p><br></p>\",\n                \"status\": true\n            }\n        ]\n    }\n}"},{"id":"63e9f954-8c3c-4d0e-b0c2-188de27cd8fa","name":"Get Sales Email Templates","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/email-template"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0a33f54c-b277-4792-aa4e-177f0ef1735b"},{"name":"Get Sale Email Template Details","id":"5e296c07-4dff-430f-bc33-b72da1e3adc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"merchantCode","value":"{{merchant-code}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/email-template/11","description":"<p>Get Sales Email Templates\nThis api gives authenticated user sales email template details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","email-template","11"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"547b423e-70a6-4639-9e9d-3780bcef29f0","name":"Get Sales Email Template Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"merchantCode","value":"{{merchant-code}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/email-template/11"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 11 Oct 2020 13:01:58 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Content-Length","value":"466"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales email template details\",\n    \"response\": {\n        \"id\": 11,\n        \"type_id\": \"order_confirmation\",\n        \"subject\": \"Order confirmation\",\n        \"template\": \"<p>Hello #name#,<br />\\r\\n&nbsp;</p>\\r\\n\\r\\n<p>Your order #order_id_link# has been confirmed and is now being processed. The items will be shipped once ready.</p>\\r\\n\\r\\n<p>Please #click_here# to track your order.</p>\\r\\n\\r\\n<p><br />\\r\\nThanks<br />\\r\\nTeam Hesabe.</p>\\r\\n\\r\\n<p>&nbsp;</p>\",\n        \"status\": true\n    }\n}"}],"_postman_id":"5e296c07-4dff-430f-bc33-b72da1e3adc5"},{"name":"Update Sale Email Template Details","id":"7ccb248a-0a3d-497b-a64e-cce5f87adb0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"merchantCode","value":"{{merchant-code}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"subject\": \"Order confirmation\",\r\n    \"status\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/email-template/11","description":"<p>Update <code>Sales Email Template</code> details on an sales email template whose <code>sales email template id primary-id</code> is passed as a parameter to URI</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>subject</td>\n<td>string</td>\n<td>String</td>\n<td>Optional</td>\n<td>Subject of salese email template</td>\n</tr>\n<tr>\n<td>template</td>\n<td>text</td>\n<td>string</td>\n<td>Optional</td>\n<td>Sales email template body</td>\n</tr>\n<tr>\n<td>satus</td>\n<td>boolean</td>\n<td>boolian</td>\n<td>required</td>\n<td>status required</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","email-template","11"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"11def5a5-0be2-45d2-bb47-ac529a2cd692","name":"Get Profile","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"merchantCode","value":"{{merchant-code}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Sep 2020 06:31:35 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"647"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Profile Details\",\n    \"response\": {\n        \"id\": 84,\n        \"merchant_code\": \"842217\",\n        \"merchant_name\": \"test\",\n        \"access_code\": \"3cb2f8d3-8e7d-4a1d-a448-dba5047b6266\",\n        \"secret_key\": \"PkW64zMe5NVdrlPVNnjo2Jy9nOb7v1Xg\",\n        \"iv_key\": \"WjnegZ76y3PO3dwZ\",\n        \"company_name\": \"test\",\n        \"company_logo\": \"\",\n        \"account_number\": \"123123123123\",\n        \"contact_name\": \"Mahesh\",\n        \"email\": \"mbairi@hesabe.com\",\n        \"mobile\": \"99999999\",\n        \"permission_id\": null,\n        \"AdminChargeSms\": 0,\n        \"AdminChargeWeb\": 0,\n        \"product_sales\": 0,\n        \"country\": {\n            \"name\": \"Kuwait\",\n            \"code\": \"965\"\n        },\n        \"bank\": {\n            \"name\": \"Burgan Bank\"\n        },\n        \"service\": {\n            \"monthly_subscription_charge\": 0,\n            \"knet_percentage\": 5,\n            \"knet_value\": 1,\n            \"mpgs_percentage\": 5,\n            \"mpgs_value\": 1\n        }\n    }\n}"}],"_postman_id":"7ccb248a-0a3d-497b-a64e-cce5f87adb0e"}],"id":"c3de1511-0a5d-4698-9804-fc480ad75d17","description":"<p>Email and Templates</p>\n","_postman_id":"c3de1511-0a5d-4698-9804-fc480ad75d17","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Sale List","item":[{"name":"template structure","item":[{"name":"template list","id":"6891e163-a4e9-43b3-977a-cb17d2a4a0ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"merchantCode\":\"842217\",\r\n   \"templateList\":[\r\n       {\r\n        \r\n        \"mastertitle\":\"bg_color\",\r\n        \"mastervalue\":\"#rewwwwd\"\r\n        },\r\n         {\r\n          \r\n        \"mastertitle\":\"logo\",\r\n        \"mastervalue\":\"#blqwwqwue\"\r\n        }\r\n     ] ,\"products\": [\r\n                    {\r\n                        \"id\": 45,\r\n                        \"name\": \"product name\",\r\n                        \"description\": \"test product desc\",\r\n                        \"category_id\": 16,\r\n                        \"category_name\": \"1234@&abcs\",\r\n                        \"user_code\": \"2\",\r\n                        \"bar_code\": \"1231\",\r\n                        \"base_unit\": 2,\r\n                        \"stock\": 100,\r\n                        \"unit_cost\": \"2.000\",\r\n                        \"sale_cost\": \"1.000\",\r\n                        \"max_cart\": 2,\r\n                        \"image\": \"https://hesabe-staging-bucket.s3.eu-central-1.amazonaws.com/ \",\r\n                        \"status\": 1\r\n                    },\r\n                    {\r\n                        \"id\": 42,\r\n                        \"name\": \"product name\",\r\n                        \"description\": \"test product desc\",\r\n                        \"category_id\": 16,\r\n                        \"category_name\": \"1234@&abcs\",\r\n                        \"user_code\": \"2\",\r\n                        \"bar_code\": \"1231\",\r\n                        \"base_unit\": 2,\r\n                        \"stock\": 100,\r\n                        \"unit_cost\": \"2.000\",\r\n                        \"sale_cost\": \"1.000\",\r\n                        \"max_cart\": 2,\r\n                        \"image\": \"https://hesabe-staging-bucket.s3.eu-central-1.amazonaws.com/ \",\r\n                        \"status\": 1\r\n                    },\r\n                    {\r\n                        \"id\": 44,\r\n                        \"name\": \"product name\",\r\n                        \"description\": \"test product desc\",\r\n                        \"category_id\": 16,\r\n                        \"category_name\": \"1234@&abcs\",\r\n                        \"user_code\": \"2\",\r\n                        \"bar_code\": \"1231\",\r\n                        \"base_unit\": 2,\r\n                        \"stock\": 100,\r\n                        \"unit_cost\": \"2.000\",\r\n                        \"sale_cost\": \"1.000\",\r\n                        \"max_cart\": 2,\r\n                        \"image\": \"https://hesabe-staging-bucket.s3.eu-central-1.amazonaws.com/ \",\r\n                        \"status\": 1\r\n                    }\r\n                ]    \r\n}"},"url":"{{base-api-url}}/v1/sale/template/","urlObject":{"path":["v1","sale","template",""],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6891e163-a4e9-43b3-977a-cb17d2a4a0ca"},{"name":"templatelist","id":"34daed64-d772-4923-b594-160ee1001315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":{{merchant-code}}\r\n}"},"url":"{{base-api-url}}/v1/sale/template/","urlObject":{"path":["v1","sale","template",""],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34daed64-d772-4923-b594-160ee1001315"},{"name":"templatelist","id":"3025e152-45b2-47b6-bbe9-fb5d224aa4ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"merchantCode\":\"842217\",\r\n   \"templateList\":[\r\n       {\r\n        \"id\":\"124\",\r\n        \"mastertitle\":\"bg_color\",\r\n        \"mastervalue\":\"#rewwwwd\"\r\n        },\r\n         {\r\n          \"id\":\"125\",\r\n        \"mastertitle\":\"logo\",\r\n        \"mastervalue\":\"#blqwwqwue\"\r\n        }]\r\n}"},"url":"{{base-api-url}}/v1/sale/template/842217","urlObject":{"path":["v1","sale","template","842217"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3025e152-45b2-47b6-bbe9-fb5d224aa4ff"},{"name":"New Request","id":"95d554ed-d890-47d8-83a0-bce704b152e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"95d554ed-d890-47d8-83a0-bce704b152e6"}],"id":"a1be324d-fc7d-440d-bc5d-e7701d3cd20f","_postman_id":"a1be324d-fc7d-440d-bc5d-e7701d3cd20f","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Get Sale List","id":"a6aaa1f4-ca00-48f8-aea6-764479853c6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/list?dateFrom=2020-02-02&dateTo=2022-02-02","description":"<p>This API is used to get all the sales list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","list"],"host":["{{base-api-url}}"],"query":[{"key":"dateFrom","value":"2020-02-02"},{"key":"dateTo","value":"2022-02-02"}],"variable":[]}},"response":[{"id":"42cb48c1-2107-4c07-ac8f-f97d069f1e78","name":"Get Sale List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:20:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"4636"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 37,\n                \"name\": \"Sale list name\",\n                \"code\": \"84160370260897E4Y4R940\",\n                \"url\": \"http://local.hesabe.com/sale/84160370260897E4Y4R940\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T15:19:49.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Sale list name\",\n                \"code\": \"8416034594169QQQE64621\",\n                \"url\": \"http://local.hesabe.com/sale/8416034594169QQQE64621\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T13:23:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Email-Product\",\n                \"code\": \"1594118913935845f04530145664\",\n                \"url\": \"http://local.hesabe.com/sale/1594118913935845f04530145664\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-07-07T10:48:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1588573049192845eafb379d2997\",\n                \"url\": \"http://local.hesabe.com/sale/1588573049192845eafb379d2997\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-05-04T06:17:29.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1580299185303845e3173b13361d\",\n                \"url\": \"http://local.hesabe.com/sale/1580299185303845e3173b13361d\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-29T11:59:45.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 29,\n                \"name\": \"tes\",\n                \"code\": \"1579860434499845e2ac1d2bde6e\",\n                \"url\": \"http://local.hesabe.com/sale/1579860434499845e2ac1d2bde6e\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-01-24T10:07:14.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 28,\n                \"name\": \"testamount\",\n                \"code\": \"1579424464982845e241ad04f70c\",\n                \"url\": \"http://local.hesabe.com/sale/1579424464982845e241ad04f70c\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-19T09:01:04.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 27,\n                \"name\": \"test\",\n                \"code\": \"1568189196542845d78ab0c76b75\",\n                \"url\": \"http://local.hesabe.com/sale/1568189196542845d78ab0c76b75\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T08:06:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 26,\n                \"name\": \"test2\",\n                \"code\": \"1568188479517845d78a83f8a1c8\",\n                \"url\": \"http://local.hesabe.com/sale/1568188479517845d78a83f8a1c8\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T07:54:39.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Product 1\",\n                \"code\": \"1522748313967845ac34b993d8b7\",\n                \"url\": \"http://local.hesabe.com/sale/1522748313967845ac34b993d8b7\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:38:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Doctors\",\n                \"code\": \"1522748060400845ac34a9cb3842\",\n                \"url\": \"http://local.hesabe.com/sale/1522748060400845ac34a9cb3842\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:34:20.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Appointments\",\n                    \"merchant_usage\": \"Yes\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Fridays Restaurant\",\n                \"code\": \"1522735948632845ac31b4c2842b\",\n                \"url\": \"http://local.hesabe.com/sale/1522735948632845ac31b4c2842b\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T06:12:28.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Food & Beverage\",\n                \"code\": \"1522496214196845abf72d61456a\",\n                \"url\": \"http://local.hesabe.com/sale/1522496214196845abf72d61456a\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-31T11:36:54.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"name\": \"christmas\",\n                \"code\": \"1521292117825845aad1355a20e6\",\n                \"url\": \"http://local.hesabe.com/sale/1521292117825845aad1355a20e6\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-17T13:08:37.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 14,\n            \"count\": 14,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sales/list\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"a6aaa1f4-ca00-48f8-aea6-764479853c6f"},{"name":"Sale Template","id":"0cef5d2e-bf87-4d4c-b4f0-772abaa5fa8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/list?dateFrom=2020-02-02&dateTo=2022-02-02","description":"<p>This API is used to get all the sales list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","list"],"host":["{{base-api-url}}"],"query":[{"key":"dateFrom","value":"2020-02-02"},{"key":"dateTo","value":"2022-02-02"}],"variable":[]}},"response":[{"id":"2b333983-6458-4a5d-86e9-24c71223d499","name":"Get Sale List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:20:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"4636"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 37,\n                \"name\": \"Sale list name\",\n                \"code\": \"84160370260897E4Y4R940\",\n                \"url\": \"http://local.hesabe.com/sale/84160370260897E4Y4R940\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T15:19:49.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Sale list name\",\n                \"code\": \"8416034594169QQQE64621\",\n                \"url\": \"http://local.hesabe.com/sale/8416034594169QQQE64621\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T13:23:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Email-Product\",\n                \"code\": \"1594118913935845f04530145664\",\n                \"url\": \"http://local.hesabe.com/sale/1594118913935845f04530145664\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-07-07T10:48:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1588573049192845eafb379d2997\",\n                \"url\": \"http://local.hesabe.com/sale/1588573049192845eafb379d2997\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-05-04T06:17:29.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1580299185303845e3173b13361d\",\n                \"url\": \"http://local.hesabe.com/sale/1580299185303845e3173b13361d\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-29T11:59:45.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 29,\n                \"name\": \"tes\",\n                \"code\": \"1579860434499845e2ac1d2bde6e\",\n                \"url\": \"http://local.hesabe.com/sale/1579860434499845e2ac1d2bde6e\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-01-24T10:07:14.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 28,\n                \"name\": \"testamount\",\n                \"code\": \"1579424464982845e241ad04f70c\",\n                \"url\": \"http://local.hesabe.com/sale/1579424464982845e241ad04f70c\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-19T09:01:04.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 27,\n                \"name\": \"test\",\n                \"code\": \"1568189196542845d78ab0c76b75\",\n                \"url\": \"http://local.hesabe.com/sale/1568189196542845d78ab0c76b75\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T08:06:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 26,\n                \"name\": \"test2\",\n                \"code\": \"1568188479517845d78a83f8a1c8\",\n                \"url\": \"http://local.hesabe.com/sale/1568188479517845d78a83f8a1c8\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T07:54:39.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Product 1\",\n                \"code\": \"1522748313967845ac34b993d8b7\",\n                \"url\": \"http://local.hesabe.com/sale/1522748313967845ac34b993d8b7\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:38:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Doctors\",\n                \"code\": \"1522748060400845ac34a9cb3842\",\n                \"url\": \"http://local.hesabe.com/sale/1522748060400845ac34a9cb3842\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:34:20.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Appointments\",\n                    \"merchant_usage\": \"Yes\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Fridays Restaurant\",\n                \"code\": \"1522735948632845ac31b4c2842b\",\n                \"url\": \"http://local.hesabe.com/sale/1522735948632845ac31b4c2842b\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T06:12:28.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Food & Beverage\",\n                \"code\": \"1522496214196845abf72d61456a\",\n                \"url\": \"http://local.hesabe.com/sale/1522496214196845abf72d61456a\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-31T11:36:54.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"name\": \"christmas\",\n                \"code\": \"1521292117825845aad1355a20e6\",\n                \"url\": \"http://local.hesabe.com/sale/1521292117825845aad1355a20e6\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-17T13:08:37.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 14,\n            \"count\": 14,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sales/list\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"0cef5d2e-bf87-4d4c-b4f0-772abaa5fa8f"},{"name":"Get Sale List Details","id":"85e7e9ee-bd93-4073-af20-1783e843d420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/list/{{sale-list-id}}","description":"<p>This API is used to get details of the sales list details by providing <code>sales-list-id</code></p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","list","{{sale-list-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"85e7e9ee-bd93-4073-af20-1783e843d420"},{"name":"Create Sale List","id":"3890a817-0da0-4b39-9685-fde37ef91d42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"status\": true,\r\n    \"merchantUsage\": false,  \r\n    \"name\": \"Sale list name\",\r\n    \"description\": \"test product desc\",\r\n    \"dateRange\": false,\r\n    \"discountType\": \"0\",\r\n    \"discountValue\": \"2\",\r\n    \"serviceType\": \"1\",\r\n    \"serviceValue\": \"2\",\r\n    \"fromDate\":\"2023-02-01\",\r\n    \"toDate\":\"2023-09-01\",\r\n    \"maxOrders\": 1,\r\n    \"productIds\": [\r\n        \"45\",\r\n        \"42\",\r\n        \"44\"\r\n    ]\r\n}"},"url":"{{base-api-url}}/v1/sale/list","description":"<p>Creates a new product and in response gets the created product details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>test product name</td>\n<td>String</td>\n<td>Required</td>\n<td>The name of the product</td>\n</tr>\n<tr>\n<td>productDescription</td>\n<td>test product description</td>\n<td>String</td>\n<td>Optional</td>\n<td>The description of the product</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>16</td>\n<td>Integer</td>\n<td>Required</td>\n<td>The category-id of the product</td>\n</tr>\n<tr>\n<td>productUserCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Required</td>\n<td>The user code of the product</td>\n</tr>\n<tr>\n<td>productBarCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Required</td>\n<td>The bar-code of the product</td>\n</tr>\n<tr>\n<td>productBaseUnit</td>\n<td>2</td>\n<td>integer</td>\n<td>Required</td>\n<td>The primary-id of the product units</td>\n</tr>\n<tr>\n<td>productStock</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The product available in the stocks</td>\n</tr>\n<tr>\n<td>productUnitCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The cost price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productSaleCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The sales price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productMaxCart</td>\n<td>2</td>\n<td>integer</td>\n<td>Required</td>\n<td>The products that can be added into the cart</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>bit</td>\n<td>Optional</td>\n<td>The product status Note: 1 - Active, 0 - Inactive. the default value is 1, It indicates Active.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","list"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"ef0246fd-639d-457e-9f20-27bc5b47c17d","name":"Create Sale List","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"status\": true,\r\n    \"merchantUsage\": true,\r\n    \"type\": \"0\",\r\n    \"name\": \"Sale list name\",\r\n    \"description\": \"test product desc\",\r\n    \"dateRange\": true,\r\n    \"fromDate\": \"2020-11-1\",\r\n    \"toDate\": \"2020-11-24\",\r\n    \"discountType\": \"0\",\r\n    \"discountValue\": \"2\",\r\n    \"serviceType\": \"1\",\r\n    \"serviceValue\": \"2\",\r\n    \"maxOrders\": 1,\r\n    \"productIds\": [\r\n        \"3\",\r\n        \"2\"\r\n    ]\r\n}"},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:31:09 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"391"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale list has been created successfully.\",\n    \"response\": {\n        \"id\": 41,\n        \"name\": \"Sale list name\",\n        \"code\": \"841604237469967664RR91\",\n        \"url\": \"http://local.hesabe.com/sale/841604237469967664RR91\",\n        \"merchant_usage\": true,\n        \"status\": true,\n        \"created_at\": \"2020-11-01T13:31:09.000000Z\",\n        \"merchant\": {\n            \"id\": 84,\n            \"name\": \"test\"\n        },\n        \"label\": {\n            \"type\": \"Products\",\n            \"merchant_usage\": \"No\",\n            \"status\": \"Active\"\n        }\n    }\n}"}],"_postman_id":"3890a817-0da0-4b39-9685-fde37ef91d42"},{"name":"Update Sale List","id":"644f7eab-76e4-425c-a737-5cb9a159e77f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"status\": false,\r\n    \"merchantUsage\": true,\r\n    \"type\": \"0\",\r\n    \"name\": \"Sale list name\",\r\n    \"description\": \"test product desc\",\r\n    \"dateRange\": true,\r\n    \"fromDate\": \"2022-11-01\",\r\n    \"toDate\": \"2022-11-24\",\r\n    \"discountType\": \"0\",\r\n    \"discountValue\": \"2\",\r\n    \"serviceType\": \"1\",\r\n    \"serviceValue\": \"2\",\r\n    \"maxOrders\": 1,\r\n    \"productIds\": [\r\n        \"44\"\r\n        \r\n    ]\r\n}"},"url":"{{base-api-url}}/v1/sale/list/74","description":"<p>This API is used to update the sale list details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>test product name</td>\n<td>String</td>\n<td>Optional</td>\n<td>The name of the product</td>\n</tr>\n<tr>\n<td>productDescription</td>\n<td>test product description</td>\n<td>String</td>\n<td>Optional</td>\n<td>The description of the product</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>16</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>The category-id of the product</td>\n</tr>\n<tr>\n<td>productUserCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Optional</td>\n<td>The user code of the product</td>\n</tr>\n<tr>\n<td>productBarCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Optional</td>\n<td>The bar-code of the product</td>\n</tr>\n<tr>\n<td>productBaseUnit</td>\n<td>2</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The primary-id of the product units</td>\n</tr>\n<tr>\n<td>productStock</td>\n<td>20</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The product available in the stocks</td>\n</tr>\n<tr>\n<td>productUnitCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The cost price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productSaleCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The sales price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productMaxCart</td>\n<td>2</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The products that can be added into the cart</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>bit</td>\n<td>Optional</td>\n<td>The product status Note: 1 - Active, 0 - Inactive. the default value is 1, It indicates Active.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","list","74"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"c72f5703-2681-49ba-97ae-ef20a6aec713","name":"Update Sale List","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"status\": true,\r\n    \"merchantUsage\": true,\r\n    \"type\": \"0\",\r\n    \"name\": \"Sale list name\",\r\n    \"description\": \"test product desc\",\r\n    \"dateRange\": true,\r\n    \"fromDate\": \"2020-11-1\",\r\n    \"toDate\": \"2020-11-24\",\r\n    \"discountType\": \"0\",\r\n    \"discountValue\": \"2\",\r\n    \"serviceType\": \"1\",\r\n    \"serviceValue\": \"2\",\r\n    \"maxOrders\": 1,\r\n    \"productIds\": [\r\n        \"4\",\r\n        \"5\"\r\n    ]\r\n}"},"url":"{{base-api-url}}/v1/sales/list/{{sale-list-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:33:47 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"381"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale list updated successfully\",\n    \"response\": {\n        \"id\": 41,\n        \"name\": \"Sale list name\",\n        \"code\": \"8416042376289365373975\",\n        \"url\": \"http://local.hesabe.com/sale/8416042376289365373975\",\n        \"merchant_usage\": true,\n        \"status\": true,\n        \"created_at\": \"2020-11-01T13:31:09.000000Z\",\n        \"merchant\": {\n            \"id\": 84,\n            \"name\": \"test\"\n        },\n        \"label\": {\n            \"type\": \"Products\",\n            \"merchant_usage\": \"No\",\n            \"status\": \"Active\"\n        }\n    }\n}"}],"_postman_id":"644f7eab-76e4-425c-a737-5cb9a159e77f"},{"name":"single product details","id":"541f629e-3b57-4e5b-b5c4-6f64d64d2b56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"file","file":{}},"url":"{{base-api-url}}/v1/saleproduct/8416045778899637R55924/2","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","saleproduct","8416045778899637R55924","2"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"541f629e-3b57-4e5b-b5c4-6f64d64d2b56"}],"id":"58c20293-907f-4831-badb-cfb8c6a9a3c8","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Product (This API is used to get the details of the product based on the product-id passed in the URI).</li>\n<li>Get Products (This API is used to get the listing with pagination for all the products).</li>\n<li>Create Product (This API is used to create a new product)</li>\n<li>Update Product (This API is used to update the product)</li>\n<li>Delete Product (This API is used to delete the product whose product-id is passed in the URI).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"9a5f824f-d725-4395-95a6-61437550b5ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ac9ed36e-d03a-44e2-97a0-2a2009c23b1d","type":"text/javascript","exec":[""]}}],"_postman_id":"58c20293-907f-4831-badb-cfb8c6a9a3c8","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Sale Order","item":[{"name":"Get Sale Orders List","id":"787d8e4f-9e9a-46ab-9636-a1755cc736a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order?dateFrom=2022-02-02&dateTo=2022-02-02","description":"<p>This API is used to get all the sale orders list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","order"],"host":["{{base-api-url}}"],"query":[{"key":"dateFrom","value":"2022-02-02"},{"key":"dateTo","value":"2022-02-02"}],"variable":[]}},"response":[{"id":"ae68c830-767a-4e7f-a1bc-fff84c0e8558","name":"Get Sale Orders List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Nov 2020 09:32:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale orders list\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 138,\n                \"token\": \"8415942037137359795341\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 13:32:46\",\n                \"order_status\": 2,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"CASH\",\n                \"products\": [\n                    {\n                        \"id\": 170,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:21:53.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:21:53.000000Z\"\n                    },\n                    {\n                        \"id\": 171,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:25:07.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:25:07.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 137,\n                \"token\": \"8415941989149637574971\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@gmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 12:04:32\",\n                \"order_status\": 3,\n                \"order_reference\": \"841594198949\",\n                \"transaction_id\": \"012K6C\",\n                \"payment_id\": \"019009324672\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 169,\n                        \"order_id\": 137,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T09:01:54.000000Z\",\n                        \"updated_at\": \"2020-07-08T09:01:54.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 136,\n                \"token\": \"84159411895297367653917\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test1@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-07 13:49:45\",\n                \"order_status\": 4,\n                \"order_reference\": \"018910000583\",\n                \"transaction_id\": \"202018909498179\",\n                \"payment_id\": \"100202018909488304\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 168,\n                        \"order_id\": 136,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-07T10:49:13.000000Z\",\n                        \"updated_at\": \"2020-07-07T10:49:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 130,\n                \"token\": \"84158989951275697344577\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"10.000\",\n                \"paid_on\": \"2020-05-19 17:46:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"014010000843\",\n                \"transaction_id\": \"202014049801308\",\n                \"payment_id\": \"100202014050228035\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 162,\n                        \"order_id\": 130,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 5,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-19T14:45:13.000000Z\",\n                        \"updated_at\": \"2020-05-19T14:45:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 127,\n                \"token\": \"84158857396343474445597\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:33:25\",\n                \"order_status\": 3,\n                \"order_reference\": \"012510000205\",\n                \"transaction_id\": \"202012537007522\",\n                \"payment_id\": \"100202012563008281\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 159,\n                        \"order_id\": 127,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:32:44.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:32:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"token\": \"8415885737689356555444\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:30:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"012510000200\",\n                \"transaction_id\": \"202012563084995\",\n                \"payment_id\": \"100202012536894020\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 158,\n                        \"order_id\": 126,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:29:28.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:29:28.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"token\": \"8415885730844545357552\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:20:09\",\n                \"order_status\": 3,\n                \"order_reference\": \"841588573093\",\n                \"transaction_id\": \"011446\",\n                \"payment_id\": \"012506204683\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 157,\n                        \"order_id\": 125,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:18:04.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:18:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 124,\n                \"token\": \"84158850092043454579318\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"testt\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-03 13:16:46\",\n                \"order_status\": 1,\n                \"order_reference\": \"012410000311\",\n                \"transaction_id\": \"202012400507659\",\n                \"payment_id\": \"100202012499531075\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 156,\n                        \"order_id\": 124,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-03T10:15:21.000000Z\",\n                        \"updated_at\": \"2020-05-03T10:15:21.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 118,\n                \"token\": \"49071580303583\",\n                \"unique_code\": \"1580299185303845e3173b13361d\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-01-29 16:14:03\",\n                \"order_status\": 1,\n                \"order_reference\": \"841580303596\",\n                \"transaction_id\": \"011WHM\",\n                \"payment_id\": \"002913285956\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 150,\n                        \"order_id\": 118,\n                        \"sale_id\": 39,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test\",\n                        \"description\": \"\",\n                        \"user_code\": \"1235551\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"merchant-store/84-product-135-product-m415753697201580298794.jpg\",\n                        \"created_at\": \"2020-01-29T13:13:04.000000Z\",\n                        \"updated_at\": \"2020-01-29T13:13:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 114,\n                \"token\": \"84157942601254544464\",\n                \"unique_code\": \"1579424464982845e241ad04f70c\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"70.060\",\n                \"paid_on\": \"2020-01-19 12:28:34\",\n                \"order_status\": 3,\n                \"order_reference\": \"841579426074\",\n                \"transaction_id\": \"011RFS\",\n                \"payment_id\": \"001909243288\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 146,\n                        \"order_id\": 114,\n                        \"sale_id\": 38,\n                        \"category\": \"Test\",\n                        \"name\": \"test amount\",\n                        \"description\": \"test amount\",\n                        \"user_code\": \"123\",\n                        \"bar_code\": \"123123\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"70.056\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-19T09:26:52.000000Z\",\n                        \"updated_at\": \"2020-01-19T09:26:52.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 113,\n                \"token\": \"20241577958873\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-02 12:54:51\",\n                \"order_status\": 1,\n                \"order_reference\": \"841577958879\",\n                \"transaction_id\": \"\",\n                \"payment_id\": \"\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 145,\n                        \"order_id\": 113,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-02T09:54:33.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:54:33.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 110,\n                \"token\": \"99061577957405\",\n                \"unique_code\": \"1521292117825845aad1355a20e6\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5000.000\",\n                \"paid_on\": \"2020-01-02 12:30:15\",\n                \"order_status\": 1,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"TERMINAL\",\n                \"products\": [\n                    {\n                        \"id\": 143,\n                        \"order_id\": 110,\n                        \"sale_id\": 23,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test prod\",\n                        \"description\": \"jkhukl\",\n                        \"user_code\": \"87678\",\n                        \"bar_code\": \"klhyluiy9\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5000.000\",\n                        \"image\": \"1521291950.png\",\n                        \"created_at\": \"2020-01-02T09:30:05.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:30:05.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108,\n                \"token\": \"21961577879263\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:48:16\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000867\",\n                \"transaction_id\": \"202000139663581\",\n                \"payment_id\": \"100202000160348450\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 141,\n                        \"order_id\": 108,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:47:44.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:47:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 106,\n                \"token\": \"91781577877086\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@hesabe.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:12:13\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000848\",\n                \"transaction_id\": \"202000161419627\",\n                \"payment_id\": \"100202000138562432\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 139,\n                        \"order_id\": 106,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:11:26.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:11:26.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 103,\n                \"token\": \"31401577875373\",\n                \"unique_code\": \"1522748060400845ac34a9cb3842\",\n                \"sale_type\": 1,\n                \"sale_name\": \"test\",\n                \"email\": \"mbairi\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 13:43:36\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000837\",\n                \"transaction_id\": \"202000162276177\",\n                \"payment_id\": \"100202000137706176\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 138,\n                        \"order_id\": 103,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T10:42:53.000000Z\",\n                        \"updated_at\": \"2020-01-01T10:42:53.000000Z\"\n                    }\n                ]\n            }\n        ],\n        \"pagination\": {\n            \"total\": 20,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 2,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sale/order\",\n            \"next_page_url\": \"http://local.merchant-api.com/api/v1/sale/order?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"787d8e4f-9e9a-46ab-9636-a1755cc736a0"},{"name":"Get Sale Order Details","id":"656dacbd-64b5-4599-b79a-59daf10db438","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order/138","description":"<p>This API is used to get details of the sale list details by providing <code>sale-order-id</code></p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","order","138"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"656dacbd-64b5-4599-b79a-59daf10db438"},{"name":"checkout","id":"ac8493de-1796-4ed8-a415-648d4d2d674f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Mohammed\",\r\n    \"email\":\"mtaiyab@hesabe.com\",\r\n    \"mobile\":\"98726045\",\r\n    \"address\":\"kuwait\",\r\n    \"city\":\"kuwait\",\r\n    \"zipcode\":\"324254\",\r\n    \"subtotal\":\"2\",\r\n    \"discount\":\"0\",\r\n    \"servicecharge\":\"1\",\r\n    \"total\":\"3\",\r\n    \"uniquecode\":\"8416752526159Y565EE953\",\r\n    \"productlist\":\r\n        [\r\n               {\r\n               \"id\": 44,\r\n                \"name\": \"stock 2\",\r\n                \"description\": \"\",\r\n                \"category_id\": 104,\r\n                \"category_name\": \"jusaira employee\",\r\n                \"user_code\": \"12345\",\r\n                \"bar_code\": \"865562\",\r\n                \"base_unit\": 5,\r\n                \"stock\": 5426554,\r\n                \"unit_cost\": \"10.000\",\r\n                \"sale_cost\": \"30.000\",\r\n                \"max_cart\": 5,\r\n                \"image\": \"https://hesabe-staging-bucket.s3.eu-central-1.amazonaws.com/products/5210421/image-15430348281675172657.png\",\r\n                \"status\": 1,\r\n                \"productquantity\":5\r\n            },\r\n            {\r\n                \"id\": 45,\r\n                \"name\": \"product 1\",\r\n                \"description\": \"\",\r\n                \"category_id\": 107,\r\n                \"category_name\": \"hesabe001\",\r\n                \"user_code\": \"15654\",\r\n                \"bar_code\": \"6894515\",\r\n                \"base_unit\": 5,\r\n                \"stock\": 100,\r\n                \"unit_cost\": \"10.000\",\r\n                \"sale_cost\": \"25.000\",\r\n                \"max_cart\": 5,\r\n                \"image\": \"https://hesabe-staging-bucket.s3.eu-central-1.amazonaws.com/products/842217/image-20344648271675159499.png\",\r\n                \"status\": 2,\r\n                \"productquantity\":3\r\n            }\r\n        ]\r\n}"},"url":"{{base-api-url}}/v1/sale/checkout","urlObject":{"path":["v1","sale","checkout"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac8493de-1796-4ed8-a415-648d4d2d674f"},{"name":"Create Purposal","id":"0d222691-1837-4cb7-95a3-1bf0bca6575e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"{{merchant-code}}\",\r\n    \"name\":\"Mohammed\",\r\n    \"email\":\"mtaiyab@hesabe.com\",\r\n    \"mobile\":\"98726045\",\r\n    \"address\":\"kuwait\",\r\n    \"city\":\"kuwait\",\r\n    \"zipcode\":\"324254\",\r\n    \"subtotal\":\"2\",\r\n    \"discount\":\"0\",\r\n    \"servicecharge\":\"1\",\r\n    \"total\":\"3\",\r\n    \"uniquecode\":\"521167517268993Q4Y6EE14\",\r\n    \"productlist\":\r\n        [\r\n               {\r\n               \"id\": 360,\r\n                \"name\": \"stock 2\",\r\n                \"description\": \"\",\r\n                \"category_id\": 104,\r\n                \"category_name\": \"jusaira employee\",\r\n                \"user_code\": \"12345\",\r\n                \"bar_code\": \"865562\",\r\n                \"base_unit\": 5,\r\n                \"stock\": 5426554,\r\n                \"unit_cost\": \"10.000\",\r\n                \"sale_cost\": \"30.000\",\r\n                \"max_cart\": 5,\r\n                \"image\": \"https://hesabe-staging-bucket.s3.eu-central-1.amazonaws.com/products/5210421/image-15430348281675172657.png\",\r\n                \"status\": 1,\r\n                \"productquantity\":5\r\n            },\r\n            {\r\n                \"id\": 327,\r\n                \"name\": \"product 1\",\r\n                \"description\": \"\",\r\n                \"category_id\": 107,\r\n                \"category_name\": \"hesabe001\",\r\n                \"user_code\": \"15654\",\r\n                \"bar_code\": \"6894515\",\r\n                \"base_unit\": 5,\r\n                \"stock\": 100,\r\n                \"unit_cost\": \"10.000\",\r\n                \"sale_cost\": \"25.000\",\r\n                \"max_cart\": 5,\r\n                \"image\": \"https://hesabe-staging-bucket.s3.eu-central-1.amazonaws.com/products/842217/image-20344648271675159499.png\",\r\n                \"status\": 2,\r\n                \"productquantity\":3\r\n            }\r\n        ]\r\n}"},"url":"{{base-api-url}}/v1/sale/order","urlObject":{"path":["v1","sale","order"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d222691-1837-4cb7-95a3-1bf0bca6575e"}],"id":"b38a3d31-39f7-4cd2-92e4-a6a382efe369","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Product (This API is used to get the details of the product based on the product-id passed in the URI).</li>\n<li>Get Products (This API is used to get the listing with pagination for all the products).</li>\n<li>Create Product (This API is used to create a new product)</li>\n<li>Update Product (This API is used to update the product)</li>\n<li>Delete Product (This API is used to delete the product whose product-id is passed in the URI).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"b86830db-d8a4-4fd8-8ee8-02328db262bd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"18a26378-d1f3-45b2-9f74-e392216e847f","type":"text/javascript","exec":[""]}}],"_postman_id":"b38a3d31-39f7-4cd2-92e4-a6a382efe369","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Sale Order Status","item":[{"name":"Get Sale Order Status List","id":"ff4988a9-45a3-4aeb-a997-8edf2a4d26c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"merchantCode\": \"842217\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order/","description":"<p>This API is used to get all the sale orders status listing with pagination.</p>\n<p><code>v1/sale/order/{{orderId}}/status</code></p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","order",""],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"7c653123-dc5c-4036-b140-21b17d8994d7","name":"Get Sale Order Status List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order/{{order-id}}/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 Nov 2020 07:50:52 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.11"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1044"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale order status list\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 1,\n                \"title\": \"In Process\",\n                \"sort_order\": 1,\n                \"order_status_id\": 146,\n                \"order_id\": 138,\n                \"date\": \"2020-07-08 13:21:00\",\n                \"comment\": \"\",\n                \"created_at\": \"2020-07-08 13:21:53\",\n                \"updated_at\": \"2020-09-13 13:15:06\"\n            },\n            {\n                \"id\": 2,\n                \"title\": \"Ready to Ship\",\n                \"sort_order\": 2,\n                \"order_status_id\": 148,\n                \"order_id\": 138,\n                \"date\": \"2020-11-10 12:02:40\",\n                \"comment\": \"\",\n                \"created_at\": \"2020-07-08 15:18:36\",\n                \"updated_at\": \"2020-11-10 12:02:40\"\n            },\n            {\n                \"id\": 2,\n                \"title\": \"Ready to Ship\",\n                \"sort_order\": 2,\n                \"order_status_id\": 172,\n                \"order_id\": 138,\n                \"date\": \"2020-11-10 12:02:40\",\n                \"comment\": \"\",\n                \"created_at\": \"2020-11-10 12:02:41\",\n                \"updated_at\": \"2020-11-10 12:02:41\"\n            },\n            {\n                \"id\": 3,\n                \"title\": \"Shipped\",\n                \"sort_order\": 3,\n                \"order_status_id\": 173,\n                \"order_id\": 138,\n                \"date\": \"2020-11-10 02:58:00\",\n                \"comment\": \"\",\n                \"created_at\": \"2020-11-10 12:03:02\",\n                \"updated_at\": \"2020-11-18 10:45:39\"\n            },\n            {\n                \"id\": 4,\n                \"title\": \"Delivered\",\n                \"sort_order\": 4,\n                \"order_status_id\": 174,\n                \"order_id\": 138,\n                \"date\": \"2020-11-10 02:58:00\",\n                \"comment\": \"\",\n                \"created_at\": \"2020-11-10 14:59:20\",\n                \"updated_at\": \"2020-11-10 14:59:20\"\n            }\n        ]\n    }\n}"},{"id":"2a5d902a-3122-4f79-968a-e286ba9894ca","name":"Get Sale Order Status List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order/138/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Nov 2020 13:23:47 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.11"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"701"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale order status list\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 148,\n                \"date\": \"2020-07-08 15:10:00\",\n                \"comment\": \"test\",\n                \"created_at\": \"2020-07-08 15:18:36\",\n                \"updated_at\": \"2020-07-08 15:18:36\",\n                \"status\": {\n                    \"id\": 2,\n                    \"title\": \"Ready to Ship\",\n                    \"sort\": 2\n                },\n                \"order\": {\n                    \"id\": 138,\n                    \"merchant_id\": 84\n                }\n            },\n            {\n                \"id\": 146,\n                \"date\": \"2020-07-08 13:21:00\",\n                \"comment\": \"\",\n                \"created_at\": \"2020-07-08 13:21:53\",\n                \"updated_at\": \"2020-09-13 13:15:06\",\n                \"status\": {\n                    \"id\": 1,\n                    \"title\": \"In Process\",\n                    \"sort\": 1\n                },\n                \"order\": {\n                    \"id\": 138,\n                    \"merchant_id\": 84\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 2,\n            \"count\": 2,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sale/order/138/status\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"ff4988a9-45a3-4aeb-a997-8edf2a4d26c2"},{"name":"Get Sale Order Status Details","id":"9d4adaa9-ae62-4161-bb64-d6e25a76eeb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order/138/status/2","description":"<p>This API is used to get details of the sale order status details by providing <code>sale-order-id</code> and <code>sale-order-status-id</code></p>\n<p>Request <code>/v1/sale/order/{{orderId}}/status/{{statusId}}</code></p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","order","138","status","2"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d4adaa9-ae62-4161-bb64-d6e25a76eeb4"},{"name":"Get Sale Order Status Details Copy","id":"ac36f48a-53c5-44a6-8c47-2f384451e550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order/138/status/2","description":"<p>This API is used to get details of the sale order status details by providing <code>sale-order-id</code> and <code>sale-order-status-id</code></p>\n<p>Request <code>/v1/sale/order/{{orderId}}/status/{{statusId}}</code></p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","order","138","status","2"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac36f48a-53c5-44a6-8c47-2f384451e550"},{"name":"Update Sale Order Status","id":"48a4cc8f-1536-4222-8b00-4919036cc32b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"date\": \"2020-11-10 02:58:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order/138/status/3","description":"<p>This API is used to sale order update/add new status by providing <code>sale-order-id</code>, <code>status_id</code></p>\n<p><code>v1/sale/order/{{saleOrderId}}/status/{{statusId}}</code></p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","order","138","status","3"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"42a6aaf5-f9e4-4b69-bab0-7855f731b9da","name":"Update Sale Order Status","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"date\": \"2020-11-10 02:58:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order/138/status/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Nov 2020 12:30:41 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.11"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"268"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale order status details\",\n    \"response\": {\n        \"id\": 173,\n        \"date\": \"2020-11-10 02:58:00\",\n        \"comment\": \"\",\n        \"created_at\": \"2020-11-10 12:03:02\",\n        \"updated_at\": \"2020-11-10 14:58:53\",\n        \"status\": {\n            \"id\": 3,\n            \"title\": \"Shipped\",\n            \"sort\": 3\n        },\n        \"order\": {\n            \"id\": 138,\n            \"merchant_id\": 84\n        }\n    }\n}"}],"_postman_id":"48a4cc8f-1536-4222-8b00-4919036cc32b"}],"id":"507cf5d9-98f5-409d-a052-cffa49ce4d12","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Product (This API is used to get the details of the product based on the product-id passed in the URI).</li>\n<li>Get Products (This API is used to get the listing with pagination for all the products).</li>\n<li>Create Product (This API is used to create a new product)</li>\n<li>Update Product (This API is used to update the product)</li>\n<li>Delete Product (This API is used to delete the product whose product-id is passed in the URI).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"af4ebdef-fd75-485a-a807-8d670924aa68","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"82fbf47d-7e3c-4c08-9e09-c97bcf92e76a","type":"text/javascript","exec":[""]}}],"_postman_id":"507cf5d9-98f5-409d-a052-cffa49ce4d12","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}}],"id":"ae3cd281-8004-46ca-ac48-f2946d6a3be3","description":"<p>Sales module</p>\n<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<h2 id=\"email-and-templates\">Email And Templates</h2>\n<ul>\n<li>Get Sales email templates (This API is used to get all sales email templates of the merchant).</li>\n<li>Get Sales email template (This API is used to get the details on an sales email template, template id is added as a parameter to URI).</li>\n<li>Update Sales email template (This API is used to update the sales email template details).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"81664090-abcd-4627-a717-27ff05cc369d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c7782b0d-a64e-4f82-98b8-939a69a1a110","type":"text/javascript","exec":[""]}}],"_postman_id":"ae3cd281-8004-46ca-ac48-f2946d6a3be3","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"CRM","item":[{"name":"Categories","item":[{"name":"Get Category","id":"d24c4990-9ecf-403f-b9d6-83a90869267a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"00000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories/{{category-id}}","description":"<p>Get details of the product category based on the <code>category-id</code> passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","categories","{{category-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"e7b13ba3-ca07-4ca7-b22b-2f7fffe4a32d","name":"Get Category","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"00000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories/26"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 11:39:37 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"115"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Category Details\",\n    \"response\": {\n        \"category_id\": 26,\n        \"category_name\": \"Test\",\n        \"status\": 1\n    }\n}"}],"_postman_id":"d24c4990-9ecf-403f-b9d6-83a90869267a"},{"name":"Get Categories","id":"a3a8b49d-c27d-4ba5-9e2d-5fb19b973a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories","description":"<p>This API is used to get the listing with pagination for all the product categories.</p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","categories"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"9d4a504f-e040-49b5-a53a-fd4f782f9770","name":"Get Categories","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json","disabled":true},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"00000\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base-api-url}}/v1/categories?service=10","host":["{{base-api-url}}"],"path":["v1","categories"],"query":[{"key":"service","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 11:30:16 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"598"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Categories List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"category_id\": 33,\n                \"category_name\": \"test\",\n                \"status\": 1\n            }\n        ],\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://merchantapisandbox.hesabe.com/api/v1/categories\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"a3a8b49d-c27d-4ba5-9e2d-5fb19b973a7a"},{"name":"Create Category","id":"1b7f07a4-e7f1-45b3-b423-06e5f5660064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"status\": 0\r\n}"},"url":"{{base-api-url}}/v1/categories","description":"<p>This API is used to create a new product category</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>categoryName</td>\n<td>cat-001</td>\n<td>String</td>\n<td>Required</td>\n<td>Product category name</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>Bit</td>\n<td>Optional</td>\n<td>1 - Active, 0 - Inactive. default value is <code>1</code>, It indicates Active.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","categories"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"0d4f4ded-e12c-4eae-9e54-e53dfe840581","name":"Create Category","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\",\r\n    \"categoryName\":\"CategoryTestUsingPostMan\",\r\n    \"serivce\":10,\r\n    \"status\":0\r\n}"},"url":"{{base-api-url}}/v1/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 18:40:34 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"151"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Category has been created successfully.\",\n    \"response\": {\n        \"category_id\": 34,\n        \"category_name\": \"CategoryTestUsingPostMan\",\n        \"status\": 0\n    }\n}"}],"_postman_id":"1b7f07a4-e7f1-45b3-b423-06e5f5660064"},{"name":"Update Category","id":"afcaeb68-435b-42f0-89c8-07ade88e34fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"categoryName\": \"testing crm\",\r\n    \"status\": 1\r\n}\"category_name\": \"\",\r\n                \"service\": 10,\r\n                \"status\": 1,","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories/161","description":"<p>Updates Category. Currently, this API will update the category name and active status.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>categoryName</td>\n<td>Cate-005</td>\n<td>String</td>\n<td>Required</td>\n<td>The name of the category</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>bit</td>\n<td>Optional</td>\n<td>The status of the category</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","categories","161"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"cee131f2-2585-4e4e-a701-756bdeaca261","name":"Update Category","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"categoryName\": \"Cate-005\",\r\n    \"status\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories/{{category-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 18:53:55 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"119"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Category update success\",\n    \"response\": {\n        \"category_id\": 34,\n        \"category_name\": \"Cate-005\",\n        \"status\": 1\n    }\n}"}],"_postman_id":"afcaeb68-435b-42f0-89c8-07ade88e34fd"},{"name":"Delete Category","id":"7fc6c820-aa51-4089-a419-2c25161b4af9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories/{{category-id}}","description":"<p>This API is used to disabled the <code>Category</code> whose <code>category-id</code> is passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","categories","{{category-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"8be58924-a772-4905-9d88-9bf82c29a199","name":"Delete Category","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/categories/34"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:00:27 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"67"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Category update success\",\n    \"response\": null\n}"}],"_postman_id":"7fc6c820-aa51-4089-a419-2c25161b4af9"}],"id":"dfa56e54-da55-4632-b4e4-0cea9982e1b9","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Category (This API is used to get the details of the product category based on the <code>category-id</code> passed in the URI).</li>\n<li>Get Categories (This API is used to get the listing with pagination for all the product categories).</li>\n<li>Create Category (This API is used to create a new product category).</li>\n<li>Update Category (This API is used to update the product category).</li>\n<li>Delete Category (This API is used to disabled the category whose <code>category-id</code> is passed in the URI).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"6e157e9d-c573-4aa9-8935-d6de9995350d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2908a4c3-714a-4bd0-ac99-e73ddc51a98f","type":"text/javascript","exec":[""]}}],"_postman_id":"dfa56e54-da55-4632-b4e4-0cea9982e1b9","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Inventory","item":[{"name":"Get Product by ID","id":"8803e37a-588c-446a-9aeb-20b8cc68f280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"data\": \"0e7898bd7464d0c402fe8a949d9cbf9b826ccb9b83b56fa003373275f1947a65\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/products/47","description":"<p>This API is used to get details of the product based on the <code>product-id</code> passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","products","47"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"1e5572d0-59b8-4589-a886-3c66b1b8f75a","name":"Get Product","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"00000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/products/130"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:24:09 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"416"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Product Details\",\n    \"response\": {\n        \"product_id\": 61,\n        \"product_name\": \"shahbaaz product\",\n        \"product_description\": \"shahbaaz product\",\n        \"category_id\": 33,\n        \"category_name\": \"shahbaaz\",\n        \"product_user_code\": \"shahbaaz product\",\n        \"product_bar_code\": \"shahbaaz product\",\n        \"product_base_unit\": 1,\n        \"product_stock\": 10,\n        \"product_unit_cost\": \"2.000\",\n        \"product_sale_cost\": \"3.000\",\n        \"product_max_cart\": 3,\n        \"product_image\": \"\",\n        \"status\": 1\n    }\n}"}],"_postman_id":"8803e37a-588c-446a-9aeb-20b8cc68f280"},{"name":"Get All Products","id":"1ca02a49-08a3-4f4b-8661-9777be26ac2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"bycategory\":true,\r\n    \"service\":10\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/products","description":"<p>This API is used to get all the product listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","products"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"5a980857-c1c7-4701-82f4-e473b69a05f6","name":"Get Products","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:04:58 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"4034"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"product_id\": 61,\n                \"product_name\": \"test product\",\n                \"product_description\": \"test product\",\n                \"category_id\": 33,\n                \"category_name\": \"test\",\n                \"product_user_code\": \"test product\",\n                \"product_bar_code\": \"test product\",\n                \"product_base_unit\": 1,\n                \"product_stock\": 10,\n                \"product_unit_cost\": \"2.000\",\n                \"product_sale_cost\": \"3.000\",\n                \"product_max_cart\": 3,\n                \"product_image\": \"1556718619.jpg\",\n                \"status\": 1\n            }\n        ],\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://merchantapisandbox.hesabe.com/api/v1/products\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"1ca02a49-08a3-4f4b-8661-9777be26ac2c"},{"name":"Create Product","id":"2064e5e9-316c-4287-97c8-c1e208aa23e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"merchantCode","value":"84221","type":"text"},{"key":"productName","value":"My new prddd 47","type":"text"},{"key":"productDescription","value":"test product desc","type":"text"},{"key":"categoryId","value":"16","type":"text"},{"key":"productUserCode","value":"2","type":"text"},{"key":"productBarCode","value":"1231","type":"text"},{"key":"productBaseUnit","value":"2","type":"text"},{"key":"productStock","value":"100","type":"text"},{"key":"productUnitCost","value":"2","type":"text"},{"key":"productSaleCost","value":"1","type":"text"},{"key":"productMaxCart","value":"2","type":"text"},{"key":"status","value":"1","type":"text"},{"key":"image","type":"text","value":"sdfdf.png"}]},"url":"{{base-api-url}}/v1/products","description":"<p>Creates a new product and in response gets the created product details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>test product name</td>\n<td>String</td>\n<td>Required</td>\n<td>The name of the product</td>\n</tr>\n<tr>\n<td>productDescription</td>\n<td>test product description</td>\n<td>String</td>\n<td>Optional</td>\n<td>The description of the product</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>16</td>\n<td>Integer</td>\n<td>Required</td>\n<td>The category-id of the product</td>\n</tr>\n<tr>\n<td>productUserCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Required</td>\n<td>The user code of the product</td>\n</tr>\n<tr>\n<td>productBarCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Required</td>\n<td>The bar-code of the product</td>\n</tr>\n<tr>\n<td>productBaseUnit</td>\n<td>2</td>\n<td>integer</td>\n<td>Required</td>\n<td>The primary-id of the product units</td>\n</tr>\n<tr>\n<td>productStock</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The product available in the stocks</td>\n</tr>\n<tr>\n<td>productUnitCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The cost price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productSaleCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The sales price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productMaxCart</td>\n<td>2</td>\n<td>integer</td>\n<td>Required</td>\n<td>The products that can be added into the cart</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>bit</td>\n<td>Optional</td>\n<td>The product status Note: 1 - Active, 0 - Inactive. the default value is 1, It indicates Active.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","products"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"8cff6fce-bfcc-4eea-9136-09b40cbf0b09","name":"Create Product","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"productName\": \"product name\",\r\n    \"productDescription\": \"test product desc\",\r\n    \"categoryId\": \"16\",\r\n    \"productUserCode\": \"2\",\r\n    \"productBarCode\": \"1231\",\r\n    \"productBaseUnit\": \"2\",\r\n    \"productStock\": \"100\",\r\n    \"productUnitCost\": \"2\",\r\n    \"productSaleCost\": \"1\",\r\n    \"productMaxCart\": \"2\"\r\n}"},"url":"{{base-api-url}}/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:30:40 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"412"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Product has been created successfully.\",\n    \"response\": {\n        \"product_id\": 62,\n        \"product_name\": \"product name\",\n        \"product_description\": \"test product desc\",\n        \"category_id\": 16,\n        \"category_name\": \"test category\",\n        \"product_user_code\": \"2\",\n        \"product_bar_code\": \"1231\",\n        \"product_base_unit\": \"2\",\n        \"product_stock\": \"100\",\n        \"product_unit_cost\": \"2\",\n        \"product_sale_cost\": \"1\",\n        \"product_max_cart\": \"2\",\n        \"product_image\": \" \",\n        \"status\": 1\n    }\n}"}],"_postman_id":"2064e5e9-316c-4287-97c8-c1e208aa23e2"},{"name":"Product Image","id":"491f0a25-cdbf-4ee0-b7bd-4a27af174685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/C:/Users/DELL/Downloads/olena-sergienko-ElfJDs4LAQk-unsplash.jpg"},{"key":"merchantCode","value":"842217","type":"text"}]},"url":"{{base-api-url}}/v1/products/image","description":"<p>Creates a new product and in response gets the created product details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>test product name</td>\n<td>String</td>\n<td>Required</td>\n<td>The name of the product</td>\n</tr>\n<tr>\n<td>productDescription</td>\n<td>test product description</td>\n<td>String</td>\n<td>Optional</td>\n<td>The description of the product</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>16</td>\n<td>Integer</td>\n<td>Required</td>\n<td>The category-id of the product</td>\n</tr>\n<tr>\n<td>productUserCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Required</td>\n<td>The user code of the product</td>\n</tr>\n<tr>\n<td>productBarCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Required</td>\n<td>The bar-code of the product</td>\n</tr>\n<tr>\n<td>productBaseUnit</td>\n<td>2</td>\n<td>integer</td>\n<td>Required</td>\n<td>The primary-id of the product units</td>\n</tr>\n<tr>\n<td>productStock</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The product available in the stocks</td>\n</tr>\n<tr>\n<td>productUnitCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The cost price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productSaleCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The sales price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productMaxCart</td>\n<td>2</td>\n<td>integer</td>\n<td>Required</td>\n<td>The products that can be added into the cart</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>bit</td>\n<td>Optional</td>\n<td>The product status Note: 1 - Active, 0 - Inactive. the default value is 1, It indicates Active.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","products","image"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"9d90d317-f740-4cbe-a825-083ac918f576","name":"Create Product","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"productName\": \"product name\",\r\n    \"productDescription\": \"test product desc\",\r\n    \"categoryId\": \"16\",\r\n    \"productUserCode\": \"2\",\r\n    \"productBarCode\": \"1231\",\r\n    \"productBaseUnit\": \"2\",\r\n    \"productStock\": \"100\",\r\n    \"productUnitCost\": \"2\",\r\n    \"productSaleCost\": \"1\",\r\n    \"productMaxCart\": \"2\"\r\n}"},"url":"{{base-api-url}}/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:30:40 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"412"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Product has been created successfully.\",\n    \"response\": {\n        \"product_id\": 62,\n        \"product_name\": \"product name\",\n        \"product_description\": \"test product desc\",\n        \"category_id\": 16,\n        \"category_name\": \"test category\",\n        \"product_user_code\": \"2\",\n        \"product_bar_code\": \"1231\",\n        \"product_base_unit\": \"2\",\n        \"product_stock\": \"100\",\n        \"product_unit_cost\": \"2\",\n        \"product_sale_cost\": \"1\",\n        \"product_max_cart\": \"2\",\n        \"product_image\": \" \",\n        \"status\": 1\n    }\n}"}],"_postman_id":"491f0a25-cdbf-4ee0-b7bd-4a27af174685"},{"name":"Update Product","id":"424e44d3-e099-42eb-9a29-30050997c78b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchantCode}}\",\r\n    \"status\": 2\r\n}"},"url":"{{base-api-url}}/v1/products/360","description":"<p>This API is used to update the product details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>test product name</td>\n<td>String</td>\n<td>Optional</td>\n<td>The name of the product</td>\n</tr>\n<tr>\n<td>productDescription</td>\n<td>test product description</td>\n<td>String</td>\n<td>Optional</td>\n<td>The description of the product</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>16</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>The category-id of the product</td>\n</tr>\n<tr>\n<td>productUserCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Optional</td>\n<td>The user code of the product</td>\n</tr>\n<tr>\n<td>productBarCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Optional</td>\n<td>The bar-code of the product</td>\n</tr>\n<tr>\n<td>productBaseUnit</td>\n<td>2</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The primary-id of the product units</td>\n</tr>\n<tr>\n<td>productStock</td>\n<td>20</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The product available in the stocks</td>\n</tr>\n<tr>\n<td>productUnitCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The cost price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productSaleCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The sales price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productMaxCart</td>\n<td>2</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The products that can be added into the cart</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>bit</td>\n<td>Optional</td>\n<td>The product status Note: 1 - Active, 0 - Inactive. the default value is 1, It indicates Active.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","products","360"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"e70eae55-d424-40fb-a28c-560c99d897c1","name":"Update Product","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"productName\": \"update product name\",\r\n    \"productDescription\": \"update test product desc\",\r\n    \"categoryId\": \"16\",\r\n    \"productUserCode\": \"2\",\r\n    \"productBarCode\": \"1231\",\r\n    \"productBaseUnit\": \"2\",\r\n    \"productStock\": \"100\",\r\n    \"productUnitCost\": \"2\",\r\n    \"productSaleCost\": \"1\",\r\n    \"productMaxCart\": \"2\"\r\n}"},"url":"{{base-api-url}}/v1/products/41"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:39:23 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"406"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Product updated successfully\",\n    \"response\": {\n        \"product_id\": 41,\n        \"product_name\": \"update product name\",\n        \"product_description\": \"test\",\n        \"category_id\": 16,\n        \"category_name\": \"test category\",\n        \"product_user_code\": \"2\",\n        \"product_bar_code\": \"BR001\",\n        \"product_base_unit\": 1,\n        \"product_stock\": \"100\",\n        \"product_unit_cost\": \"2\",\n        \"product_sale_cost\": \"1\",\n        \"product_max_cart\": 3,\n        \"product_image\": \"1556718619.jpg\",\n        \"status\": 1\n    }\n}"}],"_postman_id":"424e44d3-e099-42eb-9a29-30050997c78b"},{"name":"Delete Product","id":"344f3aab-dcdd-4048-aeda-96225a2c7789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/products/47","description":"<p>This API is used to deletes the product whose <code>product-id</code> is passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","products","47"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"0c52d569-7d50-49e8-90f4-8ceedcecf826","name":"Delete Product","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/products/62"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Oct 2020 19:42:26 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"72"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Product updated successfully\",\n    \"response\": null\n}"}],"_postman_id":"344f3aab-dcdd-4048-aeda-96225a2c7789"}],"id":"83956896-9aae-4836-9945-68d5745940d6","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Product (This API is used to get the details of the product based on the product-id passed in the URI).</li>\n<li>Get Products (This API is used to get the listing with pagination for all the products).</li>\n<li>Create Product (This API is used to create a new product)</li>\n<li>Update Product (This API is used to update the product)</li>\n<li>Delete Product (This API is used to delete the product whose product-id is passed in the URI).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"054d9db0-dba1-471f-bdc2-e209c2129161","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ca85a156-2392-4778-aad6-e1fb20d3a252","type":"text/javascript","exec":[""]}}],"_postman_id":"83956896-9aae-4836-9945-68d5745940d6","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Proposal","item":[{"name":"Get purposal Service","id":"b0bc2411-ebcd-42c2-8703-afa3afad964c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"service\":10,\r\n    \"type\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/list","description":"<p>This API is used to get all the sales list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","list"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"dateFrom","value":"2020-02-02"},{"disabled":true,"key":"dateTo","value":"2022-02-02"}],"variable":[]}},"response":[{"id":"83802a00-f3ca-4ac0-99c3-eb392ac6f6b9","name":"Get Sale List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:20:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"4636"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 37,\n                \"name\": \"Sale list name\",\n                \"code\": \"84160370260897E4Y4R940\",\n                \"url\": \"http://local.hesabe.com/sale/84160370260897E4Y4R940\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T15:19:49.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Sale list name\",\n                \"code\": \"8416034594169QQQE64621\",\n                \"url\": \"http://local.hesabe.com/sale/8416034594169QQQE64621\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T13:23:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Email-Product\",\n                \"code\": \"1594118913935845f04530145664\",\n                \"url\": \"http://local.hesabe.com/sale/1594118913935845f04530145664\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-07-07T10:48:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1588573049192845eafb379d2997\",\n                \"url\": \"http://local.hesabe.com/sale/1588573049192845eafb379d2997\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-05-04T06:17:29.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1580299185303845e3173b13361d\",\n                \"url\": \"http://local.hesabe.com/sale/1580299185303845e3173b13361d\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-29T11:59:45.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 29,\n                \"name\": \"tes\",\n                \"code\": \"1579860434499845e2ac1d2bde6e\",\n                \"url\": \"http://local.hesabe.com/sale/1579860434499845e2ac1d2bde6e\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-01-24T10:07:14.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 28,\n                \"name\": \"testamount\",\n                \"code\": \"1579424464982845e241ad04f70c\",\n                \"url\": \"http://local.hesabe.com/sale/1579424464982845e241ad04f70c\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-19T09:01:04.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 27,\n                \"name\": \"test\",\n                \"code\": \"1568189196542845d78ab0c76b75\",\n                \"url\": \"http://local.hesabe.com/sale/1568189196542845d78ab0c76b75\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T08:06:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 26,\n                \"name\": \"test2\",\n                \"code\": \"1568188479517845d78a83f8a1c8\",\n                \"url\": \"http://local.hesabe.com/sale/1568188479517845d78a83f8a1c8\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T07:54:39.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Product 1\",\n                \"code\": \"1522748313967845ac34b993d8b7\",\n                \"url\": \"http://local.hesabe.com/sale/1522748313967845ac34b993d8b7\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:38:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Doctors\",\n                \"code\": \"1522748060400845ac34a9cb3842\",\n                \"url\": \"http://local.hesabe.com/sale/1522748060400845ac34a9cb3842\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:34:20.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Appointments\",\n                    \"merchant_usage\": \"Yes\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Fridays Restaurant\",\n                \"code\": \"1522735948632845ac31b4c2842b\",\n                \"url\": \"http://local.hesabe.com/sale/1522735948632845ac31b4c2842b\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T06:12:28.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Food & Beverage\",\n                \"code\": \"1522496214196845abf72d61456a\",\n                \"url\": \"http://local.hesabe.com/sale/1522496214196845abf72d61456a\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-31T11:36:54.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"name\": \"christmas\",\n                \"code\": \"1521292117825845aad1355a20e6\",\n                \"url\": \"http://local.hesabe.com/sale/1521292117825845aad1355a20e6\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-17T13:08:37.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 14,\n            \"count\": 14,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sales/list\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"b0bc2411-ebcd-42c2-8703-afa3afad964c"},{"name":"Get purposal  Details by ID","id":"ed50d353-3ac3-4651-a9f6-a5f0f6034b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/list/424","description":"<p>This API is used to get details of the sales list details by providing <code>sales-list-id</code></p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","list","424"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed50d353-3ac3-4651-a9f6-a5f0f6034b8b"},{"name":"Create purposal List","id":"4e111a00-ce6a-428e-b56a-c88b3fed4883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"status\": true,\r\n    \"merchantUsage\": false,  \r\n    \"name\": \"Cleaning Service Provider\",\r\n    \"description\": \"test product desc\",\r\n    \"dateRange\": false,\r\n    \"discountType\": \"0\",\r\n    \"discountValue\": \"100\",\r\n    \"serviceType\": \"1\",\r\n    \"serviceValue\": \"100\",\r\n    \"fromDate\":\"2023-02-01\",\r\n    \"toDate\":\"2023-09-01\",\r\n    \"service\": 10,\r\n    \"maxOrders\": 100,\r\n    \"type\":1,\r\n    \"subtotal\":\"500\",\r\n    \"total\":\"500\",\r\n    \"productIds\": [\r\n        \"442\",\r\n        \"443\"\r\n    ],\r\n    \"productQty\":[\r\n        3,2\r\n    ]\r\n}"},"url":"{{base-api-url}}/v1/CRM/list","description":"<p>Creates a new product and in response gets the created product details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>test product name</td>\n<td>String</td>\n<td>Required</td>\n<td>The name of the product</td>\n</tr>\n<tr>\n<td>productDescription</td>\n<td>test product description</td>\n<td>String</td>\n<td>Optional</td>\n<td>The description of the product</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>16</td>\n<td>Integer</td>\n<td>Required</td>\n<td>The category-id of the product</td>\n</tr>\n<tr>\n<td>productUserCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Required</td>\n<td>The user code of the product</td>\n</tr>\n<tr>\n<td>productBarCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Required</td>\n<td>The bar-code of the product</td>\n</tr>\n<tr>\n<td>productBaseUnit</td>\n<td>2</td>\n<td>integer</td>\n<td>Required</td>\n<td>The primary-id of the product units</td>\n</tr>\n<tr>\n<td>productStock</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The product available in the stocks</td>\n</tr>\n<tr>\n<td>productUnitCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The cost price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productSaleCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Required</td>\n<td>The sales price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productMaxCart</td>\n<td>2</td>\n<td>integer</td>\n<td>Required</td>\n<td>The products that can be added into the cart</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>bit</td>\n<td>Optional</td>\n<td>The product status Note: 1 - Active, 0 - Inactive. the default value is 1, It indicates Active.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","list"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"ab9b18be-aec6-4444-82a5-c5fe3ec70b86","name":"Create Sale List","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"status\": true,\r\n    \"merchantUsage\": true,\r\n    \"type\": \"0\",\r\n    \"name\": \"Sale list name\",\r\n    \"description\": \"test product desc\",\r\n    \"dateRange\": true,\r\n    \"fromDate\": \"2020-11-1\",\r\n    \"toDate\": \"2020-11-24\",\r\n    \"discountType\": \"0\",\r\n    \"discountValue\": \"2\",\r\n    \"serviceType\": \"1\",\r\n    \"serviceValue\": \"2\",\r\n    \"maxOrders\": 1,\r\n    \"productIds\": [\r\n        \"3\",\r\n        \"2\"\r\n    ]\r\n}"},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:31:09 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"391"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale list has been created successfully.\",\n    \"response\": {\n        \"id\": 41,\n        \"name\": \"Sale list name\",\n        \"code\": \"841604237469967664RR91\",\n        \"url\": \"http://local.hesabe.com/sale/841604237469967664RR91\",\n        \"merchant_usage\": true,\n        \"status\": true,\n        \"created_at\": \"2020-11-01T13:31:09.000000Z\",\n        \"merchant\": {\n            \"id\": 84,\n            \"name\": \"test\"\n        },\n        \"label\": {\n            \"type\": \"Products\",\n            \"merchant_usage\": \"No\",\n            \"status\": \"Active\"\n        }\n    }\n}"}],"_postman_id":"4e111a00-ce6a-428e-b56a-c88b3fed4883"},{"name":"Update Purposal","id":"10ac546f-ba81-44f0-a3a1-689121b3e132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"status\": false,\r\n    \"merchantUsage\": true,\r\n    \"type\": \"0\",\r\n    \"name\": \"Sale list name\",\r\n    \"description\": \"test product desc\",\r\n    \"dateRange\": true,\r\n    \"fromDate\": \"2022-11-01\",\r\n    \"toDate\": \"2022-11-24\",\r\n    \"discountType\": \"0\",\r\n    \"discountValue\": \"2\",\r\n    \"serviceType\": \"1\",\r\n    \"serviceValue\": \"2\",\r\n    \"service\": 10,\r\n    \"maxOrders\": 100,\r\n    \"type\":1,\r\n    \"productIds\": [\r\n        \"41\",\r\n        \"42\"\r\n    ],\r\n    \"productQty\":[\r\n        5,6\r\n    ]\r\n}"},"url":"{{base-api-url}}/v1/CRM/list/4","description":"<p>This API is used to update the sale list details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>test product name</td>\n<td>String</td>\n<td>Optional</td>\n<td>The name of the product</td>\n</tr>\n<tr>\n<td>productDescription</td>\n<td>test product description</td>\n<td>String</td>\n<td>Optional</td>\n<td>The description of the product</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>16</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>The category-id of the product</td>\n</tr>\n<tr>\n<td>productUserCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Optional</td>\n<td>The user code of the product</td>\n</tr>\n<tr>\n<td>productBarCode</td>\n<td>ABCD</td>\n<td>String</td>\n<td>Optional</td>\n<td>The bar-code of the product</td>\n</tr>\n<tr>\n<td>productBaseUnit</td>\n<td>2</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The primary-id of the product units</td>\n</tr>\n<tr>\n<td>productStock</td>\n<td>20</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The product available in the stocks</td>\n</tr>\n<tr>\n<td>productUnitCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The cost price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productSaleCost</td>\n<td>20</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The sales price of the product Note: The value should be greater than 0.100KWD</td>\n</tr>\n<tr>\n<td>productMaxCart</td>\n<td>2</td>\n<td>integer</td>\n<td>Optional</td>\n<td>The products that can be added into the cart</td>\n</tr>\n<tr>\n<td>status</td>\n<td>1</td>\n<td>bit</td>\n<td>Optional</td>\n<td>The product status Note: 1 - Active, 0 - Inactive. the default value is 1, It indicates Active.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","list","4"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"f43916b8-d23e-454f-9c9e-c54cc3b13b92","name":"Update Sale List","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"status\": true,\r\n    \"merchantUsage\": true,\r\n    \"type\": \"0\",\r\n    \"name\": \"Sale list name\",\r\n    \"description\": \"test product desc\",\r\n    \"dateRange\": true,\r\n    \"fromDate\": \"2020-11-1\",\r\n    \"toDate\": \"2020-11-24\",\r\n    \"discountType\": \"0\",\r\n    \"discountValue\": \"2\",\r\n    \"serviceType\": \"1\",\r\n    \"serviceValue\": \"2\",\r\n    \"maxOrders\": 1,\r\n    \"productIds\": [\r\n        \"4\",\r\n        \"5\"\r\n    ]\r\n}"},"url":"{{base-api-url}}/v1/sales/list/{{sale-list-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:33:47 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"381"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale list updated successfully\",\n    \"response\": {\n        \"id\": 41,\n        \"name\": \"Sale list name\",\n        \"code\": \"8416042376289365373975\",\n        \"url\": \"http://local.hesabe.com/sale/8416042376289365373975\",\n        \"merchant_usage\": true,\n        \"status\": true,\n        \"created_at\": \"2020-11-01T13:31:09.000000Z\",\n        \"merchant\": {\n            \"id\": 84,\n            \"name\": \"test\"\n        },\n        \"label\": {\n            \"type\": \"Products\",\n            \"merchant_usage\": \"No\",\n            \"status\": \"Active\"\n        }\n    }\n}"}],"_postman_id":"10ac546f-ba81-44f0-a3a1-689121b3e132"},{"name":"Approve purposal","id":"5d7aeb6c-e15b-4485-afc6-97e9591ce994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n     \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/approve/15?status=1","description":"<p>This API is used to get all the sales list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","approve","15"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"dateFrom","value":"2020-02-02"},{"disabled":true,"key":"dateTo","value":"2022-02-02"},{"key":"status","value":"1"}],"variable":[]}},"response":[{"id":"cef42cd2-f691-4f7c-a48a-3b5fb25c340b","name":"Get Sale List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:20:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"4636"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 37,\n                \"name\": \"Sale list name\",\n                \"code\": \"84160370260897E4Y4R940\",\n                \"url\": \"http://local.hesabe.com/sale/84160370260897E4Y4R940\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T15:19:49.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Sale list name\",\n                \"code\": \"8416034594169QQQE64621\",\n                \"url\": \"http://local.hesabe.com/sale/8416034594169QQQE64621\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T13:23:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Email-Product\",\n                \"code\": \"1594118913935845f04530145664\",\n                \"url\": \"http://local.hesabe.com/sale/1594118913935845f04530145664\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-07-07T10:48:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1588573049192845eafb379d2997\",\n                \"url\": \"http://local.hesabe.com/sale/1588573049192845eafb379d2997\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-05-04T06:17:29.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1580299185303845e3173b13361d\",\n                \"url\": \"http://local.hesabe.com/sale/1580299185303845e3173b13361d\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-29T11:59:45.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 29,\n                \"name\": \"tes\",\n                \"code\": \"1579860434499845e2ac1d2bde6e\",\n                \"url\": \"http://local.hesabe.com/sale/1579860434499845e2ac1d2bde6e\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-01-24T10:07:14.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 28,\n                \"name\": \"testamount\",\n                \"code\": \"1579424464982845e241ad04f70c\",\n                \"url\": \"http://local.hesabe.com/sale/1579424464982845e241ad04f70c\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-19T09:01:04.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 27,\n                \"name\": \"test\",\n                \"code\": \"1568189196542845d78ab0c76b75\",\n                \"url\": \"http://local.hesabe.com/sale/1568189196542845d78ab0c76b75\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T08:06:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 26,\n                \"name\": \"test2\",\n                \"code\": \"1568188479517845d78a83f8a1c8\",\n                \"url\": \"http://local.hesabe.com/sale/1568188479517845d78a83f8a1c8\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T07:54:39.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Product 1\",\n                \"code\": \"1522748313967845ac34b993d8b7\",\n                \"url\": \"http://local.hesabe.com/sale/1522748313967845ac34b993d8b7\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:38:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Doctors\",\n                \"code\": \"1522748060400845ac34a9cb3842\",\n                \"url\": \"http://local.hesabe.com/sale/1522748060400845ac34a9cb3842\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:34:20.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Appointments\",\n                    \"merchant_usage\": \"Yes\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Fridays Restaurant\",\n                \"code\": \"1522735948632845ac31b4c2842b\",\n                \"url\": \"http://local.hesabe.com/sale/1522735948632845ac31b4c2842b\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T06:12:28.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Food & Beverage\",\n                \"code\": \"1522496214196845abf72d61456a\",\n                \"url\": \"http://local.hesabe.com/sale/1522496214196845abf72d61456a\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-31T11:36:54.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"name\": \"christmas\",\n                \"code\": \"1521292117825845aad1355a20e6\",\n                \"url\": \"http://local.hesabe.com/sale/1521292117825845aad1355a20e6\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-17T13:08:37.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 14,\n            \"count\": 14,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sales/list\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"5d7aeb6c-e15b-4485-afc6-97e9591ce994"},{"name":"Resend purposal","id":"8703b281-93dc-4ec4-b887-35e62ecb3d44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n     \"merchantCode\": \"842217\",\r\n         \"notifyBy\":3\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/resend/868","description":"<p>This API is used to get all the sales list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","resend","868"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"dateFrom","value":"2020-02-02"},{"disabled":true,"key":"dateTo","value":"2022-02-02"}],"variable":[]}},"response":[{"id":"61d5a1ef-0d03-4b59-9575-fdbeccc09fe3","name":"Get Sale List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:20:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"4636"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 37,\n                \"name\": \"Sale list name\",\n                \"code\": \"84160370260897E4Y4R940\",\n                \"url\": \"http://local.hesabe.com/sale/84160370260897E4Y4R940\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T15:19:49.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Sale list name\",\n                \"code\": \"8416034594169QQQE64621\",\n                \"url\": \"http://local.hesabe.com/sale/8416034594169QQQE64621\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T13:23:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Email-Product\",\n                \"code\": \"1594118913935845f04530145664\",\n                \"url\": \"http://local.hesabe.com/sale/1594118913935845f04530145664\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-07-07T10:48:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1588573049192845eafb379d2997\",\n                \"url\": \"http://local.hesabe.com/sale/1588573049192845eafb379d2997\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-05-04T06:17:29.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1580299185303845e3173b13361d\",\n                \"url\": \"http://local.hesabe.com/sale/1580299185303845e3173b13361d\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-29T11:59:45.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 29,\n                \"name\": \"tes\",\n                \"code\": \"1579860434499845e2ac1d2bde6e\",\n                \"url\": \"http://local.hesabe.com/sale/1579860434499845e2ac1d2bde6e\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-01-24T10:07:14.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 28,\n                \"name\": \"testamount\",\n                \"code\": \"1579424464982845e241ad04f70c\",\n                \"url\": \"http://local.hesabe.com/sale/1579424464982845e241ad04f70c\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-19T09:01:04.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 27,\n                \"name\": \"test\",\n                \"code\": \"1568189196542845d78ab0c76b75\",\n                \"url\": \"http://local.hesabe.com/sale/1568189196542845d78ab0c76b75\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T08:06:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 26,\n                \"name\": \"test2\",\n                \"code\": \"1568188479517845d78a83f8a1c8\",\n                \"url\": \"http://local.hesabe.com/sale/1568188479517845d78a83f8a1c8\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T07:54:39.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Product 1\",\n                \"code\": \"1522748313967845ac34b993d8b7\",\n                \"url\": \"http://local.hesabe.com/sale/1522748313967845ac34b993d8b7\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:38:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Doctors\",\n                \"code\": \"1522748060400845ac34a9cb3842\",\n                \"url\": \"http://local.hesabe.com/sale/1522748060400845ac34a9cb3842\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:34:20.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Appointments\",\n                    \"merchant_usage\": \"Yes\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Fridays Restaurant\",\n                \"code\": \"1522735948632845ac31b4c2842b\",\n                \"url\": \"http://local.hesabe.com/sale/1522735948632845ac31b4c2842b\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T06:12:28.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Food & Beverage\",\n                \"code\": \"1522496214196845abf72d61456a\",\n                \"url\": \"http://local.hesabe.com/sale/1522496214196845abf72d61456a\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-31T11:36:54.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"name\": \"christmas\",\n                \"code\": \"1521292117825845aad1355a20e6\",\n                \"url\": \"http://local.hesabe.com/sale/1521292117825845aad1355a20e6\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-17T13:08:37.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 14,\n            \"count\": 14,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sales/list\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"8703b281-93dc-4ec4-b887-35e62ecb3d44"}],"id":"17a148aa-9339-4d25-88ad-4c6048613558","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Product (This API is used to get the details of the product based on the product-id passed in the URI).</li>\n<li>Get Products (This API is used to get the listing with pagination for all the products).</li>\n<li>Create Product (This API is used to create a new product)</li>\n<li>Update Product (This API is used to update the product)</li>\n<li>Delete Product (This API is used to delete the product whose product-id is passed in the URI).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"9a5f824f-d725-4395-95a6-61437550b5ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ac9ed36e-d03a-44e2-97a0-2a2009c23b1d","type":"text/javascript","exec":[""]}}],"_postman_id":"17a148aa-9339-4d25-88ad-4c6048613558","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Email  and Templates","item":[{"name":"Get Sale Email Templates","id":"fa1f5c0a-3d80-4edc-a973-5be981a8bf71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\",\r\n    \"data\":\"0e7898bd7464d0c402fe8a949d9cbf9b0738638581943a119139b8dc70b4fa078241c3d47a422bdf8f6b9cd0560ff841df83d31a657a51d15301c823ddb4392f324f778754531c996155cc6e688c9f5c6251d84a0dd4a2c4b76619533ea2b329\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/email-template","description":"<p>Get Sales Email Templates\nThis api gives authenticated user sales email template list.</p>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request(quick-invoice) on the RHS.</p>\n","urlObject":{"path":["v1","sale","email-template"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"75d9f1a9-e855-4ec5-997b-1da5d5f3b890","name":"Get Sales Email Templates","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/email-template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 11 Oct 2020 12:49:33 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"788"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales email templates\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 11,\n                \"type_id\": \"order_confirmation\",\n                \"subject\": \"Order confirmation\",\n                \"template\": \"<p>Hello #name#,<br />\\r\\n&nbsp;</p>\\r\\n\\r\\n<p>Your order #order_id_link# has been confirmed and is now being processed. The items will be shipped once ready.</p>\\r\\n\\r\\n<p>Please #click_here# to track your order.</p>\\r\\n\\r\\n<p><br />\\r\\nThanks<br />\\r\\nTeam Hesabe.</p>\\r\\n\\r\\n<p>&nbsp;</p>\",\n                \"status\": true\n            },\n            {\n                \"id\": 12,\n                \"type_id\": \"order_status\",\n                \"subject\": \"Your Order #order_id#\",\n                \"template\": \"<p>Hello #name#,<br><br>Your order #order_id_link# status has been changed.<br><br>Order Status: #status#<br>Comments: #comments#<br><br>#click_here# to track your order.</p><p><br>Thanks<br>Team Hesabe.</p><p><br></p>\",\n                \"status\": true\n            }\n        ]\n    }\n}"},{"id":"234d6874-b170-4e46-9a93-31513940d3fd","name":"Get Sales Email Templates","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/email-template"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fa1f5c0a-3d80-4edc-a973-5be981a8bf71"},{"name":"Get Sale Email Template Details","id":"ddff9ac0-246d-4f98-9c33-cae64289eae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"merchantCode","value":"{{merchant-code}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/email-template/11","description":"<p>Get Sales Email Templates\nThis api gives authenticated user sales email template details.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","email-template","11"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"16458eda-e628-45d3-92e1-ffe0ba3eea83","name":"Get Sales Email Template Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"merchantCode","value":"{{merchant-code}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/email-template/11"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 11 Oct 2020 13:01:58 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Content-Length","value":"466"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales email template details\",\n    \"response\": {\n        \"id\": 11,\n        \"type_id\": \"order_confirmation\",\n        \"subject\": \"Order confirmation\",\n        \"template\": \"<p>Hello #name#,<br />\\r\\n&nbsp;</p>\\r\\n\\r\\n<p>Your order #order_id_link# has been confirmed and is now being processed. The items will be shipped once ready.</p>\\r\\n\\r\\n<p>Please #click_here# to track your order.</p>\\r\\n\\r\\n<p><br />\\r\\nThanks<br />\\r\\nTeam Hesabe.</p>\\r\\n\\r\\n<p>&nbsp;</p>\",\n        \"status\": true\n    }\n}"}],"_postman_id":"ddff9ac0-246d-4f98-9c33-cae64289eae6"},{"name":"Update Sale Email Template Details","id":"3cab0a98-fd89-42fd-8b7f-8919fcadf937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"merchantCode","value":"{{merchant-code}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"subject\": \"Order confirmation\",\r\n    \"status\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/email-template/11","description":"<p>Update <code>Sales Email Template</code> details on an sales email template whose <code>sales email template id primary-id</code> is passed as a parameter to URI</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>subject</td>\n<td>string</td>\n<td>String</td>\n<td>Optional</td>\n<td>Subject of salese email template</td>\n</tr>\n<tr>\n<td>template</td>\n<td>text</td>\n<td>string</td>\n<td>Optional</td>\n<td>Sales email template body</td>\n</tr>\n<tr>\n<td>satus</td>\n<td>boolean</td>\n<td>boolian</td>\n<td>required</td>\n<td>status required</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","sale","email-template","11"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"133fa644-f161-47c6-9d18-b3e74243a724","name":"Get Profile","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"merchantCode","value":"{{merchant-code}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Sep 2020 06:31:35 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"647"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Profile Details\",\n    \"response\": {\n        \"id\": 84,\n        \"merchant_code\": \"842217\",\n        \"merchant_name\": \"test\",\n        \"access_code\": \"3cb2f8d3-8e7d-4a1d-a448-dba5047b6266\",\n        \"secret_key\": \"PkW64zMe5NVdrlPVNnjo2Jy9nOb7v1Xg\",\n        \"iv_key\": \"WjnegZ76y3PO3dwZ\",\n        \"company_name\": \"test\",\n        \"company_logo\": \"\",\n        \"account_number\": \"123123123123\",\n        \"contact_name\": \"Mahesh\",\n        \"email\": \"mbairi@hesabe.com\",\n        \"mobile\": \"99999999\",\n        \"permission_id\": null,\n        \"AdminChargeSms\": 0,\n        \"AdminChargeWeb\": 0,\n        \"product_sales\": 0,\n        \"country\": {\n            \"name\": \"Kuwait\",\n            \"code\": \"965\"\n        },\n        \"bank\": {\n            \"name\": \"Burgan Bank\"\n        },\n        \"service\": {\n            \"monthly_subscription_charge\": 0,\n            \"knet_percentage\": 5,\n            \"knet_value\": 1,\n            \"mpgs_percentage\": 5,\n            \"mpgs_value\": 1\n        }\n    }\n}"}],"_postman_id":"3cab0a98-fd89-42fd-8b7f-8919fcadf937"}],"id":"180ce186-fb07-4628-8d97-cb5d10e85a5a","description":"<p>Email and Templates</p>\n","_postman_id":"180ce186-fb07-4628-8d97-cb5d10e85a5a","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Appoinments","item":[{"name":"Get CRM Orders List","id":"b2ade8c2-b54e-45d8-85af-e995dad64d99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n    \"service\":10,\r\n    \"type\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/purposal?toDate=2023-03-02&fromDate=2023-03-01","description":"<p>This API is used to get all the sale orders list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","purposal"],"host":["{{base-api-url}}"],"query":[{"key":"toDate","value":"2023-03-02"},{"key":"fromDate","value":"2023-03-01"},{"disabled":true,"key":"Activestatus","value":"1"}],"variable":[]}},"response":[{"id":"44077ecd-51b8-41af-8e92-e14821f37aa4","name":"Get Sale Orders List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Nov 2020 09:32:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale orders list\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 138,\n                \"token\": \"8415942037137359795341\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 13:32:46\",\n                \"order_status\": 2,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"CASH\",\n                \"products\": [\n                    {\n                        \"id\": 170,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:21:53.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:21:53.000000Z\"\n                    },\n                    {\n                        \"id\": 171,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:25:07.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:25:07.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 137,\n                \"token\": \"8415941989149637574971\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@gmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 12:04:32\",\n                \"order_status\": 3,\n                \"order_reference\": \"841594198949\",\n                \"transaction_id\": \"012K6C\",\n                \"payment_id\": \"019009324672\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 169,\n                        \"order_id\": 137,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T09:01:54.000000Z\",\n                        \"updated_at\": \"2020-07-08T09:01:54.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 136,\n                \"token\": \"84159411895297367653917\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test1@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-07 13:49:45\",\n                \"order_status\": 4,\n                \"order_reference\": \"018910000583\",\n                \"transaction_id\": \"202018909498179\",\n                \"payment_id\": \"100202018909488304\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 168,\n                        \"order_id\": 136,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-07T10:49:13.000000Z\",\n                        \"updated_at\": \"2020-07-07T10:49:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 130,\n                \"token\": \"84158989951275697344577\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"10.000\",\n                \"paid_on\": \"2020-05-19 17:46:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"014010000843\",\n                \"transaction_id\": \"202014049801308\",\n                \"payment_id\": \"100202014050228035\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 162,\n                        \"order_id\": 130,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 5,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-19T14:45:13.000000Z\",\n                        \"updated_at\": \"2020-05-19T14:45:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 127,\n                \"token\": \"84158857396343474445597\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:33:25\",\n                \"order_status\": 3,\n                \"order_reference\": \"012510000205\",\n                \"transaction_id\": \"202012537007522\",\n                \"payment_id\": \"100202012563008281\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 159,\n                        \"order_id\": 127,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:32:44.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:32:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"token\": \"8415885737689356555444\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:30:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"012510000200\",\n                \"transaction_id\": \"202012563084995\",\n                \"payment_id\": \"100202012536894020\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 158,\n                        \"order_id\": 126,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:29:28.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:29:28.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"token\": \"8415885730844545357552\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:20:09\",\n                \"order_status\": 3,\n                \"order_reference\": \"841588573093\",\n                \"transaction_id\": \"011446\",\n                \"payment_id\": \"012506204683\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 157,\n                        \"order_id\": 125,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:18:04.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:18:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 124,\n                \"token\": \"84158850092043454579318\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"testt\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-03 13:16:46\",\n                \"order_status\": 1,\n                \"order_reference\": \"012410000311\",\n                \"transaction_id\": \"202012400507659\",\n                \"payment_id\": \"100202012499531075\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 156,\n                        \"order_id\": 124,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-03T10:15:21.000000Z\",\n                        \"updated_at\": \"2020-05-03T10:15:21.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 118,\n                \"token\": \"49071580303583\",\n                \"unique_code\": \"1580299185303845e3173b13361d\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-01-29 16:14:03\",\n                \"order_status\": 1,\n                \"order_reference\": \"841580303596\",\n                \"transaction_id\": \"011WHM\",\n                \"payment_id\": \"002913285956\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 150,\n                        \"order_id\": 118,\n                        \"sale_id\": 39,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test\",\n                        \"description\": \"\",\n                        \"user_code\": \"1235551\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"merchant-store/84-product-135-product-m415753697201580298794.jpg\",\n                        \"created_at\": \"2020-01-29T13:13:04.000000Z\",\n                        \"updated_at\": \"2020-01-29T13:13:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 114,\n                \"token\": \"84157942601254544464\",\n                \"unique_code\": \"1579424464982845e241ad04f70c\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"70.060\",\n                \"paid_on\": \"2020-01-19 12:28:34\",\n                \"order_status\": 3,\n                \"order_reference\": \"841579426074\",\n                \"transaction_id\": \"011RFS\",\n                \"payment_id\": \"001909243288\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 146,\n                        \"order_id\": 114,\n                        \"sale_id\": 38,\n                        \"category\": \"Test\",\n                        \"name\": \"test amount\",\n                        \"description\": \"test amount\",\n                        \"user_code\": \"123\",\n                        \"bar_code\": \"123123\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"70.056\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-19T09:26:52.000000Z\",\n                        \"updated_at\": \"2020-01-19T09:26:52.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 113,\n                \"token\": \"20241577958873\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-02 12:54:51\",\n                \"order_status\": 1,\n                \"order_reference\": \"841577958879\",\n                \"transaction_id\": \"\",\n                \"payment_id\": \"\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 145,\n                        \"order_id\": 113,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-02T09:54:33.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:54:33.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 110,\n                \"token\": \"99061577957405\",\n                \"unique_code\": \"1521292117825845aad1355a20e6\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5000.000\",\n                \"paid_on\": \"2020-01-02 12:30:15\",\n                \"order_status\": 1,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"TERMINAL\",\n                \"products\": [\n                    {\n                        \"id\": 143,\n                        \"order_id\": 110,\n                        \"sale_id\": 23,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test prod\",\n                        \"description\": \"jkhukl\",\n                        \"user_code\": \"87678\",\n                        \"bar_code\": \"klhyluiy9\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5000.000\",\n                        \"image\": \"1521291950.png\",\n                        \"created_at\": \"2020-01-02T09:30:05.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:30:05.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108,\n                \"token\": \"21961577879263\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:48:16\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000867\",\n                \"transaction_id\": \"202000139663581\",\n                \"payment_id\": \"100202000160348450\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 141,\n                        \"order_id\": 108,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:47:44.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:47:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 106,\n                \"token\": \"91781577877086\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@hesabe.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:12:13\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000848\",\n                \"transaction_id\": \"202000161419627\",\n                \"payment_id\": \"100202000138562432\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 139,\n                        \"order_id\": 106,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:11:26.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:11:26.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 103,\n                \"token\": \"31401577875373\",\n                \"unique_code\": \"1522748060400845ac34a9cb3842\",\n                \"sale_type\": 1,\n                \"sale_name\": \"test\",\n                \"email\": \"mbairi\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 13:43:36\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000837\",\n                \"transaction_id\": \"202000162276177\",\n                \"payment_id\": \"100202000137706176\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 138,\n                        \"order_id\": 103,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T10:42:53.000000Z\",\n                        \"updated_at\": \"2020-01-01T10:42:53.000000Z\"\n                    }\n                ]\n            }\n        ],\n        \"pagination\": {\n            \"total\": 20,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 2,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sale/order\",\n            \"next_page_url\": \"http://local.merchant-api.com/api/v1/sale/order?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"b2ade8c2-b54e-45d8-85af-e995dad64d99"},{"name":"Get Sale Order Details","id":"51e9e89d-bca7-4f4f-9970-ebea782229a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/purposal/652","description":"<p>This API is used to get details of the sale list details by providing <code>sale-order-id</code></p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","purposal","652"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"51e9e89d-bca7-4f4f-9970-ebea782229a4"},{"name":"Get CRM Order Update","id":"cab50c5a-a920-44a3-bce1-71d71ed60c81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"name\":\"jamal\",\r\n    \"mobile\":\"98745603\",\r\n    \"email\":\"hsagar@gmail.com\",\r\n    \"address\":\"Partapur\",\r\n    \"city\":\"kuwait\",\r\n    \"zip\":\"334\",\r\n    \"appointment_date\":\"2023-02-28\",\r\n    \"appointment_time\":\"10:00\",\r\n    \"assign_employee\":131\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/purposal/5","description":"<p>This API is used to get details of the sale list details by providing <code>sale-order-id</code></p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","purposal","5"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cab50c5a-a920-44a3-bce1-71d71ed60c81"},{"name":"Create Purposal","id":"64bc7bb1-93f8-4233-a0c5-a4f829c8db0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"{{merchant-code}}\",\r\n    \"name\":\"Mohammed\",\r\n    \"email\":\"mtaiyab@hesabe.com\",\r\n    \"mobile\":\"96598726045\",\r\n    \"notifyBy\":3\r\n}"},"url":"{{base-api-url}}/v1/CRM/purposal/544","urlObject":{"path":["v1","CRM","purposal","544"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"64bc7bb1-93f8-4233-a0c5-a4f829c8db0d"},{"name":"Customer Update","id":"8bdbc7f2-528f-4c05-af17-428b696ced5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"Mohammed\",\r\n        \"email\": \"mtaiyab@hesabe.com\",\r\n        \"mobile\": \"98726045\",\r\n        \"address\": \"kuwait\",\r\n        \"city\": \"kuwait\",\r\n        \"zipcode\": \"324254\",\r\n        \"message\": \"dfe\",\r\n        \"appointment_date\": \"2023-02-23\",\r\n        \"appointment_time\": \"14:00\"\r\n}"},"url":"{{base-api-url}}/v1/CRM/appointment/84000000115","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","CRM","appointment","84000000115"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bdbc7f2-528f-4c05-af17-428b696ced5d"},{"name":"Purposal Review","id":"e73605ab-f0e8-4a6c-adb0-93ab586045e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/CRM/appointment/8400151","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","CRM","appointment","8400151"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e73605ab-f0e8-4a6c-adb0-93ab586045e0"},{"name":"Service Review","id":"c2ea4d17-b4a4-4627-98dd-8a96e3d2bda4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service_rate\":4,\r\n    \"work_rate\":4,\r\n    \"service_review\":\"mohammed\"\r\n}"},"url":"{{base-api-url}}/v1/CRM/status/84000000003/track","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","CRM","status","84000000003","track"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2ea4d17-b4a4-4627-98dd-8a96e3d2bda4"},{"name":"New Request","id":"cd90f4b3-70e5-4149-bda1-2e9f9fb21504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"cd90f4b3-70e5-4149-bda1-2e9f9fb21504"}],"id":"b63fd853-f04d-495e-b526-47fcd3461c0e","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Product (This API is used to get the details of the product based on the product-id passed in the URI).</li>\n<li>Get Products (This API is used to get the listing with pagination for all the products).</li>\n<li>Create Product (This API is used to create a new product)</li>\n<li>Update Product (This API is used to update the product)</li>\n<li>Delete Product (This API is used to delete the product whose product-id is passed in the URI).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"b86830db-d8a4-4fd8-8ee8-02328db262bd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"18a26378-d1f3-45b2-9f74-e392216e847f","type":"text/javascript","exec":[""]}}],"_postman_id":"b63fd853-f04d-495e-b526-47fcd3461c0e","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Service Order Status","item":[{"name":"Service Status Category","id":"7ad908e2-dc96-4d0d-8c16-f2afb1df2fa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/status","description":"<p>This API is used to get all the sales list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","status"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"dateFrom","value":"2020-02-02"},{"disabled":true,"key":"dateTo","value":"2022-02-02"}],"variable":[]}},"response":[{"id":"886ac52c-2a22-4cfd-b240-3da3ea612f64","name":"Get Sale List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:20:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"4636"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 37,\n                \"name\": \"Sale list name\",\n                \"code\": \"84160370260897E4Y4R940\",\n                \"url\": \"http://local.hesabe.com/sale/84160370260897E4Y4R940\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T15:19:49.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Sale list name\",\n                \"code\": \"8416034594169QQQE64621\",\n                \"url\": \"http://local.hesabe.com/sale/8416034594169QQQE64621\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T13:23:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Email-Product\",\n                \"code\": \"1594118913935845f04530145664\",\n                \"url\": \"http://local.hesabe.com/sale/1594118913935845f04530145664\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-07-07T10:48:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1588573049192845eafb379d2997\",\n                \"url\": \"http://local.hesabe.com/sale/1588573049192845eafb379d2997\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-05-04T06:17:29.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1580299185303845e3173b13361d\",\n                \"url\": \"http://local.hesabe.com/sale/1580299185303845e3173b13361d\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-29T11:59:45.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 29,\n                \"name\": \"tes\",\n                \"code\": \"1579860434499845e2ac1d2bde6e\",\n                \"url\": \"http://local.hesabe.com/sale/1579860434499845e2ac1d2bde6e\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-01-24T10:07:14.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 28,\n                \"name\": \"testamount\",\n                \"code\": \"1579424464982845e241ad04f70c\",\n                \"url\": \"http://local.hesabe.com/sale/1579424464982845e241ad04f70c\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-19T09:01:04.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 27,\n                \"name\": \"test\",\n                \"code\": \"1568189196542845d78ab0c76b75\",\n                \"url\": \"http://local.hesabe.com/sale/1568189196542845d78ab0c76b75\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T08:06:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 26,\n                \"name\": \"test2\",\n                \"code\": \"1568188479517845d78a83f8a1c8\",\n                \"url\": \"http://local.hesabe.com/sale/1568188479517845d78a83f8a1c8\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T07:54:39.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Product 1\",\n                \"code\": \"1522748313967845ac34b993d8b7\",\n                \"url\": \"http://local.hesabe.com/sale/1522748313967845ac34b993d8b7\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:38:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Doctors\",\n                \"code\": \"1522748060400845ac34a9cb3842\",\n                \"url\": \"http://local.hesabe.com/sale/1522748060400845ac34a9cb3842\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:34:20.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Appointments\",\n                    \"merchant_usage\": \"Yes\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Fridays Restaurant\",\n                \"code\": \"1522735948632845ac31b4c2842b\",\n                \"url\": \"http://local.hesabe.com/sale/1522735948632845ac31b4c2842b\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T06:12:28.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Food & Beverage\",\n                \"code\": \"1522496214196845abf72d61456a\",\n                \"url\": \"http://local.hesabe.com/sale/1522496214196845abf72d61456a\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-31T11:36:54.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"name\": \"christmas\",\n                \"code\": \"1521292117825845aad1355a20e6\",\n                \"url\": \"http://local.hesabe.com/sale/1521292117825845aad1355a20e6\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-17T13:08:37.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 14,\n            \"count\": 14,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sales/list\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"7ad908e2-dc96-4d0d-8c16-f2afb1df2fa0"},{"name":"Service Worker List","id":"1a784aa1-3013-42ad-b1df-54780d9f3871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/service/worker","description":"<p>This API is used to get all the sales list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","service","worker"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"dateFrom","value":"2020-02-02"},{"disabled":true,"key":"dateTo","value":"2022-02-02"}],"variable":[]}},"response":[{"id":"54198691-3fba-45fc-b30a-159f11a7c597","name":"Get Sale List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:20:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"4636"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 37,\n                \"name\": \"Sale list name\",\n                \"code\": \"84160370260897E4Y4R940\",\n                \"url\": \"http://local.hesabe.com/sale/84160370260897E4Y4R940\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T15:19:49.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Sale list name\",\n                \"code\": \"8416034594169QQQE64621\",\n                \"url\": \"http://local.hesabe.com/sale/8416034594169QQQE64621\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T13:23:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Email-Product\",\n                \"code\": \"1594118913935845f04530145664\",\n                \"url\": \"http://local.hesabe.com/sale/1594118913935845f04530145664\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-07-07T10:48:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1588573049192845eafb379d2997\",\n                \"url\": \"http://local.hesabe.com/sale/1588573049192845eafb379d2997\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-05-04T06:17:29.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1580299185303845e3173b13361d\",\n                \"url\": \"http://local.hesabe.com/sale/1580299185303845e3173b13361d\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-29T11:59:45.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 29,\n                \"name\": \"tes\",\n                \"code\": \"1579860434499845e2ac1d2bde6e\",\n                \"url\": \"http://local.hesabe.com/sale/1579860434499845e2ac1d2bde6e\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-01-24T10:07:14.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 28,\n                \"name\": \"testamount\",\n                \"code\": \"1579424464982845e241ad04f70c\",\n                \"url\": \"http://local.hesabe.com/sale/1579424464982845e241ad04f70c\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-19T09:01:04.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 27,\n                \"name\": \"test\",\n                \"code\": \"1568189196542845d78ab0c76b75\",\n                \"url\": \"http://local.hesabe.com/sale/1568189196542845d78ab0c76b75\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T08:06:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 26,\n                \"name\": \"test2\",\n                \"code\": \"1568188479517845d78a83f8a1c8\",\n                \"url\": \"http://local.hesabe.com/sale/1568188479517845d78a83f8a1c8\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T07:54:39.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Product 1\",\n                \"code\": \"1522748313967845ac34b993d8b7\",\n                \"url\": \"http://local.hesabe.com/sale/1522748313967845ac34b993d8b7\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:38:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Doctors\",\n                \"code\": \"1522748060400845ac34a9cb3842\",\n                \"url\": \"http://local.hesabe.com/sale/1522748060400845ac34a9cb3842\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:34:20.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Appointments\",\n                    \"merchant_usage\": \"Yes\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Fridays Restaurant\",\n                \"code\": \"1522735948632845ac31b4c2842b\",\n                \"url\": \"http://local.hesabe.com/sale/1522735948632845ac31b4c2842b\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T06:12:28.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Food & Beverage\",\n                \"code\": \"1522496214196845abf72d61456a\",\n                \"url\": \"http://local.hesabe.com/sale/1522496214196845abf72d61456a\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-31T11:36:54.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"name\": \"christmas\",\n                \"code\": \"1521292117825845aad1355a20e6\",\n                \"url\": \"http://local.hesabe.com/sale/1521292117825845aad1355a20e6\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-17T13:08:37.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 14,\n            \"count\": 14,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sales/list\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"1a784aa1-3013-42ad-b1df-54780d9f3871"},{"name":"Service Status List","id":"92a77595-cbe8-4dae-8dc2-d62873bea448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/status/87","description":"<p>This API is used to get all the sales list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","status","87"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"dateFrom","value":"2020-02-02"},{"disabled":true,"key":"dateTo","value":"2022-02-02"}],"variable":[]}},"response":[{"id":"082e1907-6efb-4438-9286-0a8421f7015c","name":"Get Sale List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:20:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"4636"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 37,\n                \"name\": \"Sale list name\",\n                \"code\": \"84160370260897E4Y4R940\",\n                \"url\": \"http://local.hesabe.com/sale/84160370260897E4Y4R940\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T15:19:49.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Sale list name\",\n                \"code\": \"8416034594169QQQE64621\",\n                \"url\": \"http://local.hesabe.com/sale/8416034594169QQQE64621\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T13:23:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Email-Product\",\n                \"code\": \"1594118913935845f04530145664\",\n                \"url\": \"http://local.hesabe.com/sale/1594118913935845f04530145664\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-07-07T10:48:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1588573049192845eafb379d2997\",\n                \"url\": \"http://local.hesabe.com/sale/1588573049192845eafb379d2997\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-05-04T06:17:29.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1580299185303845e3173b13361d\",\n                \"url\": \"http://local.hesabe.com/sale/1580299185303845e3173b13361d\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-29T11:59:45.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 29,\n                \"name\": \"tes\",\n                \"code\": \"1579860434499845e2ac1d2bde6e\",\n                \"url\": \"http://local.hesabe.com/sale/1579860434499845e2ac1d2bde6e\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-01-24T10:07:14.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 28,\n                \"name\": \"testamount\",\n                \"code\": \"1579424464982845e241ad04f70c\",\n                \"url\": \"http://local.hesabe.com/sale/1579424464982845e241ad04f70c\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-19T09:01:04.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 27,\n                \"name\": \"test\",\n                \"code\": \"1568189196542845d78ab0c76b75\",\n                \"url\": \"http://local.hesabe.com/sale/1568189196542845d78ab0c76b75\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T08:06:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 26,\n                \"name\": \"test2\",\n                \"code\": \"1568188479517845d78a83f8a1c8\",\n                \"url\": \"http://local.hesabe.com/sale/1568188479517845d78a83f8a1c8\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T07:54:39.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Product 1\",\n                \"code\": \"1522748313967845ac34b993d8b7\",\n                \"url\": \"http://local.hesabe.com/sale/1522748313967845ac34b993d8b7\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:38:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Doctors\",\n                \"code\": \"1522748060400845ac34a9cb3842\",\n                \"url\": \"http://local.hesabe.com/sale/1522748060400845ac34a9cb3842\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:34:20.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Appointments\",\n                    \"merchant_usage\": \"Yes\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Fridays Restaurant\",\n                \"code\": \"1522735948632845ac31b4c2842b\",\n                \"url\": \"http://local.hesabe.com/sale/1522735948632845ac31b4c2842b\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T06:12:28.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Food & Beverage\",\n                \"code\": \"1522496214196845abf72d61456a\",\n                \"url\": \"http://local.hesabe.com/sale/1522496214196845abf72d61456a\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-31T11:36:54.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"name\": \"christmas\",\n                \"code\": \"1521292117825845aad1355a20e6\",\n                \"url\": \"http://local.hesabe.com/sale/1521292117825845aad1355a20e6\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-17T13:08:37.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 14,\n            \"count\": 14,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sales/list\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"92a77595-cbe8-4dae-8dc2-d62873bea448"},{"name":"Service Status Track","id":"691adfbe-cfa3-4423-bccc-09d79da8430a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/status/84000000003/track","description":"<p>This API is used to get all the sales list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","status","84000000003","track"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"dateFrom","value":"2020-02-02"},{"disabled":true,"key":"dateTo","value":"2022-02-02"}],"variable":[]}},"response":[{"id":"feefb477-7d38-45a3-ad2c-e8d13f163f09","name":"Get Sale List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:20:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"4636"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 37,\n                \"name\": \"Sale list name\",\n                \"code\": \"84160370260897E4Y4R940\",\n                \"url\": \"http://local.hesabe.com/sale/84160370260897E4Y4R940\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T15:19:49.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Sale list name\",\n                \"code\": \"8416034594169QQQE64621\",\n                \"url\": \"http://local.hesabe.com/sale/8416034594169QQQE64621\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T13:23:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Email-Product\",\n                \"code\": \"1594118913935845f04530145664\",\n                \"url\": \"http://local.hesabe.com/sale/1594118913935845f04530145664\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-07-07T10:48:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1588573049192845eafb379d2997\",\n                \"url\": \"http://local.hesabe.com/sale/1588573049192845eafb379d2997\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-05-04T06:17:29.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1580299185303845e3173b13361d\",\n                \"url\": \"http://local.hesabe.com/sale/1580299185303845e3173b13361d\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-29T11:59:45.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 29,\n                \"name\": \"tes\",\n                \"code\": \"1579860434499845e2ac1d2bde6e\",\n                \"url\": \"http://local.hesabe.com/sale/1579860434499845e2ac1d2bde6e\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-01-24T10:07:14.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 28,\n                \"name\": \"testamount\",\n                \"code\": \"1579424464982845e241ad04f70c\",\n                \"url\": \"http://local.hesabe.com/sale/1579424464982845e241ad04f70c\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-19T09:01:04.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 27,\n                \"name\": \"test\",\n                \"code\": \"1568189196542845d78ab0c76b75\",\n                \"url\": \"http://local.hesabe.com/sale/1568189196542845d78ab0c76b75\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T08:06:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 26,\n                \"name\": \"test2\",\n                \"code\": \"1568188479517845d78a83f8a1c8\",\n                \"url\": \"http://local.hesabe.com/sale/1568188479517845d78a83f8a1c8\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T07:54:39.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Product 1\",\n                \"code\": \"1522748313967845ac34b993d8b7\",\n                \"url\": \"http://local.hesabe.com/sale/1522748313967845ac34b993d8b7\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:38:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Doctors\",\n                \"code\": \"1522748060400845ac34a9cb3842\",\n                \"url\": \"http://local.hesabe.com/sale/1522748060400845ac34a9cb3842\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:34:20.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Appointments\",\n                    \"merchant_usage\": \"Yes\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Fridays Restaurant\",\n                \"code\": \"1522735948632845ac31b4c2842b\",\n                \"url\": \"http://local.hesabe.com/sale/1522735948632845ac31b4c2842b\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T06:12:28.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Food & Beverage\",\n                \"code\": \"1522496214196845abf72d61456a\",\n                \"url\": \"http://local.hesabe.com/sale/1522496214196845abf72d61456a\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-31T11:36:54.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"name\": \"christmas\",\n                \"code\": \"1521292117825845aad1355a20e6\",\n                \"url\": \"http://local.hesabe.com/sale/1521292117825845aad1355a20e6\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-17T13:08:37.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 14,\n            \"count\": 14,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sales/list\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"691adfbe-cfa3-4423-bccc-09d79da8430a"},{"name":"Service Status Track Copy","id":"561986cd-005b-4723-b7e7-4d559bbad7bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"service_rate\":2,\r\n    \"work_rate\":2,\r\n    \"service_review\":\"not good\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/status/84000000003/track","description":"<p>This API is used to get all the sales list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","status","84000000003","track"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"dateFrom","value":"2020-02-02"},{"disabled":true,"key":"dateTo","value":"2022-02-02"}],"variable":[]}},"response":[{"id":"b51c4d25-32a2-4ca4-b520-8a0051fd6e3c","name":"Get Sale List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:20:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"4636"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 37,\n                \"name\": \"Sale list name\",\n                \"code\": \"84160370260897E4Y4R940\",\n                \"url\": \"http://local.hesabe.com/sale/84160370260897E4Y4R940\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T15:19:49.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Sale list name\",\n                \"code\": \"8416034594169QQQE64621\",\n                \"url\": \"http://local.hesabe.com/sale/8416034594169QQQE64621\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T13:23:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Email-Product\",\n                \"code\": \"1594118913935845f04530145664\",\n                \"url\": \"http://local.hesabe.com/sale/1594118913935845f04530145664\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-07-07T10:48:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1588573049192845eafb379d2997\",\n                \"url\": \"http://local.hesabe.com/sale/1588573049192845eafb379d2997\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-05-04T06:17:29.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1580299185303845e3173b13361d\",\n                \"url\": \"http://local.hesabe.com/sale/1580299185303845e3173b13361d\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-29T11:59:45.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 29,\n                \"name\": \"tes\",\n                \"code\": \"1579860434499845e2ac1d2bde6e\",\n                \"url\": \"http://local.hesabe.com/sale/1579860434499845e2ac1d2bde6e\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-01-24T10:07:14.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 28,\n                \"name\": \"testamount\",\n                \"code\": \"1579424464982845e241ad04f70c\",\n                \"url\": \"http://local.hesabe.com/sale/1579424464982845e241ad04f70c\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-19T09:01:04.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 27,\n                \"name\": \"test\",\n                \"code\": \"1568189196542845d78ab0c76b75\",\n                \"url\": \"http://local.hesabe.com/sale/1568189196542845d78ab0c76b75\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T08:06:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 26,\n                \"name\": \"test2\",\n                \"code\": \"1568188479517845d78a83f8a1c8\",\n                \"url\": \"http://local.hesabe.com/sale/1568188479517845d78a83f8a1c8\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T07:54:39.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Product 1\",\n                \"code\": \"1522748313967845ac34b993d8b7\",\n                \"url\": \"http://local.hesabe.com/sale/1522748313967845ac34b993d8b7\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:38:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Doctors\",\n                \"code\": \"1522748060400845ac34a9cb3842\",\n                \"url\": \"http://local.hesabe.com/sale/1522748060400845ac34a9cb3842\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:34:20.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Appointments\",\n                    \"merchant_usage\": \"Yes\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Fridays Restaurant\",\n                \"code\": \"1522735948632845ac31b4c2842b\",\n                \"url\": \"http://local.hesabe.com/sale/1522735948632845ac31b4c2842b\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T06:12:28.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Food & Beverage\",\n                \"code\": \"1522496214196845abf72d61456a\",\n                \"url\": \"http://local.hesabe.com/sale/1522496214196845abf72d61456a\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-31T11:36:54.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"name\": \"christmas\",\n                \"code\": \"1521292117825845aad1355a20e6\",\n                \"url\": \"http://local.hesabe.com/sale/1521292117825845aad1355a20e6\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-17T13:08:37.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 14,\n            \"count\": 14,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sales/list\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"561986cd-005b-4723-b7e7-4d559bbad7bc"},{"name":"Service Order Status","id":"720c0a26-71b4-4f26-88da-636983af5d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"{{merchantCode}}\",\r\n    \"status\":[\r\n        {\r\n        \"statusId\":1,\r\n        \"date\":\"2023-03-11\",\r\n        \"message\":\"fsdfddf\"\r\n        },\r\n        {\r\n        \"statusId\":2,\r\n        \"date\":\"2023-03-11\",\r\n        \"message\":\"fsdfddf\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/service/6/status","description":"<p>This API is used to get all the sales list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","service","6","status"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"dateFrom","value":"2020-02-02"},{"disabled":true,"key":"dateTo","value":"2022-02-02"},{"disabled":true,"key":"status","value":"9"}],"variable":[]}},"response":[{"id":"bd8a2f1b-fc6a-4b1d-84fb-ca1b7958f36a","name":"Get Sale List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:20:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"4636"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 37,\n                \"name\": \"Sale list name\",\n                \"code\": \"84160370260897E4Y4R940\",\n                \"url\": \"http://local.hesabe.com/sale/84160370260897E4Y4R940\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T15:19:49.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Sale list name\",\n                \"code\": \"8416034594169QQQE64621\",\n                \"url\": \"http://local.hesabe.com/sale/8416034594169QQQE64621\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T13:23:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Email-Product\",\n                \"code\": \"1594118913935845f04530145664\",\n                \"url\": \"http://local.hesabe.com/sale/1594118913935845f04530145664\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-07-07T10:48:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1588573049192845eafb379d2997\",\n                \"url\": \"http://local.hesabe.com/sale/1588573049192845eafb379d2997\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-05-04T06:17:29.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1580299185303845e3173b13361d\",\n                \"url\": \"http://local.hesabe.com/sale/1580299185303845e3173b13361d\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-29T11:59:45.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 29,\n                \"name\": \"tes\",\n                \"code\": \"1579860434499845e2ac1d2bde6e\",\n                \"url\": \"http://local.hesabe.com/sale/1579860434499845e2ac1d2bde6e\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-01-24T10:07:14.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 28,\n                \"name\": \"testamount\",\n                \"code\": \"1579424464982845e241ad04f70c\",\n                \"url\": \"http://local.hesabe.com/sale/1579424464982845e241ad04f70c\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-19T09:01:04.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 27,\n                \"name\": \"test\",\n                \"code\": \"1568189196542845d78ab0c76b75\",\n                \"url\": \"http://local.hesabe.com/sale/1568189196542845d78ab0c76b75\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T08:06:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 26,\n                \"name\": \"test2\",\n                \"code\": \"1568188479517845d78a83f8a1c8\",\n                \"url\": \"http://local.hesabe.com/sale/1568188479517845d78a83f8a1c8\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T07:54:39.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Product 1\",\n                \"code\": \"1522748313967845ac34b993d8b7\",\n                \"url\": \"http://local.hesabe.com/sale/1522748313967845ac34b993d8b7\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:38:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Doctors\",\n                \"code\": \"1522748060400845ac34a9cb3842\",\n                \"url\": \"http://local.hesabe.com/sale/1522748060400845ac34a9cb3842\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:34:20.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Appointments\",\n                    \"merchant_usage\": \"Yes\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Fridays Restaurant\",\n                \"code\": \"1522735948632845ac31b4c2842b\",\n                \"url\": \"http://local.hesabe.com/sale/1522735948632845ac31b4c2842b\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T06:12:28.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Food & Beverage\",\n                \"code\": \"1522496214196845abf72d61456a\",\n                \"url\": \"http://local.hesabe.com/sale/1522496214196845abf72d61456a\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-31T11:36:54.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"name\": \"christmas\",\n                \"code\": \"1521292117825845aad1355a20e6\",\n                \"url\": \"http://local.hesabe.com/sale/1521292117825845aad1355a20e6\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-17T13:08:37.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 14,\n            \"count\": 14,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sales/list\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"720c0a26-71b4-4f26-88da-636983af5d03"},{"name":"Service Order Status Update","id":"158a55fc-7afb-4bef-a865-9b9c190f2704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"date\":\"2023-02-27 14:30\",\r\n    \"message\":\"hello there\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/service/766/status/580","description":"<p>This API is used to get all the sales list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","service","766","status","580"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"dateFrom","value":"2020-02-02"},{"disabled":true,"key":"dateTo","value":"2022-02-02"}],"variable":[]}},"response":[{"id":"4360ad0d-394a-4f5f-9b68-e9d8e9ccbfd8","name":"Get Sale List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sales/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Nov 2020 13:20:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"4636"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sales List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 37,\n                \"name\": \"Sale list name\",\n                \"code\": \"84160370260897E4Y4R940\",\n                \"url\": \"http://local.hesabe.com/sale/84160370260897E4Y4R940\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T15:19:49.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Sale list name\",\n                \"code\": \"8416034594169QQQE64621\",\n                \"url\": \"http://local.hesabe.com/sale/8416034594169QQQE64621\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-10-23T13:23:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 34,\n                \"name\": \"Email-Product\",\n                \"code\": \"1594118913935845f04530145664\",\n                \"url\": \"http://local.hesabe.com/sale/1594118913935845f04530145664\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-07-07T10:48:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 33,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1588573049192845eafb379d2997\",\n                \"url\": \"http://local.hesabe.com/sale/1588573049192845eafb379d2997\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-05-04T06:17:29.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Cake-Iphone\",\n                \"code\": \"1580299185303845e3173b13361d\",\n                \"url\": \"http://local.hesabe.com/sale/1580299185303845e3173b13361d\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-29T11:59:45.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 29,\n                \"name\": \"tes\",\n                \"code\": \"1579860434499845e2ac1d2bde6e\",\n                \"url\": \"http://local.hesabe.com/sale/1579860434499845e2ac1d2bde6e\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2020-01-24T10:07:14.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 28,\n                \"name\": \"testamount\",\n                \"code\": \"1579424464982845e241ad04f70c\",\n                \"url\": \"http://local.hesabe.com/sale/1579424464982845e241ad04f70c\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2020-01-19T09:01:04.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 27,\n                \"name\": \"test\",\n                \"code\": \"1568189196542845d78ab0c76b75\",\n                \"url\": \"http://local.hesabe.com/sale/1568189196542845d78ab0c76b75\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T08:06:36.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 26,\n                \"name\": \"test2\",\n                \"code\": \"1568188479517845d78a83f8a1c8\",\n                \"url\": \"http://local.hesabe.com/sale/1568188479517845d78a83f8a1c8\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2019-09-11T07:54:39.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Product 1\",\n                \"code\": \"1522748313967845ac34b993d8b7\",\n                \"url\": \"http://local.hesabe.com/sale/1522748313967845ac34b993d8b7\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:38:33.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Doctors\",\n                \"code\": \"1522748060400845ac34a9cb3842\",\n                \"url\": \"http://local.hesabe.com/sale/1522748060400845ac34a9cb3842\",\n                \"merchant_usage\": 0,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T09:34:20.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Appointments\",\n                    \"merchant_usage\": \"Yes\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Fridays Restaurant\",\n                \"code\": \"1522735948632845ac31b4c2842b\",\n                \"url\": \"http://local.hesabe.com/sale/1522735948632845ac31b4c2842b\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-04-03T06:12:28.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Food & Beverage\",\n                \"code\": \"1522496214196845abf72d61456a\",\n                \"url\": \"http://local.hesabe.com/sale/1522496214196845abf72d61456a\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-31T11:36:54.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"name\": \"christmas\",\n                \"code\": \"1521292117825845aad1355a20e6\",\n                \"url\": \"http://local.hesabe.com/sale/1521292117825845aad1355a20e6\",\n                \"merchant_usage\": 1,\n                \"status\": 1,\n                \"created_at\": \"2018-03-17T13:08:37.000000Z\",\n                \"merchant\": {\n                    \"id\": 84,\n                    \"name\": \"test\"\n                },\n                \"label\": {\n                    \"type\": \"Products\",\n                    \"merchant_usage\": \"No\",\n                    \"status\": \"Active\"\n                }\n            }\n        ],\n        \"pagination\": {\n            \"total\": 14,\n            \"count\": 14,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sales/list\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"158a55fc-7afb-4bef-a865-9b9c190f2704"}],"id":"aa45ff56-33a3-47aa-b8aa-7a575f23d54b","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Product (This API is used to get the details of the product based on the product-id passed in the URI).</li>\n<li>Get Products (This API is used to get the listing with pagination for all the products).</li>\n<li>Create Product (This API is used to create a new product)</li>\n<li>Update Product (This API is used to update the product)</li>\n<li>Delete Product (This API is used to delete the product whose product-id is passed in the URI).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"af4ebdef-fd75-485a-a807-8d670924aa68","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"82fbf47d-7e3c-4c08-9e09-c97bcf92e76a","type":"text/javascript","exec":[""]}}],"_postman_id":"aa45ff56-33a3-47aa-b8aa-7a575f23d54b","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Reports","item":[{"name":"Customer Report","id":"71987ef1-01ba-4118-8364-59721033658e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"service\":10,\r\n     \"type\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/reports/customer?toDate=2023-03-12&fromDate=2023-01-01","description":"<p>This API is used to get all the sale orders list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","reports","customer"],"host":["{{base-api-url}}"],"query":[{"key":"toDate","value":"2023-03-12"},{"key":"fromDate","value":"2023-01-01"},{"disabled":true,"key":"search","value":"98745603"}],"variable":[]}},"response":[{"id":"06ecaa00-19e8-4ba4-bd9e-84aa1692256f","name":"Get Sale Orders List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Nov 2020 09:32:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale orders list\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 138,\n                \"token\": \"8415942037137359795341\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 13:32:46\",\n                \"order_status\": 2,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"CASH\",\n                \"products\": [\n                    {\n                        \"id\": 170,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:21:53.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:21:53.000000Z\"\n                    },\n                    {\n                        \"id\": 171,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:25:07.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:25:07.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 137,\n                \"token\": \"8415941989149637574971\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@gmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 12:04:32\",\n                \"order_status\": 3,\n                \"order_reference\": \"841594198949\",\n                \"transaction_id\": \"012K6C\",\n                \"payment_id\": \"019009324672\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 169,\n                        \"order_id\": 137,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T09:01:54.000000Z\",\n                        \"updated_at\": \"2020-07-08T09:01:54.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 136,\n                \"token\": \"84159411895297367653917\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test1@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-07 13:49:45\",\n                \"order_status\": 4,\n                \"order_reference\": \"018910000583\",\n                \"transaction_id\": \"202018909498179\",\n                \"payment_id\": \"100202018909488304\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 168,\n                        \"order_id\": 136,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-07T10:49:13.000000Z\",\n                        \"updated_at\": \"2020-07-07T10:49:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 130,\n                \"token\": \"84158989951275697344577\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"10.000\",\n                \"paid_on\": \"2020-05-19 17:46:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"014010000843\",\n                \"transaction_id\": \"202014049801308\",\n                \"payment_id\": \"100202014050228035\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 162,\n                        \"order_id\": 130,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 5,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-19T14:45:13.000000Z\",\n                        \"updated_at\": \"2020-05-19T14:45:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 127,\n                \"token\": \"84158857396343474445597\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:33:25\",\n                \"order_status\": 3,\n                \"order_reference\": \"012510000205\",\n                \"transaction_id\": \"202012537007522\",\n                \"payment_id\": \"100202012563008281\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 159,\n                        \"order_id\": 127,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:32:44.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:32:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"token\": \"8415885737689356555444\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:30:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"012510000200\",\n                \"transaction_id\": \"202012563084995\",\n                \"payment_id\": \"100202012536894020\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 158,\n                        \"order_id\": 126,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:29:28.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:29:28.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"token\": \"8415885730844545357552\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:20:09\",\n                \"order_status\": 3,\n                \"order_reference\": \"841588573093\",\n                \"transaction_id\": \"011446\",\n                \"payment_id\": \"012506204683\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 157,\n                        \"order_id\": 125,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:18:04.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:18:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 124,\n                \"token\": \"84158850092043454579318\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"testt\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-03 13:16:46\",\n                \"order_status\": 1,\n                \"order_reference\": \"012410000311\",\n                \"transaction_id\": \"202012400507659\",\n                \"payment_id\": \"100202012499531075\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 156,\n                        \"order_id\": 124,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-03T10:15:21.000000Z\",\n                        \"updated_at\": \"2020-05-03T10:15:21.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 118,\n                \"token\": \"49071580303583\",\n                \"unique_code\": \"1580299185303845e3173b13361d\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-01-29 16:14:03\",\n                \"order_status\": 1,\n                \"order_reference\": \"841580303596\",\n                \"transaction_id\": \"011WHM\",\n                \"payment_id\": \"002913285956\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 150,\n                        \"order_id\": 118,\n                        \"sale_id\": 39,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test\",\n                        \"description\": \"\",\n                        \"user_code\": \"1235551\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"merchant-store/84-product-135-product-m415753697201580298794.jpg\",\n                        \"created_at\": \"2020-01-29T13:13:04.000000Z\",\n                        \"updated_at\": \"2020-01-29T13:13:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 114,\n                \"token\": \"84157942601254544464\",\n                \"unique_code\": \"1579424464982845e241ad04f70c\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"70.060\",\n                \"paid_on\": \"2020-01-19 12:28:34\",\n                \"order_status\": 3,\n                \"order_reference\": \"841579426074\",\n                \"transaction_id\": \"011RFS\",\n                \"payment_id\": \"001909243288\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 146,\n                        \"order_id\": 114,\n                        \"sale_id\": 38,\n                        \"category\": \"Test\",\n                        \"name\": \"test amount\",\n                        \"description\": \"test amount\",\n                        \"user_code\": \"123\",\n                        \"bar_code\": \"123123\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"70.056\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-19T09:26:52.000000Z\",\n                        \"updated_at\": \"2020-01-19T09:26:52.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 113,\n                \"token\": \"20241577958873\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-02 12:54:51\",\n                \"order_status\": 1,\n                \"order_reference\": \"841577958879\",\n                \"transaction_id\": \"\",\n                \"payment_id\": \"\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 145,\n                        \"order_id\": 113,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-02T09:54:33.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:54:33.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 110,\n                \"token\": \"99061577957405\",\n                \"unique_code\": \"1521292117825845aad1355a20e6\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5000.000\",\n                \"paid_on\": \"2020-01-02 12:30:15\",\n                \"order_status\": 1,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"TERMINAL\",\n                \"products\": [\n                    {\n                        \"id\": 143,\n                        \"order_id\": 110,\n                        \"sale_id\": 23,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test prod\",\n                        \"description\": \"jkhukl\",\n                        \"user_code\": \"87678\",\n                        \"bar_code\": \"klhyluiy9\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5000.000\",\n                        \"image\": \"1521291950.png\",\n                        \"created_at\": \"2020-01-02T09:30:05.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:30:05.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108,\n                \"token\": \"21961577879263\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:48:16\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000867\",\n                \"transaction_id\": \"202000139663581\",\n                \"payment_id\": \"100202000160348450\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 141,\n                        \"order_id\": 108,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:47:44.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:47:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 106,\n                \"token\": \"91781577877086\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@hesabe.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:12:13\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000848\",\n                \"transaction_id\": \"202000161419627\",\n                \"payment_id\": \"100202000138562432\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 139,\n                        \"order_id\": 106,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:11:26.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:11:26.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 103,\n                \"token\": \"31401577875373\",\n                \"unique_code\": \"1522748060400845ac34a9cb3842\",\n                \"sale_type\": 1,\n                \"sale_name\": \"test\",\n                \"email\": \"mbairi\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 13:43:36\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000837\",\n                \"transaction_id\": \"202000162276177\",\n                \"payment_id\": \"100202000137706176\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 138,\n                        \"order_id\": 103,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T10:42:53.000000Z\",\n                        \"updated_at\": \"2020-01-01T10:42:53.000000Z\"\n                    }\n                ]\n            }\n        ],\n        \"pagination\": {\n            \"total\": 20,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 2,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sale/order\",\n            \"next_page_url\": \"http://local.merchant-api.com/api/v1/sale/order?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"71987ef1-01ba-4118-8364-59721033658e"},{"name":"Proposal Report","id":"ec52a506-679a-42f7-a6bf-a889b318e083","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"service\":10,\r\n     \"type\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/reports/proposal?toDate=2023-03-12&fromDate=2023-01-01","description":"<p>This API is used to get all the sale orders list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","reports","proposal"],"host":["{{base-api-url}}"],"query":[{"key":"toDate","value":"2023-03-12"},{"key":"fromDate","value":"2023-01-01"},{"disabled":true,"key":"search","value":"98745603"}],"variable":[]}},"response":[{"id":"d23a245a-cb31-4cd5-9a17-134e0d5cbc07","name":"Get Sale Orders List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Nov 2020 09:32:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale orders list\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 138,\n                \"token\": \"8415942037137359795341\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 13:32:46\",\n                \"order_status\": 2,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"CASH\",\n                \"products\": [\n                    {\n                        \"id\": 170,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:21:53.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:21:53.000000Z\"\n                    },\n                    {\n                        \"id\": 171,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:25:07.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:25:07.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 137,\n                \"token\": \"8415941989149637574971\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@gmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 12:04:32\",\n                \"order_status\": 3,\n                \"order_reference\": \"841594198949\",\n                \"transaction_id\": \"012K6C\",\n                \"payment_id\": \"019009324672\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 169,\n                        \"order_id\": 137,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T09:01:54.000000Z\",\n                        \"updated_at\": \"2020-07-08T09:01:54.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 136,\n                \"token\": \"84159411895297367653917\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test1@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-07 13:49:45\",\n                \"order_status\": 4,\n                \"order_reference\": \"018910000583\",\n                \"transaction_id\": \"202018909498179\",\n                \"payment_id\": \"100202018909488304\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 168,\n                        \"order_id\": 136,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-07T10:49:13.000000Z\",\n                        \"updated_at\": \"2020-07-07T10:49:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 130,\n                \"token\": \"84158989951275697344577\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"10.000\",\n                \"paid_on\": \"2020-05-19 17:46:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"014010000843\",\n                \"transaction_id\": \"202014049801308\",\n                \"payment_id\": \"100202014050228035\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 162,\n                        \"order_id\": 130,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 5,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-19T14:45:13.000000Z\",\n                        \"updated_at\": \"2020-05-19T14:45:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 127,\n                \"token\": \"84158857396343474445597\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:33:25\",\n                \"order_status\": 3,\n                \"order_reference\": \"012510000205\",\n                \"transaction_id\": \"202012537007522\",\n                \"payment_id\": \"100202012563008281\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 159,\n                        \"order_id\": 127,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:32:44.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:32:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"token\": \"8415885737689356555444\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:30:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"012510000200\",\n                \"transaction_id\": \"202012563084995\",\n                \"payment_id\": \"100202012536894020\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 158,\n                        \"order_id\": 126,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:29:28.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:29:28.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"token\": \"8415885730844545357552\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:20:09\",\n                \"order_status\": 3,\n                \"order_reference\": \"841588573093\",\n                \"transaction_id\": \"011446\",\n                \"payment_id\": \"012506204683\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 157,\n                        \"order_id\": 125,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:18:04.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:18:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 124,\n                \"token\": \"84158850092043454579318\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"testt\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-03 13:16:46\",\n                \"order_status\": 1,\n                \"order_reference\": \"012410000311\",\n                \"transaction_id\": \"202012400507659\",\n                \"payment_id\": \"100202012499531075\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 156,\n                        \"order_id\": 124,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-03T10:15:21.000000Z\",\n                        \"updated_at\": \"2020-05-03T10:15:21.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 118,\n                \"token\": \"49071580303583\",\n                \"unique_code\": \"1580299185303845e3173b13361d\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-01-29 16:14:03\",\n                \"order_status\": 1,\n                \"order_reference\": \"841580303596\",\n                \"transaction_id\": \"011WHM\",\n                \"payment_id\": \"002913285956\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 150,\n                        \"order_id\": 118,\n                        \"sale_id\": 39,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test\",\n                        \"description\": \"\",\n                        \"user_code\": \"1235551\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"merchant-store/84-product-135-product-m415753697201580298794.jpg\",\n                        \"created_at\": \"2020-01-29T13:13:04.000000Z\",\n                        \"updated_at\": \"2020-01-29T13:13:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 114,\n                \"token\": \"84157942601254544464\",\n                \"unique_code\": \"1579424464982845e241ad04f70c\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"70.060\",\n                \"paid_on\": \"2020-01-19 12:28:34\",\n                \"order_status\": 3,\n                \"order_reference\": \"841579426074\",\n                \"transaction_id\": \"011RFS\",\n                \"payment_id\": \"001909243288\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 146,\n                        \"order_id\": 114,\n                        \"sale_id\": 38,\n                        \"category\": \"Test\",\n                        \"name\": \"test amount\",\n                        \"description\": \"test amount\",\n                        \"user_code\": \"123\",\n                        \"bar_code\": \"123123\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"70.056\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-19T09:26:52.000000Z\",\n                        \"updated_at\": \"2020-01-19T09:26:52.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 113,\n                \"token\": \"20241577958873\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-02 12:54:51\",\n                \"order_status\": 1,\n                \"order_reference\": \"841577958879\",\n                \"transaction_id\": \"\",\n                \"payment_id\": \"\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 145,\n                        \"order_id\": 113,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-02T09:54:33.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:54:33.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 110,\n                \"token\": \"99061577957405\",\n                \"unique_code\": \"1521292117825845aad1355a20e6\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5000.000\",\n                \"paid_on\": \"2020-01-02 12:30:15\",\n                \"order_status\": 1,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"TERMINAL\",\n                \"products\": [\n                    {\n                        \"id\": 143,\n                        \"order_id\": 110,\n                        \"sale_id\": 23,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test prod\",\n                        \"description\": \"jkhukl\",\n                        \"user_code\": \"87678\",\n                        \"bar_code\": \"klhyluiy9\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5000.000\",\n                        \"image\": \"1521291950.png\",\n                        \"created_at\": \"2020-01-02T09:30:05.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:30:05.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108,\n                \"token\": \"21961577879263\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:48:16\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000867\",\n                \"transaction_id\": \"202000139663581\",\n                \"payment_id\": \"100202000160348450\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 141,\n                        \"order_id\": 108,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:47:44.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:47:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 106,\n                \"token\": \"91781577877086\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@hesabe.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:12:13\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000848\",\n                \"transaction_id\": \"202000161419627\",\n                \"payment_id\": \"100202000138562432\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 139,\n                        \"order_id\": 106,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:11:26.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:11:26.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 103,\n                \"token\": \"31401577875373\",\n                \"unique_code\": \"1522748060400845ac34a9cb3842\",\n                \"sale_type\": 1,\n                \"sale_name\": \"test\",\n                \"email\": \"mbairi\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 13:43:36\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000837\",\n                \"transaction_id\": \"202000162276177\",\n                \"payment_id\": \"100202000137706176\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 138,\n                        \"order_id\": 103,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T10:42:53.000000Z\",\n                        \"updated_at\": \"2020-01-01T10:42:53.000000Z\"\n                    }\n                ]\n            }\n        ],\n        \"pagination\": {\n            \"total\": 20,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 2,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sale/order\",\n            \"next_page_url\": \"http://local.merchant-api.com/api/v1/sale/order?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"ec52a506-679a-42f7-a6bf-a889b318e083"},{"name":"Service Report","id":"5c84b789-2745-4e38-949f-ac71c82ef5a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"service\":10,\r\n     \"type\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/reports/service?toDate=2023-03-14&fromDate=2023-01-01","description":"<p>This API is used to get all the sale orders list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","reports","service"],"host":["{{base-api-url}}"],"query":[{"key":"toDate","value":"2023-03-14"},{"key":"fromDate","value":"2023-01-01"},{"disabled":true,"key":"search","value":"98745603"}],"variable":[]}},"response":[{"id":"0e6644d5-0418-4135-aedc-9871de24b38f","name":"Get Sale Orders List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Nov 2020 09:32:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale orders list\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 138,\n                \"token\": \"8415942037137359795341\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 13:32:46\",\n                \"order_status\": 2,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"CASH\",\n                \"products\": [\n                    {\n                        \"id\": 170,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:21:53.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:21:53.000000Z\"\n                    },\n                    {\n                        \"id\": 171,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:25:07.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:25:07.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 137,\n                \"token\": \"8415941989149637574971\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@gmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 12:04:32\",\n                \"order_status\": 3,\n                \"order_reference\": \"841594198949\",\n                \"transaction_id\": \"012K6C\",\n                \"payment_id\": \"019009324672\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 169,\n                        \"order_id\": 137,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T09:01:54.000000Z\",\n                        \"updated_at\": \"2020-07-08T09:01:54.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 136,\n                \"token\": \"84159411895297367653917\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test1@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-07 13:49:45\",\n                \"order_status\": 4,\n                \"order_reference\": \"018910000583\",\n                \"transaction_id\": \"202018909498179\",\n                \"payment_id\": \"100202018909488304\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 168,\n                        \"order_id\": 136,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-07T10:49:13.000000Z\",\n                        \"updated_at\": \"2020-07-07T10:49:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 130,\n                \"token\": \"84158989951275697344577\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"10.000\",\n                \"paid_on\": \"2020-05-19 17:46:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"014010000843\",\n                \"transaction_id\": \"202014049801308\",\n                \"payment_id\": \"100202014050228035\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 162,\n                        \"order_id\": 130,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 5,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-19T14:45:13.000000Z\",\n                        \"updated_at\": \"2020-05-19T14:45:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 127,\n                \"token\": \"84158857396343474445597\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:33:25\",\n                \"order_status\": 3,\n                \"order_reference\": \"012510000205\",\n                \"transaction_id\": \"202012537007522\",\n                \"payment_id\": \"100202012563008281\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 159,\n                        \"order_id\": 127,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:32:44.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:32:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"token\": \"8415885737689356555444\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:30:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"012510000200\",\n                \"transaction_id\": \"202012563084995\",\n                \"payment_id\": \"100202012536894020\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 158,\n                        \"order_id\": 126,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:29:28.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:29:28.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"token\": \"8415885730844545357552\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:20:09\",\n                \"order_status\": 3,\n                \"order_reference\": \"841588573093\",\n                \"transaction_id\": \"011446\",\n                \"payment_id\": \"012506204683\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 157,\n                        \"order_id\": 125,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:18:04.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:18:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 124,\n                \"token\": \"84158850092043454579318\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"testt\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-03 13:16:46\",\n                \"order_status\": 1,\n                \"order_reference\": \"012410000311\",\n                \"transaction_id\": \"202012400507659\",\n                \"payment_id\": \"100202012499531075\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 156,\n                        \"order_id\": 124,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-03T10:15:21.000000Z\",\n                        \"updated_at\": \"2020-05-03T10:15:21.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 118,\n                \"token\": \"49071580303583\",\n                \"unique_code\": \"1580299185303845e3173b13361d\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-01-29 16:14:03\",\n                \"order_status\": 1,\n                \"order_reference\": \"841580303596\",\n                \"transaction_id\": \"011WHM\",\n                \"payment_id\": \"002913285956\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 150,\n                        \"order_id\": 118,\n                        \"sale_id\": 39,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test\",\n                        \"description\": \"\",\n                        \"user_code\": \"1235551\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"merchant-store/84-product-135-product-m415753697201580298794.jpg\",\n                        \"created_at\": \"2020-01-29T13:13:04.000000Z\",\n                        \"updated_at\": \"2020-01-29T13:13:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 114,\n                \"token\": \"84157942601254544464\",\n                \"unique_code\": \"1579424464982845e241ad04f70c\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"70.060\",\n                \"paid_on\": \"2020-01-19 12:28:34\",\n                \"order_status\": 3,\n                \"order_reference\": \"841579426074\",\n                \"transaction_id\": \"011RFS\",\n                \"payment_id\": \"001909243288\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 146,\n                        \"order_id\": 114,\n                        \"sale_id\": 38,\n                        \"category\": \"Test\",\n                        \"name\": \"test amount\",\n                        \"description\": \"test amount\",\n                        \"user_code\": \"123\",\n                        \"bar_code\": \"123123\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"70.056\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-19T09:26:52.000000Z\",\n                        \"updated_at\": \"2020-01-19T09:26:52.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 113,\n                \"token\": \"20241577958873\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-02 12:54:51\",\n                \"order_status\": 1,\n                \"order_reference\": \"841577958879\",\n                \"transaction_id\": \"\",\n                \"payment_id\": \"\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 145,\n                        \"order_id\": 113,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-02T09:54:33.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:54:33.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 110,\n                \"token\": \"99061577957405\",\n                \"unique_code\": \"1521292117825845aad1355a20e6\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5000.000\",\n                \"paid_on\": \"2020-01-02 12:30:15\",\n                \"order_status\": 1,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"TERMINAL\",\n                \"products\": [\n                    {\n                        \"id\": 143,\n                        \"order_id\": 110,\n                        \"sale_id\": 23,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test prod\",\n                        \"description\": \"jkhukl\",\n                        \"user_code\": \"87678\",\n                        \"bar_code\": \"klhyluiy9\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5000.000\",\n                        \"image\": \"1521291950.png\",\n                        \"created_at\": \"2020-01-02T09:30:05.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:30:05.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108,\n                \"token\": \"21961577879263\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:48:16\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000867\",\n                \"transaction_id\": \"202000139663581\",\n                \"payment_id\": \"100202000160348450\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 141,\n                        \"order_id\": 108,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:47:44.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:47:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 106,\n                \"token\": \"91781577877086\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@hesabe.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:12:13\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000848\",\n                \"transaction_id\": \"202000161419627\",\n                \"payment_id\": \"100202000138562432\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 139,\n                        \"order_id\": 106,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:11:26.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:11:26.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 103,\n                \"token\": \"31401577875373\",\n                \"unique_code\": \"1522748060400845ac34a9cb3842\",\n                \"sale_type\": 1,\n                \"sale_name\": \"test\",\n                \"email\": \"mbairi\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 13:43:36\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000837\",\n                \"transaction_id\": \"202000162276177\",\n                \"payment_id\": \"100202000137706176\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 138,\n                        \"order_id\": 103,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T10:42:53.000000Z\",\n                        \"updated_at\": \"2020-01-01T10:42:53.000000Z\"\n                    }\n                ]\n            }\n        ],\n        \"pagination\": {\n            \"total\": 20,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 2,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sale/order\",\n            \"next_page_url\": \"http://local.merchant-api.com/api/v1/sale/order?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"5c84b789-2745-4e38-949f-ac71c82ef5a0"},{"name":"financial Report","id":"bd0cce50-a7e0-4842-bd47-f50811230f74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"service\":10,\r\n     \"type\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/reports/financial?toDate=2023-03-12&fromDate=2023-01-01","description":"<p>This API is used to get all the sale orders list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","reports","financial"],"host":["{{base-api-url}}"],"query":[{"key":"toDate","value":"2023-03-12"},{"key":"fromDate","value":"2023-01-01"},{"disabled":true,"key":"groupBy","value":"MONTH"}],"variable":[]}},"response":[{"id":"5ba4ddac-8d91-4bac-924d-ccf3da9e8509","name":"Get Sale Orders List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Nov 2020 09:32:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale orders list\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 138,\n                \"token\": \"8415942037137359795341\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 13:32:46\",\n                \"order_status\": 2,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"CASH\",\n                \"products\": [\n                    {\n                        \"id\": 170,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:21:53.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:21:53.000000Z\"\n                    },\n                    {\n                        \"id\": 171,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:25:07.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:25:07.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 137,\n                \"token\": \"8415941989149637574971\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@gmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 12:04:32\",\n                \"order_status\": 3,\n                \"order_reference\": \"841594198949\",\n                \"transaction_id\": \"012K6C\",\n                \"payment_id\": \"019009324672\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 169,\n                        \"order_id\": 137,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T09:01:54.000000Z\",\n                        \"updated_at\": \"2020-07-08T09:01:54.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 136,\n                \"token\": \"84159411895297367653917\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test1@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-07 13:49:45\",\n                \"order_status\": 4,\n                \"order_reference\": \"018910000583\",\n                \"transaction_id\": \"202018909498179\",\n                \"payment_id\": \"100202018909488304\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 168,\n                        \"order_id\": 136,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-07T10:49:13.000000Z\",\n                        \"updated_at\": \"2020-07-07T10:49:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 130,\n                \"token\": \"84158989951275697344577\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"10.000\",\n                \"paid_on\": \"2020-05-19 17:46:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"014010000843\",\n                \"transaction_id\": \"202014049801308\",\n                \"payment_id\": \"100202014050228035\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 162,\n                        \"order_id\": 130,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 5,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-19T14:45:13.000000Z\",\n                        \"updated_at\": \"2020-05-19T14:45:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 127,\n                \"token\": \"84158857396343474445597\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:33:25\",\n                \"order_status\": 3,\n                \"order_reference\": \"012510000205\",\n                \"transaction_id\": \"202012537007522\",\n                \"payment_id\": \"100202012563008281\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 159,\n                        \"order_id\": 127,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:32:44.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:32:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"token\": \"8415885737689356555444\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:30:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"012510000200\",\n                \"transaction_id\": \"202012563084995\",\n                \"payment_id\": \"100202012536894020\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 158,\n                        \"order_id\": 126,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:29:28.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:29:28.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"token\": \"8415885730844545357552\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:20:09\",\n                \"order_status\": 3,\n                \"order_reference\": \"841588573093\",\n                \"transaction_id\": \"011446\",\n                \"payment_id\": \"012506204683\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 157,\n                        \"order_id\": 125,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:18:04.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:18:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 124,\n                \"token\": \"84158850092043454579318\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"testt\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-03 13:16:46\",\n                \"order_status\": 1,\n                \"order_reference\": \"012410000311\",\n                \"transaction_id\": \"202012400507659\",\n                \"payment_id\": \"100202012499531075\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 156,\n                        \"order_id\": 124,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-03T10:15:21.000000Z\",\n                        \"updated_at\": \"2020-05-03T10:15:21.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 118,\n                \"token\": \"49071580303583\",\n                \"unique_code\": \"1580299185303845e3173b13361d\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-01-29 16:14:03\",\n                \"order_status\": 1,\n                \"order_reference\": \"841580303596\",\n                \"transaction_id\": \"011WHM\",\n                \"payment_id\": \"002913285956\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 150,\n                        \"order_id\": 118,\n                        \"sale_id\": 39,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test\",\n                        \"description\": \"\",\n                        \"user_code\": \"1235551\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"merchant-store/84-product-135-product-m415753697201580298794.jpg\",\n                        \"created_at\": \"2020-01-29T13:13:04.000000Z\",\n                        \"updated_at\": \"2020-01-29T13:13:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 114,\n                \"token\": \"84157942601254544464\",\n                \"unique_code\": \"1579424464982845e241ad04f70c\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"70.060\",\n                \"paid_on\": \"2020-01-19 12:28:34\",\n                \"order_status\": 3,\n                \"order_reference\": \"841579426074\",\n                \"transaction_id\": \"011RFS\",\n                \"payment_id\": \"001909243288\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 146,\n                        \"order_id\": 114,\n                        \"sale_id\": 38,\n                        \"category\": \"Test\",\n                        \"name\": \"test amount\",\n                        \"description\": \"test amount\",\n                        \"user_code\": \"123\",\n                        \"bar_code\": \"123123\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"70.056\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-19T09:26:52.000000Z\",\n                        \"updated_at\": \"2020-01-19T09:26:52.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 113,\n                \"token\": \"20241577958873\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-02 12:54:51\",\n                \"order_status\": 1,\n                \"order_reference\": \"841577958879\",\n                \"transaction_id\": \"\",\n                \"payment_id\": \"\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 145,\n                        \"order_id\": 113,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-02T09:54:33.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:54:33.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 110,\n                \"token\": \"99061577957405\",\n                \"unique_code\": \"1521292117825845aad1355a20e6\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5000.000\",\n                \"paid_on\": \"2020-01-02 12:30:15\",\n                \"order_status\": 1,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"TERMINAL\",\n                \"products\": [\n                    {\n                        \"id\": 143,\n                        \"order_id\": 110,\n                        \"sale_id\": 23,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test prod\",\n                        \"description\": \"jkhukl\",\n                        \"user_code\": \"87678\",\n                        \"bar_code\": \"klhyluiy9\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5000.000\",\n                        \"image\": \"1521291950.png\",\n                        \"created_at\": \"2020-01-02T09:30:05.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:30:05.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108,\n                \"token\": \"21961577879263\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:48:16\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000867\",\n                \"transaction_id\": \"202000139663581\",\n                \"payment_id\": \"100202000160348450\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 141,\n                        \"order_id\": 108,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:47:44.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:47:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 106,\n                \"token\": \"91781577877086\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@hesabe.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:12:13\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000848\",\n                \"transaction_id\": \"202000161419627\",\n                \"payment_id\": \"100202000138562432\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 139,\n                        \"order_id\": 106,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:11:26.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:11:26.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 103,\n                \"token\": \"31401577875373\",\n                \"unique_code\": \"1522748060400845ac34a9cb3842\",\n                \"sale_type\": 1,\n                \"sale_name\": \"test\",\n                \"email\": \"mbairi\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 13:43:36\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000837\",\n                \"transaction_id\": \"202000162276177\",\n                \"payment_id\": \"100202000137706176\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 138,\n                        \"order_id\": 103,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T10:42:53.000000Z\",\n                        \"updated_at\": \"2020-01-01T10:42:53.000000Z\"\n                    }\n                ]\n            }\n        ],\n        \"pagination\": {\n            \"total\": 20,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 2,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sale/order\",\n            \"next_page_url\": \"http://local.merchant-api.com/api/v1/sale/order?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"bd0cce50-a7e0-4842-bd47-f50811230f74"},{"name":"Inventory Report","id":"fce6074c-ad63-469e-8a2c-06dbedbf5ed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"service\":10\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/CRM/reports/inventory","description":"<p>This API is used to get all the sale orders list listing with pagination. </p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","CRM","reports","inventory"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"40d6bb1b-9f9b-4b7b-87f1-2af15f25189e","name":"Get Sale Orders List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/sale/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Nov 2020 09:32:34 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Sale orders list\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 138,\n                \"token\": \"8415942037137359795341\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 13:32:46\",\n                \"order_status\": 2,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"CASH\",\n                \"products\": [\n                    {\n                        \"id\": 170,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:21:53.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:21:53.000000Z\"\n                    },\n                    {\n                        \"id\": 171,\n                        \"order_id\": 138,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T10:25:07.000000Z\",\n                        \"updated_at\": \"2020-07-08T10:25:07.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 137,\n                \"token\": \"8415941989149637574971\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@gmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-08 12:04:32\",\n                \"order_status\": 3,\n                \"order_reference\": \"841594198949\",\n                \"transaction_id\": \"012K6C\",\n                \"payment_id\": \"019009324672\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 169,\n                        \"order_id\": 137,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-08T09:01:54.000000Z\",\n                        \"updated_at\": \"2020-07-08T09:01:54.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 136,\n                \"token\": \"84159411895297367653917\",\n                \"unique_code\": \"1594118913935845f04530145664\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test1@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-07-07 13:49:45\",\n                \"order_status\": 4,\n                \"order_reference\": \"018910000583\",\n                \"transaction_id\": \"202018909498179\",\n                \"payment_id\": \"100202018909488304\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 168,\n                        \"order_id\": 136,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-07-07T10:49:13.000000Z\",\n                        \"updated_at\": \"2020-07-07T10:49:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 130,\n                \"token\": \"84158989951275697344577\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"10.000\",\n                \"paid_on\": \"2020-05-19 17:46:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"014010000843\",\n                \"transaction_id\": \"202014049801308\",\n                \"payment_id\": \"100202014050228035\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 162,\n                        \"order_id\": 130,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 5,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-19T14:45:13.000000Z\",\n                        \"updated_at\": \"2020-05-19T14:45:13.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 127,\n                \"token\": \"84158857396343474445597\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:33:25\",\n                \"order_status\": 3,\n                \"order_reference\": \"012510000205\",\n                \"transaction_id\": \"202012537007522\",\n                \"payment_id\": \"100202012563008281\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 159,\n                        \"order_id\": 127,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:32:44.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:32:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 126,\n                \"token\": \"8415885737689356555444\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:30:21\",\n                \"order_status\": 2,\n                \"order_reference\": \"012510000200\",\n                \"transaction_id\": \"202012563084995\",\n                \"payment_id\": \"100202012536894020\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 158,\n                        \"order_id\": 126,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:29:28.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:29:28.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 125,\n                \"token\": \"8415885730844545357552\",\n                \"unique_code\": \"1588573049192845eafb379d2997\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-04 09:20:09\",\n                \"order_status\": 3,\n                \"order_reference\": \"841588573093\",\n                \"transaction_id\": \"011446\",\n                \"payment_id\": \"012506204683\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 157,\n                        \"order_id\": 125,\n                        \"sale_id\": 40,\n                        \"category\": \"1234@&abcs\",\n                        \"name\": \"test test\",\n                        \"description\": \"\",\n                        \"user_code\": \"123555\",\n                        \"bar_code\": \"1231234test\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-05-04T06:18:04.000000Z\",\n                        \"updated_at\": \"2020-05-04T06:18:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 124,\n                \"token\": \"84158850092043454579318\",\n                \"unique_code\": \"1579860434499845e2ac1d2bde6e\",\n                \"sale_type\": 0,\n                \"sale_name\": \"testt\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-05-03 13:16:46\",\n                \"order_status\": 1,\n                \"order_reference\": \"012410000311\",\n                \"transaction_id\": \"202012400507659\",\n                \"payment_id\": \"100202012499531075\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 156,\n                        \"order_id\": 124,\n                        \"sale_id\": 25,\n                        \"category\": \"Cakes\",\n                        \"name\": \"new product\",\n                        \"description\": \"test\",\n                        \"user_code\": \"11\",\n                        \"bar_code\": \"11\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"1522235521.jpg\",\n                        \"created_at\": \"2020-05-03T10:15:21.000000Z\",\n                        \"updated_at\": \"2020-05-03T10:15:21.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 118,\n                \"token\": \"49071580303583\",\n                \"unique_code\": \"1580299185303845e3173b13361d\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"2.000\",\n                \"paid_on\": \"2020-01-29 16:14:03\",\n                \"order_status\": 1,\n                \"order_reference\": \"841580303596\",\n                \"transaction_id\": \"011WHM\",\n                \"payment_id\": \"002913285956\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 150,\n                        \"order_id\": 118,\n                        \"sale_id\": 39,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test\",\n                        \"description\": \"\",\n                        \"user_code\": \"1235551\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"2.000\",\n                        \"image\": \"merchant-store/84-product-135-product-m415753697201580298794.jpg\",\n                        \"created_at\": \"2020-01-29T13:13:04.000000Z\",\n                        \"updated_at\": \"2020-01-29T13:13:04.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 114,\n                \"token\": \"84157942601254544464\",\n                \"unique_code\": \"1579424464982845e241ad04f70c\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"70.060\",\n                \"paid_on\": \"2020-01-19 12:28:34\",\n                \"order_status\": 3,\n                \"order_reference\": \"841579426074\",\n                \"transaction_id\": \"011RFS\",\n                \"payment_id\": \"001909243288\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 146,\n                        \"order_id\": 114,\n                        \"sale_id\": 38,\n                        \"category\": \"Test\",\n                        \"name\": \"test amount\",\n                        \"description\": \"test amount\",\n                        \"user_code\": \"123\",\n                        \"bar_code\": \"123123\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"70.056\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-19T09:26:52.000000Z\",\n                        \"updated_at\": \"2020-01-19T09:26:52.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 113,\n                \"token\": \"20241577958873\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-02 12:54:51\",\n                \"order_status\": 1,\n                \"order_reference\": \"841577958879\",\n                \"transaction_id\": \"\",\n                \"payment_id\": \"\",\n                \"payment_method\": \"MPGS\",\n                \"products\": [\n                    {\n                        \"id\": 145,\n                        \"order_id\": 113,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-02T09:54:33.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:54:33.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 110,\n                \"token\": \"99061577957405\",\n                \"unique_code\": \"1521292117825845aad1355a20e6\",\n                \"sale_type\": 0,\n                \"sale_name\": \"test\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5000.000\",\n                \"paid_on\": \"2020-01-02 12:30:15\",\n                \"order_status\": 1,\n                \"order_reference\": \"-NA-\",\n                \"transaction_id\": \"-NA-\",\n                \"payment_id\": \"-NA-\",\n                \"payment_method\": \"TERMINAL\",\n                \"products\": [\n                    {\n                        \"id\": 143,\n                        \"order_id\": 110,\n                        \"sale_id\": 23,\n                        \"category\": \"Cakes\",\n                        \"name\": \"test prod\",\n                        \"description\": \"jkhukl\",\n                        \"user_code\": \"87678\",\n                        \"bar_code\": \"klhyluiy9\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5000.000\",\n                        \"image\": \"1521291950.png\",\n                        \"created_at\": \"2020-01-02T09:30:05.000000Z\",\n                        \"updated_at\": \"2020-01-02T09:30:05.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 108,\n                \"token\": \"21961577879263\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"test@testmail.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:48:16\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000867\",\n                \"transaction_id\": \"202000139663581\",\n                \"payment_id\": \"100202000160348450\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 141,\n                        \"order_id\": 108,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:47:44.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:47:44.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 106,\n                \"token\": \"91781577877086\",\n                \"unique_code\": \"1522748313967845ac34b993d8b7\",\n                \"sale_type\": 0,\n                \"sale_name\": \"mahesh\",\n                \"email\": \"mbairi@hesabe.com\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 14:12:13\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000848\",\n                \"transaction_id\": \"202000161419627\",\n                \"payment_id\": \"100202000138562432\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 139,\n                        \"order_id\": 106,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"a:0:{}\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T11:11:26.000000Z\",\n                        \"updated_at\": \"2020-01-01T11:11:26.000000Z\"\n                    }\n                ]\n            },\n            {\n                \"id\": 103,\n                \"token\": \"31401577875373\",\n                \"unique_code\": \"1522748060400845ac34a9cb3842\",\n                \"sale_type\": 1,\n                \"sale_name\": \"test\",\n                \"email\": \"mbairi\",\n                \"total\": \"5.000\",\n                \"paid_on\": \"2020-01-01 13:43:36\",\n                \"order_status\": 1,\n                \"order_reference\": \"000110000837\",\n                \"transaction_id\": \"202000162276177\",\n                \"payment_id\": \"100202000137706176\",\n                \"payment_method\": \"KNET\",\n                \"products\": [\n                    {\n                        \"id\": 138,\n                        \"order_id\": 103,\n                        \"sale_id\": 33,\n                        \"category\": \"Clinic\",\n                        \"name\": \"Dr A\",\n                        \"description\": \"Appointment with Dr A\",\n                        \"user_code\": \"1234567\",\n                        \"bar_code\": \"\",\n                        \"sub_item\": \"\",\n                        \"quantity\": 1,\n                        \"price\": \"5.000\",\n                        \"image\": \"\",\n                        \"created_at\": \"2020-01-01T10:42:53.000000Z\",\n                        \"updated_at\": \"2020-01-01T10:42:53.000000Z\"\n                    }\n                ]\n            }\n        ],\n        \"pagination\": {\n            \"total\": 20,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 2,\n            \"page_url\": \"http://local.merchant-api.com/api/v1/sale/order\",\n            \"next_page_url\": \"http://local.merchant-api.com/api/v1/sale/order?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"fce6074c-ad63-469e-8a2c-06dbedbf5ed0"}],"id":"406cff0a-025c-4df9-9045-a548dbebedd0","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Transaction List (This API is used to get the listing with pagination of the transaction done by his customers).</li>\n<li>Get Transaction Details (This API is used to get the details of the Transaction based on the <code>transaction-id</code> passed in the URI).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"fabcc791-2011-45c9-84a0-1766fce825c1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b6a63d58-2657-4c82-a0a0-5ff2c67af036","type":"text/javascript","exec":[""]}}],"_postman_id":"406cff0a-025c-4df9-9045-a548dbebedd0","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}}],"id":"12b80f28-06cb-4a5c-aa3b-cef7f6afca3b","description":"<p>Sales module</p>\n<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<h2 id=\"email-and-templates\">Email And Templates</h2>\n<ul>\n<li>Get Sales email templates (This API is used to get all sales email templates of the merchant).</li>\n<li>Get Sales email template (This API is used to get the details on an sales email template, template id is added as a parameter to URI).</li>\n<li>Update Sales email template (This API is used to update the sales email template details).</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"81664090-abcd-4627-a717-27ff05cc369d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c7782b0d-a64e-4f82-98b8-939a69a1a110","type":"text/javascript","exec":[""]}}],"_postman_id":"12b80f28-06cb-4a5c-aa3b-cef7f6afca3b","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Push Notification","item":[{"name":"Get All Push Notifications","id":"89de738a-cce7-4e23-8791-a7760ddaf681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchantCode}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/push-notifications?type=7","description":"<p>Get all employees of the merchant.</p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","push-notifications"],"host":["{{base-api-url}}"],"query":[{"key":"type","value":"7"}],"variable":[]}},"response":[],"_postman_id":"89de738a-cce7-4e23-8791-a7760ddaf681"},{"name":"Get All Push Notifications Copy","id":"55d7fd59-5c31-4790-998e-295d263c9948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/push-notifications/18","description":"<p>Get all employees of the merchant.</p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","push-notifications","18"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"55d7fd59-5c31-4790-998e-295d263c9948"},{"name":"Get All Push Notifications Copy 2","id":"92fdf12f-65dd-4091-99cd-3458fdfa53a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/push-notifications/12","description":"<p>Get all employees of the merchant.</p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","push-notifications","12"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"92fdf12f-65dd-4091-99cd-3458fdfa53a8"}],"id":"e33a15f1-d50e-4e97-b496-43f719f248dd","_postman_id":"e33a15f1-d50e-4e97-b496-43f719f248dd","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Dashboard","item":[{"name":"Dashboard Stats","id":"77520497-ae2f-4abd-bbcc-6dcccfbe716c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":" {\r\n        \"merchantCode\": \"842217\",\r\n        \"timeline\":2\r\n    }"},"url":"{{base-api-url}}/v1/dashboard?serviceTypeId=1","description":"<p>This API is used to get a list of all transaction details available</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","dashboard"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"description":{"content":"<p>Only to be used for fetching recent transactions</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"key":"paymentStatus","value":"1"},{"disabled":true,"key":"fromDate","value":"2022-04-06"},{"disabled":true,"description":{"content":"<p>Count for Recent transactions table</p>\n","type":"text/plain"},"key":"toDate","value":"2022-05-06"},{"disabled":true,"key":"paymentTypeId","value":"2"},{"disabled":true,"key":"transactionsCount","value":"20"},{"key":"serviceTypeId","value":"1"}],"variable":[]}},"response":[{"id":"54e039f0-7656-40a6-b8c8-87829e929205","name":"Dashboard Stats","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}"},"url":{"raw":"{{base-api-url}}/v1/dashboard","host":["{{base-api-url}}"],"path":["v1","dashboard"],"query":[{"description":"Only to be used for fetching recent transactions","key":"search","type":"text","value":"","disabled":true},{"key":"fromDate","type":"text","value":"2019-12-05","disabled":true},{"key":"toDate","type":"text","value":"2019-12-06","disabled":true},{"key":"paymentStatus","type":"text","value":"1","disabled":true},{"key":"serviceTypeId","type":"text","value":"6","disabled":true},{"key":"paymentTypeId","type":"text","value":"2","disabled":true},{"key":"transactionsCount","value":"20","description":"Count for Recent transactions table","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Dashboard data\",\n  \"response\": {\n    \"stats\": {\n      \"total_transactions_count\": 68,\n      \"total_transactions_amount\": 5662.315023362637,\n      \"transferred_transactions_amount\": null,\n      \"pending_transactions_amount\": null\n    },\n    \"chart_data\": {\n      \"title\": \"Total Transactions (Monthly)\",\n      \"chartBgColor\": \"rgb(10,10,10)\",\n      \"xAxisLabels\": [\n        1\n      ],\n      \"yAxisUnits\": {\n        \"min\": 0,\n        \"max\": 70000,\n        \"interval\": 10000\n      },\n      \"datasets\": [\n        {\n          \"label\": \"Data Set 1\",\n          \"fillColor\": \"rgb(200,10,10)\",\n          \"borderColor\": \"rgb(255,10,10)\",\n          \"borderWidth\": 1,\n          \"data\": [\n            0\n          ]\n        }\n      ]\n    },\n    \"recent_transactions\": {\n      \"data\": [\n        {\n          \"id\": 34407,\n          \"name\": \"\",\n          \"amount\": 40.1,\n          \"token\": \"84221716056209489343477549574\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-17 16:49:17\",\n          \"updated_at\": \"2020-11-17 16:49:17\"\n        },\n        {\n          \"id\": 34406,\n          \"name\": \"\",\n          \"amount\": 45.1,\n          \"token\": \"84221716056206679334744368812\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-17 16:44:36\",\n          \"updated_at\": \"2020-11-17 16:44:36\"\n        },\n        {\n          \"id\": 34405,\n          \"name\": \"\",\n          \"amount\": 13.1,\n          \"token\": \"84221716056205019465674843892\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-17 16:41:51\",\n          \"updated_at\": \"2020-11-17 16:41:51\"\n        },\n        {\n          \"id\": 34404,\n          \"name\": \"\",\n          \"amount\": 44.1,\n          \"token\": \"84221716056204309375538774363\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-17 16:40:41\",\n          \"updated_at\": \"2020-11-17 16:40:41\"\n        },\n        {\n          \"id\": 34403,\n          \"name\": \"\",\n          \"amount\": 21.1,\n          \"token\": \"84221716056201779677336453147\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-17 16:36:35\",\n          \"updated_at\": \"2020-11-17 16:36:35\"\n        },\n        {\n          \"id\": 34402,\n          \"name\": \"\",\n          \"amount\": 49.1,\n          \"token\": \"84221716056199769536754846973\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-17 16:33:13\",\n          \"updated_at\": \"2020-11-17 16:33:13\"\n        },\n        {\n          \"id\": 34401,\n          \"name\": \"\",\n          \"amount\": 10.1,\n          \"token\": \"84221716045593409334334457454\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-05 09:55:51\",\n          \"updated_at\": \"2020-11-05 09:55:51\"\n        },\n        {\n          \"id\": 34400,\n          \"name\": \"\",\n          \"amount\": 47,\n          \"token\": \"84221716044984569575747463958\",\n          \"payment_type\": \"MPGS\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-04 17:01:23\",\n          \"updated_at\": \"2020-11-04 17:01:23\"\n        },\n        {\n          \"id\": 34399,\n          \"name\": \"\",\n          \"amount\": 47.1,\n          \"token\": \"84221716044984389674533753629\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-04 17:00:51\",\n          \"updated_at\": \"2020-11-04 17:00:51\"\n        },\n        {\n          \"id\": 34398,\n          \"name\": \"\",\n          \"amount\": 16.1,\n          \"token\": \"84221716044934819538558566494\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-04 15:38:16\",\n          \"updated_at\": \"2020-11-04 15:38:16\"\n        },\n        {\n          \"id\": 34397,\n          \"name\": \"\",\n          \"amount\": 18.1,\n          \"token\": \"84221716044921089467865339757\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-04 15:15:37\",\n          \"updated_at\": \"2020-11-04 15:15:37\"\n        },\n        {\n          \"id\": 34396,\n          \"name\": \"\",\n          \"amount\": 18,\n          \"token\": \"84221716038782699857675386822\",\n          \"payment_type\": \"MPGS\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-28 12:45:43\",\n          \"updated_at\": \"2020-10-28 12:45:43\"\n        },\n        {\n          \"id\": 34395,\n          \"name\": \"\",\n          \"amount\": 13,\n          \"token\": \"84221716036166119453584844501\",\n          \"payment_type\": \"TOKENIZATION\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-25 12:04:19\",\n          \"updated_at\": \"2020-10-25 12:04:19\"\n        },\n        {\n          \"id\": 34394,\n          \"name\": \"\",\n          \"amount\": 13.1,\n          \"token\": \"84221716033611829336587354187\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-22 13:06:41\",\n          \"updated_at\": \"2020-10-22 13:06:41\"\n        },\n        {\n          \"id\": 34393,\n          \"name\": \"\",\n          \"amount\": 15.1,\n          \"token\": \"84221716027618943953583539377\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-15 14:38:29\",\n          \"updated_at\": \"2020-10-15 14:38:29\"\n        },\n        {\n          \"id\": 34392,\n          \"name\": \"\",\n          \"amount\": 31.1,\n          \"token\": \"84221716027569709383845548964\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-15 13:16:15\",\n          \"updated_at\": \"2020-10-15 13:16:15\"\n        },\n        {\n          \"id\": 34391,\n          \"name\": \"\",\n          \"amount\": 16.1,\n          \"token\": \"84221716027568369455634544114\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-15 13:14:07\",\n          \"updated_at\": \"2020-10-15 13:14:07\"\n        },\n        {\n          \"id\": 34390,\n          \"name\": \"\",\n          \"amount\": 11.1,\n          \"token\": \"84221716027559995976685359905\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-15 13:00:13\",\n          \"updated_at\": \"2020-10-15 13:00:13\"\n        },\n        {\n          \"id\": 34389,\n          \"name\": \"\",\n          \"amount\": 13.1,\n          \"token\": \"84221716027555209777665634414\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-15 12:52:11\",\n          \"updated_at\": \"2020-10-15 12:52:11\"\n        },\n        {\n          \"id\": 34388,\n          \"name\": \"\",\n          \"amount\": 13.1,\n          \"token\": \"84221716027548179885466576981\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-15 12:40:33\",\n          \"updated_at\": \"2020-10-15 12:40:33\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"77520497-ae2f-4abd-bbcc-6dcccfbe716c"},{"name":"Recent Transactions","id":"574a748d-8dba-4ecd-9fac-fcae7e4f4ac5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"0e7898bd7464d0c402fe8a949d9cbf9b10cd455494a8a0233082ef7e637c494e31859a406db9edb9f4c8890f2522bb9f1df6914da36f855e2cd4dec754a8233df0ae5eb8ed41e8925c06cc5bdbf4e2c6995611765599d7308a946eee3369b7b9\"\r\n}"},"url":"{{base-api-url}}/v1/dashboard","description":"<p>This API is used to get a list of all transaction details available</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","dashboard"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"description":{"content":"<p>Only to be used for fetching recent transactions</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"key":"paymentStatus","value":"1"},{"disabled":true,"key":"serviceTypeId","value":"6"},{"disabled":true,"key":"paymentTypeId","value":"2"},{"disabled":true,"description":{"content":"<p>Count for Recent transactions table</p>\n","type":"text/plain"},"key":"transactionsCount","value":"20"}],"variable":[]}},"response":[{"id":"d9750f9e-bd4f-49ac-a18f-2e8108b4f2a4","name":"Dashboard Stats","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}"},"url":{"raw":"{{base-api-url}}/v1/dashboard","host":["{{base-api-url}}"],"path":["v1","dashboard"],"query":[{"description":"Only to be used for fetching recent transactions","key":"search","type":"text","value":"","disabled":true},{"key":"fromDate","type":"text","value":"2019-12-05","disabled":true},{"key":"toDate","type":"text","value":"2019-12-06","disabled":true},{"key":"paymentStatus","type":"text","value":"1","disabled":true},{"key":"serviceTypeId","type":"text","value":"6","disabled":true},{"key":"paymentTypeId","type":"text","value":"2","disabled":true},{"key":"transactionsCount","value":"20","description":"Count for Recent transactions table","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Dashboard data\",\n  \"response\": {\n    \"stats\": {\n      \"total_transactions_count\": 68,\n      \"total_transactions_amount\": 5662.315023362637,\n      \"transferred_transactions_amount\": null,\n      \"pending_transactions_amount\": null\n    },\n    \"chart_data\": {\n      \"title\": \"Total Transactions (Monthly)\",\n      \"chartBgColor\": \"rgb(10,10,10)\",\n      \"xAxisLabels\": [\n        1\n      ],\n      \"yAxisUnits\": {\n        \"min\": 0,\n        \"max\": 70000,\n        \"interval\": 10000\n      },\n      \"datasets\": [\n        {\n          \"label\": \"Data Set 1\",\n          \"fillColor\": \"rgb(200,10,10)\",\n          \"borderColor\": \"rgb(255,10,10)\",\n          \"borderWidth\": 1,\n          \"data\": [\n            0\n          ]\n        }\n      ]\n    },\n    \"recent_transactions\": {\n      \"data\": [\n        {\n          \"id\": 34407,\n          \"name\": \"\",\n          \"amount\": 40.1,\n          \"token\": \"84221716056209489343477549574\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-17 16:49:17\",\n          \"updated_at\": \"2020-11-17 16:49:17\"\n        },\n        {\n          \"id\": 34406,\n          \"name\": \"\",\n          \"amount\": 45.1,\n          \"token\": \"84221716056206679334744368812\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-17 16:44:36\",\n          \"updated_at\": \"2020-11-17 16:44:36\"\n        },\n        {\n          \"id\": 34405,\n          \"name\": \"\",\n          \"amount\": 13.1,\n          \"token\": \"84221716056205019465674843892\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-17 16:41:51\",\n          \"updated_at\": \"2020-11-17 16:41:51\"\n        },\n        {\n          \"id\": 34404,\n          \"name\": \"\",\n          \"amount\": 44.1,\n          \"token\": \"84221716056204309375538774363\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-17 16:40:41\",\n          \"updated_at\": \"2020-11-17 16:40:41\"\n        },\n        {\n          \"id\": 34403,\n          \"name\": \"\",\n          \"amount\": 21.1,\n          \"token\": \"84221716056201779677336453147\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-17 16:36:35\",\n          \"updated_at\": \"2020-11-17 16:36:35\"\n        },\n        {\n          \"id\": 34402,\n          \"name\": \"\",\n          \"amount\": 49.1,\n          \"token\": \"84221716056199769536754846973\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-17 16:33:13\",\n          \"updated_at\": \"2020-11-17 16:33:13\"\n        },\n        {\n          \"id\": 34401,\n          \"name\": \"\",\n          \"amount\": 10.1,\n          \"token\": \"84221716045593409334334457454\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-05 09:55:51\",\n          \"updated_at\": \"2020-11-05 09:55:51\"\n        },\n        {\n          \"id\": 34400,\n          \"name\": \"\",\n          \"amount\": 47,\n          \"token\": \"84221716044984569575747463958\",\n          \"payment_type\": \"MPGS\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-04 17:01:23\",\n          \"updated_at\": \"2020-11-04 17:01:23\"\n        },\n        {\n          \"id\": 34399,\n          \"name\": \"\",\n          \"amount\": 47.1,\n          \"token\": \"84221716044984389674533753629\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-04 17:00:51\",\n          \"updated_at\": \"2020-11-04 17:00:51\"\n        },\n        {\n          \"id\": 34398,\n          \"name\": \"\",\n          \"amount\": 16.1,\n          \"token\": \"84221716044934819538558566494\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-04 15:38:16\",\n          \"updated_at\": \"2020-11-04 15:38:16\"\n        },\n        {\n          \"id\": 34397,\n          \"name\": \"\",\n          \"amount\": 18.1,\n          \"token\": \"84221716044921089467865339757\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-11-04 15:15:37\",\n          \"updated_at\": \"2020-11-04 15:15:37\"\n        },\n        {\n          \"id\": 34396,\n          \"name\": \"\",\n          \"amount\": 18,\n          \"token\": \"84221716038782699857675386822\",\n          \"payment_type\": \"MPGS\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-28 12:45:43\",\n          \"updated_at\": \"2020-10-28 12:45:43\"\n        },\n        {\n          \"id\": 34395,\n          \"name\": \"\",\n          \"amount\": 13,\n          \"token\": \"84221716036166119453584844501\",\n          \"payment_type\": \"TOKENIZATION\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-25 12:04:19\",\n          \"updated_at\": \"2020-10-25 12:04:19\"\n        },\n        {\n          \"id\": 34394,\n          \"name\": \"\",\n          \"amount\": 13.1,\n          \"token\": \"84221716033611829336587354187\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-22 13:06:41\",\n          \"updated_at\": \"2020-10-22 13:06:41\"\n        },\n        {\n          \"id\": 34393,\n          \"name\": \"\",\n          \"amount\": 15.1,\n          \"token\": \"84221716027618943953583539377\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-15 14:38:29\",\n          \"updated_at\": \"2020-10-15 14:38:29\"\n        },\n        {\n          \"id\": 34392,\n          \"name\": \"\",\n          \"amount\": 31.1,\n          \"token\": \"84221716027569709383845548964\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-15 13:16:15\",\n          \"updated_at\": \"2020-10-15 13:16:15\"\n        },\n        {\n          \"id\": 34391,\n          \"name\": \"\",\n          \"amount\": 16.1,\n          \"token\": \"84221716027568369455634544114\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-15 13:14:07\",\n          \"updated_at\": \"2020-10-15 13:14:07\"\n        },\n        {\n          \"id\": 34390,\n          \"name\": \"\",\n          \"amount\": 11.1,\n          \"token\": \"84221716027559995976685359905\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-15 13:00:13\",\n          \"updated_at\": \"2020-10-15 13:00:13\"\n        },\n        {\n          \"id\": 34389,\n          \"name\": \"\",\n          \"amount\": 13.1,\n          \"token\": \"84221716027555209777665634414\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-15 12:52:11\",\n          \"updated_at\": \"2020-10-15 12:52:11\"\n        },\n        {\n          \"id\": 34388,\n          \"name\": \"\",\n          \"amount\": 13.1,\n          \"token\": \"84221716027548179885466576981\",\n          \"payment_type\": \"KNET\",\n          \"service_type\": \"Payment Gateway\",\n          \"created_at\": \"2020-10-15 12:40:33\",\n          \"updated_at\": \"2020-10-15 12:40:33\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"574a748d-8dba-4ecd-9fac-fcae7e4f4ac5"}],"id":"b7afec38-1def-4c36-9c6c-8d41ed88b9d1","_postman_id":"b7afec38-1def-4c36-9c6c-8d41ed88b9d1","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Merchant Keys","item":[{"name":"Get the encryption keys","id":"29a94000-2a5a-47a5-950a-be5e9bb9dd25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base-api-url}}/v1/keys","urlObject":{"path":["v1","keys"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"29a94000-2a5a-47a5-950a-be5e9bb9dd25"}],"id":"ab2ac98d-83a7-4bdb-a46e-a5d56eb2eaae","_postman_id":"ab2ac98d-83a7-4bdb-a46e-a5d56eb2eaae","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Open Invoice","item":[{"name":"Get Open Invoice","id":"c7244a15-fb8c-43a4-83ca-acf89567edc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n     \"fromDate\":\"2022-10-07\",\r\n    \"toDate\":\"2023-11-07\"\r\n}"},"url":"{{base-api-url}}/v1/open-invoice","description":"<p>This API is used to get the listing with pagination for all the open-invoices that are generated.</p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","open-invoice"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"description":{"content":"<p>The date format should be in YYYY-MM-DD</p>\n","type":"text/plain"},"key":"fromDate","value":"2020-04-29"},{"disabled":true,"description":{"content":"<p>The date format should be in YYYY-MM-DD</p>\n","type":"text/plain"},"key":"toDate","value":"2021-05-02"},{"disabled":true,"description":{"content":"<p>1: Today, 2: Last 7 days, 3: Last 30 days</p>\n","type":"text/plain"},"key":"timeline","value":"1"}],"variable":[]}},"response":[{"id":"86fba87a-d70b-4be6-8cb4-341c6457d56d","name":"Get Open Invoices","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"000000\"\r\n}"},"url":{"raw":"{{base-api-url}}/v1/open-invoice","host":["{{base-api-url}}"],"path":["v1","open-invoice"],"query":[{"key":"paidStatus","value":"0","description":"0 - Unpaid, 1 - Paid","disabled":true},{"key":"status","value":"0","description":"0 - Active, 1 - Expired","disabled":true},{"key":"fromDate","value":"2020-04-29","description":"The date format should be in Y-m-d","disabled":true},{"key":"toDate","value":"2020-05-02","description":"The date format should be in Y-m-d","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Nov 2020 09:00:46 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Content-Length","value":"1466"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Open Invoice List\",\n    \"response\": {\n        \"data\": [\n            {\n                \"id\": 7,\n                \"merchant_id\": 84,\n                \"title\": \"testing\",\n                \"reference_number\": \"8415881852528373574417\",\n                \"type\": 1,\n                \"description\": \"\",\n                \"fixed_amount\": \"0.000\",\n                \"min_amount\": \"1.000\",\n                \"max_amount\": \"2.000\",\n                \"paid_status\": 0,\n                \"status\": 0,\n                \"created_by\": 84,\n                \"created_at\": \"2020-04-29 21:58:46\",\n                \"updated_at\": \"2020-04-29 21:58:46\",\n                \"expiry_date\": \"2020-04-29\",\n                \"url\": \"http://merchantpanel.test/open-invoice/checkout/8415881852528373574417\"\n            },\n            {\n                \"id\": 6,\n                \"merchant_id\": 84,\n                \"title\": \"testing\",\n                \"reference_number\": \"8415881849785355646436\",\n                \"type\": 0,\n                \"description\": \"\",\n                \"fixed_amount\": \"1.000\",\n                \"min_amount\": \"0.000\",\n                \"max_amount\": \"0.000\",\n                \"paid_status\": 0,\n                \"status\": 0,\n                \"created_by\": 84,\n                \"created_at\": \"2020-04-29 21:57:19\",\n                \"updated_at\": \"2020-04-29 21:57:19\",\n                \"expiry_date\": \"2020-04-28\",\n                \"url\": \"http://merchantpanel.test/open-invoice/checkout/8415881849785355646436\"\n            },\n            {\n                \"id\": 2,\n                \"merchant_id\": 84,\n                \"title\": \"testing\",\n                \"reference_number\": \"8415881456247746993478\",\n                \"type\": 1,\n                \"description\": \"\",\n                \"fixed_amount\": \"0.000\",\n                \"min_amount\": \"1.000\",\n                \"max_amount\": \"2.000\",\n                \"paid_status\": 0,\n                \"status\": 0,\n                \"created_by\": 84,\n                \"created_at\": \"2020-04-29 10:33:44\",\n                \"updated_at\": \"2020-04-29 11:36:32\",\n                \"expiry_date\": \"2020-04-29\",\n                \"url\": \"http://merchantpanel.test/open-invoice/checkout/8415881456247746993478\"\n            }\n        ],\n        \"pagination\": {\n            \"total\": 3,\n            \"count\": 3,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://merchantapi.test/api/v1/open-invoice\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"c7244a15-fb8c-43a4-83ca-acf89567edc8"},{"name":"Get Open Invoice Details","id":"bbb8d44b-c9d2-400a-b7fe-38ba049a5598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}"},"url":"{{base-api-url}}/v1/open-invoice/{{open-invoice-id}}","description":"<p>Get details of the open-invoice based on the <code>open-invoice-id</code> passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","open-invoice","{{open-invoice-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"9ffa2c02-9016-4e7a-82e0-0257bcb0e984","name":"Get Open Invoice Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}"},"url":"{{base-api-url}}/v1/open-invoice/{{open-invoice-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Nov 2020 08:53:36 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"54"},{"key":"Content-Length","value":"5965"},{"key":"Keep-Alive","value":"timeout=5, max=96"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Open Invoice Details with customer details\",\n    \"response\": {\n        \"open_invoice_detail\": {\n            \"id\": 24,\n            \"merchant_id\": 84,\n            \"title\": \"fahad\",\n            \"reference_number\": \"84159359676565669395989\",\n            \"type\": 0,\n            \"description\": \"\",\n            \"fixed_amount\": \"10.000\",\n            \"min_amount\": \"0.000\",\n            \"max_amount\": \"0.000\",\n            \"paid_status\": 1,\n            \"status\": 0,\n            \"created_by\": 84,\n            \"created_at\": \"2020-07-01 12:46:05\",\n            \"updated_at\": \"2020-07-01 12:50:03\",\n            \"expiry_date\": null,\n            \"url\": \"http://merchantpanel.test/open-invoice/checkout/84159359676565669395989\"\n        },\n        \"data\": [\n            {\n                \"id\": 2508,\n                \"name\": \"faha\",\n                \"email\": \"\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 1,\n                \"paid_on\": \"2020-07-01 12:49:35\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.100\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567866\\\",\\\"student_id\\\":\\\"6666666666\\\",\\\"my_personal_id\\\":\\\"6666666666\\\"}\"\n            },\n            {\n                \"id\": 2792,\n                \"name\": \"testing\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:31:50\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            },\n            {\n                \"id\": 2793,\n                \"name\": \"testing\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:34:06\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            },\n            {\n                \"id\": 2794,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:36:36\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            },\n            {\n                \"id\": 2795,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:36:36\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            },\n            {\n                \"id\": 2796,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:36:36\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            },\n            {\n                \"id\": 2797,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:36:36\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            },\n            {\n                \"id\": 2798,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:36:36\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            },\n            {\n                \"id\": 2799,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:36:36\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            },\n            {\n                \"id\": 2800,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:36:36\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            },\n            {\n                \"id\": 2801,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:36:36\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            },\n            {\n                \"id\": 2802,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:36:36\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            },\n            {\n                \"id\": 2803,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:36:36\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            },\n            {\n                \"id\": 2804,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:36:36\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            },\n            {\n                \"id\": 2805,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-08-06 17:36:36\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"1.000\",\n                \"reference_number\": \"84159359676565669395989\",\n                \"additional_fields\": \"{\\\"civil_id\\\":\\\"1234567890\\\",\\\"student_id\\\":\\\"1234567777\\\",\\\"my_personal_id\\\":\\\"1222222222\\\"}\"\n            }\n        ],\n        \"pagination\": {\n            \"total\": 30,\n            \"count\": 15,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 2,\n            \"page_url\": \"http://merchantapi.test/api/v1/open-invoice/24\",\n            \"next_page_url\": \"http://merchantapi.test/api/v1/open-invoice/24?page=2\",\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"bbb8d44b-c9d2-400a-b7fe-38ba049a5598"},{"name":"Cancel Open Invoice","id":"ba8de497-291f-4596-a6cc-e333b0adc5be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}"},"url":"{{base-api-url}}/v1/open-invoice/{{open-invoice-id}}","description":"<p>This API is used to make the open-invoice cancel based on the <code>open-invoice-id</code> passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","open-invoice","{{open-invoice-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"20c63a2e-a08a-436d-a75e-59c943ed3330","name":"Cancel Open Invoice","originalRequest":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}"},"url":"{{base-api-url}}/v1/open-invoice/{{open-invoice-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Nov 2020 09:11:36 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"78"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Open Invoice canceled successfully\",\n    \"response\": null\n}"}],"_postman_id":"ba8de497-291f-4596-a6cc-e333b0adc5be"},{"name":"Store Open Invoice","id":"ed4594ac-4bc7-4e47-8b3b-e1050f17c5d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"title\": \"test-api\",\r\n    \"amountType\": 1,\r\n    \"expiryDate\": \"2020-11-30\",\r\n    \"minAmount\": \"10\",\r\n    \"maxAmount\": \"20\",\r\n    \"fixAmount\": \"20\",\r\n    \"description\": \"Open invoice description\"\r\n}"},"url":"{{base-api-url}}/v1/open-invoice","description":"<p>This API is used to generate an open-invoice URL for the customer.</p>\n<p><strong>Note</strong>:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypted it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h3 id=\"request-parameters\">REQUEST PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Open-invoice title</td>\n<td>String</td>\n<td>required</td>\n<td>The title of the open-invoice</td>\n</tr>\n<tr>\n<td>minAmount</td>\n<td>2.999</td>\n<td>Float</td>\n<td>Required if amountType is 1</td>\n<td>Amount must be greater than KD 0.300</td>\n</tr>\n<tr>\n<td>maxAmount</td>\n<td>2.999</td>\n<td>Float</td>\n<td>Required if amountType is 1</td>\n<td>Amount must be greater than minAmount value</td>\n</tr>\n<tr>\n<td>fixAmount</td>\n<td>2.999</td>\n<td>Float</td>\n<td>Required if amountType is 0</td>\n<td>Amount must be greater than KD 0.300</td>\n</tr>\n<tr>\n<td>expiryDate</td>\n<td>2020-11-30</td>\n<td>Date</td>\n<td>Optional</td>\n<td>The Date format should be in YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>amountType</td>\n<td>1</td>\n<td>Bit</td>\n<td>Required</td>\n<td>Open-invoice Type 0 or 1; 1 - Open type, 0 - fixed type</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Open invoice description</td>\n<td>string</td>\n<td>Optional</td>\n<td>The description for the open-invoice that customer need to see while the customer is paying</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request(quick-invoice) on the RHS.</p>\n","urlObject":{"path":["v1","open-invoice"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"da50f563-0696-4269-9ac1-6196f880b0a4","name":"Store Open Invoice","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"title\": \"test-api\",\r\n    \"amountType\": 1,\r\n    \"expiryDate\": \"2020-11-30\",\r\n    \"minAmount\": \"10\",\r\n    \"maxAmount\": \"20\",\r\n    \"fixAmount\": \"20\",\r\n    \"description\": \"Open invoice description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/open-invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Nov 2020 09:18:12 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"518"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Open Invoice has been created successfully.\",\n    \"response\": {\n        \"id\": 42,\n        \"merchant_id\": 84,\n        \"title\": \"test-api\",\n        \"reference_number\": \"8416066414939777663Y95\",\n        \"type\": \"1\",\n        \"description\": \"Open invoice description\",\n        \"fixed_amount\": \"0.000\",\n        \"min_amount\": \"10.000\",\n        \"max_amount\": \"20.000\",\n        \"paid_status\": 0,\n        \"status\": null,\n        \"created_by\": 84,\n        \"created_at\": \"2020-11-29 12:18:13\",\n        \"updated_at\": \"2020-11-29 12:18:13\",\n        \"expiry_date\": \"2020-11-30\",\n        \"url\": \"http://merchantpanel.test/open-invoice/checkout/8416066414939777663Y95\"\n    }\n}"}],"_postman_id":"ed4594ac-4bc7-4e47-8b3b-e1050f17c5d0"},{"name":"Regenrate Open Invoice","id":"e08c2dd7-c91f-49ee-87a7-cc2a576d1018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"expiryDate\": \"2020-11-29\"\r\n}"},"url":"{{base-api-url}}/v1/open-invoice/{{open-invoice-id}}","description":"<p>This API is used to regenerate open-invoice when the open-invoice is expired. <code>open-invoice-id</code> needs to be passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>expiryDate</td>\n<td>2020-11-29</td>\n<td>Date</td>\n<td>Required</td>\n<td>The Date format should be in YYYY-MM-DD</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","open-invoice","{{open-invoice-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"da4f756f-ae34-42f5-a17e-a995186093ed","name":"Regenrate Open Invoice","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"expiryDate\": \"2020-11-29\"\r\n}"},"url":"{{base-api-url}}/v1/open-invoice/{{open-invoice-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 08:55:29 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"483"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Open invoice updated successfully\",\n    \"response\": {\n        \"id\": 43,\n        \"merchant_id\": 84,\n        \"title\": \"test-api\",\n        \"reference_number\": \"8416061412479W38E78W34\",\n        \"type\": 1,\n        \"description\": \"test\",\n        \"fixed_amount\": \"0.000\",\n        \"min_amount\": \"10.000\",\n        \"max_amount\": \"20.000\",\n        \"paid_status\": 0,\n        \"status\": 0,\n        \"created_by\": 84,\n        \"created_at\": \"2020-12-01 11:55:29\",\n        \"updated_at\": \"2020-12-01 11:55:29\",\n        \"expiry_date\": \"2020-12-02\",\n        \"url\": \"http://merchantpanel.test/open-invoice/checkout/8416061412479W38E78W34\"\n    }\n}"}],"_postman_id":"e08c2dd7-c91f-49ee-87a7-cc2a576d1018"},{"name":"Get Open Invoice Customers","id":"11854121-346c-4db8-9010-acd09b4967cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/open-invoice/customers/{{open-invoice-id}}","description":"<p>Get details of the open-invoice and its customers based on the <code>open-invoice-id</code> passed in the URI.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","open-invoice","customers","{{open-invoice-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"cbc6f92a-826a-42a2-89da-43547ba4de47","name":"Get Open Invoice Customers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/open-invoice/customers/{{open-invoice-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 07:49:23 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"1454"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Open Invoice Customers Details\",\n    \"response\": {\n        \"open_invoice_detail\": {\n            \"id\": 30,\n            \"merchant_id\": 84,\n            \"title\": \"testing\",\n            \"reference_number\": \"8416007766088377345371\",\n            \"type\": 0,\n            \"description\": \"test\",\n            \"fixed_amount\": \"10.000\",\n            \"min_amount\": \"0.000\",\n            \"max_amount\": \"0.000\",\n            \"paid_status\": 1,\n            \"status\": 0,\n            \"created_by\": 84,\n            \"created_at\": \"2020-09-22 15:10:08\",\n            \"updated_at\": \"2020-09-24 09:42:23\",\n            \"expiry_date\": \"2020-09-23\",\n            \"url\": \"http://merchantpanel.test/open-invoice/checkout/8416007766088377345371\"\n        },\n        \"data\": [\n            {\n                \"id\": 2986,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": null,\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"0.000\",\n                \"reference_number\": \"8416007766088377345371\",\n                \"additional_fields\": \"[]\"\n            },\n            {\n                \"id\": 2987,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"srokadia@hesabe.com\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 1,\n                \"paid_on\": \"2020-09-24 09:42:14\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"0.100\",\n                \"reference_number\": \"8416007766088377345371\",\n                \"additional_fields\": \"[]\"\n            },\n            {\n                \"id\": 2990,\n                \"name\": \"Shahbaaz Rokadia\",\n                \"email\": \"\",\n                \"phone_number\": \"96567660841\",\n                \"invoice_status\": 0,\n                \"paid_on\": \"2020-09-27 10:38:40\",\n                \"amount\": \"10.000\",\n                \"admin_charge\": \"0.000\",\n                \"reference_number\": \"8416007766088377345371\",\n                \"additional_fields\": \"[]\"\n            }\n        ],\n        \"pagination\": {\n            \"total\": 3,\n            \"count\": 3,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"page_url\": \"http://merchantapi.test/api/v1/open-invoice/customers/30\",\n            \"next_page_url\": null,\n            \"previous_page_url\": null\n        }\n    }\n}"}],"_postman_id":"11854121-346c-4db8-9010-acd09b4967cf"}],"id":"5c72bd3e-963e-410d-bece-03d697241448","_postman_id":"5c72bd3e-963e-410d-bece-03d697241448","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Admin Charges","item":[{"name":"Sms and Payment Gateway Administrative Charge","item":[{"name":"Get Admin Charges","id":"28358f06-7e32-4f41-98aa-234307bf3ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}"},"url":"{{base-api-url}}/v1/setting/admin-charges","description":"<p>This API is used to get the SMS and Payment gateway admin charges.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","setting","admin-charges"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"8ad6eb1a-02d1-4cf3-ab27-9eb0cf897eca","name":"Get Admin Charges","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/setting/admin-charges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 09:22:36 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"359"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Payment Admin Charges\",\n    \"response\": {\n        \"sms\": {\n            \"knet_fixed_amount\": \"0.000\",\n            \"knet_percentage_rate\": \"0.000\",\n            \"mpgs_fixed_amount\": \"0.000\",\n            \"mpgs_percentage_rate\": \"0.000\"\n        },\n        \"web\": {\n            \"knet_fixed_amount\": \"0.000\",\n            \"knet_percentage_rate\": \"0.000\",\n            \"mpgs_fixed_amount\": \"0.000\",\n            \"mpgs_percentage_rate\": \"0.000\"\n        },\n        \"knet_remark\": \"dddd #f3333\",\n        \"mpgs_remark\": \"\"\n    }\n}"}],"_postman_id":"28358f06-7e32-4f41-98aa-234307bf3ebf"},{"name":"Store Admin Charges","id":"1e99e0b0-e654-45c2-90e4-9eed6cefd2ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"knetRemark\": \"remark for knet\",\r\n    \"mpgsRemark\": \"remark for mpgs\",\r\n    \"smsKnetFixedAmount\": \"0.000\",\r\n    \"smsKnetPercentageRate\": \"0.000\",\r\n    \"smsMpgsFixedAmount\": \"0.000\",\r\n    \"smsMpgsPercentageRate\": \"0.000\",\r\n    \"webKnetFixedAmount\": \"0.000\",\r\n    \"webKnetPercentageRate\": \"0.000\",\r\n    \"webMpgsFixedAmount\": \"0.000\",\r\n    \"webMpgsPercentageRate\": \"0.000\"\r\n}"},"url":"{{base-api-url}}/v1/setting/admin-charges","description":"<p>This API is used to store the SMS and payment gateway admin charges.</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n<tr>\n<td>knetRemark</td>\n<td>remark for KNET</td>\n<td>string</td>\n<td>Required</td>\n<td>This text will be shown to the customer while selecting the payment option</td>\n</tr>\n<tr>\n<td>mpgsRemark</td>\n<td>remark for MPGS</td>\n<td>string</td>\n<td>Required</td>\n<td>This text will be shown to the customer while selecting the payment option</td>\n</tr>\n<tr>\n<td>smsKnetFixedAmount</td>\n<td>1.000</td>\n<td>Float</td>\n<td>Required</td>\n<td>Customers, while doing an invoice transaction with KNET payment type then impose fixed amount admin charge</td>\n</tr>\n<tr>\n<td>smsKnetPercentageRate</td>\n<td>2.000</td>\n<td>Float</td>\n<td>Required</td>\n<td>Customers, while doing an invoice transaction with KNET payment type then impose percentage rate admin charge</td>\n</tr>\n<tr>\n<td>smsMpgsFixedAmount</td>\n<td>3.000</td>\n<td>Float</td>\n<td>Required</td>\n<td>Customers, while doing an invoice transaction with MPGS payment type then impose fixed amount admin charge</td>\n</tr>\n<tr>\n<td>smsMpgsPercentageRate</td>\n<td>4.000</td>\n<td>Float</td>\n<td>Required</td>\n<td>Customers, while doing an invoice transaction with MPGS payment type then impose percentage rate admin charge</td>\n</tr>\n<tr>\n<td>webKnetFixedAmount</td>\n<td>5.000</td>\n<td>Float</td>\n<td>Required</td>\n<td>Customers, while doing a payment-gateway transaction with KNET payment type then impose fixed amount admin charge</td>\n</tr>\n<tr>\n<td>webKnetPercentageRate</td>\n<td>6.000</td>\n<td>Float</td>\n<td>Required</td>\n<td>Customers, while doing a payment-gateway transaction with KNET payment type then impose percentage rate admin charge</td>\n</tr>\n<tr>\n<td>webMpgsFixedAmount</td>\n<td>7.000</td>\n<td>Float</td>\n<td>Required</td>\n<td>Customers, while doing a payment-gateway transaction with MPGS payment type then impose fixed amount admin charge</td>\n</tr>\n<tr>\n<td>webMpgsPercentageRate</td>\n<td>8.000</td>\n<td>Float</td>\n<td>Required</td>\n<td>Customers, while doing a payment-gateway transaction with MPGS payment type then impose percentage rate admin charge</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","setting","admin-charges"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"5508a811-0a57-4ff5-8645-da6e9565c891","name":"Store Admin Charges","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\",\r\n    \"knetRemark\": \"remark for knet\",\r\n    \"mpgsRemark\": \"remark for mpgs\",\r\n    \"smsKnetFixedAmount\": \"0.000\",\r\n    \"smsKnetPercentageRate\": \"0.000\",\r\n    \"smsMpgsFixedAmount\": \"0.000\",\r\n    \"smsMpgsPercentageRate\": \"0.000\",\r\n    \"webKnetFixedAmount\": \"0.000\",\r\n    \"webKnetPercentageRate\": \"0.000\",\r\n    \"webMpgsFixedAmount\": \"0.000\",\r\n    \"webMpgsPercentageRate\": \"0.000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/setting/admin-charges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Dec 2020 09:30:08 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.10"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"51"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"response\": null\n}"}],"_postman_id":"1e99e0b0-e654-45c2-90e4-9eed6cefd2ec"}],"id":"0ec38d88-2980-472f-b1ea-46bd78f341ee","_postman_id":"0ec38d88-2980-472f-b1ea-46bd78f341ee","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Sales Administrative Charges","item":[{"name":"Get Sales Admin Charges","id":"779037fb-a7b9-4fbd-b051-71b312fb6761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"0e7898bd7464d0c402fe8a949d9cbf9b374784f7d8ad754db1c4062bcc340ed5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/setting/sale-admin-charges","urlObject":{"path":["v1","setting","sale-admin-charges"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"779037fb-a7b9-4fbd-b051-71b312fb6761"},{"name":"Update Sales Admin Charge","id":"24a209c0-d351-4df1-b272-9a31095ae163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\":\"163876e00f6ec5dfd69d3b1e45c85346a1248491f60609cb4c515f414d758c21dabb97243ddf5bbb013dde21d7967e253e860617be8d1a93160e3847c4d27e92b6bc05bd458e1ab9ac8a94ee2aa3edf0123703c839bd5bdeac8e9910bebf41680c9ead1c16466e072a2cfc9dc8e8fd0b190edd91aa11558450791583494f8f97\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/setting/sale-admin-charges/49","urlObject":{"path":["v1","setting","sale-admin-charges","49"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"24a209c0-d351-4df1-b272-9a31095ae163"}],"id":"0e3a3117-7f32-45a8-9556-127632b8e7bd","_postman_id":"0e3a3117-7f32-45a8-9556-127632b8e7bd","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}}],"id":"ad3d7761-9454-4563-a399-b83ffbe69a6f","_postman_id":"ad3d7761-9454-4563-a399-b83ffbe69a6f","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Employee Permissions","item":[{"name":"Get Accessible Permissions","id":"9c7e23c9-83bb-4c27-b199-7683a639bca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/permissions","description":"<p>This API is used to get a list of all accessible permissions available</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","permissions"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"700ac931-b228-4b33-901f-dfac83f90fb8","name":"Get Accessible Permissions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"password","value":"MrHsb","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 Feb 2021 07:20:31 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.11"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"4168"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Accessible permissions\",\n    \"response\": {\n        \"access_routes\": {\n            \"5\": \"subusers\",\n            \"6\": \"merchant_subuser_add\",\n            \"7\": \"merchant_subuser_edit\",\n            \"8\": \"merchant_subuser_delete\",\n            \"9\": \"SMSInvoice\",\n            \"10\": \"single_generate_url\",\n            \"11\": \"QRCode\",\n            \"12\": \"QRCodeadd\",\n            \"13\": \"PaymentList\",\n            \"14\": \"employee_list\",\n            \"15\": \"Sales\",\n            \"16\": \"salecategory_add\",\n            \"17\": \"salecategory_edit\",\n            \"18\": \"salecategory\",\n            \"19\": \"salecategory_delete\",\n            \"20\": \"saleproduct_add\",\n            \"21\": \"saleproduct_edit\",\n            \"22\": \"saleproducts\",\n            \"23\": \"saleproduct_delete\",\n            \"24\": \"salelist\",\n            \"25\": \"generate_sale_url\",\n            \"26\": \"msaletpl\",\n            \"27\": \"msaletpledit\",\n            \"28\": \"saleorders\",\n            \"29\": \"saleorderstatus\",\n            \"30\": \"salemailtpl\",\n            \"31\": \"salemailtpledit\",\n            \"32\": \"salepayment\",\n            \"33\": \"salepayment_edit\"\n        },\n        \"pages\": [\n            {\n                \"1\": {\n                    \"id\": 1,\n                    \"parent_id\": 0,\n                    \"route_name\": \"Employee\",\n                    \"title\": \"Manage Employee Menu\",\n                    \"status\": false,\n                    \"list\": {\n                        \"5\": {\n                            \"id\": 5,\n                            \"parent_id\": 1,\n                            \"route_name\": \"subusers\",\n                            \"title\": \"View Employee\",\n                            \"status\": true\n                        },\n                        \"6\": {\n                            \"id\": 6,\n                            \"parent_id\": 1,\n                            \"route_name\": \"merchant_subuser_add\",\n                            \"title\": \"Add Employee\",\n                            \"status\": true\n                        },\n                        \"7\": {\n                            \"id\": 7,\n                            \"parent_id\": 1,\n                            \"route_name\": \"merchant_subuser_edit\",\n                            \"title\": \"Edit Employee\",\n                            \"status\": true\n                        },\n                        \"8\": {\n                            \"id\": 8,\n                            \"parent_id\": 1,\n                            \"route_name\": \"merchant_subuser_delete\",\n                            \"title\": \"Delete Employee\",\n                            \"status\": true\n                        }\n                    }\n                },\n                \"2\": {\n                    \"id\": 2,\n                    \"parent_id\": 0,\n                    \"route_name\": \"SMS Pay\",\n                    \"title\": \"Manage SMS Pay Menu\",\n                    \"status\": false,\n                    \"list\": {\n                        \"9\": {\n                            \"id\": 9,\n                            \"parent_id\": 2,\n                            \"route_name\": \"SMSInvoice\",\n                            \"title\": \"View SMS Pay\",\n                            \"status\": true\n                        },\n                        \"10\": {\n                            \"id\": 10,\n                            \"parent_id\": 2,\n                            \"route_name\": \"single_generate_url\",\n                            \"title\": \"Generate SMS Pay\",\n                            \"status\": true\n                        }\n                    }\n                },\n                \"3\": {\n                    \"id\": 3,\n                    \"parent_id\": 0,\n                    \"route_name\": \"Prepaid\",\n                    \"title\": \"Manage Prepaid menu\",\n                    \"status\": false,\n                    \"list\": {\n                        \"11\": {\n                            \"id\": 11,\n                            \"parent_id\": 3,\n                            \"route_name\": \"QRCode\",\n                            \"title\": \"View Prepaid\",\n                            \"status\": true\n                        },\n                        \"12\": {\n                            \"id\": 12,\n                            \"parent_id\": 3,\n                            \"route_name\": \"QRCodeadd\",\n                            \"title\": \"Add Prepaid\",\n                            \"status\": true\n                        }\n                    }\n                },\n                \"4\": {\n                    \"id\": 4,\n                    \"parent_id\": 0,\n                    \"route_name\": \"Report\",\n                    \"title\": \"Manage report Menu\",\n                    \"status\": false,\n                    \"list\": {\n                        \"13\": {\n                            \"id\": 13,\n                            \"parent_id\": 4,\n                            \"route_name\": \"PaymentList\",\n                            \"title\": \"PaymentList\",\n                            \"status\": true\n                        },\n                        \"14\": {\n                            \"id\": 14,\n                            \"parent_id\": 4,\n                            \"route_name\": \"employee_list\",\n                            \"title\": \"Employee List\",\n                            \"status\": true\n                        },\n                        \"35\": {\n                            \"id\": 35,\n                            \"parent_id\": 4,\n                            \"route_name\": \"refundrequests\",\n                            \"title\": \"Refund Requests\",\n                            \"status\": false\n                        }\n                    }\n                },\n                \"15\": {\n                    \"id\": 15,\n                    \"parent_id\": 0,\n                    \"route_name\": \"Sales\",\n                    \"title\": \"Manage Sale Menu\",\n                    \"status\": true,\n                    \"list\": {\n                        \"16\": {\n                            \"id\": 16,\n                            \"parent_id\": 15,\n                            \"route_name\": \"salecategory_add\",\n                            \"title\": \"Add Sale Category\",\n                            \"status\": true\n                        },\n                        \"17\": {\n                            \"id\": 17,\n                            \"parent_id\": 15,\n                            \"route_name\": \"salecategory_edit\",\n                            \"title\": \"Edit Sale Category\",\n                            \"status\": true\n                        },\n                        \"18\": {\n                            \"id\": 18,\n                            \"parent_id\": 15,\n                            \"route_name\": \"salecategory\",\n                            \"title\": \"View Sale Category\",\n                            \"status\": true\n                        },\n                        \"19\": {\n                            \"id\": 19,\n                            \"parent_id\": 15,\n                            \"route_name\": \"salecategory_delete\",\n                            \"title\": \"Delete Sale Category\",\n                            \"status\": true\n                        },\n                        \"20\": {\n                            \"id\": 20,\n                            \"parent_id\": 15,\n                            \"route_name\": \"saleproduct_add\",\n                            \"title\": \"Add Sale Product\",\n                            \"status\": true\n                        },\n                        \"21\": {\n                            \"id\": 21,\n                            \"parent_id\": 15,\n                            \"route_name\": \"saleproduct_edit\",\n                            \"title\": \"Edit Sale Product\",\n                            \"status\": true\n                        },\n                        \"22\": {\n                            \"id\": 22,\n                            \"parent_id\": 15,\n                            \"route_name\": \"saleproducts\",\n                            \"title\": \"View Sale Products\",\n                            \"status\": true\n                        },\n                        \"23\": {\n                            \"id\": 23,\n                            \"parent_id\": 15,\n                            \"route_name\": \"saleproduct_delete\",\n                            \"title\": \"Delete Sale Product\",\n                            \"status\": true\n                        },\n                        \"24\": {\n                            \"id\": 24,\n                            \"parent_id\": 15,\n                            \"route_name\": \"salelist\",\n                            \"title\": \"Display Sale List\",\n                            \"status\": true\n                        },\n                        \"25\": {\n                            \"id\": 25,\n                            \"parent_id\": 15,\n                            \"route_name\": \"generate_sale_url\",\n                            \"title\": \"Generate Sale List\",\n                            \"status\": true\n                        },\n                        \"26\": {\n                            \"id\": 26,\n                            \"parent_id\": 15,\n                            \"route_name\": \"msaletpl\",\n                            \"title\": \"View Sale Templates\",\n                            \"status\": true\n                        },\n                        \"27\": {\n                            \"id\": 27,\n                            \"parent_id\": 15,\n                            \"route_name\": \"msaletpledit\",\n                            \"title\": \"Edit Sale Templates\",\n                            \"status\": true\n                        },\n                        \"28\": {\n                            \"id\": 28,\n                            \"parent_id\": 15,\n                            \"route_name\": \"saleorders\",\n                            \"title\": \"View Sale Orders\",\n                            \"status\": true\n                        },\n                        \"29\": {\n                            \"id\": 29,\n                            \"parent_id\": 15,\n                            \"route_name\": \"saleorderstatus\",\n                            \"title\": \"Process Sale Orders\",\n                            \"status\": true\n                        },\n                        \"30\": {\n                            \"id\": 30,\n                            \"parent_id\": 15,\n                            \"route_name\": \"salemailtpl\",\n                            \"title\": \"View Sale Email Template\",\n                            \"status\": true\n                        },\n                        \"31\": {\n                            \"id\": 31,\n                            \"parent_id\": 15,\n                            \"route_name\": \"salemailtpledit\",\n                            \"title\": \"Update Sale Email Template\",\n                            \"status\": true\n                        },\n                        \"32\": {\n                            \"id\": 32,\n                            \"parent_id\": 15,\n                            \"route_name\": \"salepayment\",\n                            \"title\": \"View Sale Payment Settings\",\n                            \"status\": true\n                        },\n                        \"33\": {\n                            \"id\": 33,\n                            \"parent_id\": 15,\n                            \"route_name\": \"salepayment_edit\",\n                            \"title\": \"Update Sale Payment Settings\",\n                            \"status\": true\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"9c7e23c9-83bb-4c27-b199-7683a639bca7"},{"name":"Get Employee Permissions","id":"d600380c-da82-4827-988a-bc051d0c732e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees/40/permissions","description":"<p>This API is used to get the employee permission list whose <code>employee primary-id</code> is passed in the URI</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","employees","40","permissions"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"ef083639-ccf3-46b4-94f0-95502340a8a8","name":"Get Employee Permissions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employee/98/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Sep 2020 12:02:55 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"2848"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Employee permissions\",\n    \"response\": {\n        \"pages\": [\n            {\n                \"id\": 1,\n                \"parent_id\": 0,\n                \"route_name\": \"Employee\",\n                \"title\": \"Manage Employee Menu\"\n            },\n            {\n                \"id\": 2,\n                \"parent_id\": 0,\n                \"route_name\": \"SMS Pay\",\n                \"title\": \"Manage SMS Pay Menu\"\n            },\n            {\n                \"id\": 3,\n                \"parent_id\": 0,\n                \"route_name\": \"Prepaid\",\n                \"title\": \"Manage Prepaid menu\"\n            },\n            {\n                \"id\": 4,\n                \"parent_id\": 0,\n                \"route_name\": \"Report\",\n                \"title\": \"Manage report Menu\"\n            },\n            {\n                \"id\": 5,\n                \"parent_id\": 1,\n                \"route_name\": \"subusers\",\n                \"title\": \"View Employee\"\n            },\n            {\n                \"id\": 6,\n                \"parent_id\": 1,\n                \"route_name\": \"merchant_subuser_add\",\n                \"title\": \"Add Employee\"\n            },\n            {\n                \"id\": 7,\n                \"parent_id\": 1,\n                \"route_name\": \"merchant_subuser_edit\",\n                \"title\": \"Edit Employee\"\n            },\n            {\n                \"id\": 8,\n                \"parent_id\": 1,\n                \"route_name\": \"merchant_subuser_delete\",\n                \"title\": \"Delete Employee\"\n            },\n            {\n                \"id\": 9,\n                \"parent_id\": 2,\n                \"route_name\": \"SMSInvoice\",\n                \"title\": \"View SMS Pay\"\n            },\n            {\n                \"id\": 10,\n                \"parent_id\": 2,\n                \"route_name\": \"single_generate_url\",\n                \"title\": \"Generate SMS Pay\"\n            },\n            {\n                \"id\": 11,\n                \"parent_id\": 3,\n                \"route_name\": \"QRCode\",\n                \"title\": \"View Prepaid\"\n            },\n            {\n                \"id\": 12,\n                \"parent_id\": 3,\n                \"route_name\": \"QRCodeadd\",\n                \"title\": \"Add Prepaid\"\n            },\n            {\n                \"id\": 13,\n                \"parent_id\": 4,\n                \"route_name\": \"PaymentList\",\n                \"title\": \"PaymentList\"\n            },\n            {\n                \"id\": 14,\n                \"parent_id\": 4,\n                \"route_name\": \"employee_list\",\n                \"title\": \"Employee List\"\n            },\n            {\n                \"id\": 15,\n                \"parent_id\": 0,\n                \"route_name\": \"Sales\",\n                \"title\": \"Manage Sale Menu\"\n            },\n            {\n                \"id\": 16,\n                \"parent_id\": 15,\n                \"route_name\": \"salecategory_add\",\n                \"title\": \"Add Sale Category\"\n            },\n            {\n                \"id\": 17,\n                \"parent_id\": 15,\n                \"route_name\": \"salecategory_edit\",\n                \"title\": \"Edit Sale Category\"\n            },\n            {\n                \"id\": 18,\n                \"parent_id\": 15,\n                \"route_name\": \"salecategory\",\n                \"title\": \"View Sale Category\"\n            },\n            {\n                \"id\": 19,\n                \"parent_id\": 15,\n                \"route_name\": \"salecategory_delete\",\n                \"title\": \"Delete Sale Category\"\n            },\n            {\n                \"id\": 20,\n                \"parent_id\": 15,\n                \"route_name\": \"saleproduct_add\",\n                \"title\": \"Add Sale Product\"\n            },\n            {\n                \"id\": 21,\n                \"parent_id\": 15,\n                \"route_name\": \"saleproduct_edit\",\n                \"title\": \"Edit Sale Product\"\n            },\n            {\n                \"id\": 22,\n                \"parent_id\": 15,\n                \"route_name\": \"saleproducts\",\n                \"title\": \"View Sale Products\"\n            },\n            {\n                \"id\": 23,\n                \"parent_id\": 15,\n                \"route_name\": \"saleproduct_delete\",\n                \"title\": \"Delete Sale Product\"\n            },\n            {\n                \"id\": 24,\n                \"parent_id\": 15,\n                \"route_name\": \"salelist\",\n                \"title\": \"Display Sale List\"\n            },\n            {\n                \"id\": 25,\n                \"parent_id\": 15,\n                \"route_name\": \"generate_sale_url\",\n                \"title\": \"Generate Sale List\"\n            },\n            {\n                \"id\": 26,\n                \"parent_id\": 15,\n                \"route_name\": \"msaletpl\",\n                \"title\": \"View Sale Templates\"\n            },\n            {\n                \"id\": 27,\n                \"parent_id\": 15,\n                \"route_name\": \"msaletpledit\",\n                \"title\": \"Edit Sale Templates\"\n            },\n            {\n                \"id\": 28,\n                \"parent_id\": 15,\n                \"route_name\": \"saleorders\",\n                \"title\": \"View Sale Orders\"\n            },\n            {\n                \"id\": 29,\n                \"parent_id\": 15,\n                \"route_name\": \"saleorderstatus\",\n                \"title\": \"Process Sale Orders\"\n            },\n            {\n                \"id\": 30,\n                \"parent_id\": 15,\n                \"route_name\": \"salemailtpl\",\n                \"title\": \"View Sale Email Template\"\n            },\n            {\n                \"id\": 31,\n                \"parent_id\": 15,\n                \"route_name\": \"salemailtpledit\",\n                \"title\": \"Update Sale Email Template\"\n            },\n            {\n                \"id\": 32,\n                \"parent_id\": 15,\n                \"route_name\": \"salepayment\",\n                \"title\": \"View Sale Payment Settings\"\n            },\n            {\n                \"id\": 33,\n                \"parent_id\": 15,\n                \"route_name\": \"salepayment_edit\",\n                \"title\": \"Update Sale Payment Settings\"\n            },\n            {\n                \"id\": 35,\n                \"parent_id\": 4,\n                \"route_name\": \"refundrequests\",\n                \"title\": \"Refund Requests\"\n            }\n        ],\n        \"access\": {\n            \"9\": \"SMSInvoice\",\n            \"5\": \"subusers\",\n            \"8\": \"merchant_subuser_delete\",\n            \"7\": \"merchant_subuser_edit\",\n            \"6\": \"merchant_subuser_add\"\n        }\n    }\n}"}],"_postman_id":"d600380c-da82-4827-988a-bc051d0c732e"},{"name":"Get Employee Permission Detail","id":"4ee42b4b-f438-4136-a342-35db5dc0714d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees/{{employee-id}}/permissions/12","description":"<p>This API is used to get the employee permission details whose <code>employee primary-id</code> and <code>permission primary-id</code> is passed in the URI</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","employees","{{employee-id}}","permissions","12"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"30eaae56-0b6a-4240-a0bb-b81d1043281c","name":"Get Employee Permission Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employee/98/permissions/12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Sep 2020 12:16:26 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"261"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Employee permission details\",\n    \"response\": {\n        \"id\": 1168,\n        \"employee_id\": 98,\n        \"permission_id\": 9,\n        \"permission\": {\n            \"id\": 9,\n            \"parent_id\": 2,\n            \"route_name\": \"SMSInvoice\",\n            \"title\": \"View SMS Pay\"\n        }\n    }\n}"}],"_postman_id":"4ee42b4b-f438-4136-a342-35db5dc0714d"},{"name":"Update Employee Permission","id":"00256c21-c268-47d0-bfa9-2dafe16afbaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees/{{employee-id}}/permissions/{{permission-id}}","description":"<p>This API is used to update the employee permission details whose <code>employee primary-id</code> and <code>permission primary-id</code> is passed in the URI</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","employees","{{employee-id}}","permissions","{{permission-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"535f7f14-f384-4e9d-89b7-5d1a4a972991","name":"Update Employee Permission","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employee/98/permissions/12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Sep 2020 12:04:31 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"192"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Employee permission has been updated\",\n    \"response\": {\n        \"id\": 1245,\n        \"employee_id\": 98,\n        \"permission_id\": 1,\n        \"updated_at\": \"2020-09-08 10:38:52\"\n    }\n}"}],"_postman_id":"00256c21-c268-47d0-bfa9-2dafe16afbaf"},{"name":"Update Employee Permission(Bulk)","id":"ab560d23-95f6-4982-8f9d-033588acba32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"accessCode","type":"text","value":"c333729b-d060-4b74-a49d-7686a8353481"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"grantedPermissionsIds\": [\r\n       1,2\r\n    ],\r\n    \"revokedPermissionsIds\": [\r\n       3,4\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees/38/permissions","description":"<p>This API is used to update the employee permission details whose <code>employee primary-id</code> and <code>permission primary-id</code> is passed in the URI</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","employees","38","permissions"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"0b29b2a6-1b65-4fb1-a2c9-f6011e219a73","name":"Update Employee Permission","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employee/98/permissions/12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Sep 2020 12:04:31 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"192"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Employee permission has been updated\",\n    \"response\": {\n        \"id\": 1245,\n        \"employee_id\": 98,\n        \"permission_id\": 1,\n        \"updated_at\": \"2020-09-08 10:38:52\"\n    }\n}"}],"_postman_id":"ab560d23-95f6-4982-8f9d-033588acba32"},{"name":"Delete Employee Permission","id":"c654eec2-9663-4f0a-8563-6f1a02bdce0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employees/{{employee-id}}/permissions/{{permission-id}}","description":"<p>This API is used to delete the permission corresponding to the employee\nwhose <code>employee primary-id</code> and <code>permission primary-id</code> is passed in the URI</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","employees","{{employee-id}}","permissions","{{permission-id}}"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"61701c3e-f959-4f0c-b268-1f771c7dd0d7","name":"Delete Employee Success","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employee/98/permissions/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Sep 2020 12:20:12 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"69"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Employee has been deleted\",\n    \"response\": null\n}"},{"id":"7886f5c5-c004-41f4-acb5-5316bfe1072c","name":"Delete Employee","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employee/98/permissions/11"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Sep 2020 12:19:16 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Content-Length","value":"68"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Employee delete failed.\",\n    \"response\": null\n}"},{"id":"fd78b9e4-96ab-486d-afe2-01ae8df05f69","name":"Delete Employee Failed","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/employee/98/permissions/12"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Sep 2020 12:19:16 GMT"},{"key":"Server","value":"Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.2.15"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Content-Length","value":"68"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Employee delete failed.\",\n    \"response\": null\n}"}],"_postman_id":"c654eec2-9663-4f0a-8563-6f1a02bdce0a"}],"id":"7f59fe3d-7641-4d58-bd5c-a28bb85cbb7b","description":"<h3 id=\"this-folder-consists-of-the-following-apis\">This folder consists of the following APIs</h3>\n<ul>\n<li>Get Access Permissions (This API is used to get a list of all accessible permissions available).</li>\n<li>Get Employee Permissions (This API is used to get the employee Permission List).</li>\n<li>Get Employee Permission Detail (This API is used to get the employee given permission-id detail).</li>\n<li>Update Employee Permission (This API is used to update the employee permission).</li>\n<li>Delete Employee Permission (This API is used to delete the permission corresponding to the employee).</li>\n</ul>\n","_postman_id":"7f59fe3d-7641-4d58-bd5c-a28bb85cbb7b","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Notification Settings","item":[{"name":"Get Notification Settings","id":"59ae3abb-44e1-4b97-93b9-15cae4d3c8b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchant-code}}\",\r\n    \"employeeId\":1023\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/push-notification/settings","urlObject":{"path":["v1","push-notification","settings"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"eb7a931f-be9b-42c8-a133-8c1e42562584","name":"Get Notification Settings","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchantCode}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/push-notification/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 28 Dec 2021 12:02:10 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Success\",\r\n    \"response\": \"{\\\"status\\\":true,\\\"message\\\":\\\"Push Notification Settings Fetched\\\",\\\"response\\\":{\\\"data\\\":[{\\\"notification_sub_type_id\\\":1,\\\"notification_sub_type_name\\\":\\\"News\\\",\\\"notification_type_id\\\":1,\\\"notification_type_name\\\":\\\"Offers & Promotions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":2,\\\"notification_sub_type_name\\\":\\\"Offers\\\",\\\"notification_type_id\\\":1,\\\"notification_type_name\\\":\\\"Offers & Promotions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":3,\\\"notification_sub_type_name\\\":\\\"Announcements\\\",\\\"notification_type_id\\\":1,\\\"notification_type_name\\\":\\\"Offers & Promotions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":4,\\\"notification_sub_type_name\\\":\\\"Promotions\\\",\\\"notification_type_id\\\":1,\\\"notification_type_name\\\":\\\"Offers & Promotions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":5,\\\"notification_sub_type_name\\\":\\\"Invoice Success Payment\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":6,\\\"notification_sub_type_name\\\":\\\"Invoice Failure Payment\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":7,\\\"notification_sub_type_name\\\":\\\"Employee Addition\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":8,\\\"notification_sub_type_name\\\":\\\"Change Password\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":9,\\\"notification_sub_type_name\\\":\\\"Open Invoice Received\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":10,\\\"notification_sub_type_name\\\":\\\"Open Invoice Expired\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":11,\\\"notification_sub_type_name\\\":\\\"Open Invoice Cancelled\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":12,\\\"notification_sub_type_name\\\":\\\"Link Expiration\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":13,\\\"notification_sub_type_name\\\":\\\"Amount Transferred\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":14,\\\"notification_sub_type_name\\\":\\\"Amount Refunded\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":15,\\\"notification_sub_type_name\\\":\\\"Refund Rejected\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":16,\\\"notification_sub_type_name\\\":\\\"Quick Invoice Expired\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":17,\\\"notification_sub_type_name\\\":\\\"Quick Invoice Cancelled\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1},{\\\"notification_sub_type_id\\\":18,\\\"notification_sub_type_name\\\":\\\"Account Status\\\",\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"status\\\":1}]}}\"\r\n}"}],"_postman_id":"59ae3abb-44e1-4b97-93b9-15cae4d3c8b1"},{"name":"Add/Update Notification Setting","id":"e4dec6e5-2730-483b-bdfb-3ef33dd7c591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchantCode}}\",\r\n    \"notificationSettings\": [\r\n           {\r\n            \"notificationTypeId\":3,\r\n            \"status\":1\r\n        },\r\n        {\r\n            \"notificationTypeId\":3,\r\n            \"status\":1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/push-notification/settings","description":"<p>Get all employees of the merchant.</p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","push-notification","settings"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"52cae3e8-0f07-4a26-9495-42690a9e7226","name":"Add/Update Notification Setting","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchantCode}}\",\r\n    \"notificationSettings\": [\r\n        {\r\n            \"notificationTypeId\":\"1\",\r\n            \"status\":1\r\n        },\r\n        {\r\n            \"notificationTypeId\":\"2\",\r\n            \"status\":1\r\n        },\r\n        {\r\n            \"notificationTypeId\":\"3\",\r\n            \"status\":1\r\n        },\r\n        {\r\n            \"notificationTypeId\":\"5\",\r\n            \"status\":1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/push-notification/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Dec 2021 11:18:21 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.4.1"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"320"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Success\",\r\n    \"response\": \"{\\\"status\\\":true,\\\"message\\\":\\\"Push notification setting has been updated successfully.\\\",\\\"response\\\":{\\\"data\\\":[{\\\"id\\\":2,\\\"merchant_id\\\":84,\\\"notification_type_id\\\":2,\\\"status\\\":1},{\\\"id\\\":3,\\\"merchant_id\\\":84,\\\"notification_type_id\\\":3,\\\"status\\\":1},{\\\"id\\\":4,\\\"merchant_id\\\":84,\\\"notification_type_id\\\":5,\\\"status\\\":1},{\\\"id\\\":1,\\\"merchant_id\\\":84,\\\"notification_type_id\\\":1,\\\"status\\\":1}],\\\"pagination\\\":{\\\"total\\\":4,\\\"count\\\":4,\\\"per_page\\\":15,\\\"current_page\\\":1,\\\"total_pages\\\":1,\\\"page_url\\\":\\\"http:\\\\/\\\\/local.merchant-api.com\\\\/public\\\\/api\\\\/v1\\\\/push-notification\\\\/settings\\\",\\\"next_page_url\\\":null,\\\"previous_page_url\\\":null}}}\"\r\n}"}],"_postman_id":"e4dec6e5-2730-483b-bdfb-3ef33dd7c591"}],"id":"d264dd4e-1efb-4bb9-a37c-bcea6e1fd761","_postman_id":"d264dd4e-1efb-4bb9-a37c-bcea6e1fd761","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Notification Types","item":[{"name":"Get All Notification Types","id":"e53d876d-1f03-441c-853c-729c71ac9eea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchantCode}}\",\r\n    \"listType\":\"all\", // to get all active types without pagination\r\n     \"category\":\"push\", // if required (filter)\r\n    \"name\":\"tran\" // if required (filter)\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/notification/types","description":"<p>Get all employees of the merchant.</p>\n<p>Note:- Default per-page record is 15</p>\n<p>Kindly Note:-\nThe below form-data request must be converted into JSON object package as shown in BODY raw, and then encrypt it with the <a href=\"https://hesabe-assets.s3.me-south-1.amazonaws.com/kits/HesabeCrypt.php\">HesabeEncryption</a> format and pass as data parameter for example,\n<code>[     'data' =&gt; {{encryptedData}} ]</code></p>\n<h2 id=\"body-form-data-before-encryption\">Body form data before encryption</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Type</th>\n<th>Validation</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCode</td>\n<td>123456</td>\n<td>Integer</td>\n<td>Required</td>\n<td>Merchant Code provided by Hesabe</td>\n</tr>\n</tbody>\n</table>\n</div><p>Kindly refer example request on the RHS.</p>\n","urlObject":{"path":["v1","notification","types"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"3938c6d2-3119-42af-8403-8f45f919ee15","name":"Get All Notification Types","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"{{merchantCode}}\",\r\n    \"listType\":\"all\" // to get all active types without pagination\r\n    // \"category\":\"push\", // if required (filter)\r\n    // \"name\":\"tran\" // if required (filter)\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/notification/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 31 Jan 2022 07:56:31 GMT"},{"key":"Server","value":"Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.4.1"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.1"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"896"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Success\",\r\n    \"response\": \"{\\\"status\\\":true,\\\"message\\\":\\\"Notification types has been fetched successfully.\\\",\\\"response\\\":{\\\"data\\\":[{\\\"notification_type_id\\\":1,\\\"notification_type_name\\\":\\\"Offers & Promotions\\\",\\\"notification_category\\\":\\\"push\\\",\\\"status\\\":1},{\\\"notification_type_id\\\":2,\\\"notification_type_name\\\":\\\"Transactions\\\",\\\"notification_category\\\":\\\"push\\\",\\\"status\\\":1},{\\\"notification_type_id\\\":9,\\\"notification_type_name\\\":\\\"Pramotions\\\",\\\"notification_category\\\":\\\"sms\\\",\\\"status\\\":1}]}}\"\r\n}"}],"_postman_id":"e53d876d-1f03-441c-853c-729c71ac9eea"}],"id":"39c96d1a-607a-4727-9423-29d9bce2f1b4","_postman_id":"39c96d1a-607a-4727-9423-29d9bce2f1b4","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Countries","item":[{"name":"Get all countries","id":"f81b1a32-0b1f-4ae4-bfa4-908dd0431587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base-api-url}}/v1/countries","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","countries"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f81b1a32-0b1f-4ae4-bfa4-908dd0431587"}],"id":"a0b5c381-410d-4915-b7f9-2cc7f15df128","_postman_id":"a0b5c381-410d-4915-b7f9-2cc7f15df128","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Delicon","item":[{"name":"get-city-list","id":"278d4511-59f1-434a-a5f5-51529fe9b107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"0e7898bd7464d0c402fe8a949d9cbf9b6e93e84aa4a709c5ddfed82c78d5703380350be8584c1773e8a750cd51207d504dcb723c83675cc04e0779dc80558338\"\r\n}"},"url":"{{base-api-url}}/v1/delicon-city-list","urlObject":{"path":["v1","delicon-city-list"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"4f0b458e-2a94-492a-9fcd-38622f4dcb21","name":"get-city-list","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/delicon-city-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Mar 2022 07:42:12 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.11"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"response\": [\n        {\n            \"city_id\": \"1\",\n            \"city_name\": \"Bayan\",\n            \"city_name_arabic\": \"بيان\",\n            \"city_lat\": \"29.298332135648625\",\n            \"city_long\": \"48.05130296035768\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"2\",\n            \"city_name\": \"Al-Bedae\",\n            \"city_name_arabic\": \"البدع\",\n            \"city_lat\": \"29.314674832362833\",\n            \"city_long\": \"48.08886708465576\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"3\",\n            \"city_name\": \"Bneid Al-Qar\",\n            \"city_name_arabic\": \"بنيد القار\",\n            \"city_lat\": \"29.374419591480475\",\n            \"city_long\": \"48.00355987304689\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"4\",\n            \"city_name\": \"Daiya\",\n            \"city_name_arabic\": \"الدعية\",\n            \"city_lat\": \"29.3604825970449\",\n            \"city_long\": \"48.018501941833485\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"5\",\n            \"city_name\": \"Dasma\",\n            \"city_name_arabic\": \"الدسمة\",\n            \"city_lat\": \"29.36668639177737\",\n            \"city_long\": \"48.00060833862306\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"6\",\n            \"city_name\": \"Hawally\",\n            \"city_name_arabic\": \"حولي\",\n            \"city_lat\": \"29.33782456218798\",\n            \"city_long\": \"48.02343469592284\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"7\",\n            \"city_name\": \"Maidan Hawally\",\n            \"city_name_arabic\": \"ميدان حولي\",\n            \"city_lat\": \"29.33683762094668\",\n            \"city_long\": \"48.040174203698754\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"8\",\n            \"city_name\": \"Mishref\",\n            \"city_name_arabic\": \"مشرف\",\n            \"city_lat\": \"29.27608953073704\",\n            \"city_long\": \"48.06726948477784\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"9\",\n            \"city_name\": \"Mubarak Al-Abdullah - West Mishref\",\n            \"city_name_arabic\": \"مبارك الجابر\",\n            \"city_lat\": \"29.204502820432662\",\n            \"city_long\": \"48.06879022499999\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"11\",\n            \"city_name\": \"Rumaithiya\",\n            \"city_name_arabic\": \"الرميثية\",\n            \"city_lat\": \"29.315165058840464\",\n            \"city_long\": \"48.07218931284178\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"12\",\n            \"city_name\": \"Salmiya\",\n            \"city_name_arabic\": \"السالمية\",\n            \"city_lat\": \"29.335024616150765\",\n            \"city_long\": \"48.07161345254517\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"13\",\n            \"city_name\": \"Salwa\",\n            \"city_name_arabic\": \"سلوى\",\n            \"city_lat\": \"29.29598569833504\",\n            \"city_long\": \"48.079223249365256\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"14\",\n            \"city_name\": \"Shaab\",\n            \"city_name_arabic\": \"الشعب\",\n            \"city_lat\": \"29.34967575199276\",\n            \"city_long\": \"48.02832462176516\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"15\",\n            \"city_name\": \"Sharq\",\n            \"city_name_arabic\": \"شرق\",\n            \"city_lat\": \"29.382253284954377\",\n            \"city_long\": \"47.98889809586183\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"16\",\n            \"city_name\": \"Dasman\",\n            \"city_name_arabic\": \"دسمان\",\n            \"city_lat\": \"29.388267268019185\",\n            \"city_long\": \"47.999551876257314\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"17\",\n            \"city_name\": \"Abdullah Al-Salem\",\n            \"city_name_arabic\": \"عبد الله السالم\",\n            \"city_lat\": \"29.35308312228979\",\n            \"city_long\": \"47.98342903763425\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"18\",\n            \"city_name\": \"Doha\",\n            \"city_name_arabic\": \"الدوحة\",\n            \"city_lat\": \"29.31666538035536\",\n            \"city_long\": \"47.81687269160157\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"19\",\n            \"city_name\": \"Faiha\",\n            \"city_name_arabic\": \"الفيحاء\",\n            \"city_lat\": \"29.339368440435965\",\n            \"city_long\": \"47.9802786984863\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"20\",\n            \"city_name\": \"Ghornata\",\n            \"city_name_arabic\": \"غرناطة\",\n            \"city_lat\": \"29.312574841112937\",\n            \"city_long\": \"47.87671172485351\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"21\",\n            \"city_name\": \"Jaber Al Ahmad\",\n            \"city_name_arabic\": \"جابر الأحمد\",\n            \"city_lat\": \"29.348502272656113\",\n            \"city_long\": \"47.759048000646985\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"22\",\n            \"city_name\": \"Mansouriya\",\n            \"city_name_arabic\": \"المنصورية\",\n            \"city_lat\": \"29.357246663203266\",\n            \"city_long\": \"47.99489863815919\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"23\",\n            \"city_name\": \"Mirqab\",\n            \"city_name_arabic\": \"المرقاب\",\n            \"city_lat\": \"29.365744661491405\",\n            \"city_long\": \"47.98374827678225\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"24\",\n            \"city_name\": \"Nuzha\",\n            \"city_name_arabic\": \"النزهة\",\n            \"city_lat\": \"29.341358687571784\",\n            \"city_long\": \"47.99387486674803\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"25\",\n            \"city_name\": \"Qadsiya\",\n            \"city_name_arabic\": \"القادسية\",\n            \"city_lat\": \"29.3494697537971\",\n            \"city_long\": \"48.00398216461792\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"26\",\n            \"city_name\": \"Jahra Qairawan - South Doha\",\n            \"city_name_arabic\": \"القيروان-جنوب الدوحة\",\n            \"city_lat\": \"29.300355198769005\",\n            \"city_long\": \"47.80090154877931\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"27\",\n            \"city_name\": \"Qibla\",\n            \"city_name_arabic\": \"قبلة\",\n            \"city_lat\": \"29.369984300534778\",\n            \"city_long\": \"47.96893470058595\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"28\",\n            \"city_name\": \"Salhiya\",\n            \"city_name_arabic\": \"الصالحية\",\n            \"city_lat\": \"29.363603980274515\",\n            \"city_long\": \"47.96953325026245\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"29\",\n            \"city_name\": \"Shamiya\",\n            \"city_name_arabic\": \"الشامية\",\n            \"city_lat\": \"29.350724971848553\",\n            \"city_long\": \"47.96879374189455\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"30\",\n            \"city_name\": \"Shuwaikh\",\n            \"city_name_arabic\": \"الشويخ\",\n            \"city_lat\": \"29.355045387790735\",\n            \"city_long\": \"47.953946300366226\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"31\",\n            \"city_name\": \"Sulaibikhat\",\n            \"city_name_arabic\": \"الصليبيخات\",\n            \"city_lat\": \"29.31526144397874\",\n            \"city_long\": \"47.839754182031236\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"32\",\n            \"city_name\": \"Adailiya\",\n            \"city_name_arabic\": \"العديلية\",\n            \"city_lat\": \"29.327501065587107\",\n            \"city_long\": \"47.98362482124022\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"33\",\n            \"city_name\": \"Hitteen\",\n            \"city_name_arabic\": \"حطين\",\n            \"city_lat\": \"29.284071566652713\",\n            \"city_long\": \"48.01849918518066\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"34\",\n            \"city_name\": \"Jabriya\",\n            \"city_name_arabic\": \"الجابرية\",\n            \"city_lat\": \"29.319460944578164\",\n            \"city_long\": \"48.026001528124986\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"35\",\n            \"city_name\": \"Kaifan\",\n            \"city_name_arabic\": \"كيفان\",\n            \"city_lat\": \"29.337498831962534\",\n            \"city_long\": \"47.958777768847675\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"36\",\n            \"city_name\": \"Khaldiya\",\n            \"city_name_arabic\": \"الخالدية\",\n            \"city_lat\": \"29.325083783647763\",\n            \"city_long\": \"47.96382661435547\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"37\",\n            \"city_name\": \"Qortuba\",\n            \"city_name_arabic\": \"قرطبة\",\n            \"city_lat\": \"29.311684085356443\",\n            \"city_long\": \"47.986581746093755\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"38\",\n            \"city_name\": \"Rawda\",\n            \"city_name_arabic\": \"الروضة\",\n            \"city_lat\": \"29.329121173869215\",\n            \"city_long\": \"47.99853115455319\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"39\",\n            \"city_name\": \"South Surra\",\n            \"city_name_arabic\": \"جنوب السرة\",\n            \"city_lat\": \"29.30898157402417\",\n            \"city_long\": \"48.009621036059585\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"40\",\n            \"city_name\": \"Surra\",\n            \"city_name_arabic\": \"السرة\",\n            \"city_lat\": \"29.313771459740536\",\n            \"city_long\": \"48.008333575732436\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"41\",\n            \"city_name\": \"Yarmouk\",\n            \"city_name_arabic\": \"اليرموك\",\n            \"city_lat\": \"29.312532660196283\",\n            \"city_long\": \"47.968767839208994\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"42\",\n            \"city_name\": \"Khaitan\",\n            \"city_name_arabic\": \"خيطان\",\n            \"city_lat\": \"29.283755550322702\",\n            \"city_long\": \"47.97503274562987\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"43\",\n            \"city_name\": \"Siddiq\",\n            \"city_name_arabic\": \"الصديق\",\n            \"city_lat\": \"29.29358669503999\",\n            \"city_long\": \"47.99369422607421\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"44\",\n            \"city_name\": \"Salam\",\n            \"city_name_arabic\": \"السلام\",\n            \"city_lat\": \"29.296629614521144\",\n            \"city_long\": \"48.01338620058594\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"45\",\n            \"city_name\": \"Shuhada\",\n            \"city_name_arabic\": \"الشهداء\",\n            \"city_lat\": \"29.270772949235308\",\n            \"city_long\": \"48.0333021342041\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"46\",\n            \"city_name\": \"Zahra\",\n            \"city_name_arabic\": \"الزهراء\",\n            \"city_lat\": \"29.274478675846403\",\n            \"city_long\": \"47.99969053022462\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"47\",\n            \"city_name\": \"Abdullah Al-Mubarak-West Jleeb\",\n            \"city_name_arabic\": \"عبدالله المبارك-غرب الجليب\",\n            \"city_lat\": \"29.24281540066821\",\n            \"city_long\": \"47.90195658945315\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"48\",\n            \"city_name\": \"Farwaniya\",\n            \"city_name_arabic\": \"الفروانية\",\n            \"city_lat\": \"29.281446364869367\",\n            \"city_long\": \"47.960064228710955\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"49\",\n            \"city_name\": \"Jahra - Jahra Area\",\n            \"city_name_arabic\": \"الجهراء\",\n            \"city_lat\": \"29.336740308506545\",\n            \"city_long\": \"47.67552892883299\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"50\",\n            \"city_name\": \"Andalous\",\n            \"city_name_arabic\": \"الأندلس\",\n            \"city_lat\": \"29.30393112498339\",\n            \"city_long\": \"47.884601314941385\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"51\",\n            \"city_name\": \"Ardhiya\",\n            \"city_name_arabic\": \"العارضية\",\n            \"city_lat\": \"29.288657264032516\",\n            \"city_long\": \"47.90622694248046\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"52\",\n            \"city_name\": \"Ishbiliya\",\n            \"city_name_arabic\": \"اشبيلية\",\n            \"city_lat\": \"29.27263553406767\",\n            \"city_long\": \"47.93910829107665\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"53\",\n            \"city_name\": \"Ferdous\",\n            \"city_name_arabic\": \"الفردوس\",\n            \"city_lat\": \"29.283032298480038\",\n            \"city_long\": \"47.874500462548845\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"54\",\n            \"city_name\": \"Jeleeb Al-Shuyoukh\",\n            \"city_name_arabic\": \"جليب الشيوخ\",\n            \"city_lat\": \"29.259177426507943\",\n            \"city_long\": \"47.93323404562987\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"55\",\n            \"city_name\": \"Rabiya\",\n            \"city_name_arabic\": \"الرابية\",\n            \"city_lat\": \"29.296474276872488\",\n            \"city_long\": \"47.939037813305674\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"56\",\n            \"city_name\": \"Reggai\",\n            \"city_name_arabic\": \"الرقعي\",\n            \"city_lat\": \"29.306587860474007\",\n            \"city_long\": \"47.91466297094724\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"57\",\n            \"city_name\": \"Rehab\",\n            \"city_name_arabic\": \"الرحاب\",\n            \"city_lat\": \"29.28516142202725\",\n            \"city_long\": \"47.93412649580079\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"58\",\n            \"city_name\": \"Jahra - Saad Al Abdullah\",\n            \"city_name_arabic\": \"سعد العبدالله\",\n            \"city_lat\": \"29.314048902788777\",\n            \"city_long\": \"47.71928233723146\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"59\",\n            \"city_name\": \"Sabah Al-Nasser\",\n            \"city_name_arabic\": \"صباح الناصر\",\n            \"city_lat\": \"29.270509748727722\",\n            \"city_long\": \"47.88302985566404\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"60\",\n            \"city_name\": \"Al-Shadadiya\",\n            \"city_name_arabic\": \"الشدادية \",\n            \"city_lat\": \"29.25888679177368\",\n            \"city_long\": \"47.896978226672374\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"61\",\n            \"city_name\": \"Mina Abdullah\",\n            \"city_name_arabic\": \"ميناء عبد الله\",\n            \"city_lat\": \"29.00814338797481\",\n            \"city_long\": \"48.16109437561037\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"62\",\n            \"city_name\": \"Abu Ftaira\",\n            \"city_name_arabic\": \"أبو فطيرة\",\n            \"city_lat\": \"29.19737112780469\",\n            \"city_long\": \"48.103233907006825\",\n            \"state_id\": \"16\"\n        },\n        {\n            \"city_id\": \"63\",\n            \"city_name\": \"Abu Halifa\",\n            \"city_name_arabic\": \"أبو حليفة\",\n            \"city_lat\": \"29.128032893435112\",\n            \"city_long\": \"48.125902038159175\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"64\",\n            \"city_name\": \"Adan\",\n            \"city_name_arabic\": \"العدان\",\n            \"city_lat\": \"29.2330837\",\n            \"city_long\": \"48.06686539218749\",\n            \"state_id\": \"16\"\n        },\n        {\n            \"city_id\": \"65\",\n            \"city_name\": \"Al-Ahmadi\",\n            \"city_name_arabic\": \"الأحمدي\",\n            \"city_lat\": \"29.08343808244685\",\n            \"city_long\": \"48.073432573291015\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"66\",\n            \"city_name\": \"Ali Sabah Al Salem\",\n            \"city_name_arabic\": \"علي صباح السالم\",\n            \"city_lat\": \"28.95694558024965\",\n            \"city_long\": \"48.15488010593261\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"67\",\n            \"city_name\": \"Egaila\",\n            \"city_name_arabic\": \"العقيلة\",\n            \"city_lat\": \"29.168302245290022\",\n            \"city_long\": \"48.10101296943362\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"68\",\n            \"city_name\": \"Fahaheel\",\n            \"city_name_arabic\": \"الفحيحيل\",\n            \"city_lat\": \"29.083010348453726\",\n            \"city_long\": \"48.13344880385742\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"69\",\n            \"city_name\": \"Fahad Al Ahmad\",\n            \"city_name_arabic\": \"فهد الأحمد\",\n            \"city_lat\": \"29.1274635901141\",\n            \"city_long\": \"48.10775888051759\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"70\",\n            \"city_name\": \"Fintas\",\n            \"city_name_arabic\": \"الفنطاس\",\n            \"city_lat\": \"29.17055400459732\",\n            \"city_long\": \"48.11919830805666\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"71\",\n            \"city_name\": \"Fnaitess\",\n            \"city_name_arabic\": \"فنيطيس\",\n            \"city_lat\": \"29.220573656553903\",\n            \"city_long\": \"48.09522933769532\",\n            \"state_id\": \"16\"\n        },\n        {\n            \"city_id\": \"72\",\n            \"city_name\": \"Hadiya\",\n            \"city_name_arabic\": \"هدية\",\n            \"city_lat\": \"29.145820444035156\",\n            \"city_long\": \"48.09281212025148\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"73\",\n            \"city_name\": \"Jaber Al Ali\",\n            \"city_name_arabic\": \"جابر العلي\",\n            \"city_lat\": \"29.1690342184712\",\n            \"city_long\": \"48.08246817474366\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"74\",\n            \"city_name\": \"Mahboula\",\n            \"city_name_arabic\": \"المهبولة\",\n            \"city_lat\": \"29.1494982848048\",\n            \"city_long\": \"48.11918298635252\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"75\",\n            \"city_name\": \"Mangaf\",\n            \"city_name_arabic\": \"المنقف\",\n            \"city_lat\": \"29.10684480174492\",\n            \"city_long\": \"48.124002856713865\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"76\",\n            \"city_name\": \"Magwa\",\n            \"city_name_arabic\": \"المقوع\",\n            \"city_lat\": \"29.150647754490706\",\n            \"city_long\": \"48.03898545649416\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"77\",\n            \"city_name\": \"Messila\",\n            \"city_name_arabic\": \"المسيلة\",\n            \"city_lat\": \"29.249518164424206\",\n            \"city_long\": \"48.09393619370116\",\n            \"state_id\": \"16\"\n        },\n        {\n            \"city_id\": \"78\",\n            \"city_name\": \"Mubarak Al-Kabir\",\n            \"city_name_arabic\": \"مبارك الكبير\",\n            \"city_lat\": \"29.189068094989018\",\n            \"city_long\": \"48.08063486000975\",\n            \"state_id\": \"16\"\n        },\n        {\n            \"city_id\": \"79\",\n            \"city_name\": \"Al-Qurain\",\n            \"city_name_arabic\": \"القرين\",\n            \"city_lat\": \"29.201122037082722\",\n            \"city_long\": \"48.07839254399413\",\n            \"state_id\": \"16\"\n        },\n        {\n            \"city_id\": \"80\",\n            \"city_name\": \"Al-Qusour\",\n            \"city_name_arabic\": \"القصور\",\n            \"city_lat\": \"29.216205423422608\",\n            \"city_long\": \"48.073169099536116\",\n            \"state_id\": \"16\"\n        },\n        {\n            \"city_id\": \"81\",\n            \"city_name\": \"Riqqa\",\n            \"city_name_arabic\": \"الرقة\",\n            \"city_lat\": \"29.150299411786087\",\n            \"city_long\": \"48.10501081336672\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"82\",\n            \"city_name\": \"Sabah Al-Salem\",\n            \"city_name_arabic\": \"صباح السالم\",\n            \"city_lat\": \"29.256174397062022\",\n            \"city_long\": \"48.06261306464844\",\n            \"state_id\": \"16\"\n        },\n        {\n            \"city_id\": \"83\",\n            \"city_name\": \"Sabahiya\",\n            \"city_name_arabic\": \"الصباحية\",\n            \"city_lat\": \"29.107943792134833\",\n            \"city_long\": \"48.10581942182619\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"85\",\n            \"city_name\": \"Zour\",\n            \"city_name_arabic\": \"الزور\",\n            \"city_lat\": \"28.711205704840484\",\n            \"city_long\": \"48.32881370864256\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"86\",\n            \"city_name\": \"Dhaher\",\n            \"city_name_arabic\": \"الظهر\",\n            \"city_lat\": \"29.164872043719903\",\n            \"city_long\": \"48.06798916680909\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"87\",\n            \"city_name\": \"Abdali\",\n            \"city_name_arabic\": \"العبدلي\",\n            \"city_lat\": \"30.02289896271815\",\n            \"city_long\": \"47.705027595507815\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"88\",\n            \"city_name\": \"Abu Hasaniya\",\n            \"city_name_arabic\": \"أبو الحصانية\",\n            \"city_lat\": \"29.190736884980996\",\n            \"city_long\": \"48.11381937573243\",\n            \"state_id\": \"16\"\n        },\n        {\n            \"city_id\": \"90\",\n            \"city_name\": \"Jahra - Amgarah Industrial\",\n            \"city_name_arabic\": \"أمغرة\",\n            \"city_lat\": \"29.300228499324586\",\n            \"city_long\": \"47.758878465014654\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"91\",\n            \"city_name\": \"Jahra - Oyoun\",\n            \"city_name_arabic\": \"العيون\",\n            \"city_lat\": \"29.330270964027633\",\n            \"city_long\": \"47.65779281383056\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"92\",\n            \"city_name\": \"Bnaider\",\n            \"city_name_arabic\": \"بنيدر\",\n            \"city_lat\": \"28.776126676043223\",\n            \"city_long\": \"48.28424396606444\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"93\",\n            \"city_name\": \"Dhajeej\",\n            \"city_name_arabic\": \"الضجيج\",\n            \"city_lat\": \"29.261958120951984\",\n            \"city_long\": \"47.96294647573241\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"94\",\n            \"city_name\": \"Al-Julaia'a\",\n            \"city_name_arabic\": \"الجليعة\",\n            \"city_lat\": \"28.884342428738037\",\n            \"city_long\": \"48.26305506999512\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"95\",\n            \"city_name\": \"Residential Khairan\",\n            \"city_name_arabic\": \"الخيران السكنية\",\n            \"city_lat\": \"28.662921283333375\",\n            \"city_long\": \"48.28164068984373\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"96\",\n            \"city_name\": \"Al Khiran\",\n            \"city_name_arabic\": \"الخيران\",\n            \"city_lat\": \"28.668904456914223\",\n            \"city_long\": \"48.368603588854974\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"97\",\n            \"city_name\": \"Al Masayel\",\n            \"city_name_arabic\": \"المسايل\",\n            \"city_lat\": \"29.238965388668504\",\n            \"city_long\": \"48.08773512592773\",\n            \"state_id\": \"16\"\n        },\n        {\n            \"city_id\": \"98\",\n            \"city_name\": \"Mubarakiya\",\n            \"city_name_arabic\": \"المباركية\",\n            \"city_lat\": \"29.37434222105776\",\n            \"city_long\": \"47.972444078573595\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"99\",\n            \"city_name\": \"Al Mutlaa\",\n            \"city_name_arabic\": \"المطلاع\",\n            \"city_lat\": \"29.464244414561374\",\n            \"city_long\": \"47.58400530358887\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"100\",\n            \"city_name\": \"Jahra - Naeem\",\n            \"city_name_arabic\": \"النعيم\",\n            \"city_lat\": \"29.333467625785328\",\n            \"city_long\": \"47.69348640058594\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"101\",\n            \"city_name\": \"Nahda\",\n            \"city_name_arabic\": \"النهضة\",\n            \"city_lat\": \"29.30395087286466\",\n            \"city_long\": \"47.860009597961415\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"102\",\n            \"city_name\": \"Jahra - Nasseem\",\n            \"city_name_arabic\": \"النسيم\",\n            \"city_lat\": \"29.318827163911948\",\n            \"city_long\": \"47.67746935303954\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"103\",\n            \"city_name\": \"Al-Nuwaiseeb\",\n            \"city_name_arabic\": \"النويصيب\",\n            \"city_lat\": \"28.592178733008865\",\n            \"city_long\": \"48.36867989990234\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"104\",\n            \"city_name\": \"Omariya\",\n            \"city_name_arabic\": \"العمرية\",\n            \"city_lat\": \"29.295626826761367\",\n            \"city_long\": \"47.95577085350344\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"105\",\n            \"city_name\": \"Jahra - Qasr\",\n            \"city_name_arabic\": \"القصر\",\n            \"city_lat\": \"29.340473437810168\",\n            \"city_long\": \"47.69711868798828\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"106\",\n            \"city_name\": \"Rai\",\n            \"city_name_arabic\": \"الري\",\n            \"city_lat\": \"29.30816718145694\",\n            \"city_long\": \"47.94412833822023\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"107\",\n            \"city_name\": \"Al Khiran\",\n            \"city_name_arabic\": \"الخيران\",\n            \"city_lat\": \"28.671099938857548\",\n            \"city_long\": \"48.368549822900405\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"108\",\n            \"city_name\": \"Sabah Al Ahmad\",\n            \"city_name_arabic\": \"صباح الأحمد\",\n            \"city_lat\": \"28.786857788693826\",\n            \"city_long\": \"48.07054567250978\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"109\",\n            \"city_name\": \"Sabhan Industrial Area\",\n            \"city_name_arabic\": \"صبحان الصناعية\",\n            \"city_lat\": \"29.231822643397425\",\n            \"city_long\": \"48.003742750830085\",\n            \"state_id\": \"16\"\n        },\n        {\n            \"city_id\": \"110\",\n            \"city_name\": \"Sawabir\",\n            \"city_name_arabic\": \"الصوابر\",\n            \"city_lat\": \"29.376121796911725\",\n            \"city_long\": \"47.982075904724134\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"111\",\n            \"city_name\": \"Al-Shuaiba\",\n            \"city_name_arabic\": \"الشعيبة\",\n            \"city_lat\": \"28.96106878851457\",\n            \"city_long\": \"48.11721688649904\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"112\",\n            \"city_name\": \"Jahra - Sulaibiya\",\n            \"city_name_arabic\": \"الصليبية\",\n            \"city_lat\": \"29.285334365051707\",\n            \"city_long\": \"47.81813775625\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"113\",\n            \"city_name\": \"Jahra - Taima\",\n            \"city_name_arabic\": \"تيماء\",\n            \"city_lat\": \"29.330971535889194\",\n            \"city_long\": \"47.682351588977035\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"114\",\n            \"city_name\": \"Jahra - Waha\",\n            \"city_name_arabic\": \"الواحة\",\n            \"city_lat\": \"29.34444550269514\",\n            \"city_long\": \"47.6579157847168\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"115\",\n            \"city_name\": \"Daher\",\n            \"city_name_arabic\": \"الظهر\",\n            \"city_lat\": \"29.164759677983607\",\n            \"city_long\": \"48.06782225396726\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"116\",\n            \"city_name\": \"Mubarak Al-Abdullah\",\n            \"city_name_arabic\": \"ضاحية مبارك العبدالله\",\n            \"city_lat\": \"29.27671673484777\",\n            \"city_long\": \"48.04819768261718\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"117\",\n            \"city_name\": \"Abraq Khaitan\",\n            \"city_name_arabic\": \"أبرق خيطان\",\n            \"city_lat\": \"29.300271573762995\",\n            \"city_long\": \"47.97214973324584\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"118\",\n            \"city_name\": \"North West Sulaibikhat\",\n            \"city_name_arabic\": \"شمال غرب الصليبخات\",\n            \"city_lat\": \"29.328348978072384\",\n            \"city_long\": \"47.81042833862307\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"120\",\n            \"city_name\": \"Jahra - Oyoun\",\n            \"city_name_arabic\": \"العيون\",\n            \"city_lat\": \"29.330614495959356\",\n            \"city_long\": \"47.65783138220214\",\n            \"state_id\": \"14\"\n        },\n        {\n            \"city_id\": \"121\",\n            \"city_name\": \"Ali Sabah Al-Salim\",\n            \"city_name_arabic\": \"علي صباح السالم\",\n            \"city_lat\": \"28.957197500661664\",\n            \"city_long\": \"48.154997661376946\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"122\",\n            \"city_name\": \"Eqaila\",\n            \"city_name_arabic\": \"العقيلة\",\n            \"city_lat\": \"29.16855197076431\",\n            \"city_long\": \"48.10110477406615\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"123\",\n            \"city_name\": \"Mina Abd Allah\",\n            \"city_name_arabic\": \"ميناء عبد الله\",\n            \"city_lat\": \"29.008223628395726\",\n            \"city_long\": \"48.16117907098716\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"124\",\n            \"city_name\": \"Nugra\",\n            \"city_name_arabic\": \"النقرة\",\n            \"city_lat\": \"29.33284802019438\",\n            \"city_long\": \"48.00996591401674\",\n            \"state_id\": \"10\"\n        },\n        {\n            \"city_id\": \"125\",\n            \"city_name\": \"Al Wafrah\",\n            \"city_name_arabic\": \"الوفرة\",\n            \"city_lat\": \"28.592903358541236\",\n            \"city_long\": \"48.10444531249998\",\n            \"state_id\": \"15\"\n        },\n        {\n            \"city_id\": \"126\",\n            \"city_name\": \"Shuwaikh Industrial 1\",\n            \"city_name_arabic\": \"شويخ الصناعية 1\",\n            \"city_lat\": \"29.334451953002066\",\n            \"city_long\": \"47.9395401869751\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"127\",\n            \"city_name\": \"Shuwaikh Industrial 2\",\n            \"city_name_arabic\": \"شويخ الصناعية 2\",\n            \"city_lat\": \"29.32421911597717\",\n            \"city_long\": \"47.94848803624878\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"128\",\n            \"city_name\": \"Shuwaikh Industrial 3\",\n            \"city_name_arabic\": \"شويخ الصناعية 3\",\n            \"city_lat\": \"29.32120706160518\",\n            \"city_long\": \"47.93007735357056\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"129\",\n            \"city_name\": \"Shuwaikh Residential\",\n            \"city_name_arabic\": \"شويخ السكنية\",\n            \"city_lat\": \"29.354110335262675\",\n            \"city_long\": \"47.958401480767826\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"130\",\n            \"city_name\": \"Shuwaikh Educational\",\n            \"city_name_arabic\": \"شويخ التعلمية\",\n            \"city_lat\": \"29.332020110347646\",\n            \"city_long\": \"47.91726712331543\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"131\",\n            \"city_name\": \"Mubarakiya Camps\",\n            \"city_name_arabic\": \"معسكرات المباركية\",\n            \"city_lat\": \"29.31450913127264\",\n            \"city_long\": \"47.909714022729496\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"132\",\n            \"city_name\": \"Kabed\",\n            \"city_name_arabic\": \"كبد\",\n            \"city_lat\": \"29.089518506821463\",\n            \"city_long\": \"47.74500493154297\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"133\",\n            \"city_name\": \"Dubayia\",\n            \"city_name_arabic\": \"الضبيعية\",\n            \"city_lat\": \"28.934067987862125\",\n            \"city_long\": \"48.20205334768067\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"134\",\n            \"city_name\": \"Ardhiya Herafi\",\n            \"city_name_arabic\": \"عارضية الحرفية\",\n            \"city_lat\": \"29.293477018102923\",\n            \"city_long\": \"47.91065816030274\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"136\",\n            \"city_name\": \"Kazma\",\n            \"city_name_arabic\": \"كاظمة\",\n            \"city_lat\": \"29.420053219190937\",\n            \"city_long\": \"47.69934300527344\",\n            \"state_id\": \"9\"\n        },\n        {\n            \"city_id\": \"137\",\n            \"city_name\": \"West Abdullah AlMubarak\",\n            \"city_name_arabic\": \"غرب عبدالله المبارك\",\n            \"city_lat\": \"29.3817678\",\n            \"city_long\": \"47.9829276\",\n            \"state_id\": \"11\"\n        },\n        {\n            \"city_id\": \"138\",\n            \"city_name\": \"Kuwait City\",\n            \"city_name_arabic\": \"Kuwait City\",\n            \"city_lat\": \"29.375784401293966\",\n            \"city_long\": \"47.977391520593265\",\n            \"state_id\": \"9\"\n        }\n    ]\n}"}],"_postman_id":"278d4511-59f1-434a-a5f5-51529fe9b107"},{"name":"create","id":"1576b756-e5f9-4c10-bc2d-d06bdb46ad1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"deliveryPhone","value":"456456456","type":"text"},{"key":"deliveryBlock","value":"112","type":"text"},{"key":"deliveryStreet","value":"citystreet","type":"text"},{"key":"deliveryHose","value":"1","type":"text"},{"key":"deliveryCity","value":"1","type":"text"}]},"url":"{{base-api-url}}/v1/delicon","urlObject":{"path":["v1","delicon"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"b9f160f1-2db6-441d-a979-c6519251288d","name":"create","originalRequest":{"method":"POST","header":[{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"deliveryPhone","value":"456456456","type":"text"},{"key":"deliveryBlock","value":"112","type":"text"},{"key":"deliveryStreet","value":"citystreet","type":"text"},{"key":"deliveryHose","value":"1","type":"text"},{"key":"deliveryCity","value":"1","type":"text"}]},"url":"{{base-api-url}}/v1/delicon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Mar 2022 07:43:38 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.11"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.11"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"342"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"response\": {\n        \"merchant_id\": 84,\n        \"order_pick_address_id\": 1,\n        \"order_id\": 5355,\n        \"amount\": 2,\n        \"delivery_date\": \"2022-03-30\",\n        \"delivery_time\": \"12:00:00\",\n        \"phone_no\": \"456456456\",\n        \"house_no\": \"1\",\n        \"street\": \"citystreet\",\n        \"block_no\": \"112\",\n        \"city_id\": \"1\",\n        \"updated_at\": \"2022-03-29 10:43:40\",\n        \"created_at\": \"2022-03-29 10:43:40\",\n        \"id\": 6\n    }\n}"}],"_postman_id":"1576b756-e5f9-4c10-bc2d-d06bdb46ad1a"},{"name":"New Request","id":"c23e3e72-536e-43ea-b64a-d393136def3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"c23e3e72-536e-43ea-b64a-d393136def3a"}],"id":"e4f5240a-feeb-4acd-826d-d83fa8698ac8","_postman_id":"e4f5240a-feeb-4acd-826d-d83fa8698ac8","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Mobile Login","item":[{"name":"Forgot Password","id":"78e461a8-1b6a-4df9-8adc-92d612af66e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"78e461a8-1b6a-4df9-8adc-92d612af66e1"}],"id":"3fad38ed-860e-4696-a342-aee4a6710dc4","_postman_id":"3fad38ed-860e-4696-a342-aee4a6710dc4","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Invoice Landing","item":[{"name":"landing Page","id":"ba4e526f-08ed-4653-ace2-da67397c4688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base-api-url}}/v1/smspay/79E6W869","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","smspay","79E6W869"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba4e526f-08ed-4653-ace2-da67397c4688"},{"name":"landing Page sms","id":"0ca6be6d-6622-4c4f-b30f-c0520a759aa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base-api-url}}/v1/smspay/invoice/89616682819649R84EE7813","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","smspay","invoice","89616682819649R84EE7813"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ca6be6d-6622-4c4f-b30f-c0520a759aa6"},{"name":"Payment Request","id":"a5380ef1-d744-4645-bd4b-8360fc4eb9cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\":\"8416829192199QQR85YE39\",\r\n    \"payType\":\"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/smspay/payment-checkout","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","smspay","payment-checkout"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5380ef1-d744-4645-bd4b-8360fc4eb9cf"},{"name":"Payment Response","id":"0b0f5d87-5be2-439e-9932-75f6330a24df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\":\"8416829192199QQR85YE39\",\r\n    \"payType\":\"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/smspay/payment-response/93Q47WW8?data=1418e6ddfcdd0794dd1e5a8e4bacb49255d0592fbb60d21f7a33d59b63630d95dac1b2a6650f4a5215530e639f4ea61d7930293eee4b4e18dff9edfca846feac9f3b7e13de346696d308a2fff2dbcdb2cabecf7703a30f6cb5c1e532c3de3e1ce7c5490f76011f4dfa9c8d6d9e03c79cfbceeb854fe75e658408dac9abb8f9048fd7d3009bd18ecc414025208e38ff705cd6992c26ff56cdb3f9306ecadc225fd6c939c6899a92f38dc2f4e6b9891c2cb1a8362e28a525cee92a483ffc89a01c9cc5b99afd2fa0c0a55a57b8d22685f52d4a0619e68325c3e01094b5a3db0c51206380f5864f2d4657177867f55016447aa880cf35dcf1d4235697d459a0f0a1175409204cb413cf922a8e5158fd3776f0ba2ed3c542a7bf9f7281052ca9faabd3d3e245a2c5b56472bec8a60d8150c5c6f8cf7c85d480221e4978294e943b7fa06360b4ba8e5fe2a189c565fafd5d85fa1984fd439295e872d2aaa4bfc1ae44a03b77b5d89c54bdf3e5d17bb4b2e263f58008c0cdd4c7ea83c45031c66e0b2d4db14a47518b01fef26fbab55467e80b6935f1c95c8ac1d23a6d66c0b6b790a2573676c26f7dae5834894dbe88c784b39c66171fa97da7d6c342a","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","smspay","payment-response","93Q47WW8"],"host":["{{base-api-url}}"],"query":[{"key":"data","value":"1418e6ddfcdd0794dd1e5a8e4bacb49255d0592fbb60d21f7a33d59b63630d95dac1b2a6650f4a5215530e639f4ea61d7930293eee4b4e18dff9edfca846feac9f3b7e13de346696d308a2fff2dbcdb2cabecf7703a30f6cb5c1e532c3de3e1ce7c5490f76011f4dfa9c8d6d9e03c79cfbceeb854fe75e658408dac9abb8f9048fd7d3009bd18ecc414025208e38ff705cd6992c26ff56cdb3f9306ecadc225fd6c939c6899a92f38dc2f4e6b9891c2cb1a8362e28a525cee92a483ffc89a01c9cc5b99afd2fa0c0a55a57b8d22685f52d4a0619e68325c3e01094b5a3db0c51206380f5864f2d4657177867f55016447aa880cf35dcf1d4235697d459a0f0a1175409204cb413cf922a8e5158fd3776f0ba2ed3c542a7bf9f7281052ca9faabd3d3e245a2c5b56472bec8a60d8150c5c6f8cf7c85d480221e4978294e943b7fa06360b4ba8e5fe2a189c565fafd5d85fa1984fd439295e872d2aaa4bfc1ae44a03b77b5d89c54bdf3e5d17bb4b2e263f58008c0cdd4c7ea83c45031c66e0b2d4db14a47518b01fef26fbab55467e80b6935f1c95c8ac1d23a6d66c0b6b790a2573676c26f7dae5834894dbe88c784b39c66171fa97da7d6c342a"}],"variable":[]}},"response":[],"_postman_id":"0b0f5d87-5be2-439e-9932-75f6330a24df"},{"name":"Payment Webhook","id":"84fb1803-4885-476c-9419-8f400fb104f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{base-api-url}}/v1/smspay/smspay-webhook-response/9886","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","smspay","smspay-webhook-response","9886"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"84fb1803-4885-476c-9419-8f400fb104f5"},{"name":"Open-Invoice","id":"e15a57c5-4f24-4bd2-8e64-0ef66b8d2a82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e15a57c5-4f24-4bd2-8e64-0ef66b8d2a82"},{"name":"Open-Invoice Payment","id":"2cbb170a-8c89-4f1e-bc53-83cafd53250e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"jamalShah\",\r\n    \"countryCode\":\"11\",\r\n    \"email\": \"mohammedbori@gmail.com\",\r\n    \"number\":\"66116928\",\r\n    \"amount\":\"10.000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/open-invoice/checkout/payment/841662900188935WQ88935","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","open-invoice","checkout","payment","841662900188935WQ88935"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2cbb170a-8c89-4f1e-bc53-83cafd53250e"}],"id":"5fcefd06-7e81-47ef-9d25-3479120e3ae5","_postman_id":"5fcefd06-7e81-47ef-9d25-3479120e3ae5","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"New Folder","item":[{"name":"{{base-api-url}}/v1/emailNotification","id":"0d587e40-8a86-4aec-a7e2-902d2bfb80d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"log\": {\r\n        \"token\": \"1234\",\r\n        \"merchantId\": \"1\",\r\n        \"serviceId\": \"1\",\r\n        \"merchantName\": \"Merchant Name\"\r\n    },\r\n    \"mail\": {\r\n        \"from_name\": \"Marchant name\", \r\n        \"from\": \"info@hesabe.com\",        \r\n        \"to\": \"megha@hesabe.com\",\r\n        \"subject\": \"Emailnotification\",\r\n        \"body\": \"Hi Test , Your transaction amount is KD 1 with the ref no : 102 . Review and pay at http://dis.hesbstck.com/pay-invoice/841635248998977387754951\",\r\n        \"type\": \"standard\",\r\n        \"greeting\": \"Hi,\",\r\n        \"salutation\": \"Regards, Team\",\r\n        \"introLines\": \"The introduction to the notification.\",\r\n        \"outroLines\": \"Thank you for using our application!\",\r\n        \"actionText\": \"\",\r\n        \"actionUrl\": \"\"      \r\n    }\r\n}"},"url":"{{base-api-url}}/v1/emailNotification","urlObject":{"path":["v1","emailNotification"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d587e40-8a86-4aec-a7e2-902d2bfb80d3"}],"id":"754f4741-442b-4f99-8ada-0efeff2aa077","_postman_id":"754f4741-442b-4f99-8ada-0efeff2aa077","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Rental","item":[{"name":"Asset","item":[{"name":"post asset details","id":"4483bd97-70aa-4947-8875-c4be4a74a1c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"merchantCode\": \"842217\",\r\n        \"assetName\": \"new asset\",\r\n        \"description\":\"test\",\r\n        \"address\":\"test\",\r\n        \"unitcount\":10\r\n\r\n\r\n\r\n    }"},"url":"{{base-api-url}}/v1/rental/asset","urlObject":{"path":["v1","rental","asset"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"7268b585-8b41-47d8-a59c-b104d8b83e76","name":"post asset details","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"merchantCode\": \"842217\",\r\n        \"assetName\": \"new asset\",\r\n        \"description\":\"test\",\r\n        \"address\":\"test\",\r\n        \"unitcount\":10\r\n\r\n    }"},"url":"{{base-api-url}}/v1/rental/asset"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Asset has been created successfully.\",\r\n    \"response\": {\r\n        \"id\": 6,\r\n        \"assetName\": \"new asset\",\r\n        \"description\": \"test\",\r\n        \"address\": \"test\",\r\n        \"unitcount\": 10,\r\n        \"status\": 1,\r\n        \"created_by\": 84\r\n    }\r\n}"}],"_postman_id":"4483bd97-70aa-4947-8875-c4be4a74a1c4"},{"name":"get all asset details","id":"9461e23d-cd78-4dd1-8766-15d687045a7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n}"},"url":"{{base-api-url}}/v1/rental/asset","urlObject":{"path":["v1","rental","asset"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"toDate","value":"2023-02-31"},{"disabled":true,"key":"fromDate","value":"2023-01-31"},{"disabled":true,"key":"status","value":"1"},{"disabled":true,"key":"search","value":"new asset"},{"disabled":true,"key":"employee","value":""}],"variable":[]}},"response":[{"id":"9dc6d44f-f829-4b05-a3d3-48f5bf3229db","name":"get all asset details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n}"},"url":{"raw":"{{base-api-url}}/v1/rental/asset?toDate=2023-02-31&fromDate=2023-01-31&status=1","host":["{{base-api-url}}"],"path":["v1","rental","asset"],"query":[{"key":"toDate","value":"2023-02-31"},{"key":"fromDate","value":"2023-01-31"},{"key":"status","value":"1"},{"key":"search","value":"new asset","disabled":true},{"key":"employee","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Assets List\",\r\n    \"response\": {\r\n        \"data\": [\r\n            {\r\n                \"id\": 7,\r\n                \"assetName\": \"test\",\r\n                \"description\": \"test test\",\r\n                \"address\": \"test\",\r\n                \"unitcount\": 53,\r\n                \"status\": 0,\r\n                \"merchant\": 84,\r\n                \"created_by\": \"test\",\r\n                \"edited_by\": \"test\",\r\n                \"createdat\": \"2023-02-06 14:32:39\",\r\n                \"updatedat\": \"2023-02-07 13:06:28\"\r\n            },\r\n            {\r\n                \"id\": 6,\r\n                \"assetName\": \"new asset\",\r\n                \"description\": \"test\",\r\n                \"address\": \"test\",\r\n                \"unitcount\": 10,\r\n                \"status\": 1,\r\n                \"merchant\": 84,\r\n                \"created_by\": \"test\",\r\n                \"edited_by\": \"test\",\r\n                \"createdat\": \"2023-02-05 12:35:02\",\r\n                \"updatedat\": \"2023-02-05 12:35:02\"\r\n            },\r\n            {\r\n                \"id\": 5,\r\n                \"assetName\": \"new asset\",\r\n                \"description\": \"test\",\r\n                \"address\": \"test\",\r\n                \"unitcount\": 10,\r\n                \"status\": 1,\r\n                \"merchant\": 84,\r\n                \"created_by\": \"test\",\r\n                \"edited_by\": \"test\",\r\n                \"createdat\": \"2023-01-31 22:22:27\",\r\n                \"updatedat\": \"2023-01-31 22:22:27\"\r\n            },\r\n            {\r\n                \"id\": 4,\r\n                \"assetName\": \"new asset\",\r\n                \"description\": \"test\",\r\n                \"address\": \"test\",\r\n                \"unitcount\": 10,\r\n                \"status\": 1,\r\n                \"merchant\": 84,\r\n                \"created_by\": \"test\",\r\n                \"edited_by\": \"test\",\r\n                \"createdat\": \"2023-01-31 22:14:03\",\r\n                \"updatedat\": \"2023-01-31 22:14:03\"\r\n            },\r\n            {\r\n                \"id\": 3,\r\n                \"assetName\": \"test\",\r\n                \"description\": \"test\",\r\n                \"address\": \"test\",\r\n                \"unitcount\": 3,\r\n                \"status\": 1,\r\n                \"merchant\": 84,\r\n                \"created_by\": \"test\",\r\n                \"edited_by\": \"test\",\r\n                \"createdat\": \"2023-01-23 08:09:40\",\r\n                \"updatedat\": \"2023-01-23 08:09:40\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"assetName\": \"test\",\r\n                \"description\": \"test test\",\r\n                \"address\": \"test\",\r\n                \"unitcount\": 53,\r\n                \"status\": 1,\r\n                \"merchant\": 84,\r\n                \"created_by\": \"test\",\r\n                \"edited_by\": \"test\",\r\n                \"createdat\": \"2023-01-22 17:04:12\",\r\n                \"updatedat\": \"2023-02-05 12:39:13\"\r\n            }\r\n        ],\r\n        \"pagination\": {\r\n            \"total\": 6,\r\n            \"count\": 6,\r\n            \"per_page\": 15,\r\n            \"current_page\": 1,\r\n            \"total_pages\": 1,\r\n            \"page_url\": \"https://127.0.0.1:8000/api/v1/rental/asset\",\r\n            \"next_page_url\": null,\r\n            \"previous_page_url\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"9461e23d-cd78-4dd1-8766-15d687045a7d"},{"name":"get asset details by id","id":"cfd2d4ac-730e-4acd-b188-7f2dcb9e4511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n}"},"url":"{{base-api-url}}/v1/rental/asset/2","urlObject":{"path":["v1","rental","asset","2"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"1426cfc6-cfb6-478e-a349-f84821085280","name":"get asset details by id","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"password","value":"{{systempassword}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n}"},"url":"{{base-api-url}}/v1/rental/asset/2"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Asset Details\",\r\n    \"response\": {\r\n        \"id\": 2,\r\n        \"assetName\": \"test\",\r\n        \"description\": \"test test\",\r\n        \"address\": \"test\",\r\n        \"unitcount\": 53,\r\n        \"status\": 1,\r\n        \"created_by\": 84\r\n    }\r\n}"}],"_postman_id":"cfd2d4ac-730e-4acd-b188-7f2dcb9e4511"},{"name":"update asset details by id","id":"00ed610d-41f6-4746-b81c-531b9d868039","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"merchantCode\": \"842217\",\r\n        \"assetName\": \"test\",\r\n        \"description\":\"test test\",\r\n        \"address\":\"test\",\r\n        \"status\":0,\r\n        \"unitcount\":53\r\n    }"},"url":"{{base-api-url}}/v1/rental/asset/7","urlObject":{"path":["v1","rental","asset","7"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"522b93ba-93a5-439c-8606-e1ea8258352d","name":"update asset details by id","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"merchantCode\": \"842217\",\r\n        \"assetName\": \"test\",\r\n        \"description\":\"test test\",\r\n        \"address\":\"test\",\r\n        \"unitcount\":5\r\n\r\n\r\n\r\n    }"},"url":"{{base-api-url}}/v1/rental/asset/2"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Asset updated successfully\",\r\n    \"response\": {\r\n        \"id\": 2,\r\n        \"assetName\": \"test\",\r\n        \"description\": \"test test\",\r\n        \"address\": \"test\",\r\n        \"unitcount\": 53,\r\n        \"status\": 1,\r\n        \"created_by\": 84\r\n    }\r\n}"}],"_postman_id":"00ed610d-41f6-4746-b81c-531b9d868039"}],"id":"f1a4eada-e812-4a67-9804-70de01121832","_postman_id":"f1a4eada-e812-4a67-9804-70de01121832","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Unit","item":[{"name":"get all units","id":"4bfb82d0-8954-4f1f-b1d1-4c29a08a24b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n\r\n}"},"url":"{{base-api-url}}/v1/rental/unit/","urlObject":{"path":["v1","rental","unit",""],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"assetid","value":"14"},{"disabled":true,"key":"bycategory","value":"true"},{"disabled":true,"key":"search","value":"flat5"},{"disabled":true,"key":"fromDate","value":"2023-01-23"},{"disabled":true,"key":"toDate","value":"2023-01-23"},{"disabled":true,"key":"rentstatus","value":"1"},{"disabled":true,"key":"employee","value":""},{"disabled":true,"key":"activestatus","value":"1"}],"variable":[]}},"response":[{"id":"91e7b1fc-674a-44ec-b017-bad3f0026a90","name":"get all units","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"password","value":"{{systempassword}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n     \r\n}"},"url":{"raw":"{{base-api-url}}/v1/rental/unit/","host":["{{base-api-url}}"],"path":["v1","rental","unit",""],"query":[{"key":"assetid","value":"2","disabled":true},{"key":"bycategory","value":"true","disabled":true},{"key":"search","value":"flat5","type":"text","disabled":true},{"key":"fromDate","value":"2023-01-23","type":"text","disabled":true},{"key":"toDate","value":"2023-01-23","type":"text","disabled":true},{"key":"status","value":null,"type":"text","disabled":true},{"key":"employee","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Units List\",\r\n    \"response\": {\r\n        \"data\": [\r\n            {\r\n                \"UnitId\": 18,\r\n                \"Unitname\": \"flat5\",\r\n                \"description\": \"room rent\",\r\n                \"rentamount\": \"200.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 0,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-02-07 11:44:24\",\r\n                \"updatedat\": \"2023-02-07 11:44:24\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 17,\r\n                \"Unitname\": \"flat53\",\r\n                \"description\": \"room rent\",\r\n                \"rentamount\": \"200.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 1,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-02-07 11:20:41\",\r\n                \"updatedat\": \"2023-02-07 11:20:41\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 16,\r\n                \"Unitname\": \"flat5\",\r\n                \"description\": \"room rent\",\r\n                \"rentamount\": \"200.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 1,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-02-07 11:12:58\",\r\n                \"updatedat\": \"2023-02-07 11:12:58\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 15,\r\n                \"Unitname\": \"flat56\",\r\n                \"description\": \"room rent\",\r\n                \"rentamount\": \"200.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 1,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-02-07 11:09:51\",\r\n                \"updatedat\": \"2023-02-07 11:09:51\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 14,\r\n                \"Unitname\": \"flat5\",\r\n                \"description\": \"room rent\",\r\n                \"rentamount\": \"200.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 1,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-02-07 11:08:34\",\r\n                \"updatedat\": \"2023-02-07 11:08:34\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 13,\r\n                \"Unitname\": \"flat5\",\r\n                \"description\": \"room rent\",\r\n                \"rentamount\": \"200.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 1,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-02-06 14:53:24\",\r\n                \"updatedat\": \"2023-02-06 14:53:24\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 12,\r\n                \"Unitname\": \"flat5\",\r\n                \"description\": \"room rent\",\r\n                \"rentamount\": \"200.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 1,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-02-05 12:40:22\",\r\n                \"updatedat\": \"2023-02-05 12:40:22\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 11,\r\n                \"Unitname\": \"flat5\",\r\n                \"description\": \"room rent\",\r\n                \"rentamount\": \"200.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 1,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-01-25 10:56:57\",\r\n                \"updatedat\": \"2023-01-25 10:56:57\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 10,\r\n                \"Unitname\": \"flat5\",\r\n                \"description\": \"room rent\",\r\n                \"rentamount\": \"200.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 1,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-01-25 09:37:21\",\r\n                \"updatedat\": \"2023-01-25 09:37:21\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 9,\r\n                \"Unitname\": \"flat5\",\r\n                \"description\": \"room rent\",\r\n                \"rentamount\": \"200.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 1,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-01-25 09:34:12\",\r\n                \"updatedat\": \"2023-01-25 09:34:12\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 8,\r\n                \"Unitname\": \"flat8\",\r\n                \"description\": \"room for rent monthly\",\r\n                \"rentamount\": \"280.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"2.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 1,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-01-25 09:24:10\",\r\n                \"updatedat\": \"2023-02-07 11:13:16\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 7,\r\n                \"Unitname\": \"flat5\",\r\n                \"description\": \"room rent\",\r\n                \"rentamount\": \"200.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 1,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-01-25 09:23:00\",\r\n                \"updatedat\": \"2023-01-25 09:23:00\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 6,\r\n                \"Unitname\": \"flat5\",\r\n                \"description\": \"room rent\",\r\n                \"rentamount\": \"200.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 0,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-01-25 09:08:11\",\r\n                \"updatedat\": \"2023-01-25 09:08:11\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 5,\r\n                \"Unitname\": \"flat123\",\r\n                \"description\": \"room rent\",\r\n                \"rentamount\": \"200.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 0,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-01-24 15:17:14\",\r\n                \"updatedat\": \"2023-01-24 15:17:14\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            },\r\n            {\r\n                \"UnitId\": 4,\r\n                \"Unitname\": \"flat123\",\r\n                \"description\": \"room\",\r\n                \"rentamount\": \"190.00\",\r\n                \"unitstatus\": 1,\r\n                \"Rentaltype\": 0,\r\n                \"merchant\": 84,\r\n                \"discountamount\": \"3.00\",\r\n                \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n                \"discountenddate\": \"2023-01-01 00:00:00\",\r\n                \"discountstatus\": 0,\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-01-24 08:29:20\",\r\n                \"updatedat\": \"2023-01-24 08:29:20\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                }\r\n            }\r\n        ],\r\n        \"pagination\": {\r\n            \"total\": 18,\r\n            \"count\": 15,\r\n            \"per_page\": 15,\r\n            \"current_page\": 1,\r\n            \"total_pages\": 2,\r\n            \"page_url\": \"https://127.0.0.1:8000/api/v1/rental/unit\",\r\n            \"next_page_url\": \"https://127.0.0.1:8000/api/v1/rental/unit?page=2\",\r\n            \"previous_page_url\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"4bfb82d0-8954-4f1f-b1d1-4c29a08a24b1"},{"name":"post data to units","id":"79197dfa-f18f-4c91-8a6b-34ab9b711164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":3,\r\n     \"Unitname\":\"flat100 emp\",\r\n     \"description\":\"room rent\",\r\n     \"rentamount\":200,\r\n     \"unitrentstatus\":1,\r\n     \"unitactivestatus\":1,\r\n     \"Rentaltype\":0,\r\n     \"discountstartdate\":\"2023-01-01\",\r\n     \"discountenddate\":\"2023-01-01\",\r\n     \"discountamount\":3\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/unit","urlObject":{"path":["v1","rental","unit"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"559cba31-39ad-4a11-8672-3ad9c71ae977","name":"post data to units","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"password","value":"{{systempassword}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":3,\r\n     \"Unitname\":\"flat5\",\r\n     \"description\":\"room rent\",\r\n     \"rentamount\":200,\r\n     \"unitstatus\":1,\r\n     \"Unittype\":0,\r\n     \"discountstartdate\":\"2023-01-01\",\r\n     \"discountenddate\":\"2023-01-01\",\r\n     \"discountamount\":3\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/unit"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Unit has been created successfully.\",\r\n    \"response\": {\r\n        \"UnitId\": 12,\r\n        \"Unitname\": \"flat5\",\r\n        \"description\": \"room rent\",\r\n        \"rentamount\": 200,\r\n        \"unitstatus\": 1,\r\n        \"Unittype\": 0,\r\n        \"merchant\": 84,\r\n        \"assetId\": 3,\r\n        \"discountamount\": \"3.000\",\r\n        \"discountstartdate\": \"2023-01-01\",\r\n        \"discountenddate\": \"2023-01-01\",\r\n        \"discountstatus\": 1,\r\n        \"createdby\": 84,\r\n        \"editedby\": 84\r\n    }\r\n}"}],"_postman_id":"79197dfa-f18f-4c91-8a6b-34ab9b711164"},{"name":"post rental units","id":"85086cce-3eef-49f6-a7ed-865c6abba90d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":3,\r\n     \"Unitname\":\"flat8\",\r\n     \"description\":\"room for rent monthly\",\r\n     \"rentamount\":280,\r\n     \"unitrentstatus\":1,\r\n     \"unitactivestatus\":0,\r\n     \"Rentaltype\":0,\r\n     \"discountstartdate\":\"2023-01-01\",\r\n     \"discountenddate\":\"2023-01-01\",\r\n     \"discountamount\":2\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/unit/21","urlObject":{"path":["v1","rental","unit","21"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"90c3c283-8167-460d-9dc0-308cdea5ade7","name":"post rental units","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"password","value":"{{systempassword}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":3,\r\n     \"Unitname\":\"flat8\",\r\n     \"description\":\"room for rent monthly\",\r\n     \"rentamount\":280,\r\n     \"unitstatus\":1,\r\n     \"Unittype\":0,\r\n     \"discountstartdate\":\"2023-01-01\",\r\n     \"discountenddate\":\"2023-01-01\",\r\n     \"discountamount\":3\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/unit/8"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Unit list updated successfully\",\r\n    \"response\": null\r\n}"}],"_postman_id":"85086cce-3eef-49f6-a7ed-865c6abba90d"},{"name":"get single unit details","id":"e9f33126-dde7-42b1-8cc1-770044c80541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n}"},"url":"{{base-api-url}}/v1/rental/unit/8","urlObject":{"path":["v1","rental","unit","8"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"556cafa7-ddde-4e3c-94f8-1e4969a40fbb","name":"get single unit details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"password","value":"{{systempassword}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n}"},"url":"{{base-api-url}}/v1/rental/unit/8"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Sale list details\",\r\n    \"response\": {\r\n        \"UnitId\": 8,\r\n        \"Unitname\": \"flat8\",\r\n        \"description\": \"room for rent monthly\",\r\n        \"rentamount\": \"280.00\",\r\n        \"unitstatus\": 1,\r\n        \"Unittype\": 0,\r\n        \"merchant\": 84,\r\n        \"assetId\": 3,\r\n        \"discountamount\": \"2.00\",\r\n        \"discountstartdate\": \"2023-01-01 00:00:00\",\r\n        \"discountenddate\": \"2023-01-01 00:00:00\",\r\n        \"discountstatus\": 1,\r\n        \"createdby\": 84,\r\n        \"editedby\": 84\r\n    }\r\n}"}],"_postman_id":"e9f33126-dde7-42b1-8cc1-770044c80541"}],"id":"1c9bb8b9-1b89-48a8-8971-f607f66fd1f5","_postman_id":"1c9bb8b9-1b89-48a8-8971-f607f66fd1f5","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Tenants","item":[{"name":"Get all tenatants details","id":"1ed8fb9e-bbea-4b0f-9494-6ff3aa351534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n     \r\n}"},"url":"{{base-api-url}}/v1/rental/tenant/","urlObject":{"path":["v1","rental","tenant",""],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"search","value":"9969"},{"disabled":true,"key":"assetid","value":"3"},{"disabled":true,"key":"unitid","value":"1"},{"disabled":true,"key":"contractfromDate","value":"2024-01-01"},{"disabled":true,"key":"contracttoDate","value":"2024-02-07"},{"disabled":true,"key":"fromDate","value":"2024-01-01 "},{"disabled":true,"key":"toDate","value":"2024-02-01 "},{"disabled":true,"key":"status","value":null},{"disabled":true,"key":"employee","value":null}],"variable":[]}},"response":[{"id":"77e91759-6edc-4aa9-963f-ca87551acecb","name":"Get all tenatants details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n     \r\n}"},"url":{"raw":"{{base-api-url}}/v1/rental/tenant/","host":["{{base-api-url}}"],"path":["v1","rental","tenant",""],"query":[{"key":"search","value":"9969","type":"text","disabled":true},{"key":"assetid","value":"3","type":"text","disabled":true},{"key":"unitid","value":"1","type":"text","disabled":true},{"key":"contractfromDate","value":"2024-01-01","type":"text","disabled":true},{"key":"contracttoDate","value":"2024-02-07","type":"text","disabled":true},{"key":"fromDate","value":"2024-01-01 ","disabled":true},{"key":"toDate","value":"2024-02-01 ","disabled":true},{"key":"status","value":null,"type":"text","disabled":true},{"key":"employee","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Tenants List\",\r\n    \"response\": {\r\n        \"data\": [\r\n            {\r\n                \"tenantId\": 3,\r\n                \"merchant\": 84,\r\n                \"Tenantname\": \"hesabe\",\r\n                \"mobile1\": \"12345567\",\r\n                \"mobile2\": \"34233434\",\r\n                \"email\": \"megha@gmail.com\",\r\n                \"address\": \"kuwait\",\r\n                \"civilid\": 12334556,\r\n                \"civilidexpiry\": \"2024-01-01 00:00:00\",\r\n                \"rentstatus\": 1,\r\n                \"lastpaymentdate\": \"2023-01-01 00:00:00\",\r\n                \"nextpaymentdate\": \"2023-02-01 00:00:00\",\r\n                \"contractfromdate\": \"2023-01-01 00:00:00\",\r\n                \"contracttodate\": \"2024-01-01 00:00:00\",\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-02-05 12:42:59\",\r\n                \"updatedat\": \"2023-02-05 12:42:59\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                },\r\n                \"unit\": {\r\n                    \"unitId\": 1,\r\n                    \"name\": \"flat1\",\r\n                    \"description\": \"room\",\r\n                    \"rent-amount\": \"190.00\"\r\n                }\r\n            },\r\n            {\r\n                \"tenantId\": 2,\r\n                \"merchant\": 84,\r\n                \"Tenantname\": \"hesabe\",\r\n                \"mobile1\": \"12345567\",\r\n                \"mobile2\": \"34233434\",\r\n                \"email\": \"megha@gmail.com\",\r\n                \"address\": \"kuwait\",\r\n                \"civilid\": 12334556,\r\n                \"civilidexpiry\": \"2024-01-01 00:00:00\",\r\n                \"rentstatus\": 1,\r\n                \"lastpaymentdate\": \"2023-01-01 00:00:00\",\r\n                \"nextpaymentdate\": \"2023-02-01 00:00:00\",\r\n                \"contractfromdate\": \"2023-01-01 00:00:00\",\r\n                \"contracttodate\": \"2024-01-01 00:00:00\",\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-01-25 09:13:35\",\r\n                \"updatedat\": \"2023-01-25 09:13:35\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                },\r\n                \"unit\": {\r\n                    \"unitId\": 1,\r\n                    \"name\": \"flat1\",\r\n                    \"description\": \"room\",\r\n                    \"rent-amount\": \"190.00\"\r\n                }\r\n            },\r\n            {\r\n                \"tenantId\": 1,\r\n                \"merchant\": 84,\r\n                \"Tenantname\": \"hesabe1\",\r\n                \"mobile1\": \"12345567\",\r\n                \"mobile2\": \"99698425\",\r\n                \"email\": \"megha@gmail.com\",\r\n                \"address\": \"kuwait\",\r\n                \"civilid\": 12334556,\r\n                \"civilidexpiry\": \"2024-01-01 00:00:00\",\r\n                \"rentstatus\": 1,\r\n                \"lastpaymentdate\": \"2023-01-01 00:00:00\",\r\n                \"nextpaymentdate\": \"2023-02-01 00:00:00\",\r\n                \"contractfromdate\": \"2023-01-01 00:00:00\",\r\n                \"contracttodate\": \"2024-01-01 00:00:00\",\r\n                \"createdby\": \"test\",\r\n                \"editedby\": \"test\",\r\n                \"createdat\": \"2023-01-24 16:41:28\",\r\n                \"updatedat\": \"2023-02-05 12:43:38\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                },\r\n                \"unit\": {\r\n                    \"unitId\": 1,\r\n                    \"name\": \"flat1\",\r\n                    \"description\": \"room\",\r\n                    \"rent-amount\": \"190.00\"\r\n                }\r\n            }\r\n        ],\r\n        \"pagination\": {\r\n            \"total\": 3,\r\n            \"count\": 3,\r\n            \"per_page\": 15,\r\n            \"current_page\": 1,\r\n            \"total_pages\": 1,\r\n            \"page_url\": \"https://127.0.0.1:8000/api/v1/rental/tenant\",\r\n            \"next_page_url\": null,\r\n            \"previous_page_url\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"1ed8fb9e-bbea-4b0f-9494-6ff3aa351534"},{"name":"post tenants Details","id":"cdf4a086-3ff8-4bec-90d5-db90daf3b9e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"password","value":"{{systempassword}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":3,\r\n     \"unitId\":1,\r\n     \"Tenantname\":\"hesabe\",\r\n     \"mobile1\":12345567,\r\n     \"mobile2\":34233434,\r\n     \"email\":\"megha@gmail.com\",\r\n     \"address\":\"kuwait\",     \r\n     \"civilid\":12334556,\r\n     \"civilidexpiry\":\"2024-01-01\",\r\n     \"rentstatus\":1,\r\n     \"lastpaymentdate\":\"2023-01-01\",\r\n     \"nextpaymentdate\":\"2023-02-01\",\r\n     \"contractfromdate\":\"2023-01-01\",\r\n     \"contracttodate\":\"2024-01-01\",\r\n     \"tenantstatus\":0\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/tenant/","urlObject":{"path":["v1","rental","tenant",""],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"c90183f4-49bd-44cd-a8a7-5df727ad360d","name":"post tenants Details","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":3,\r\n     \"unitId\":1,\r\n     \"Tenantname\":\"hesabe\",\r\n     \"mobile1\":12345567,\r\n     \"mobile2\":34233434,\r\n     \"email\":\"megha@gmail.com\",\r\n     \"address\":\"kuwait\",     \r\n     \"civilid\":12334556,\r\n     \"civilidexpiry\":\"2024-01-01\",\r\n     \"rentstatus\":1,\r\n     \"lastpaymentdate\":\"2023-01-01\",\r\n     \"nextpaymentdate\":\"2023-02-01\",\r\n     \"contractfromdate\":\"2023-01-01\",\r\n     \"contracttodate\":\"2024-01-01\"\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/tenant/"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Tenant has been created successfully.\",\r\n    \"response\": {\r\n        \"tenantId\": 3,\r\n        \"merchant\": 84,\r\n        \"assetId\": 3,\r\n        \"unitId\": 1,\r\n        \"Tenantname\": \"hesabe\",\r\n        \"mobile1\": 12345567,\r\n        \"mobile2\": 34233434,\r\n        \"email\": \"megha@gmail.com\",\r\n        \"address\": \"kuwait\",\r\n        \"civilid\": 12334556,\r\n        \"civilidexpiry\": \"2024-01-01\",\r\n        \"rentstatus\": 1,\r\n        \"lastpaymentdate\": \"2023-01-01\",\r\n        \"nextpaymentdate\": \"2023-02-01\",\r\n        \"contractfromdate\": \"2023-01-01\",\r\n        \"contracttodate\": \"2024-01-01\",\r\n        \"createdby\": 84,\r\n        \"editedby\": 84\r\n    }\r\n}"}],"_postman_id":"cdf4a086-3ff8-4bec-90d5-db90daf3b9e7"},{"name":"get tenant details by id","id":"63976a1a-0da7-4e05-9213-9991a82a7634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":\"3\",\r\n     \"unitId\":\"1\"\r\n}"},"url":"{{base-api-url}}/v1/rental/tenant/1","urlObject":{"path":["v1","rental","tenant","1"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"3ce92911-cc9f-464b-ab11-ce926cd96448","name":"get tenant details by id","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":\"3\",\r\n     \"unitId\":\"1\"\r\n}"},"url":"{{base-api-url}}/v1/rental/tenant/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Tenants details\",\r\n    \"response\": {\r\n        \"tenantId\": 1,\r\n        \"merchant\": 84,\r\n        \"assetId\": 3,\r\n        \"unitId\": 1,\r\n        \"Tenantname\": \"hesabe\",\r\n        \"mobile1\": \"12345567\",\r\n        \"mobile2\": \"99698425\",\r\n        \"email\": \"megha@gmail.com\",\r\n        \"address\": \"kuwait\",\r\n        \"civilid\": 12334556,\r\n        \"civilidexpiry\": \"2024-01-01 00:00:00\",\r\n        \"rentstatus\": 1,\r\n        \"lastpaymentdate\": \"2023-01-01 00:00:00\",\r\n        \"nextpaymentdate\": \"2023-02-01 00:00:00\",\r\n        \"contractfromdate\": \"2023-01-01 00:00:00\",\r\n        \"contracttodate\": \"2024-01-01 00:00:00\",\r\n        \"createdby\": 84,\r\n        \"editedby\": 84\r\n    }\r\n}"}],"_postman_id":"63976a1a-0da7-4e05-9213-9991a82a7634"},{"name":"put update tenant details","id":"89ad4ef6-a102-4c8d-8837-25b298b129b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":3,\r\n     \"unitId\":1,\r\n     \"Tenantname\":\"hesabe\",\r\n     \"mobile1\":12345567,\r\n     \"mobile2\":99698425,\r\n     \"email\":\"megha@gmail.com\",\r\n     \"address\":\"kuwait\",     \r\n     \"civilid\":12334556,\r\n     \"civilidexpiry\":\"2024-01-01\",\r\n     \"rentstatus\":1,\r\n     \"lastpaymentdate\":\"2023-01-01\",\r\n     \"nextpaymentdate\":\"2023-02-01\",\r\n     \"contractfromdate\":\"2023-01-01\",\r\n     \"contracttodate\":\"2024-01-01\"\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/tenant/1","urlObject":{"path":["v1","rental","tenant","1"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"a7460cd3-72f4-4ae0-af34-b5cc46f1a426","name":"put update tenant details","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":3,\r\n     \"unitId\":1,\r\n     \"Tenantname\":\"hesabe\",\r\n     \"mobile1\":12345567,\r\n     \"mobile2\":99698425,\r\n     \"email\":\"megha@gmail.com\",\r\n     \"address\":\"kuwait\",     \r\n     \"civilid\":12334556,\r\n     \"civilidexpiry\":\"2024-01-01\",\r\n     \"rentstatus\":1,\r\n     \"lastpaymentdate\":\"2023-01-01\",\r\n     \"nextpaymentdate\":\"2023-02-01\",\r\n     \"contractfromdate\":\"2023-01-01\",\r\n     \"contracttodate\":\"2024-01-01\"\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/tenant/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Tenant details updated successfully\",\r\n    \"response\": null\r\n}"}],"_postman_id":"89ad4ef6-a102-4c8d-8837-25b298b129b4"},{"name":"get  transaction  referencecode","id":"d14be6dd-9b1c-4a4c-bbac-3affac8aa889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"8422176625886712","type":"text"}]},"url":"{{base-api-url}}/v1/rental/tenant/response/8422176625886786","urlObject":{"path":["v1","rental","tenant","response","8422176625886786"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"cfa485fd-9d17-4a1e-808d-b8d974c88d8c","name":"get tenant and payment transaction by referencecode","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{base-api-url}}/v1/rental/payment?id=8422171234556776","host":["{{base-api-url}}"],"path":["v1","rental","payment"],"query":[{"key":"id","value":"8422171234556776"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Tenants details\",\r\n    \"response\": {\r\n        \"Tenant\": {\r\n            \"tenantId\": 9,\r\n            \"merchant\": 84,\r\n            \"Tenantname\": \"hesabe\",\r\n            \"mobile1\": \"123455678\",\r\n            \"mobile2\": \"99698425\",\r\n            \"email\": \"megha@gmail.com\",\r\n            \"address\": \"kuwait\",\r\n            \"civilid\": 12334556,\r\n            \"civilidexpiry\": \"2024-01-01 00:00:00\",\r\n            \"rentstatus\": 1,\r\n            \"lastpaymentdate\": \"2023-01-01 00:00:00\",\r\n            \"nextpaymentdate\": \"2023-02-01 00:00:00\",\r\n            \"contractfromdate\": \"2023-01-01 00:00:00\",\r\n            \"contracttodate\": \"2024-01-01 00:00:00\",\r\n            \"tenantstatus\": 1,\r\n            \"referencecode\": \"8422171234556776\",\r\n            \"created_by\": \"test\",\r\n            \"edited_by\": \"test\",\r\n            \"createdat\": \"2023-02-16 14:31:24\",\r\n            \"updatedat\": \"2023-02-16 14:31:43\",\r\n            \"asset\": {\r\n                \"assetId\": 3,\r\n                \"name\": \"test\",\r\n                \"description\": \"test\",\r\n                \"address\": \"test\"\r\n            },\r\n            \"unit\": {\r\n                \"unitId\": 1,\r\n                \"name\": \"flat1\",\r\n                \"description\": \"room\",\r\n                \"rentAmount\": \"190.00\"\r\n            }\r\n        },\r\n        \"Transactions\": {\r\n            \"data\": [\r\n                {\r\n                    \"id\": 241,\r\n                    \"amount\": 10,\r\n                    \"net_amount\": 8.9,\r\n                    \"admin_charge\": 0,\r\n                    \"token\": \"84221716765483579857786486447\",\r\n                    \"payment_type_id\": 1,\r\n                    \"service_type_id\": 3,\r\n                    \"payment_transfer_status\": 0,\r\n                    \"payment_status\": 1,\r\n                    \"auth_status\": 0,\r\n                    \"refund_status\": 0,\r\n                    \"description\": \"\",\r\n                    \"commission\": 1.1,\r\n                    \"order_reference_number\": \"8422171234556776\",\r\n                    \"transaction_payment_id\": \"100202304724141355\",\r\n                    \"result_code\": \"CAPTURED\",\r\n                    \"transaction_id\": \"202304775848900\",\r\n                    \"auth\": \"B55195\",\r\n                    \"transaction_reference_number\": \"304710000977\",\r\n                    \"track_id\": \"3\",\r\n                    \"terminal_id\": \"114802\",\r\n                    \"reconciled_document_number\": \"\",\r\n                    \"bank_reference_id\": 0,\r\n                    \"payment_transfer_document_number\": \"\",\r\n                    \"created_at\": \"2023-02-16 14:53:03\",\r\n                    \"updated_at\": \"2023-02-16 14:53:03\",\r\n                    \"invoice\": null,\r\n                    \"payment_type\": {\r\n                        \"id\": 1,\r\n                        \"name\": \"KNET\",\r\n                        \"display_name\": \"KNET\"\r\n                    },\r\n                    \"service_type\": {\r\n                        \"id\": 3,\r\n                        \"name\": \"Payment Gateway\"\r\n                    },\r\n                    \"merchant\": {\r\n                        \"name\": \"test\",\r\n                        \"code\": \"842217\",\r\n                        \"sequence_id\": 842217,\r\n                        \"company_name\": \"test(mtaiyab)\"\r\n                    },\r\n                    \"reconciliation\": null,\r\n                    \"payment_card_detail\": null,\r\n                    \"customer\": {\r\n                        \"id\": 7,\r\n                        \"name\": \"ishay\",\r\n                        \"mobile_number\": \"98726046\",\r\n                        \"email\": \"mkandi@hesabe.com\"\r\n                    },\r\n                    \"sales_order\": null\r\n                }\r\n            ],\r\n            \"pagination\": {\r\n                \"total\": 1,\r\n                \"count\": 1,\r\n                \"per_page\": 15,\r\n                \"current_page\": 1,\r\n                \"total_pages\": 1,\r\n                \"page_url\": \"https://127.0.0.1:8000/api/v1/rental/payment/8422171234556776\",\r\n                \"next_page_url\": null,\r\n                \"previous_page_url\": null\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"d14be6dd-9b1c-4a4c-bbac-3affac8aa889"},{"name":"payment tenet","id":"1313ac52-f3d9-4311-a234-de4014cdcd1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" { \r\n }"},"url":"{{base-api-url}}/v1/rental/payment/8422171234556776","urlObject":{"path":["v1","rental","payment","8422171234556776"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"30777be0-3b1b-402f-9b15-9ab6058a906b","name":"{{base-api-url}}/v1/rental/payment/8422171234556776","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" { \r\n }"},"url":"{{base-api-url}}/v1/rental/payment/8422171234556776"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Payment Redirect \",\r\n    \"response\": {\r\n        \"url\": \"http://127.0.0.1:8090/payment?data=9e5a960de9a5c9abb43fad522fab51d1ff6841f941d4b2a95426ed5233d74e8753c283d10e948408a6e2cd92c5d990a31335bab1163b3c9d30e57e2c7a9b38008ccf3faf0beb18e84e07c8479577ae0ee874fdf3324160d9ae6df9c0249dd8e6\"\r\n    }\r\n}"}],"_postman_id":"1313ac52-f3d9-4311-a234-de4014cdcd1b"},{"name":"paymenttransaction details by id","id":"2042ba12-fcc0-41ef-b1f9-8d7dac1db177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/rental/tenant/payment/8422176625886786","urlObject":{"path":["v1","rental","tenant","payment","8422176625886786"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"6f37470f-8ed9-4d2d-ba04-e43116315a03","name":"paymenttransaction details by id","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/rental/tenant/payment/8422171234556794"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Tenants Transaction details\",\r\n    \"response\": {\r\n        \"Tenant\": {\r\n            \"tenantId\": 16,\r\n            \"merchant\": 84,\r\n            \"Tenantname\": \"hesabee\",\r\n            \"mobile1\": \"12345567\",\r\n            \"mobile2\": \"99698425\",\r\n            \"email\": \"megha@gmail.com\",\r\n            \"address\": \"kuwait1\",\r\n            \"civilid\": 12334556,\r\n            \"civilidexpiry\": \"2024-01-01 12:04:34\",\r\n            \"rentstatus\": 1,\r\n            \"lastpaymentdate\": \"2023-01-01 12:04:34\",\r\n            \"nextpaymentdate\": \"2023-02-01 12:04:34\",\r\n            \"lastpaymenttoken\": null,\r\n            \"contractfromdate\": \"2023-01-01 12:04:34\",\r\n            \"contracttodate\": \"2024-01-01 12:04:34\",\r\n            \"tenantstatus\": 1,\r\n            \"referencecode\": \"8422171234556794\",\r\n            \"createdby\": \"test\",\r\n            \"editedby\": \"test\",\r\n            \"createdat\": \"2023-02-20 12:04:34\",\r\n            \"updatedat\": \"2023-02-20 12:04:44\",\r\n            \"asset\": {\r\n                \"assetId\": 3,\r\n                \"name\": \"test\",\r\n                \"description\": \"test\",\r\n                \"address\": \"test\"\r\n            },\r\n            \"unit\": {\r\n                \"unitId\": 1,\r\n                \"name\": \"flat1\",\r\n                \"description\": \"room\",\r\n                \"rentAmount\": \"190.00\"\r\n            }\r\n        },\r\n        \"Transactions\": {\r\n            \"data\": [],\r\n            \"pagination\": {\r\n                \"total\": 0,\r\n                \"count\": 0,\r\n                \"per_page\": 15,\r\n                \"current_page\": 1,\r\n                \"total_pages\": 1,\r\n                \"page_url\": \"https://127.0.0.1:8000/api/v1/rental/tenant/payment/8422171234556794\",\r\n                \"next_page_url\": null,\r\n                \"previous_page_url\": null\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"2042ba12-fcc0-41ef-b1f9-8d7dac1db177"}],"id":"75cd56b0-be96-485a-8745-960d1f658676","_postman_id":"75cd56b0-be96-485a-8745-960d1f658676","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Expense Category","item":[{"name":"get expense category list","id":"7bac8401-6626-4072-8878-034eb2bdbcb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense-category","urlObject":{"path":["v1","rental","expense-category"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"status","value":"1"},{"disabled":true,"key":"categorytype","value":"1"},{"disabled":true,"key":"fromDate","value":"2023-02-01"},{"disabled":true,"key":"toDate","value":"2023-02-01"},{"disabled":true,"key":"employee","value":null},{"disabled":true,"key":"search","value":null}],"variable":[]}},"response":[{"id":"13a36c11-0803-4b83-b90f-e28c1d0cab3b","name":"get expense category list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n    \r\n}"},"url":{"raw":"{{base-api-url}}/v1/rental/expense-category","host":["{{base-api-url}}"],"path":["v1","rental","expense-category"],"query":[{"key":"status","value":"1","type":"text","disabled":true},{"key":"categorytype","value":"1","type":"text","disabled":true},{"key":"fromDate","value":"2023-02-01","type":"text","disabled":true},{"key":"toDate","value":"2023-02-01","type":"text","disabled":true},{"key":"employee","value":null,"type":"text","disabled":true},{"key":"search","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Expense Category List\",\r\n    \"response\": {\r\n        \"data\": [\r\n            {\r\n                \"id\": 3,\r\n                \"categoryName\": \"plumbingouter\",\r\n                \"categoryType\": 1,\r\n                \"categoryStatus\": 1,\r\n                \"merchantid\": 84,\r\n                \"created_by\": \"test\",\r\n                \"edited_by\": \"test\",\r\n                \"createdat\": \"2023-02-05 12:44:50\",\r\n                \"updatedat\": \"2023-02-05 12:44:50\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"categoryName\": \"plumbing\",\r\n                \"categoryType\": 1,\r\n                \"categoryStatus\": 1,\r\n                \"merchantid\": 84,\r\n                \"created_by\": \"test\",\r\n                \"edited_by\": \"test\",\r\n                \"createdat\": \"2023-02-01 10:51:50\",\r\n                \"updatedat\": \"2023-02-01 10:51:50\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"categoryName\": \"Electricity bill\",\r\n                \"categoryType\": 0,\r\n                \"categoryStatus\": 1,\r\n                \"merchantid\": 84,\r\n                \"created_by\": \"test\",\r\n                \"edited_by\": \"test\",\r\n                \"createdat\": \"2023-01-25 14:55:18\",\r\n                \"updatedat\": \"2023-02-06 09:56:30\"\r\n            }\r\n        ],\r\n        \"pagination\": {\r\n            \"total\": 3,\r\n            \"count\": 3,\r\n            \"per_page\": 15,\r\n            \"current_page\": 1,\r\n            \"total_pages\": 1,\r\n            \"page_url\": \"https://127.0.0.1:8000/api/v1/rental/expense-category\",\r\n            \"next_page_url\": null,\r\n            \"previous_page_url\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"7bac8401-6626-4072-8878-034eb2bdbcb4"},{"name":"post expense-category","id":"b59efb8e-3d3b-469e-8553-d99ff22e60c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"categoryName\":\"Electricity\",\r\n     \"categoryType\":0,\r\n     \"categoryStatus\":1\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense-category","urlObject":{"path":["v1","rental","expense-category"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"2d0acca3-ab54-43dc-8b02-399d4014939e","name":"post expense-category","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"categoryName\":\"Electricity\",\r\n     \"categoryType\":0,\r\n     \"categoryStatus\":1\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense-category"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Expense Category has been created successfully.\",\r\n    \"response\": {\r\n        \"id\": 3,\r\n        \"categoryName\": \"plumbingouter\",\r\n        \"categoryType\": 1,\r\n        \"categoryStatus\": 1,\r\n        \"created_by\": 84,\r\n        \"merchantid\": 84\r\n    }\r\n}"}],"_postman_id":"b59efb8e-3d3b-469e-8553-d99ff22e60c9"},{"name":"get  expense-category by id","id":"07319907-eb26-4309-bcad-e11da69ce316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense-category/1","urlObject":{"path":["v1","rental","expense-category","1"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"66419c1c-b6ae-4f28-b332-7e0809af4b99","name":"get  expense-category by id","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense-category/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Expense Category details\",\r\n    \"response\": {\r\n        \"id\": 1,\r\n        \"categoryName\": \"Electricity bill\",\r\n        \"categoryType\": 0,\r\n        \"categoryStatus\": 1,\r\n        \"created_by\": 84,\r\n        \"merchantid\": 84\r\n    }\r\n}"}],"_postman_id":"07319907-eb26-4309-bcad-e11da69ce316"},{"name":"update expense-category by id","id":"7f33541e-59c8-4831-8360-39d98ee3448b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"categoryName\":\"Electricity bill\",\r\n     \"categoryType\":0,\r\n     \"categoryStatus\":1\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense-category/1","urlObject":{"path":["v1","rental","expense-category","1"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"cbe69d3f-131b-4a92-9556-67ceb574f3fa","name":"update expense-category by id","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"categoryName\":\"Electricity bill\",\r\n     \"categoryType\":0,\r\n     \"categoryStatus\":1\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense-category/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Expense Category updated successfully\",\r\n    \"response\": null\r\n}"}],"_postman_id":"7f33541e-59c8-4831-8360-39d98ee3448b"}],"id":"b188c47e-e3e2-4157-8130-224731a123be","_postman_id":"b188c47e-e3e2-4157-8130-224731a123be","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Expense","item":[{"name":"get all expenses details","id":"50fb0233-3bbd-4893-a307-f3f11a675f18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"exportAs\" :\"csv\"\r\n    \r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense/","urlObject":{"path":["v1","rental","expense",""],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"unitid","value":"1"},{"disabled":true,"key":"assetid","value":"3"},{"disabled":true,"key":"fromDate","value":"2023-02-05"},{"disabled":true,"key":"toDate","value":"2023-02-07"},{"disabled":true,"key":"employee","value":null},{"disabled":true,"key":"search","value":null}],"variable":[]}},"response":[{"id":"54d3689c-d411-4500-9833-e80fdab1f289","name":"get all expenses details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n    \r\n    \r\n}"},"url":{"raw":"{{base-api-url}}/v1/rental/expense/","host":["{{base-api-url}}"],"path":["v1","rental","expense",""],"query":[{"key":"unitid","value":"1","type":"text","disabled":true},{"key":"assetid","value":"3","disabled":true},{"key":"fromDate","value":"2023-02-05","disabled":true},{"key":"toDate","value":"2023-02-07","disabled":true},{"key":"employee","value":null,"disabled":true},{"key":"search","value":null,"type":"text","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Expense List\",\r\n    \"response\": {\r\n        \"data\": [\r\n            {\r\n                \"ExpenseId\": 4,\r\n                \"expense_amount\": \"23.00\",\r\n                \"expense_description\": \"heater1\",\r\n                \"categoryId\": 1,\r\n                \"merchantId\": 84,\r\n                \"created_by\": \"test\",\r\n                \"edited_by\": \"test\",\r\n                \"createdat\": \"2023-02-05 12:46:29\",\r\n                \"updatedat\": \"2023-02-05 12:46:29\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                },\r\n                \"unit\": {\r\n                    \"unitId\": 1,\r\n                    \"name\": \"flat1\",\r\n                    \"description\": \"room\",\r\n                    \"rent-amount\": \"190.00\"\r\n                }\r\n            },\r\n            {\r\n                \"ExpenseId\": 3,\r\n                \"expense_amount\": \"234.00\",\r\n                \"expense_description\": \"fridge\",\r\n                \"categoryId\": 1,\r\n                \"merchantId\": 84,\r\n                \"created_by\": \"test\",\r\n                \"edited_by\": \"test\",\r\n                \"createdat\": \"2023-01-29 16:13:10\",\r\n                \"updatedat\": \"2023-02-06 09:56:23\",\r\n                \"asset\": {\r\n                    \"assetId\": 3,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test\",\r\n                    \"address\": \"test\"\r\n                },\r\n                \"unit\": {\r\n                    \"unitId\": 1,\r\n                    \"name\": \"flat1\",\r\n                    \"description\": \"room\",\r\n                    \"rent-amount\": \"190.00\"\r\n                }\r\n            },\r\n            {\r\n                \"ExpenseId\": 2,\r\n                \"expense_amount\": \"23.00\",\r\n                \"expense_description\": \"heater\",\r\n                \"categoryId\": 1,\r\n                \"merchantId\": 84,\r\n                \"created_by\": \"test\",\r\n                \"edited_by\": \"test\",\r\n                \"createdat\": \"2023-01-29 16:11:59\",\r\n                \"updatedat\": \"2023-01-29 16:11:59\",\r\n                \"asset\": {\r\n                    \"assetId\": 2,\r\n                    \"name\": \"test\",\r\n                    \"description\": \"test test\",\r\n                    \"address\": \"test\"\r\n                },\r\n                \"unit\": {\r\n                    \"unitId\": 1,\r\n                    \"name\": \"flat1\",\r\n                    \"description\": \"room\",\r\n                    \"rent-amount\": \"190.00\"\r\n                }\r\n            }\r\n        ],\r\n        \"pagination\": {\r\n            \"total\": 3,\r\n            \"count\": 3,\r\n            \"per_page\": 15,\r\n            \"current_page\": 1,\r\n            \"total_pages\": 1,\r\n            \"page_url\": \"https://127.0.0.1:8000/api/v1/rental/expense\",\r\n            \"next_page_url\": null,\r\n            \"previous_page_url\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"50fb0233-3bbd-4893-a307-f3f11a675f18"},{"name":"post expense","id":"4981bdd1-f5eb-4781-bc01-c5bca6a65dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":3,\r\n     \"unitId\":1,\r\n     \"categoryId\": 1,\r\n     \"expense_amount\":\"23\",\r\n     \"expense_description\":\"heater\"\r\n     \r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense","urlObject":{"path":["v1","rental","expense"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"60acadad-a44b-41bb-89be-ceedfe15219a","name":"post expense","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":3,\r\n     \"unitId\":1,\r\n     \"categoryId\": 1,\r\n     \"expense_amount\":\"23\",\r\n     \"expense_description\":\"heater\"\r\n     \r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Expense has been created successfully.\",\r\n    \"response\": {\r\n        \"ExpenseId\": 4,\r\n        \"expense_amount\": \"23\",\r\n        \"expense_description\": \"heater1\",\r\n        \"categoryId\": 1,\r\n        \"merchantId\": 84,\r\n        \"assetId\": 3,\r\n        \"unitId\": 1,\r\n        \"created_by\": 84\r\n    }\r\n}"}],"_postman_id":"4981bdd1-f5eb-4781-bc01-c5bca6a65dad"},{"name":"get single expense details","id":"71fdc407-d5a7-49a2-b08e-52a436e9bf3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense/1","urlObject":{"path":["v1","rental","expense","1"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"4fab12b4-c343-4542-aab2-c9baeb458186","name":"get single expense details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\"\r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Expense details\",\r\n    \"response\": {\r\n        \"ExpenseId\": 2,\r\n        \"expense_amount\": \"23.00\",\r\n        \"expense_description\": \"heater\",\r\n        \"categoryId\": 1,\r\n        \"merchantId\": 84,\r\n        \"assetId\": 2,\r\n        \"unitId\": 1,\r\n        \"created_by\": 84\r\n    }\r\n}"}],"_postman_id":"71fdc407-d5a7-49a2-b08e-52a436e9bf3e"},{"name":"update rental expense","id":"4ed05f79-19dc-4945-aef3-4e03de48c1be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":3,\r\n     \"unitId\":1,\r\n     \"categoryId\": 1,\r\n     \"expense_amount\":\"234\",\r\n     \"expense_description\":\"fridge\"\r\n     \r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense/3","urlObject":{"path":["v1","rental","expense","3"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"c8ba7fc1-5b64-47fb-a9fc-d4c22ced2f87","name":"update rental expense","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"assetId\":3,\r\n     \"unitId\":1,\r\n     \"categoryId\": 1,\r\n     \"expense_amount\":\"23\",\r\n     \"expense_description\":\"fridge\"\r\n     \r\n    \r\n}"},"url":"{{base-api-url}}/v1/rental/expense/3"},"code":2,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Expense details updated successfully\",\r\n    \"response\": null\r\n}"}],"_postman_id":"4ed05f79-19dc-4945-aef3-4e03de48c1be"}],"id":"db7d3f13-ba31-484c-b805-53a81582b90e","_postman_id":"db7d3f13-ba31-484c-b805-53a81582b90e","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Report","item":[{"name":"Get tenant/reports","id":"ee4ec8dc-50f3-4267-8967-6224b3dc4705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}"},"url":"{{base-api-url}}/v1/rental/reports/tenants/transactions","urlObject":{"path":["v1","rental","reports","tenants","transactions"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"fromDate","value":"2023-02-20"},{"disabled":true,"key":"toDate","value":"2023-02-20"},{"disabled":true,"key":"assetid","value":"3"},{"disabled":true,"key":"unitid","value":"1"},{"disabled":true,"key":"rentstatus","value":"0"},{"disabled":true,"key":"tenantid","value":"24"},{"disabled":true,"key":"tenantstatus","value":"1"},{"disabled":true,"key":"search","value":"hesabe"}],"variable":[]}},"response":[{"id":"3ed27b6b-b929-43d0-a135-cd67087356dd","name":"Get tenant/reports","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\"\r\n}"},"url":{"raw":"{{base-api-url}}/v1/rental/reports/tenants/transactions","host":["{{base-api-url}}"],"path":["v1","rental","reports","tenants","transactions"],"query":[{"key":"fromDate","value":"2023-02-20","type":"text","disabled":true},{"key":"toDate","value":"2023-02-20","type":"text","disabled":true},{"key":"assetid","value":"3","type":"text","disabled":true},{"key":"unitid","value":"1","type":"text","disabled":true},{"key":"rentstatus","value":"0","type":"text","disabled":true},{"key":"tenantid","value":"24","type":"text","disabled":true},{"key":"tenantstatus","value":"1","type":"text","disabled":true},{"key":"search","value":"hesabe","type":"text","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"PRM Financial Report\",\r\n    \"response\": {\r\n        \"stats\": {\r\n            \"data\": [\r\n                {\r\n                    \"TransactionCount\": 0,\r\n                    \"TransactionAmount\": 0,\r\n                    \"OtherTransactionAmount\": 0,\r\n                    \"TotalTransactionAmount\": 0,\r\n                    \"Month\": null,\r\n                    \"Year\": null\r\n                }\r\n            ]\r\n        },\r\n        \"Transactions\": {\r\n            \"data\": [\r\n                {\r\n                    \"id\": 243,\r\n                    \"reference_code\": \"8422171234556776\",\r\n                    \"MerchantTransactionToken\": \"84221716768901129574456683563\",\r\n                    \"transaction_amount\": 190,\r\n                    \"FinalAmount\": 190,\r\n                    \"PaymentTypeID\": 1,\r\n                    \"PaymentTypeName\": \"KNET\",\r\n                    \"PaymentTypeDisplayName\": \"KNET\",\r\n                    \"ServiceTypeID\": 11,\r\n                    \"TransactionSuccessStatus\": 1,\r\n                    \"PaymentId\": \"100202305145018381\",\r\n                    \"ResultCode\": \"CAPTURED\",\r\n                    \"TransactionId\": \"202305145027320\",\r\n                    \"transaction_date\": \"2023-02-20 13:48:59\",\r\n                    \"transaction_updatedate\": \"2023-02-20 13:48:59\",\r\n                    \"merchant\": {\r\n                        \"Merchant_id\": 84,\r\n                        \"Merchant_name\": \"test\"\r\n                    },\r\n                    \"tenant\": {\r\n                        \"tenantid\": 9,\r\n                        \"tenant_name\": \"hesabe\",\r\n                        \"tenant_email\": \"megha@gmail.com\",\r\n                        \"tenant_mobile\": \"123455678\",\r\n                        \"Civil_ID\": 12334556,\r\n                        \"Tenants_Rent_Status\": 1,\r\n                        \"tenantstatus\": 1\r\n                    },\r\n                    \"asset\": {\r\n                        \"Tenants_Asset_Id\": 3,\r\n                        \"Tenants_Asset_Name\": \"test\"\r\n                    },\r\n                    \"unit\": {\r\n                        \"Tenants_Unit_Id\": 1,\r\n                        \"Tenants_Unit_Name\": \"flat1\"\r\n                    }\r\n                },\r\n                {\r\n                    \"id\": 242,\r\n                    \"reference_code\": \"8422171234556776\",\r\n                    \"MerchantTransactionToken\": \"84221716768870719678876545419\",\r\n                    \"transaction_amount\": 190,\r\n                    \"FinalAmount\": 190,\r\n                    \"PaymentTypeID\": 1,\r\n                    \"PaymentTypeName\": \"KNET\",\r\n                    \"PaymentTypeDisplayName\": \"KNET\",\r\n                    \"ServiceTypeID\": 11,\r\n                    \"TransactionSuccessStatus\": 1,\r\n                    \"PaymentId\": \"100202305143630802\",\r\n                    \"ResultCode\": \"CAPTURED\",\r\n                    \"TransactionId\": \"202305156362784\",\r\n                    \"transaction_date\": \"2023-02-20 13:02:39\",\r\n                    \"transaction_updatedate\": \"2023-02-20 13:02:39\",\r\n                    \"merchant\": {\r\n                        \"Merchant_id\": 84,\r\n                        \"Merchant_name\": \"test\"\r\n                    },\r\n                    \"tenant\": {\r\n                        \"tenantid\": 9,\r\n                        \"tenant_name\": \"hesabe\",\r\n                        \"tenant_email\": \"megha@gmail.com\",\r\n                        \"tenant_mobile\": \"123455678\",\r\n                        \"Civil_ID\": 12334556,\r\n                        \"Tenants_Rent_Status\": 1,\r\n                        \"tenantstatus\": 1\r\n                    },\r\n                    \"asset\": {\r\n                        \"Tenants_Asset_Id\": 3,\r\n                        \"Tenants_Asset_Name\": \"test\"\r\n                    },\r\n                    \"unit\": {\r\n                        \"Tenants_Unit_Id\": 1,\r\n                        \"Tenants_Unit_Name\": \"flat1\"\r\n                    }\r\n                },\r\n                {\r\n                    \"id\": 241,\r\n                    \"reference_code\": \"8422171234556776\",\r\n                    \"MerchantTransactionToken\": \"84221716765483579857786486447\",\r\n                    \"transaction_amount\": 10,\r\n                    \"FinalAmount\": 8.9,\r\n                    \"PaymentTypeID\": 1,\r\n                    \"PaymentTypeName\": \"KNET\",\r\n                    \"PaymentTypeDisplayName\": \"KNET\",\r\n                    \"ServiceTypeID\": 11,\r\n                    \"TransactionSuccessStatus\": 1,\r\n                    \"PaymentId\": \"100202304724141355\",\r\n                    \"ResultCode\": \"CAPTURED\",\r\n                    \"TransactionId\": \"202304775848900\",\r\n                    \"transaction_date\": \"2023-02-16 14:53:03\",\r\n                    \"transaction_updatedate\": \"2023-02-16 14:53:03\",\r\n                    \"merchant\": {\r\n                        \"Merchant_id\": 84,\r\n                        \"Merchant_name\": \"test\"\r\n                    },\r\n                    \"tenant\": {\r\n                        \"tenantid\": 9,\r\n                        \"tenant_name\": \"hesabe\",\r\n                        \"tenant_email\": \"megha@gmail.com\",\r\n                        \"tenant_mobile\": \"123455678\",\r\n                        \"Civil_ID\": 12334556,\r\n                        \"Tenants_Rent_Status\": 1,\r\n                        \"tenantstatus\": 1\r\n                    },\r\n                    \"asset\": {\r\n                        \"Tenants_Asset_Id\": 3,\r\n                        \"Tenants_Asset_Name\": \"test\"\r\n                    },\r\n                    \"unit\": {\r\n                        \"Tenants_Unit_Id\": 1,\r\n                        \"Tenants_Unit_Name\": \"flat1\"\r\n                    }\r\n                }\r\n            ],\r\n            \"pagination\": {\r\n                \"total\": 3,\r\n                \"count\": 3,\r\n                \"per_page\": 15,\r\n                \"current_page\": 1,\r\n                \"total_pages\": 1,\r\n                \"page_url\": \"https://127.0.0.1:8000/api/v1/rental/reports/tenants/transactions\",\r\n                \"next_page_url\": null,\r\n                \"previous_page_url\": null\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"ee4ec8dc-50f3-4267-8967-6224b3dc4705"},{"name":"rental/reports/financial","id":"fc8414dc-3619-4343-8719-cd17fbf34cc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/ecmascript","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"service\":4,\r\n     \"type\":1\r\n}"},"url":"{{base-api-url}}/v1/rental/reports/financial","urlObject":{"path":["v1","rental","reports","financial"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"cd7ec6c2-f8e5-4f2f-a6ab-1dddafae8099","name":"rental/reports/financial","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/ecmascript","type":"text"}],"body":{"mode":"raw","raw":"{\r\n     \"merchantCode\": \"842217\",\r\n     \"service\":4,\r\n     \"type\":1\r\n}"},"url":"{{base-api-url}}/v1/rental/reports/financial"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"PRM Financial Report\",\r\n    \"response\": {\r\n        \"stats\": {\r\n            \"data\": [\r\n                {\r\n                    \"TransactionCount\": 0,\r\n                    \"TransactionAmount\": 0,\r\n                    \"OtherTransactionAmount\": 0,\r\n                    \"TotalTransactionAmount\": 0,\r\n                    \"Month\": null,\r\n                    \"Year\": null\r\n                }\r\n            ]\r\n        },\r\n        \"transactions\": [\r\n            {\r\n                \"id\": 241,\r\n                \"reference_code\": \"8422171234556776\",\r\n                \"Merchant_id\": 84,\r\n                \"MerchantTransactionToken\": \"84221716765483579857786486447\",\r\n                \"transaction_amount\": 10,\r\n                \"FinalAmount\": 8.9,\r\n                \"PaymentTypeID\": 1,\r\n                \"ServiceTypeID\": 11,\r\n                \"TransactionSuccessStatus\": 1,\r\n                \"PaymentId\": \"100202304724141355\",\r\n                \"ResultCode\": \"CAPTURED\",\r\n                \"TransactionId\": \"202304775848900\",\r\n                \"transaction_date\": \"2023-02-16T11:53:03.000000Z\",\r\n                \"tenant_name\": \"hesabe\",\r\n                \"tenant_email\": \"megha@gmail.com\",\r\n                \"tenant_mobile\": \"123455678\",\r\n                \"Tenants_Asset_Id\": 3,\r\n                \"Tenants_Unit_Id\": 1,\r\n                \"Civil_ID\": 12334556\r\n            },\r\n            {\r\n                \"id\": 242,\r\n                \"reference_code\": \"8422171234556776\",\r\n                \"Merchant_id\": 84,\r\n                \"MerchantTransactionToken\": \"84221716768870719678876545419\",\r\n                \"transaction_amount\": 190,\r\n                \"FinalAmount\": 190,\r\n                \"PaymentTypeID\": 1,\r\n                \"ServiceTypeID\": 11,\r\n                \"TransactionSuccessStatus\": 1,\r\n                \"PaymentId\": \"100202305143630802\",\r\n                \"ResultCode\": \"CAPTURED\",\r\n                \"TransactionId\": \"202305156362784\",\r\n                \"transaction_date\": \"2023-02-20T10:02:39.000000Z\",\r\n                \"tenant_name\": \"hesabe\",\r\n                \"tenant_email\": \"megha@gmail.com\",\r\n                \"tenant_mobile\": \"123455678\",\r\n                \"Tenants_Asset_Id\": 3,\r\n                \"Tenants_Unit_Id\": 1,\r\n                \"Civil_ID\": 12334556\r\n            },\r\n            {\r\n                \"id\": 243,\r\n                \"reference_code\": \"8422171234556776\",\r\n                \"Merchant_id\": 84,\r\n                \"MerchantTransactionToken\": \"84221716768901129574456683563\",\r\n                \"transaction_amount\": 190,\r\n                \"FinalAmount\": 190,\r\n                \"PaymentTypeID\": 1,\r\n                \"ServiceTypeID\": 11,\r\n                \"TransactionSuccessStatus\": 1,\r\n                \"PaymentId\": \"100202305145018381\",\r\n                \"ResultCode\": \"CAPTURED\",\r\n                \"TransactionId\": \"202305145027320\",\r\n                \"transaction_date\": \"2023-02-20T10:48:59.000000Z\",\r\n                \"tenant_name\": \"hesabe\",\r\n                \"tenant_email\": \"megha@gmail.com\",\r\n                \"tenant_mobile\": \"123455678\",\r\n                \"Tenants_Asset_Id\": 3,\r\n                \"Tenants_Unit_Id\": 1,\r\n                \"Civil_ID\": 12334556\r\n            }\r\n        ],\r\n        \"links\": {\r\n            \"first\": \"https://127.0.0.1:8000/api/v1/rental/reports/financial?page=1\",\r\n            \"last\": \"https://127.0.0.1:8000/api/v1/rental/reports/financial?page=1\",\r\n            \"prev\": null,\r\n            \"next\": null\r\n        },\r\n        \"meta\": {\r\n            \"current_page\": 1,\r\n            \"from\": 1,\r\n            \"last_page\": 1,\r\n            \"path\": \"https://127.0.0.1:8000/api/v1/rental/reports/financial\",\r\n            \"per_page\": 15,\r\n            \"to\": 3,\r\n            \"total\": 3\r\n        }\r\n    }\r\n}"}],"_postman_id":"fc8414dc-3619-4343-8719-cd17fbf34cc8"}],"id":"e3007152-2f11-41ba-92ca-eb2c4bf943e8","_postman_id":"e3007152-2f11-41ba-92ca-eb2c4bf943e8","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}}],"id":"de56a9ca-a528-40d6-bdfd-f76781607083","_postman_id":"de56a9ca-a528-40d6-bdfd-f76781607083","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Vendor Merchant","item":[{"name":"Merchant Service","item":[{"name":"get all services","id":"8577c5a2-3723-4d88-a05d-59d3e05e514b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\"\r\n}"},"url":"{{base-api-url}}/v1/merchant/service","urlObject":{"path":["v1","merchant","service"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"fromDate","value":null},{"disabled":true,"key":"toDate","value":null},{"disabled":true,"key":"search","value":"shivadas"}],"variable":[]}},"response":[{"id":"ae3b35bb-0609-4bbd-960e-5203edfda2db","name":"get all services","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\"\r\n}"},"url":"{{base-api-url}}/v1/merchant/service"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Merchant List\",\r\n    \"response\": {\r\n        \"data\": [\r\n            {\r\n                \"serviceid\": 505,\r\n                \"merchantid\": 1063,\r\n                \"merchantName\": \"chaitrika\",\r\n                \"LicenseKey\": \"1234\",\r\n                \"payment_type\": [\r\n                    {\r\n                        \"id\": 1,\r\n                        \"name\": \"KNET\",\r\n                        \"display_name\": \"KNET\"\r\n                    },\r\n                    {\r\n                        \"id\": 2,\r\n                        \"name\": \"MPGS\",\r\n                        \"display_name\": \"MPGS\"\r\n                    }\r\n                ],\r\n                \"service_type\": [\r\n                    {\r\n                        \"id\": 1,\r\n                        \"name\": \"Credit Payment\"\r\n                    },\r\n                    {\r\n                        \"id\": 2,\r\n                        \"name\": \"SMS Payment\"\r\n                    }\r\n                ],\r\n                \"countries\": [\r\n                    {\r\n                        \"id\": 2,\r\n                        \"name\": \"Saudi Arabia\",\r\n                        \"code\": \"966\"\r\n                    }\r\n                ],\r\n                \"SetupCharge\": 1,\r\n                \"KnetPercentage\": null,\r\n                \"KnetValue\": null,\r\n                \"MpgsPercentage\": null,\r\n                \"MpgsValue\": null,\r\n                \"MonthlySubscribtionCharge\": 2,\r\n                \"ActiveDuration\": 1,\r\n                \"transaction_max_amount\": 123,\r\n                \"day_transactions\": 34,\r\n                \"day_transactions_total\": 123,\r\n                \"month_transactions_total\": 343545,\r\n                \"ActiveStatus\": 1,\r\n                \"MechantServiceDetailRemark\": \"csc\",\r\n                \"SMSContent\": \"xaX\",\r\n                \"SMSContent_arabic\": \"jhgxsjHxd\"\r\n            }\r\n        ],\r\n        \"pagination\": {\r\n            \"total\": 1,\r\n            \"count\": 1,\r\n            \"per_page\": 15,\r\n            \"current_page\": 1,\r\n            \"total_pages\": 1,\r\n            \"page_url\": \"https://merchantapi.hesbstck.com/api/v1/merchant/service\",\r\n            \"next_page_url\": null,\r\n            \"previous_page_url\": null\r\n        }\r\n    }\r\n}"},{"id":"acd4291b-453b-4980-8a0e-ce0d1bb5842c","name":"get all services","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\"\r\n}"},"url":{"raw":"{{base-api-url}}/v1/merchant/service","host":["{{base-api-url}}"],"path":["v1","merchant","service"],"query":[{"key":"fromDate","value":null,"type":"text","disabled":true},{"key":"toDate","value":null,"type":"text","disabled":true},{"key":"search","value":"shivadas","type":"text","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8577c5a2-3723-4d88-a05d-59d3e05e514b"},{"name":"create services","id":"21606308-2447-4b50-aa29-ef6a80379072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"seqid\": \"842225\",\r\n    \"PaymentTypeID\": [1, 2, 3],\r\n    \"SubPaymentTypes\": [12],\r\n    \"ServiceTypeID\": [1, 2],\r\n    \"SetupCharge\": \"1\",\r\n    \"MonthlySubscribtionCharge\": \"2\",\r\n    \"ActiveDuration\": \"1\",\r\n    \"maxTransactionAmount\": \"123\",\r\n    \"maxDayTransactions\": \"34\",\r\n    \"maxDayTotalAmount\": \"123\",\r\n    \"maxMonthTotalAmount\": \"343545\",\r\n    \"ActiveStatus\": \"1\",\r\n    \"CountryID\": \"3\",\r\n    \"capture_duration\": \"44\",\r\n    \"capture_type\": \"1\",\r\n    \"MechantServiceDetailRemark\": \"csc\",\r\n    \"SMSContent\": \"xaX\",\r\n    \"SMSContent_arabic\": \"jhgxsjHxd\",\r\n    \"SenderID\": \"1\",\r\n    \"transaction_sms\": \"1\",\r\n    \"language\": \"ar\",\r\n    \"commission\":{\r\n        \"service\": [\r\n        {\r\n            \"id\":1,\r\n            \"payment\":[\r\n            {\r\n                \"id\":1,\r\n                \"fixed\":0.300,\r\n                \"percentage\":0.01\r\n            },\r\n            {\r\n                \"id\":2,\r\n                \"fixed\":0.300,\r\n                \"percentage\":0.01\r\n            }\r\n            ]\r\n        },\r\n        {\r\n            \"id\":2,\r\n            \"payment\":[\r\n            {\r\n                \"id\":1,\r\n                \"fixed\":0.300,\r\n                \"percentage\":0.01\r\n            },\r\n            {\r\n                \"id\":2,\r\n                \"fixed\":0.300,\r\n                \"percentage\":0.01\r\n            }\r\n            ]\r\n        }\r\n        ]\r\n    }\r\n}\r\n"},"url":"{{base-api-url}}/v1/merchant/service","urlObject":{"path":["v1","merchant","service"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"344469dc-cd37-4c35-b60f-8f7ee70fa876","name":"create services","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\": \"842217\",\r\n    \"seqid\": \"842224\",\r\n    \"PaymentTypeID\": [1, 2, 3],\r\n    \"SubPaymentTypes\": [12],\r\n    \"ServiceTypeID\": [1, 2],\r\n    \"SetupCharge\": \"1\",\r\n    \"MonthlySubscribtionCharge\": \"2\",\r\n    \"ActiveDuration\": \"1\",\r\n    \"maxTransactionAmount\": \"123\",\r\n    \"maxDayTransactions\": \"34\",\r\n    \"maxDayTotalAmount\": \"123\",\r\n    \"maxMonthTotalAmount\": \"343545\",\r\n    \"ActiveStatus\": \"1\",\r\n    \"CountryID\": \"3\",\r\n    \"capture_duration\": \"44\",\r\n    \"capture_type\": \"1\",\r\n    \"MechantServiceDetailRemark\": \"csc\",\r\n    \"SMSContent\": \"xaX\",\r\n    \"SMSContent_arabic\": \"jhgxsjHxd\",\r\n    \"SenderID\": \"1\",\r\n    \"transaction_sms\": \"1\",\r\n    \"language\": \"ar\",\r\n    \"commission\":{\r\n        \"service\": [\r\n        {\r\n            \"id\":1,\r\n            \"payment\":[\r\n            {\r\n                \"id\":1,\r\n                \"fixed\":0.300,\r\n                \"percentage\":0.01\r\n            },\r\n            {\r\n                \"id\":2,\r\n                \"fixed\":0.300,\r\n                \"percentage\":0.01\r\n            }\r\n            ]\r\n        },\r\n        {\r\n            \"id\":2,\r\n            \"payment\":[\r\n            {\r\n                \"id\":1,\r\n                \"fixed\":0.300,\r\n                \"percentage\":0.01\r\n            },\r\n            {\r\n                \"id\":2,\r\n                \"fixed\":0.300,\r\n                \"percentage\":0.01\r\n            }\r\n            ]\r\n        }\r\n        ]\r\n    }\r\n}\r\n"},"url":"{{base-api-url}}/v1/merchant/service"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Merchant service has been added successfully.\",\r\n    \"response\": {\r\n        \"id\": 1063,\r\n        \"merchantName\": \"chaitrika\",\r\n        \"LicenseKey\": \"1234\",\r\n        \"payment_type\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"KNET\",\r\n                \"display_name\": \"KNET\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"MPGS\",\r\n                \"display_name\": \"MPGS\"\r\n            }\r\n        ],\r\n        \"service_type\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Credit Payment\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"SMS Payment\"\r\n            }\r\n        ],\r\n        \"countries\": [],\r\n        \"SetupCharge\": \"1\",\r\n        \"KnetPercentage\": null,\r\n        \"KnetValue\": null,\r\n        \"MpgsPercentage\": null,\r\n        \"MpgsValue\": null,\r\n        \"MonthlySubscribtionCharge\": \"2\",\r\n        \"ActiveDuration\": \"1\",\r\n        \"transaction_max_amount\": \"123\",\r\n        \"day_transactions\": \"34\",\r\n        \"day_transactions_total\": \"123\",\r\n        \"month_transactions_total\": \"343545\",\r\n        \"ActiveStatus\": \"1\",\r\n        \"MechantServiceDetailRemark\": \"csc\",\r\n        \"SMSContent\": \"xaX\",\r\n        \"SMSContent_arabic\": \"jhgxsjHxd\"\r\n    }\r\n}"}],"_postman_id":"21606308-2447-4b50-aa29-ef6a80379072"},{"name":"Get service details by id","id":"cd3355a4-b69c-4a89-8777-40cb7412c83b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\"\r\n}"},"url":"{{base-api-url}}/v1/merchant/service/153","urlObject":{"path":["v1","merchant","service","153"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"7f2133dd-7d3f-4d3a-8143-ef855286b325","name":"Get service details by id","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\"\r\n}"},"url":"{{base-api-url}}/v1/merchant/service/153"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Merchant service Details\",\r\n    \"response\": {\r\n        \"serviceid\": 29,\r\n        \"merchantid\": 153,\r\n        \"merchantName\": \"shivadas\",\r\n        \"LicenseKey\": \"1234\",\r\n        \"payment_type\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"KNET\",\r\n                \"display_name\": \"KNET\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"MIGS\",\r\n                \"display_name\": \"MPGS\"\r\n            }\r\n        ],\r\n        \"service_type\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Credit Payment\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"Invoicing\"\r\n            }\r\n        ],\r\n        \"countries\": [\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"Saudi Arabia\",\r\n                \"code\": \"966\"\r\n            }\r\n        ],\r\n        \"SetupCharge\": 1,\r\n        \"KnetPercentage\": null,\r\n        \"KnetValue\": null,\r\n        \"MpgsPercentage\": null,\r\n        \"MpgsValue\": null,\r\n        \"MonthlySubscribtionCharge\": 2,\r\n        \"ActiveDuration\": 1,\r\n        \"transaction_max_amount\": 123,\r\n        \"day_transactions\": 34,\r\n        \"day_transactions_total\": 123,\r\n        \"month_transactions_total\": 343545,\r\n        \"ActiveStatus\": 1,\r\n        \"MechantServiceDetailRemark\": \"csc\",\r\n        \"SMSContent\": \"xaX\",\r\n        \"SMSContent_arabic\": \"jhgxsjHxd\"\r\n    }\r\n}"}],"_postman_id":"cd3355a4-b69c-4a89-8777-40cb7412c83b"},{"name":"Edit service by id","id":"205a93de-0ccf-4f26-a505-b0646ec99ef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"CountryID\" :[1,2,3,4]\r\n    \r\n}"},"url":"{{base-api-url}}/v1/merchant/service/505","urlObject":{"path":["v1","merchant","service","505"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"0189acfc-74f2-44ec-bfee-a369ecac3cf9","name":"Edit service by id","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"CountryID\" :[1,2,3,4],\r\n    \"commission\":{\r\n        \"service\": [\r\n        {\r\n            \"id\":1,\r\n            \"payment\":[\r\n            {\r\n                \"id\":1,\r\n                \"fixed\":0.300,\r\n                \"percentage\":0.01\r\n            },\r\n            {\r\n                \"id\":2,\r\n                \"fixed\":0.300,\r\n                \"percentage\":0.01\r\n            }\r\n            ]\r\n        },\r\n        {\r\n            \"id\":2,\r\n            \"payment\":[\r\n            {\r\n                \"id\":1,\r\n                \"fixed\":0.300,\r\n                \"percentage\":0.01\r\n            },\r\n            {\r\n                \"id\":2,\r\n                \"fixed\":0.300,\r\n                \"percentage\":0.01\r\n            }\r\n            ]\r\n        }\r\n        ]\r\n    }\r\n    \r\n}"},"url":"{{base-api-url}}/v1/merchant/service/505"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Merchant updated successfully\",\r\n    \"response\": null\r\n}"}],"_postman_id":"205a93de-0ccf-4f26-a505-b0646ec99ef3"},{"name":"get merchants without service","id":"6fb52143-7b06-48f6-bb86-e00475e7f484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/merchant/getmerchant","urlObject":{"path":["v1","merchant","getmerchant"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"b0bc001d-be3b-4d68-9f36-04e0eed3f185","name":"get merchants without service","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"MerchantCode\":\"842217\"\r\n}"},"url":"{{base-api-url}}/v1/merchant/getmerchant"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Merchant List\",\r\n    \"response\": [\r\n        {\r\n            \"Id\": 58,\r\n            \"MerchantCompanyName\": \"frgfdg\",\r\n            \"Seqid\": 0\r\n        },\r\n        {\r\n            \"Id\": 151,\r\n            \"MerchantCompanyName\": \"jitheshpkmeg\",\r\n            \"Seqid\": 0\r\n        },\r\n        {\r\n            \"Id\": 152,\r\n            \"MerchantCompanyName\": \"shivada\",\r\n            \"Seqid\": 842223\r\n        },\r\n        {\r\n            \"Id\": 154,\r\n            \"MerchantCompanyName\": \"ishay\",\r\n            \"Seqid\": 842225\r\n        },\r\n        {\r\n            \"Id\": 155,\r\n            \"MerchantCompanyName\": \"advika\",\r\n            \"Seqid\": 842226\r\n        },\r\n        {\r\n            \"Id\": 156,\r\n            \"MerchantCompanyName\": \"shanvi\",\r\n            \"Seqid\": 842227\r\n        },\r\n        {\r\n            \"Id\": 157,\r\n            \"MerchantCompanyName\": \"shanvir\",\r\n            \"Seqid\": 842228\r\n        }\r\n    ]\r\n}"}],"_postman_id":"6fb52143-7b06-48f6-bb86-e00475e7f484"},{"name":"open invoice additional fields","id":"ff9eb1aa-a775-49a2-aa7a-ea692af008f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"merchantCode\": \"842217\",\r\n  \"fields\": [\r\n    {\r\n      \"name\": \"Field 1\",\r\n      \"type\": \"text\",\r\n      \"characters\": 10,\r\n      \"required\": true\r\n    },\r\n    {\r\n      \"name\": \"Field 2\",\r\n      \"type\": \"number\",\r\n      \"characters\": 0,\r\n      \"required\": false\r\n    },\r\n    {\r\n      \"name\": \"Field 3\",\r\n      \"type\": \"textarea\",\r\n      \"characters\": 0,\r\n      \"required\": true\r\n    }\r\n  ]\r\n}\r\n"},"url":"{{base-api-url}}/v1/merchant/updateOpenInvoice/","urlObject":{"path":["v1","merchant","updateOpenInvoice",""],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"d6984cd9-045a-4f15-8c3f-9fa88688a64f","name":"open invoice additional fields","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"merchantCode\": \"842217\",\r\n  \"fields\": [\r\n    {\r\n      \"name\": \"Field 1\",\r\n      \"type\": \"text\",\r\n      \"characters\": 10,\r\n      \"required\": true\r\n    },\r\n    {\r\n      \"name\": \"Field 2\",\r\n      \"type\": \"number\",\r\n      \"characters\": 0,\r\n      \"required\": false\r\n    },\r\n    {\r\n      \"name\": \"Field 3\",\r\n      \"type\": \"textarea\",\r\n      \"characters\": 0,\r\n      \"required\": true\r\n    }\r\n  ]\r\n}\r\n"},"url":"{{base-api-url}}/v1/merchant/updateOpenInvoice/46"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Merchant updated successfully\",\r\n    \"response\": null\r\n}"}],"_postman_id":"ff9eb1aa-a775-49a2-aa7a-ea692af008f9"},{"name":"updateTransactionSettings","id":"5a4ceae9-2941-43a8-8219-9037150cc594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\",\r\n    \"settings\": [\r\n        {\r\n            \"payment_type_id\": 1,\r\n            \"max_attempts\": 5\r\n        },\r\n        {\r\n            \"payment_type_id\": 2,\r\n            \"max_attempts\": 3\r\n        },\r\n        {\r\n            \"payment_type_id\": 3,\r\n            \"max_attempts\": 2\r\n        }\r\n    ]\r\n\r\n}"},"url":"{{base-api-url}}/v1/merchant/updateTransactionSettings/152/46","urlObject":{"path":["v1","merchant","updateTransactionSettings","152","46"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a4ceae9-2941-43a8-8219-9037150cc594"},{"name":"getTransactionsettings","id":"9ab17b98-fb42-4a55-9cc0-ee870a2188be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/merchant/getTransactionSettings/153","urlObject":{"path":["v1","merchant","getTransactionSettings","153"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ab17b98-fb42-4a55-9cc0-ee870a2188be"},{"name":"main merchant service list","id":"ccae1613-7078-4136-9c81-47c3ff759771","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\"\r\n}"},"url":"{{base-api-url}}/v1/merchant/servicelist","urlObject":{"path":["v1","merchant","servicelist"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccae1613-7078-4136-9c81-47c3ff759771"}],"id":"d42cd5ec-da56-467e-b77e-00c0312ef40d","_postman_id":"d42cd5ec-da56-467e-b77e-00c0312ef40d","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Merchant List","item":[{"name":"create merchant","id":"1bcf812f-f9ab-4f03-a17b-925a8c261414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"merchantCode","value":"842217","type":"text"},{"key":"MerchantName","value":"megk123assslo","type":"text"},{"key":"merchanttype","value":"0","type":"text"},{"key":"MerchantRefCode","value":"11111","type":"text"},{"key":"CountryID","value":"11","type":"text"},{"key":"MerchantBankID","value":"8","type":"text"},{"key":"Address","value":"abc","type":"text"},{"key":"MerchantBusinessTypeID","value":"4","type":"text"},{"key":"MerchantCompanyName","value":"mepk123assslo","type":"text"},{"key":"MerchantBankAccountNumber","value":"12345678","type":"text"},{"key":"Merchant_Benf_Code","value":"3","type":"text"},{"key":"ContactName","value":"advika","type":"text"},{"key":"email","value":"pkmegha91@gmail.com","type":"text"},{"key":"email1","value":"","type":"text"},{"key":"email2","value":"","type":"text"},{"key":"ContactMobile","value":"12345678","type":"text"},{"key":"mcc_id","value":"1","type":"text"},{"key":"mcc_mpgs_id","value":"2","type":"text"},{"key":"ActiveStatus","value":"1","type":"text"},{"key":"password","value":"Megha@123","type":"text"},{"key":"MerchantSummaryRemark","value":"remark","type":"text"},{"key":"nexudusUsername","value":"","type":"text"},{"key":"nexudusPassword","value":"","type":"text"},{"key":"invoice_template","value":"1","type":"text"},{"key":"Merchant_invoice_template","value":"dsadsad","type":"text"},{"key":"merchant_invoice_template_err","value":"aeegr","type":"text"},{"key":"payment_template","value":"1","type":"text"},{"key":"sms_payment_template","value":"dasd","type":"text"},{"key":"payment_template_web","value":"1","type":"text"},{"key":"web_payment_template","value":"chsh","type":"text"},{"key":"edit_net_value","value":"1","type":"text"},{"key":"mini_value","value":"2","type":"text"},{"key":"max_value","value":"3","type":"text"},{"key":"FacebookURL","value":"","type":"text"},{"key":"TwitterURL","value":"","type":"text"},{"key":"LinkedinURL","value":"           ","type":"text"},{"key":"show_description_field","value":"dwd","type":"text"},{"key":"product_sales","value":"1","type":"text"},{"key":"product_sales_admin_chrg","value":"1","type":"text"},{"key":"ScheduledSms","value":"1","type":"text"},{"key":"SmsReminder","value":"1","type":"text"},{"key":"Submerchants","value":"0","type":"text"},{"key":"terms_condition","value":"1","type":"text"},{"key":"terms_condition_desc","value":"hsjhxH","type":"text"},{"key":"Benificiary_Name","value":"test","type":"text"},{"key":"IBAN","value":"1234","type":"text"},{"key":"MerchantCompanyName_ar","value":"ميغا","type":"text"},{"key":"InstagramURL","value":"srserf","type":"text"},{"key":"WebsiteURL","value":"sfsdfsfd","type":"text"},{"key":"AdminChargeSms","value":"1","type":"text"},{"key":"logo","type":"file","src":"/C:/Users/DELL/Downloads/logo-small.png"}]},"url":"{{base-api-url}}/v1/merchant/list","urlObject":{"path":["v1","merchant","list"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"9b2b936a-eab3-49a8-8aa9-9963565c8729","name":"create merchant","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \r\n    \"MerchantName\":\"advika\",\r\n    \"merchanttype\":\"0\",\r\n            \"MerchantRefCode\":\"11111\",\r\n            \"CountryID\":\"2\",\r\n            \"MerchantBankID\": \"4\",\r\n            \"Address\" : \"abc\",\r\n            \"MerchantBusinessTypeID\" :\"23\",\r\n            \"MerchantCompanyName\": \"advika\",\r\n            \"MerchantBankAccountNumber\": \"12345678\",\r\n            \"Merchant_Benf_Code\": \"\",\r\n            \"ContactName\" : \"advika\",\r\n            \"email\":\"pkmegha91@gmail.com\",\r\n            \"email1\":\"\",\r\n            \"email2\":\"\",\r\n            \"ContactMobile\" : \"12345678\",\r\n            \"mcc_id\": \"123\",\r\n            \"mcc_mpgs_id\" : \"1\",\r\n            \"ActiveStatus\" :\"1\",\r\n            \"password\":\"Megha@123\",\r\n            \"MerchantSummaryRemark\":\"remark\",\r\n            \"nexudusUsername\" :\"\",\r\n            \"nexudusPassword\" :\"\",\r\n            \"invoice_template\" :\"1\",\r\n            \"Merchant_invoice_template\":\"dsadsad\",\r\n            \"merchant_invoice_template_err\" :\"aeegr\",\r\n            \"payment_template\" :\"1\",\r\n            \"sms_payment_template\" :\"dasd\",\r\n             \"payment_template_web\" :\"1\",\r\n            \"web_payment_template\":\"chsh\",\r\n           \r\n            \"edit_net_value\" :\"1\",\r\n            \"mini_value\" :\"2\",\r\n            \"max_value\" :\"3\",\r\n            \"FacebookURL\":\"\",\r\n            \"TwitterURL\":\"\",\r\n            \"LinkedinURL\":\"\",            \r\n            \"show_description_field\" :\"dwd\",\r\n            \"product_sales\" :\"1\",\r\n            \"product_sales_admin_chrg\" :\"1\",\r\n            \"ScheduledSms\" :\"1\",\r\n            \"SmsReminder\" :\"1\",\r\n            \"Submerchants\" : \"0\",\r\n            \"terms_condition\" :\"1\",\r\n            \"terms_condition_desc\" :\"hsjhxH\",\r\n            \"logo\" : \"logo.png\"\r\n            \r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/merchant/merchant"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Merchant has been created successfully.\",\r\n    \"response\": {\r\n        \"0\": {\r\n            \"id\": 155,\r\n            \"merchant_code\": \"1550523\",\r\n            \"user_name\": \"advika\",\r\n            \"merchantRefCode\": \"11111\",\r\n            \"merchant_Seq_Id\": 842226,\r\n            \"merchant_type\": \"Hesabe Merchant\",\r\n            \"MCC_Category_List\": [],\r\n            \"MCC_Mpgs_Code\": \"0 - name\",\r\n            \"business_type\": \"23\",\r\n            \"access_code\": \"c333729b-d060-4b74-a49d-7686a8353481\",\r\n            \"secret_key\": \"egq6JWP7kZYmN855DE98V32yb14B9XnM\",\r\n            \"iv_key\": \"kZYmN855DE98V32y\",\r\n            \"company_name\": \"advika\",\r\n            \"company_logo\": \"\",\r\n            \"contact_name\": \"advika\",\r\n            \"Address\": \"abc\",\r\n            \"email\": \"pkmegha91@gmail.com\",\r\n            \"email_1\": null,\r\n            \"email_2\": null,\r\n            \"country\": \"Saudi Arabia\",\r\n            \"mobile\": \"12345678\",\r\n            \"mobile_country_code\": \"966\",\r\n            \"bank_id\": \"4\",\r\n            \"bank_account_number\": \"12345678\",\r\n            \"merchant_benf_Code\": null,\r\n            \"has_sms_charge\": null,\r\n            \"has_web_charge\": null,\r\n            \"has_sales_charge\": \"1\",\r\n            \"product_sales\": \"1\",\r\n            \"Scheduled_Sms\": \"1\",\r\n            \"ActiveStatus\": \"1\",\r\n            \"created_at\": \"2023-06-05 11:52:06\",\r\n            \"remark\": \"remark\"\r\n        },\r\n        \"reference_code\": \"1550523\"\r\n    }\r\n}"},{"id":"82d94761-6952-4bfc-88ac-1ad888e9971f","name":"create merchant","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\",\r\n    \"MerchantName\":\"shanvi\",\r\n    \"merchanttype\":0,\r\n            \"MerchantRefCode\":\"11111\",\r\n            \"CountryID\":2,\r\n            \"MerchantBankID\": 4,\r\n            \"Address\" : \"abc\",\r\n            \"MerchantBusinessTypeID\" :23,\r\n            \"MerchantCompanyName\": \"shanvi\",\r\n            \"MerchantBankAccountNumber\": 12345678,\r\n            \"Merchant_Benf_Code\": 3,\r\n            \"ContactName\" : \"advika\",\r\n            \"email\":\"pkmegha91@gmail.com\",\r\n            \"email1\":\"\",\r\n            \"email2\":\"\",\r\n            \"ContactMobile\" : \"12345678\",\r\n            \"mcc_id\": 123,\r\n            \"mcc_mpgs_id\" : 1,\r\n            \"ActiveStatus\" :1,\r\n            \"password\":\"Megha@123\",\r\n            \"MerchantSummaryRemark\":\"remark\",\r\n            \"nexudusUsername\" :\"\",\r\n            \"nexudusPassword\" :\"\",\r\n            \"invoice_template\" :1,\r\n            \"Merchant_invoice_template\":\"dsadsad\",\r\n            \"merchant_invoice_template_err\" :\"aeegr\",\r\n            \"payment_template\" :1,\r\n            \"sms_payment_template\" :\"dasd\",\r\n             \"payment_template_web\" :1,\r\n            \"web_payment_template\":\"chsh\",\r\n           \r\n            \"edit_net_value\" :1,\r\n            \"mini_value\" :2,\r\n            \"max_value\" :3,\r\n            \"FacebookURL\":\"\",\r\n            \"TwitterURL\":\"\",\r\n            \"LinkedinURL\":\"\",            \r\n            \"show_description_field\" :\"dwd\",\r\n            \"product_sales\" :1,\r\n            \"product_sales_admin_chrg\" :1,\r\n            \"ScheduledSms\" :1,\r\n            \"SmsReminder\" :1,\r\n            \"Submerchants\" : 0,\r\n            \"terms_condition\" :1,\r\n            \"terms_condition_desc\" :\"hsjhxH\",\r\n            \"logo\" : \"logo.png\"\r\n            \r\n}","options":{"raw":{"language":"json"}}},"url":"{{base-api-url}}/v1/merchant/list"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1bcf812f-f9ab-4f03-a17b-925a8c261414"},{"name":"get all merchants","id":"67394f8b-a563-4e3c-8532-64ecb043bceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/merchant/list","urlObject":{"path":["v1","merchant","list"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"fromDate","value":"2023-05-31"},{"disabled":true,"key":"toDate","value":"2023-05-31"},{"disabled":true,"key":"search","value":"test"}],"variable":[]}},"response":[],"_postman_id":"67394f8b-a563-4e3c-8532-64ecb043bceb"},{"name":"get merchant by id","id":"802417c7-be83-465e-a521-d128b5d60e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base-api-url}}/v1/merchant/list/147","urlObject":{"path":["v1","merchant","list","147"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"5ab52f03-1962-42b8-b757-63a2427e4593","name":"get merchant by id","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base-api-url}}/v1/merchant/list/147"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"802417c7-be83-465e-a521-d128b5d60e78"},{"name":"edit merchant by id","id":"bd278bf2-d5ad-4414-a3f2-4d7d03f603f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"MerchantCompanyName\": \"\",\r\n    \"MerchantRefCode\": \"\",\r\n    \"merchanttype\": \"\",\r\n    \"company_name\": \"\",\r\n    \"ContactName\": \"\",\r\n    \"email\": \"\",\r\n    \"email1\": \"\",\r\n    \"email2\": \"\",\r\n    \"Address\": \"\",\r\n    \"CountryID\": \"\",\r\n    \"ContactMobile\": \"\",\r\n    \"mcc_id\": \"\",\r\n    \"mcc_mpgs_id\": \"\",\r\n    \"MerchantBusinessTypeID\": \"\",\r\n    \"MerchantBankID\": \"\",\r\n    \"MerchantBankAccountNumber\": \"\",\r\n    \"Merchant_Benf_Code\": \"\",\r\n     \"MerchantName\": \"\",\r\n    \"password\": \"\",\r\n    \"MerchantSummaryRemark\": \"\",\r\n    \"nexudusUsername\": \"\",\r\n    \"nexudusPassword\": \"\",\r\n     \"Merchant_invoice_template\": \"\",\r\n    \"merchant_invoice_template_err\": \"\",\r\n    \"invoice_template\": \"\",\r\n    \"sms_payment_template\": \"\",\r\n    \"payment_template\": \"\",\r\n    \"web_payment_template\": \"\",\r\n    \"payment_template_web\": \"\",\r\n    \"edit_net_value\": \"\",\r\n    \"mini_value\": \"\",\r\n    \"max_value\": \"\",\r\n    \"show_description_field\": \"\",\r\n    \"product_sales\": \"\",\r\n    \"product_sales_admin_chrg\": \"\",\r\n    \"ScheduledSms\": \"\",\r\n    \"SmsReminder\": \"\",\r\n    \"Submerchants\": \"\",\r\n    \"ActiveStatus\": \"\",\r\n    \"FacebookURL\": \"\",\r\n    \"TwitterURL\": \"\",\r\n    \"LinkedinURL\": \"\",\r\n    \"terms_condition\": \"\",\r\n    \"terms_condition_desc\": \"\",\r\n    \"merchantGroup\": \"152,151\"\r\n}"},"url":"{{base-api-url}}/v1/merchant/list/153","urlObject":{"path":["v1","merchant","list","153"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[{"id":"5570ab18-37fd-4a0f-a710-672975d2d857","name":"edit merchant by id","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"MerchantCompanyName\": \"\",\r\n    \"MerchantRefCode\": \"\",\r\n    \"merchanttype\": \"\",\r\n    \"company_name\": \"\",\r\n    \"ContactName\": \"\",\r\n    \"email\": \"\",\r\n    \"email1\": \"\",\r\n    \"email2\": \"\",\r\n    \"Address\": \"\",\r\n    \"CountryID\": \"\",\r\n    \"ContactMobile\": \"\",\r\n    \"mcc_id\": \"\",\r\n    \"mcc_mpgs_id\": \"\",\r\n    \"MerchantBusinessTypeID\": \"\",\r\n    \"MerchantBankID\": \"\",\r\n    \"MerchantBankAccountNumber\": \"\",\r\n    \"Merchant_Benf_Code\": \"\",\r\n     \"MerchantName\": \"\",\r\n    \"password\": \"\",\r\n    \"MerchantSummaryRemark\": \"\",\r\n    \"nexudusUsername\": \"\",\r\n    \"nexudusPassword\": \"\",\r\n     \"Merchant_invoice_template\": \"\",\r\n    \"merchant_invoice_template_err\": \"\",\r\n    \"invoice_template\": \"\",\r\n    \"sms_payment_template\": \"\",\r\n    \"payment_template\": \"\",\r\n    \"web_payment_template\": \"\",\r\n    \"payment_template_web\": \"\",\r\n    \"edit_net_value\": \"\",\r\n    \"mini_value\": \"\",\r\n    \"max_value\": \"\",\r\n    \"show_description_field\": \"\",\r\n    \"product_sales\": \"\",\r\n    \"product_sales_admin_chrg\": \"\",\r\n    \"ScheduledSms\": \"\",\r\n    \"SmsReminder\": \"\",\r\n    \"Submerchants\": \"\",\r\n    \"ActiveStatus\": \"\",\r\n    \"FacebookURL\": \"\",\r\n    \"TwitterURL\": \"\",\r\n    \"LinkedinURL\": \"\",\r\n    \"terms_condition\": \"\",\r\n    \"terms_condition_desc\": \"\",\r\n    \"merchantGroup\": \"152,151\"\r\n}"},"url":"{{base-api-url}}/v1/merchant/list/153"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bd278bf2-d5ad-4414-a3f2-4d7d03f603f3"},{"name":"get all bank details","id":"bacc5eb5-1766-448b-8506-05eba82ff17d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/merchant/bank","urlObject":{"path":["v1","merchant","bank"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bacc5eb5-1766-448b-8506-05eba82ff17d"},{"name":"get all payment type details","id":"ff25b1e8-10f4-4920-8c20-0ad376309d92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\"\r\n}"},"url":"{{base-api-url}}/v1/merchant/paymenttype","urlObject":{"path":["v1","merchant","paymenttype"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff25b1e8-10f4-4920-8c20-0ad376309d92"},{"name":"get all service type details","id":"e826b5d7-52f1-4f59-a92d-2be4b8f23c9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchantCode\":\"842217\"\r\n}"},"url":"{{base-api-url}}/v1/merchant/servicetype","urlObject":{"path":["v1","merchant","servicetype"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e826b5d7-52f1-4f59-a92d-2be4b8f23c9d"},{"name":"get all businesstype details","id":"24a28ed6-c4dc-43ff-b425-7de9929e20bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/merchant/businesstype","urlObject":{"path":["v1","merchant","businesstype"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"24a28ed6-c4dc-43ff-b425-7de9929e20bb"},{"name":"get Business Category( mcc)","id":"b75c1f5c-3b80-494d-89a1-7fed502738ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/merchant/getMccType?search=Restaurant","urlObject":{"path":["v1","merchant","getMccType"],"host":["{{base-api-url}}"],"query":[{"key":"search","value":"Restaurant"}],"variable":[]}},"response":[],"_postman_id":"b75c1f5c-3b80-494d-89a1-7fed502738ed"},{"name":"get mccmpgs","id":"18a1407c-4ba4-48de-ab17-c53f472fe731","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base-api-url}}/v1/merchant/getMccmpgsType?search=Services","urlObject":{"path":["v1","merchant","getMccmpgsType"],"host":["{{base-api-url}}"],"query":[{"key":"search","value":"Services"}],"variable":[]}},"response":[],"_postman_id":"18a1407c-4ba4-48de-ab17-c53f472fe731"},{"name":"Get Active Country List","id":"26a2a4df-e933-4f4c-8eb6-01b8bde48779","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{base-api-url}}/v1/merchant/getCountries","urlObject":{"path":["v1","merchant","getCountries"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26a2a4df-e933-4f4c-8eb6-01b8bde48779"},{"name":"getSubpaymenttype","id":"45111419-8367-4856-813f-65ef636b4154","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/merchant/getSubpaymenttype","urlObject":{"path":["v1","merchant","getSubpaymenttype"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"45111419-8367-4856-813f-65ef636b4154"},{"name":"Confirm password","id":"bdcff794-d4ee-4fe9-90a0-0aad63e41a26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base-api-url}}/v1/activate/{id} ","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","activate","{id} "],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdcff794-d4ee-4fe9-90a0-0aad63e41a26"},{"name":"confirm password","id":"e8cf97ca-9707-4052-81c9-98dc065ba2f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"password","value":"{{systempassword}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"Test@123\",\r\n    \"password_confirmation\":\"Test@123\"\r\n}"},"url":"{{base-api-url}}/v1/activate/153","urlObject":{"path":["v1","activate","153"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8cf97ca-9707-4052-81c9-98dc065ba2f8"},{"name":"main merchant list","id":"0f8894eb-2ac1-46f9-94de-f744b876b7b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/merchant/activelist","urlObject":{"path":["v1","merchant","activelist"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f8894eb-2ac1-46f9-94de-f744b876b7b1"}],"id":"300419db-072e-4ab8-a426-2a563a6f521a","_postman_id":"300419db-072e-4ab8-a426-2a563a6f521a","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Merchant Integration","item":[{"name":"get all","id":"2be160a3-570b-4806-86b1-54dbfc417c84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/merchant/integrations?search=1580623","urlObject":{"path":["v1","merchant","integrations"],"host":["{{base-api-url}}"],"query":[{"key":"search","value":"1580623"}],"variable":[]}},"response":[],"_postman_id":"2be160a3-570b-4806-86b1-54dbfc417c84"},{"name":"get by id","id":"ca089711-e853-4ff4-a527-8f1d17e2847b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/merchant/integrations/58","urlObject":{"path":["v1","merchant","integrations","58"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":null},{"disabled":true,"key":"","value":null},{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"32406d0a-685d-492a-a0c0-0e7753717486","name":"get by id","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{base-api-url}}/v1/merchant/integrations/58","host":["{{base-api-url}}"],"path":["v1","merchant","integrations","58"],"query":[{"key":"","value":"","type":"text","disabled":true},{"key":"","value":null,"type":"text","disabled":true},{"key":"","value":null,"type":"text","disabled":true},{"key":"","value":null,"type":"text","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": true,\r\n    \"message\": \"Merchant Details\",\r\n    \"response\": {\r\n        \"id\": 153,\r\n        \"merchant_code\": \"1533123\",\r\n        \"company_name\": \"shivadas\",\r\n        \"merchant_name\": null,\r\n        \"merchant_Seq_Id\": 842224,\r\n        \"activated_at\": null,\r\n        \"integrations\": [\r\n            {\r\n                \"id\": null,\r\n                \"integration_id\": 153,\r\n                \"key\": \"2,3\",\r\n                \"name\": \"\",\r\n                \"description\": \"\",\r\n                \"logo\": \"\",\r\n                \"status\": 0\r\n            },\r\n            {\r\n                \"id\": null,\r\n                \"integration_id\": 2,\r\n                \"key\": \"abc\",\r\n                \"name\": \"Shopify\",\r\n                \"description\": \"Shopify Store\",\r\n                \"logo\": \"https://banner2.cleanpng.com/20180422/jgw/kisspng-shopify-logo-e-commerce-business-super-sale-5adccc2d044571.9530191915244196290175.jpg\",\r\n                \"status\": 0\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"ca089711-e853-4ff4-a527-8f1d17e2847b"},{"name":"edit","id":"50f3da20-c5b0-4d9f-9a83-5e541189383c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"merchant_id\" :\"53\",\r\n    \"integration_key\":\"\",\r\n    \"status\":\"1\"\r\n}"},"url":"{{base-api-url}}/v1/merchant/integrations/53","urlObject":{"path":["v1","merchant","integrations","53"],"host":["{{base-api-url}}"],"query":[{"disabled":true,"key":"","value":null},{"disabled":true,"key":"","value":null},{"disabled":true,"key":"","value":null},{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"50f3da20-c5b0-4d9f-9a83-5e541189383c"},{"name":"get all integration types","id":"80a0f857-1a86-4c7f-a3d9-251eab957b93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"accessCode","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{base-api-url}}/v1/merchant/getIntegration","urlObject":{"path":["v1","merchant","getIntegration"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"80a0f857-1a86-4c7f-a3d9-251eab957b93"}],"id":"0e8d93da-9b0d-4ceb-a6c6-f278b6edf970","_postman_id":"0e8d93da-9b0d-4ceb-a6c6-f278b6edf970","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}}],"id":"3f8af2ae-b8d7-4daf-ab4b-3e860d683fde","_postman_id":"3f8af2ae-b8d7-4daf-ab4b-3e860d683fde","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}},{"name":"Merchant Document","item":[{"name":"AddBusinessType","id":"254ab3da-c3e7-4ae4-bfc9-47a586f29e43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"business_type_id","value":"1","type":"text"},{"key":"business_type_title","value":"Business Title 1","type":"text"},{"key":"business_type_status","value":"A","type":"text"}]},"url":"{{base-api-url}}/v1/document/business-type-add","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","document","business-type-add"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"254ab3da-c3e7-4ae4-bfc9-47a586f29e43"},{"name":"UpdateBusinessType","id":"05c88896-7ef9-4323-b499-f3b68f869a3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"business_type_id","value":"1","type":"text"},{"key":"business_type_title","value":"Type Title 1000","type":"text"},{"key":"business_type_status","value":"P","type":"text"}]},"url":"{{base-api-url}}/v1/document/business-type-update","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","document","business-type-update"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05c88896-7ef9-4323-b499-f3b68f869a3a"},{"name":"GetBusinessTypeList","id":"f195c60f-c02d-4920-a695-225261a3c575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base-api-url}}/v1/document/business-type-list","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","document","business-type-list"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f195c60f-c02d-4920-a695-225261a3c575"},{"name":"AddDocumentMaster","id":"30466df6-4035-4f2b-911a-f7db7f659bad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"business_type_id","value":"1,2,3","type":"text"},{"key":"document_master_title","value":"baha test test","type":"text"},{"key":"document_master_desc","value":"Desc ...","type":"text"},{"key":"document_master_is_required","value":"1","type":"text"}]},"url":"{{base-api-url}}/v1/document/add","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","document","add"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"30466df6-4035-4f2b-911a-f7db7f659bad"},{"name":"UpdateDocumentMaster","id":"65aae367-3143-42f8-a570-17c7b3256464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"document_master_id","value":"1","type":"text"},{"key":"business_type_id","value":"1","type":"text"},{"key":"document_master_title","value":"Title","type":"text"},{"key":"document_master_desc","value":"Desc ...","type":"text"},{"key":"document_master_is_required","value":"1","type":"text"}]},"url":"{{base-api-url}}/v1/document/update","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","document","update"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"65aae367-3143-42f8-a570-17c7b3256464"},{"name":"GetDocumentMasterList","id":"e695d8db-b69c-4c5f-84fd-32e0e9c882e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base-api-url}}/v1/document/list?business_type_id=1","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","document","list"],"host":["{{base-api-url}}"],"query":[{"key":"business_type_id","value":"1"},{"disabled":true,"key":"document_master_title","value":"title"},{"disabled":true,"key":"document_master_desc","value":"desc"},{"disabled":true,"key":"document_master_is_required","value":"1"}],"variable":[]}},"response":[],"_postman_id":"e695d8db-b69c-4c5f-84fd-32e0e9c882e7"},{"name":"AddMerchantDocument","id":"dea1eaec-a074-4e99-a01a-9878d3a5a5ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"document_master_id","value":"2","type":"text"},{"key":"merchant_id","value":"58","type":"text"},{"key":"merchant_file","type":"file","src":"/C:/Users/jusai/OneDrive/Desktop/fff.png"},{"key":"expire_date","value":"2024-01-01","type":"text"},{"key":"merchant_document_desc","value":"description","type":"text"}]},"url":"{{base-api-url}}/v1/document/add-merchant-document","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","document","add-merchant-document"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dea1eaec-a074-4e99-a01a-9878d3a5a5ee"},{"name":"UpdateMerchantDocument","id":"09a38dc0-6f62-4b7f-8a10-463e1165079e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"document_master_id","value":"2","type":"text"},{"key":"merchant_id","value":"58","type":"text"},{"key":"merchant_file","type":"file","src":"/C:/Users/jusai/OneDrive/Desktop/instance1_access_log.png"},{"key":"expire_date","value":"2024-03-10","type":"text"},{"key":"merchant_document_id","value":"6","type":"text"},{"key":"merchant_document_status","value":"A","type":"text"},{"key":"merchant_document_desc","value":"descccc","type":"text"}]},"url":"{{base-api-url}}/v1/document/update-merchant-document","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","document","update-merchant-document"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"09a38dc0-6f62-4b7f-8a10-463e1165079e"},{"name":"GetMerchantDocumentList","id":"ecdf4b21-9d17-48a7-a97e-a1caef65c1b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{base-api-url}}/v1/document/merchant-document-list?merchant_id=58&filter=added","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","document","merchant-document-list"],"host":["{{base-api-url}}"],"query":[{"key":"merchant_id","value":"58"},{"key":"filter","value":"added"}],"variable":[]}},"response":[],"_postman_id":"ecdf4b21-9d17-48a7-a97e-a1caef65c1b6"},{"name":"GetMerchantMissingDocumentList","id":"e84c809c-ccaf-4162-a60b-a2b4136ccffc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"business_type_id","value":"3","type":"text","disabled":true}]},"url":"{{base-api-url}}/v1/document/missing-list?merchant_id=58","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","document","missing-list"],"host":["{{base-api-url}}"],"query":[{"key":"merchant_id","value":"58"}],"variable":[]}},"response":[],"_postman_id":"e84c809c-ccaf-4162-a60b-a2b4136ccffc"},{"name":"GetMerchantByPendingDocument","id":"c0f7abbe-f31a-4898-880c-8a0f3e81705c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"business_type_id","value":"3","type":"text","disabled":true}]},"url":"{{base-api-url}}/v1/document/pending-merchants","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","document","pending-merchants"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0f7abbe-f31a-4898-880c-8a0f3e81705c"},{"name":"GetStatusList","id":"421dd121-11e8-4e29-ba8b-bf11d6bc276b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base-api-url}}/v1/document/status-list","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","document","status-list"],"host":["{{base-api-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"421dd121-11e8-4e29-ba8b-bf11d6bc276b"},{"name":"GetAllList","id":"d01655c2-ce7a-43af-8dd4-aecbb4089666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base-api-url}}/v1/document/all-list?merchant_id=84","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}},"urlObject":{"path":["v1","document","all-list"],"host":["{{base-api-url}}"],"query":[{"key":"merchant_id","value":"84"}],"variable":[]}},"response":[],"_postman_id":"d01655c2-ce7a-43af-8dd4-aecbb4089666"}],"id":"f477bff8-6cc2-42e3-97ef-678430c6653e","_postman_id":"f477bff8-6cc2-42e3-97ef-678430c6653e","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","name":"v1","type":"folder"}}}],"id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102","description":"<h2 id=\"api-response-status-codes\">API Response Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized Access</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden Access</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Validation (Invalid Input)</td>\n</tr>\n<tr>\n<td>506</td>\n<td>Invalid Request data</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"9b8bc47f-47b8-414c-8aee-b39b099bbbc2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"684da470-3dc7-401c-b77e-e5eed1bc88d2","type":"text/javascript","exec":[""]}}],"_postman_id":"1eb79315-1bc3-4850-9b8d-85f8bd0cb102"}],"event":[{"listen":"prerequest","script":{"id":"d8ec03dd-e440-4f47-b932-d886ae0f3d51","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f6be41af-2644-426e-8b2d-0cf71391cba4","type":"text/javascript","exec":[""]}}],"variable":[{"key":"product-id","value":"130"},{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyIiwianRpIjoiOGRkOWNlOGEzMWZlNzI3OGIxOGFmYWQ4OWRmOGQ0ZjgwMjQ0NzdlNGQwNjcwYzViMDYyZjIxYjE2NzhlNGE2Y2Y5YjlkZmU2MWI0OWZiMmEiLCJpYXQiOjE3NDM1Njc4MzguNjQ3OTYsIm5iZiI6MTc0MzU2NzgzOC42NDc5NjEsImV4cCI6MTc0MzU2ODczOC42MzQzMDUsInN1YiI6Ijg0Iiwic2NvcGVzIjpbIioiXX0.kaD03ZVefsIoqmINhYMruiwjX9vITclc2bZmuSLd-pA1clQQ2Cc0EnH4vUjt6JturwekexkC7GE9BEmp-WnGFmWyDfg6cxRLO_x7dzurXGWPG0v-uMEgPx7-XjnebzZEMius0lRrdEXV7imbz20MZy1n126OAvlyX9ufi9KgiS__s7_f1IgzQmdzXZzJ-kSzT-sncA4Qb-9EwnzoalJTjqYZZXgxf_fYcUQ0izzifycB_VuYjykPkzNGpbZLSfAzCofeeiLNevHoAGG4LzxjSfm2FLL7465oJu31h9xD7dDu5JjwqHbYTrfU6jnSUAgbCynjnDneeL6DKpaOC41cgNjENl7FPJfflA4D29WZmPEEcNlBDVUQ9sDd-_XtF_Tr2-gzN5J65xMiN2cJZlPXCCsy6yNb1TiWZfgGsbt2zIL45v97pTw7T1SYreMzhaoUMMMYR_A5R0y_YyUktGpV6UcHQijOA-jbzsqNlusr4HsyptF_zXy_9r_xQDfKpB8ihtvBpfdqgTmPGyAKTWmvHDHFgOKuPZDMfxTPJlIdaw8lBF3pYpDzKjitHrWSa8qq9dxmoLPiLsYKfxzRQ73z6XO973L1NeWlVXU3Lt4FQmN2joFIK2wzKIwuDt94VzQ5zdKK3-YyL1SfR82l6UaJJgSOiWU3ClQKgohiyIZpaeA","type":"default"},{"key":"access-code","value":"c333729b-d060-4b74-a49d-7686a8353481","type":"default"}]}