{"info":{"_postman_id":"1afe302c-5d07-46ea-9efd-f1527b921fce","name":"stage-api.ioka.kz/v2","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"orders","item":[{"name":"CreateOrder","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = pm.response.json()","if(jsonData.order != null) {","\tif(jsonData.order.id != null) {","\t\tpm.collectionVariables.set(\"order_id\", jsonData.order.id)","\t}","}","if(jsonData.order_access_token != null) {","\tpm.collectionVariables.set(\"order_access_token\", jsonData.order_access_token)","}",""]}}],"id":"f58e4ae1-d062-465f-8db8-2edb96a88e5a","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"amount\": 10000,\n\t\"capture_method\": \"MANUAL\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/orders"},"response":[]},{"name":"CaptureOrder","event":[{"listen":"prerequest","script":{"id":"eaeb3abc-1b1c-454b-846b-950da28cbb7f","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"889d84e6-f9e3-4027-8633-f74c692735cd","exec":[""],"type":"text/javascript"}}],"id":"6ec604ef-e0a6-4572-9a6d-26e788b0b73c","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"amount\": 10000\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/orders/{{order_id}}/capture"},"response":[]},{"name":"CancelOrder","event":[{"listen":"prerequest","script":{"id":"57eefa0f-4bc6-4087-a5c0-a28a0dee3ae4","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"9aee1905-0d9a-43c0-8e64-19a3ee7a5a2a","exec":[""],"type":"text/javascript"}}],"id":"7649d161-0670-4c93-9e14-d2db5523d271","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"reason\": \"some good reason\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/orders/{{order_id}}/cancel"},"response":[]},{"name":"RefundOrder","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = pm.response.json();","if(jsonData.id != null) {","\tpm.collectionVariables.set(\"refund_id\", jsonData.id);","}",""]}}],"id":"7114e1a5-7129-4ace-b656-3bed892f35be","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"amount\": 100\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/orders/{{order_id}}/refunds"},"response":[]},{"name":"GetOrders","event":[{"listen":"prerequest","script":{"id":"c852d631-6cc4-4f2d-ade1-cc0c78a09e96","exec":[""],"type":"text/javascript"}}],"id":"d0da767f-0c77-4e3f-a28f-03ff3768964b","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":"{{api_host}}/v2/orders"},"response":[]},{"name":"GetOrderByID","event":[{"listen":"prerequest","script":{"id":"ba20f62d-fbb8-45a1-a2b0-c83e8c4c783f","exec":[""],"type":"text/javascript"}}],"id":"0b9cb18f-97f4-44bd-beaa-58aab442be46","request":{"method":"GET","header":[],"url":"{{api_host}}/v2/orders/{{order_id}}"},"response":[]},{"name":"GetOrderEvents","event":[{"listen":"prerequest","script":{"id":"a413c140-9648-4e27-9566-a99de11991b6","exec":[""],"type":"text/javascript"}}],"id":"acb2b8fb-9c34-4b7c-b9e5-1b44fb00c6ae","request":{"method":"GET","header":[],"url":"{{api_host}}/v2/orders/{{order_id}}/events"},"response":[]},{"name":"GetRefunds","event":[{"listen":"prerequest","script":{"id":"1a981ae2-3f78-4738-a6eb-43ba95a04984","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"6a1c2b8e-74d1-465d-a8f2-2a7a977c26da","exec":[""],"type":"text/javascript"}}],"id":"2112fcdc-fe9b-4094-a891-2095c9311808","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":"{{api_host}}/v2/orders/{{order_id}}/refunds"},"response":[]},{"name":"GetRefundByID","event":[{"listen":"prerequest","script":{"id":"e8b3489c-f5ba-49d0-aadc-13b322e28edb","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"3b740c84-a1dc-4e93-87ff-84622767b879","exec":[""],"type":"text/javascript"}}],"id":"d75680fc-4aa8-482f-901a-5af9392c7e2a","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":"{{api_host}}/v2/orders/{{order_id}}/refunds/{{refund_id}}"},"response":[]}],"id":"f4c783fd-7208-4d01-b6c6-0e1a8a199f14"},{"name":"payments","item":[{"name":"CreateCardPayment","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = pm.response.json();","if(jsonData.id != null) {","\tpm.collectionVariables.set(\"payment_id\", jsonData.id);","}",""]}}],"id":"5c38f1d7-866b-4b76-a01a-852726012cb9","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"pan\": \"{{tds_pan}}\",\n\t\"exp\": \"12/24\",\n\t\"holder\": \"Bio Mio\",\n\t\"cvc\": \"123\",\n\t\"save\": true,\n\t\"email\": \"adam@emes.kz\",\n\t\"phone\": \"+77472550778\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/orders/{{order_id}}/payments/card"},"response":[]},{"name":"CreatePayment - payment_method","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = pm.response.json();","if(jsonData.id != null) {","\tpm.collectionVariables.set(\"payment_id\", jsonData.id);","}",""]}},{"listen":"prerequest","script":{"type":"text/javascript","exec":["var Header = require('postman-collection').Header","","request_id = parseInt(pm.collectionVariables.get(\"request_id\")) + 1","pm.request.headers.add(new Header(\"X-Request-ID: \" + request_id))","pm.collectionVariables.set(\"request_id\", request_id)",""]}}],"id":"6bc4f7f6-e4cc-41a5-ab3b-52c52690abe1","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{order_access_token}}","in":"header"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"payment_method\": {\n\t\t\"token\": \"{{payment_token}}\",\n\t\t\"save_card\": true\n\t},\n\t\"contacts\": {\n\t\t\"email\": \"violetta@kri.kz\",\n\t\t\"phone\": \"+77472550778\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/orders/{{order_id}}/payments"},"response":[]},{"name":"CreatePayment - customer_card","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = pm.response.json();","if(jsonData.id != null) {","\tpm.collectionVariables.set(\"payment_id\", jsonData.id);","}",""]}},{"listen":"prerequest","script":{"type":"text/javascript","exec":["var Header = require('postman-collection').Header","","request_id = parseInt(pm.collectionVariables.get(\"request_id\")) + 1","pm.request.headers.add(new Header(\"X-Request-ID: \" + request_id))","pm.collectionVariables.set(\"request_id\", request_id)",""]}}],"id":"90bd544b-8c80-4791-a6d8-cc27835cf0a2","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"customer_card\": {\n\t\t\"card_id\": \"{{card_id}}\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/orders/{{order_id}}/payments"},"response":[]},{"name":"CapturePayment","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var Header = require('postman-collection').Header","","request_id = parseInt(pm.collectionVariables.get(\"request_id\")) + 1","pm.request.headers.add(new Header(\"X-Request-ID: \" + request_id))","pm.collectionVariables.set(\"request_id\", request_id)"]}}],"id":"5cafd449-8bec-42d5-b964-9a26ad221ae6","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"amount\": 500\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/orders/{{order_id}}/payments/{{payment_id}}/capture"},"response":[]},{"name":"CancelPayment","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var Header = require('postman-collection').Header","","request_id = parseInt(pm.collectionVariables.get(\"request_id\")) + 1","pm.request.headers.add(new Header(\"X-Request-ID: \" + request_id))","pm.collectionVariables.set(\"request_id\", request_id)"]}}],"id":"f804036a-6d74-40cb-b161-3b594c067e71","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/orders/{{order_id}}/payments/{{payment_id}}/cancel"},"response":[]},{"name":"Check3DS","id":"c61d3272-3e9d-49ec-8135-b7e79f50e29f","request":{"method":"GET","header":[],"url":"{{api_host}}/v2/{{payment_id}}/check3ds"},"response":[]},{"name":"GetPaymentByID","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var Header = require('postman-collection').Header","","request_id = parseInt(pm.collectionVariables.get(\"request_id\")) + 1","pm.request.headers.add(new Header(\"X-Request-ID: \" + request_id))","pm.collectionVariables.set(\"request_id\", request_id)"]}}],"id":"6f804437-f7f6-4496-b1c7-6ecc692acf6c","request":{"method":"GET","header":[],"url":"{{api_host}}/v2/orders/{{order_id}}/payments/{{payment_id}}"},"response":[]}],"id":"f00864a1-e9b7-4d6e-81b9-826fe9f98c7f"},{"name":"refunds","item":[{"name":"CreateRefund","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = pm.response.json();","if(jsonData.id != null) {","\tpm.collectionVariables.set(\"refund_id\", jsonData.id);","}",""]}}],"id":"81f058cb-ad65-41f8-b443-920288dca76f","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"amount\": 500,\n\t\"reason\": \"reason\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/orders/{{order_id}}/payments/{{payment_id}}/refunds"},"response":[]},{"name":"GetRefunds","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = pm.response.json();","if(jsonData.id != null) {","\tpm.collectionVariables.set(\"refund_id\", jsonData.id);","}",""]}}],"id":"d1354c2c-8b12-4966-ae73-a5beb506e14c","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":"{{api_host}}/v2/orders/{{order_id}}/payments/{{payment_id}}/refunds"},"response":[]}],"id":"b8cf2171-28df-427c-bf51-8512c51dfb4d"},{"name":"customers","item":[{"name":"CreateCustomer","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = pm.response.json();","pm.collectionVariables.set(\"customer_id\", jsonData.id);","","var jsonData = pm.response.json()","if(jsonData.customer != null) {","\tif(jsonData.customer.id != null) {","\t\tpm.collectionVariables.set(\"customer_id\", jsonData.customer.id)","\t}","}","if(jsonData.customer_access_token != null) {","\tpm.collectionVariables.set(\"customer_access_token\", jsonData.customer_access_token)","}",""]}}],"id":"ae7de400-9028-49c9-9c89-05d8f42f97be","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\": \"tyler.crown2@ioka.kz\",\n\t\"phone\": \"77472550778\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/customers"},"response":[]},{"name":"GetCustomers","event":[{"listen":"prerequest","script":{"id":"39eb0e00-f5cd-4343-987a-e696365655f7","exec":[""],"type":"text/javascript"}}],"id":"6ef3a7a3-06f6-4875-a718-e513f59fa601","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":{"raw":"{{api_host}}/v2/customers?offset=0&limit=5","host":["{{api_host}}"],"path":["v2","customers"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"5"}]}},"response":[]},{"name":"GetCustomerByID","event":[{"listen":"prerequest","script":{"id":"f87a84f5-4039-41f7-90e0-b88c40c73dd0","exec":[""],"type":"text/javascript"}}],"id":"b9f019a0-3314-4c8e-b1f6-bcee0d88a671","request":{"method":"GET","header":[],"url":"{{api_host}}/v2/customers/{{customer_id}}"},"response":[]},{"name":"GetCustomerEvents","event":[{"listen":"prerequest","script":{"id":"d75aa3c0-e0fe-44c8-9d20-973ec549c62f","exec":[""],"type":"text/javascript"}}],"id":"6030cbd4-88c6-4539-8704-6836e9aa55bb","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{customer_access_token}}","in":"header"}},"method":"GET","header":[],"url":"{{api_host}}/v2/customers/{{customer_id}}/events"},"response":[]},{"name":"DeleteCustomerByID","event":[{"listen":"prerequest","script":{"id":"18e5d351-0821-49b1-9dcb-dba5e6e81ee5","exec":[""],"type":"text/javascript"}}],"id":"67e31086-9ff9-4239-bd3c-b3d92a81f924","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"DELETE","header":[],"url":"{{api_host}}/v2/customers/{{customer_id}}"},"response":[]}],"id":"4dab8c64-ffd6-410d-baf4-c459eb2ef303"},{"name":"cards","item":[{"name":"CreateCard","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = pm.response.json();","pm.collectionVariables.set(\"card_id\", jsonData.id);",""]}}],"id":"135ed161-9e2f-49e6-8bab-ffc719fa500d","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{customer_access_token}}","in":"header"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"token\": \"{{payment_token}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/customers/{{customer_id}}/cards"},"response":[]},{"name":"CreateBinding","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = pm.response.json();","if(jsonData.id != null) {","\tpm.collectionVariables.set(\"card_id\", jsonData.id);","}"]}}],"id":"6c3bdd62-439b-4bb4-a034-aeceb72a68dc","request":{"auth":{"type":"apikey","apikey":{"key":"x-customer-access-token","value":"{{customer_access_token}}","in":"header"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"pan\": \"{{pan}}\",\n\t\"exp\": \"12/24\",\n\t\"cvc\": \"123\",\n\t\"holder\": \"bio mio\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/customers/{{customer_id}}/bindings"},"response":[]},{"name":"GetCards","event":[{"listen":"prerequest","script":{"id":"ab66ef87-4138-4af9-a2f4-d4fc3b4e5eee","exec":[""],"type":"text/javascript"}}],"id":"9564e052-0d76-44ac-aaa6-b6a133db3e4d","request":{"auth":{"type":"apikey","apikey":{"key":"X-CUSTOMER-ACCESS-TOKEN","value":"{{customer_access_token}}","in":"header"}},"method":"GET","header":[],"url":"{{api_host}}/v2/customers/{{customer_id}}/cards"},"response":[]},{"name":"GetCardByID","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = pm.response.json();","pm.collectionVariables.set(\"card_id\", jsonData.id);",""]}}],"id":"d99987ea-9b44-4fb1-a51f-a6205e1a6d22","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":"{{api_host}}/v2/customers/{{customer_id}}/cards/{{card_id}}"},"response":[]},{"name":"DeleteCardByID","event":[{"listen":"prerequest","script":{"id":"51ba61c1-dfd0-4c0c-9236-aff77a6cbcca","exec":[""],"type":"text/javascript"}}],"id":"e3b38e66-a9f6-4a70-bc44-e1ea07c1f49a","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"DELETE","header":[],"url":"{{api_host}}/v2/customers/{{customer_id}}/cards/{{card_id}}"},"response":[]}],"id":"22c8d88f-4d19-4c9a-adda-ed5bb042fc6b"},{"name":"webhooks","item":[{"name":"CreateWebhook","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = pm.response.json()","if(jsonData.id != null) {","\tpm.collectionVariables.set(\"webhook_id\", jsonData.id)","}",""]}}],"id":"d14f7f29-b166-44e4-bab3-f2251ca966a6","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"url\": \"https://bf18-194-76-126-217.ngrok.io/payment\",\n\t\"events\": [\"PAYMENT_APPROVED\", \"PAYMENT_CAPTURED\", \"PAYMENT_CANCELLED\", \"PAYMENT_DECLINED\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/webhooks"},"response":[]},{"name":"GetWebhooks","event":[{"listen":"prerequest","script":{"id":"4e43dc6d-33c0-4a34-8e6f-f19c48397756","exec":[""],"type":"text/javascript"}}],"id":"8f5cb0a4-23e9-4d1d-ac5a-c0123ff3cefa","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":"{{api_host}}/v2/webhooks"},"response":[]},{"name":"GetWebhookByID","event":[{"listen":"prerequest","script":{"id":"b44260f1-3165-41b4-9264-2f23b8639685","exec":[""],"type":"text/javascript"}}],"id":"85a4d361-d562-4b2b-8eea-9f1822a3a87e","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":"{{api_host}}/v2/webhooks/{{webhook_id}}"},"response":[]},{"name":"UpdateWebhookByID","event":[{"listen":"prerequest","script":{"id":"50af6acc-c85a-45e5-adb0-19f175f829d8","exec":[""],"type":"text/javascript"}}],"id":"bccea268-d44f-4ace-bcbe-579812a2ae1e","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n\t\"events\": [\"PAYMENT_APPROVED\", \"PAYMENT_CAPTURED\", \"PAYMENT_CANCELLED\", \"PAYMENT_DECLINED\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/webhooks/{{webhook_id}}"},"response":[]},{"name":"DeleteWebhookByID","event":[{"listen":"prerequest","script":{"id":"ad4abfbf-c5f0-49cd-b72d-c339353a7b3d","exec":[""],"type":"text/javascript"}}],"id":"ba49616b-8de8-4914-b334-379f6926b1f5","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"DELETE","header":[],"url":"{{api_host}}/v2/webhooks/{{webhook_id}}"},"response":[]}],"id":"bfecfadf-5171-42a7-a9c8-182f680b2a03"},{"name":"payment-methods","item":[{"name":"CreatePaymentMethod","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var jsonData = pm.response.json()","pm.collectionVariables.set(\"payment_token\", jsonData.token)",""]}}],"id":"06dbdcc5-a3b4-44fd-8989-efbbc3a76e76","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"payment_tool\": {\n    \"type\": \"CARD\",\n    \"pan\": \"{{pan}}\",\n    \"expiry_date\": \"12/24\",\n    \"cvc\": \"123\",\n    \"holder\": \"BIO MIO\"\n  },\n  \"client\": {\n\t  \"ip\": \"8.8.8.8\",\n\t  \"fingerprint\": \"fp\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/v2/payment-methods"},"response":[]}],"id":"e6f7056d-14be-40d0-a2f9-203746888594"},{"name":"brands","item":[{"name":"GetPaymentSystemByBIN","id":"61a3238e-db8b-438a-b198-4bd2a024bfd8","request":{"method":"GET","header":[],"url":{"raw":"{{api_host}}/v2/brands?partial_bin=5169","host":["{{api_host}}"],"path":["v2","brands"],"query":[{"key":"partial_bin","value":"5169"}]}},"response":[]}],"id":"f10e8ee3-e951-46b0-96b1-42422c895c85"},{"name":"bins","item":[{"name":"GetBINInfo","id":"dfa86cdb-e088-4bb7-ad8e-69b16a7148e5","request":{"method":"GET","header":[],"url":"{{api_host}}/v2/bins/516949"},"response":[]}],"id":"38065cd2-2f83-4743-980a-585d435b7f78"},{"name":"analytics","item":[{"name":"Timeline","id":"a1a5097a-7fd8-4fdb-aa60-1c6d1a246c34","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":{"raw":"{{api_host}}/v2/analytics/timeline?to_dt=2022-01-22T00:00:00","host":["{{api_host}}"],"path":["v2","analytics","timeline"],"query":[{"key":"to_dt","value":"2022-01-22T00:00:00"},{"key":"from_dt","value":"2021-12-01T00:00:00","disabled":true},{"key":"date_category","value":"DAILY","disabled":true}]}},"response":[]},{"name":"Aggregations","id":"9ef11393-bb9a-4ae2-887c-83cc87fa807b","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":{"raw":"{{api_host}}/v2/analytics/aggregations","host":["{{api_host}}"],"path":["v2","analytics","aggregations"],"query":[{"key":"to_dt","value":"2022-01-22T00:00:00","disabled":true}]}},"response":[]},{"name":"PaymentStatuses","id":"99fe8d64-0811-4213-9f52-b9331fbb4226","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":{"raw":"{{api_host}}/v2/analytics/payment-statuses","host":["{{api_host}}"],"path":["v2","analytics","payment-statuses"],"query":[{"key":"to_dt","value":"2022-01-22T00:00:00","disabled":true},{"key":"from_dt","value":"2021-12-01T00:00:00","disabled":true},{"key":"date_category","value":"DAILY","disabled":true}]}},"response":[]},{"name":"Emitters","id":"04159aaa-28cb-4c33-a8d6-0503bfa13453","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":{"raw":"{{api_host}}/v2/analytics/emitters","host":["{{api_host}}"],"path":["v2","analytics","emitters"],"query":[{"key":"to_dt","value":"2022-01-22T00:00:00","disabled":true},{"key":"from_dt","value":"2021-12-01T00:00:00","disabled":true},{"key":"date_category","value":"DAILY","disabled":true}]}},"response":[]},{"name":"PaymentSystems","id":"e8a82c47-af00-45ce-b158-61c553832889","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":{"raw":"{{api_host}}/v2/analytics/payment-systems","host":["{{api_host}}"],"path":["v2","analytics","payment-systems"],"query":[{"key":"to_dt","value":"2022-01-22T00:00:00","disabled":true},{"key":"from_dt","value":"2021-12-01T00:00:00","disabled":true},{"key":"date_category","value":"DAILY","disabled":true}]}},"response":[]}],"id":"4be576ac-cbd7-4dec-83a7-9c626a5c0d54"},{"name":"search","item":[{"name":"SearchOrders","id":"145dcf62-3a88-45fa-9ea9-bff83019d510","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":{"raw":"{{api_host}}/v2/search/orders","host":["{{api_host}}"],"path":["v2","search","orders"],"query":[{"key":"to_dt","value":"2021-11-18 18:54:33","disabled":true},{"key":"from_dt","value":"2021-10-13 18:54:33","disabled":true},{"key":"order_id","value":"ord_ET9V456Y88","disabled":true}]}},"response":[]},{"name":"SearchPayments","id":"bdca55c4-34c2-46fd-96ae-efceedb0865a","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":{"raw":"{{api_host}}/v2/search/payments","host":["{{api_host}}"],"path":["v2","search","payments"],"query":[{"key":"to_dt","value":"2021-11-18 18:54:33","disabled":true},{"key":"from_dt","value":"2021-10-13 18:54:33","disabled":true},{"key":"order_id","value":"ord_ET9V456Y88","disabled":true},{"key":"payment_status","value":"APPROVED","disabled":true}]}},"response":[]},{"name":"SearchRefunds","id":"3125081f-5cb6-4467-9198-855d2a54fbc3","request":{"auth":{"type":"apikey","apikey":{"key":"API-KEY","value":"{{api_key}}","in":"header"}},"method":"GET","header":[],"url":{"raw":"{{api_host}}/v2/search/refunds","host":["{{api_host}}"],"path":["v2","search","refunds"],"query":[{"key":"to_dt","value":"2021-11-18 18:54:33","disabled":true},{"key":"from_dt","value":"2021-10-13 18:54:33","disabled":true},{"key":"external_id","value":"ord_ET9V456Y88","disabled":true}]}},"response":[]}],"id":"429532ad-c8cc-453a-9f2a-d717f801048c"}],"event":[{"listen":"prerequest","script":{"id":"93037d97-e241-4d2f-9013-08c1d20837e8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"63771c33-eead-4edd-94f6-c72e4dc2f02e","type":"text/javascript","exec":[""]}}],"variable":[{"id":"c979892c-0f99-457e-a1ee-ec4c6cf81662","key":"api_host","value":"https://stage-api.ioka.kz"},{"id":"990db432-b50a-428d-8682-1811b4de90aa","key":"api_key","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJleHAiOjE3NjYzODAzNjIsImlhdCI6MTY0NTc5MjU1OSwiYXpwIjoiZGFzaGJvYXJkIiwiaXNzIjoiZ2FybWl1cyIsInN1YiI6InVzcl9hNDNhMmU3NC0zYWUzLTRmOGMtYTk2Ni03NjA2NTNkOGFjODQiLCJhdWQiOlsic3BsaXQiLCJpZGVudGl0eSIsInRva2VuaXplciIsImN1c3RvbWVyIiwicGF5b3V0cyIsIndhbGxldCIsImNvcmUiXSwicmVzb3VyY2VfYWNjZXNzIjp7InNwbGl0Ijp7InJvbGVzIjpbInNwbGl0czpyZWFkIiwic3BsaXRzOndyaXRlIiwic3BsaXRzOnJlbW92ZSIsInNwbGl0cy5ldmVudHM6cmVhZCIsInNwbGl0cy53ZWJob29rczp3cml0ZSIsInNwbGl0cy53ZWJob29rczpyZWFkIiwic3BsaXRzLndlYmhvb2tzOnJlbW92ZSJdfSwiaWRlbnRpdHkiOnsicm9sZXMiOlsiaWRlbnRpdGllcy5jbGFzc2VzOnJlYWQiLCJpZGVudGl0aWVzLmNsYXNzZXM6d3JpdGUiLCJpZGVudGl0aWVzLmNsYXNzZXM6cmVtb3ZlIiwiaWRlbnRpdGllczpyZWFkIiwiaWRlbnRpdGllczp3cml0ZSIsImlkZW50aXRpZXM6cmVtb3ZlIl19LCJ0b2tlbml6ZXIiOnsicm9sZXMiOlsicGF5bWVudC1tZXRob2RzOndyaXRlIl19LCJjdXN0b21lciI6eyJyb2xlcyI6WyJjdXN0b21lcnM6d3JpdGUiLCJjdXN0b21lcnM6cmVhZCIsImN1c3RvbWVycy4qLmNhcmRzOndyaXRlIiwiY3VzdG9tZXJzLiouY2FyZHM6cmVhZCJdfSwicGF5b3V0cyI6eyJyb2xlcyI6WyJwYXlvdXQtb3JkZXJzOndyaXRlIiwicGF5b3V0LW9yZGVyczpyZWFkIiwicmVjZWl2ZXJzOnJlYWQiLCJyZWNlaXZlcnM6d3JpdGUiLCJwYXlvdXQtd2ViaG9va3M6d3JpdGUiLCJwYXlvdXQtd2ViaG9va3M6cmVhZCJdfSwid2FsbGV0Ijp7InJvbGVzIjpbIndhbGxldHM6cmVhZCIsIndhbGxldHM6d3JpdGUiLCJ3YWxsZXRzOnJlbW92ZSIsIndhbGxldHMuYWNjb3VudDpyZWFkIiwid2FsbGV0cy5ldmVudHM6cmVhZCIsIndhbGxldHMudHJhbnNhY3Rpb25zOnJlYWQiLCJ3YWxsZXRzLnRyYW5zYWN0aW9uczp3cml0ZSIsIndhbGxldHMudHJhbnNhY3Rpb25zOnJlbW92ZSIsIndhbGxldHMudzJ3OndyaXRlIiwid2FsbGV0cy53Mnc6cmVhZCIsIndhbGxldHMud2ViaG9va3M6d3JpdGUiLCJ3YWxsZXRzLndlYmhvb2tzOnJlYWQiLCJ3YWxsZXRzLndlYmhvb2tzOnJlbW92ZSIsIndpdGhkcmF3YWxzOnJlYWQiLCJ3aXRoZHJhd2Fsczp3cml0ZSIsIndpdGhkcmF3YWxzOnJlbW92ZSJdfSwiY29yZSI6eyJyb2xlcyI6WyJvcmRlcnM6d3JpdGUiLCJvcmRlcnM6cmVhZCIsIm9yZGVycy4qLnBheW1lbnRzOndyaXRlIiwib3JkZXJzLioucGF5bWVudHM6cmVhZCIsIm9yZGVycy4qLnBheW1lbnRzLioucmVmdW5kczp3cml0ZSIsIm9yZGVycy4qLnBheW1lbnRzLioucmVmdW5kczpyZWFkIiwid2ViaG9va3M6d3JpdGUiLCJ3ZWJob29rczpyZWFkIiwic3Vic2NyaXB0aW9uczp3cml0ZSIsInN1YnNjcmlwdGlvbnM6cmVhZCIsInN1YnNjcmlwdGlvbnMuKi5vcmRlcnMuKi5wYXltZW50czp3cml0ZSIsInN1YnNjcmlwdGlvbnMuKi5vcmRlcnMuKi5wYXltZW50czpyZWFkIl19fSwidXNlciI6eyJpZCI6InVzcl9hNDNhMmU3NC0zYWUzLTRmOGMtYTk2Ni03NjA2NTNkOGFjODQiLCJkaXNwbGF5X25hbWUiOiJBaWt1bWlzIEthbGkiLCJ1c2VybmFtZSI6ImEua2FsaUBpb2thLmt6IiwiZmlyc3RfbmFtZSI6IkFpa3VtaXMiLCJsYXN0X25hbWUiOiJLYWxpIiwiZW1haWwiOiJhLmthbGlAaW9rYS5reiIsInN0YXR1cyI6IkFDVElWRSJ9LCJzaG9wIjp7ImlkIjoic2hwX1NOTDcwOFgwUEkiLCJvd25lcl9pZCI6InVzcl9hNDNhMmU3NC0zYWUzLTRmOGMtYTk2Ni03NjA2NTNkOGFjODQiLCJiaW4iOiIxMjM0NTY3ODkiLCJkaXNwbGF5X25hbWUiOiJwb3N0bWFuLXN0YWdlLXNob3AiLCJzdGF0dXMiOiJBQ0NFUFRFRCJ9LCJsb2NhbGUiOiJydSJ9.P_F6hKQqNmasMrvN17N14Nd5QyVmRpUcL0GEv7UkBwBAo62uM3Gqd698CCYTj971k4RgKsHCSVhBzr5_sssQIHTgTX31-lUxUXQsXXGJ-zbMoSw5CCKC_sbZFeCwDN52UrdGUX-C4ytFh-C7rDFke155jBH2QeA1WsTHs-oPROhE5sY7tR2XiHE1JWS4bVQdxyuXJq8M4RJYBw1vtXJDWuRgYArPNziSHKDjKLgr9khwM6_7DRZGyDAgrP1UgbXJ--VyUofaNS97U2JUjBWk_Uv7sOnh_LcleWzAZ9TeftbyebDFJwRMzD0lLX_EobFYIVBph440cTABYnkOtFHQwQ"},{"id":"51b90b54-a071-45e0-bb65-4c883154cb7b","key":"payment_token","value":""},{"id":"2e4bff1a-68be-46af-adb4-4c414c2887a9","key":"customer_id","value":""},{"id":"344c7813-fb61-4089-9b7c-21fc09c659d1","key":"order_external_id","value":"1"},{"id":"02206fff-30f5-4a03-a9f5-3f596b5daf61","key":"card_id","value":""},{"id":"e4c00782-adf4-4e11-a39e-88b265590e77","key":"order_id","value":""},{"id":"b6eeedb6-832c-4c9f-8a43-c890d391d815","key":"webhook_id","value":""},{"id":"3d2d170a-a151-4124-a719-b3d635e72999","key":"payment_id","value":""},{"id":"bcd436aa-b23a-4952-8477-e6d614f18bcb","key":"refund_id","value":""},{"id":"fb592573-1123-4948-9fee-bf443aac97db","key":"order_access_token","value":""},{"id":"c22241c7-2806-47cb-a0f0-fe0fe48d6529","key":"customer_access_token","value":""},{"id":"1557beeb-17ac-4988-80a0-1bdf36c6eaa9","key":"pan","value":"5555555555555599","type":"string"},{"id":"2c97edcd-61ba-4dd4-9681-2fb05151379b","key":"tds_pan","value":"4111111111111111","type":"string"}]}