{"info":{"_postman_id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","name":"External API","description":"<html><head></head><body><p>Here you will find everything you need to start using the ComboCards API. First, please request your <strong>personal API key</strong> from your support manager.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"31637528","collectionId":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","publishedId":"2s9Ykq6fii","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-20T15:00:14.000Z"},"item":[{"name":"v1","item":[{"name":"Card","item":[{"name":"Auto-topup card balance","item":[{"name":"Create auto top-up","id":"6d80b045-e227-4056-93d4-7d99365d0840","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"content-length":true}},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"card_id\": 1111,\n    \"from_user_id\": 0000,\n    \"type\": \"limit\",\n    \"threshold\": 50,\n    \"mode\": \"by\",\n    \"amount\": 200\n}","options":{"raw":{"language":"json"}}},"url":"https://api.combo.cards/v1/auto_topup/","description":"<p>This endpoint allows you to set up automatic top-up rules for a virtual card.<br />Auto top-up is only available for cards of type <strong>Balance</strong>.</p>\n<h4 id=\"header-params\"><strong>HEADER PARAMS:</strong></h4>\n<ul>\n<li>Your personal API KEY, which must be requested from the manager</li>\n</ul>\n<h4 id=\"body-params\"><strong>BODY PARAMS:</strong></h4>\n<ul>\n<li><p><strong>card_id</strong> <code>required</code> <code>integer</code> - The ID of the virtual card to which the rule applies. Only works for cards with type <strong>Balance</strong>.</p>\n</li>\n<li><p><strong>from_user_id</strong> <code>required</code> <code>integer</code> - The ID of the user whose account will be debited during top-up. Can be the owner or cardholder.</p>\n</li>\n<li><p><strong>type</strong> <code>required</code> <code>string</code> - Top-up cycle type.<br />  Can be:</p>\n<ul>\n<li><p>limit – triggers when balance is below threshold</p>\n</li>\n<li><p>daily – daily top-up</p>\n</li>\n<li><p>weekly – weekly top-up</p>\n</li>\n<li><p>monthly – monthly top-up</p>\n</li>\n</ul>\n</li>\n<li><p><strong>threshold</strong> <code>required</code> <code>integer</code> - Minimum balance threshold (only required if type = \"limit\").</p>\n</li>\n<li><p><strong>mode</strong> <code>required</code> <code>string</code> - Top-up mode.<br />  Can be:</p>\n<ul>\n<li><p>to – top-up <strong>to</strong> the specified amount</p>\n</li>\n<li><p>by – top-up <strong>by</strong> the specified amount</p>\n</li>\n</ul>\n</li>\n<li><p><strong>amount</strong> <code>required</code> <code>integer</code>- The amount to be topped up.</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","auto_topup",""],"host":["https://api.combo.cards"],"query":[],"variable":[]}},"response":[{"id":"3d9865e6-9bc4-41d7-b5e4-7db50fa7f389","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"card_id\": 1111,\n    \"from_user_id\": 0000,\n    \"type\": \"limit\",\n    \"threshold\": 50,\n    \"mode\": \"by\",\n    \"amount\": 200\n}","options":{"raw":{"language":"json"}}},"url":"https://api.combo.cards/v1/auto_topup/"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"\"Success\""},{"id":"024c77b4-9021-4a23-8cbd-af8a4157beef","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"card_id\": 1111,\n    \"from_user_id\": 0000,\n    \"type\": \"limit\",\n    \"threshold\": 50,\n    \"mode\": \"by\",\n    \"amount\": 200\n}","options":{"raw":{"language":"json"}}},"url":"https://api.combo.cards/v1/auto_topup/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": {\n        \"code\": \"CARD__TOPUP__INVALID_CARD_TYPE\"\n    }\n}"},{"id":"3a13c6fa-940a-460c-ab16-cd3cd9d74067","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"card_id\": 1111,\n    \"from_user_id\": 0000,\n    \"type\": \"limit\",\n    \"threshold\": 50,\n    \"mode\": \"by\",\n    \"amount\": 200\n}","options":{"raw":{"language":"json"}}},"url":"https://api.combo.cards/v1/auto_topup/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"detail\": {\n        \"code\": \"CARD__TOPUP__ALREADY_EXISTS\"\n    }\n}"}],"_postman_id":"6d80b045-e227-4056-93d4-7d99365d0840"},{"name":"Get auto top-up","id":"94481565-362c-4eb9-80da-ac31791e2350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>","type":"text"}],"url":"http://cc-api.actest.pro/v1/auto_topup/card/:card_id","description":"<p>Get card’s auto top-up preferences</p>\n","urlObject":{"protocol":"http","path":["v1","auto_topup","card",":card_id"],"host":["cc-api","actest","pro"],"query":[],"variable":[{"type":"any","value":"1234","key":"card_id"}]}},"response":[{"id":"32bfa38d-6c1d-4d00-83e4-ea4cff7f9685","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>","type":"text"}],"url":{"raw":"http://cc-api.actest.pro/v1/auto_topup/card/:card_id","protocol":"http","host":["cc-api","actest","pro"],"path":["v1","auto_topup","card",":card_id"],"variable":[{"key":"card_id","value":"1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\n\"id\": 111,\n\"ts_spawn\": 1754578760,\n\"card_id\": 1234,\n\"from_user_id\": 4321,\n\"amount\": 888.0,\n\"mode\": \"by\",\n\"threshold\": 99.0,\n\"type\": \"limit\",\n\"notify_attempts\": 0,\n\"from_user_name\": \"user_name\",\n\"from_user_role\": 1\n}"},{"id":"038848fb-c14b-4ea4-8d46-cbdab89edbe8","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>","type":"text"}],"url":{"raw":"http://cc-api.actest.pro/v1/auto_topup/card/:card_id","protocol":"http","host":["cc-api","actest","pro"],"path":["v1","auto_topup","card",":card_id"],"variable":[{"key":"card_id","value":"12349"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"detail\": {\n        \"code\": \"CARD__NOT_FOUND\"\n    }\n}"},{"id":"59d4265c-d5a7-4ad8-9ef4-3c13d60f7d5a","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>","type":"text"}],"url":{"raw":"http://cc-api.actest.pro/v1/auto_topup/card/:card_id","protocol":"http","host":["cc-api","actest","pro"],"path":["v1","auto_topup","card",":card_id"],"variable":[{"key":"card_id","value":"1234d"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"path\",\n                \"card_id\"\n            ],\n            \"msg\": \"value is not a valid integer\",\n            \"type\": \"type_error.integer\"\n        }\n    ]\n}"}],"_postman_id":"94481565-362c-4eb9-80da-ac31791e2350"},{"name":"Del auto top-up","id":"e05ab817-8dd2-40df-b55c-8254de203bef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>","type":"text"}],"url":"http://cc-api.actest.pro/v1/auto_topup/card/:card_id","description":"<p>Delete auto top-up card settings</p>\n","urlObject":{"protocol":"http","path":["v1","auto_topup","card",":card_id"],"host":["cc-api","actest","pro"],"query":[],"variable":[{"type":"any","value":"1234","key":"card_id"}]}},"response":[{"id":"25cd8026-27fd-4bb9-aebb-1eb74446f9ac","name":"Successful Response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>","type":"text"}],"url":{"raw":"http://cc-api.actest.pro/v1/auto_topup/card/:card_id","protocol":"http","host":["cc-api","actest","pro"],"path":["v1","auto_topup","card",":card_id"],"variable":[{"key":"card_id","value":"1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\"Success\""},{"id":"e519a64a-f5eb-4b95-a039-aeb7339706e7","name":"Validation Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>","type":"text"}],"url":{"raw":"http://cc-api.actest.pro/v1/auto_topup/card/:card_id","protocol":"http","host":["cc-api","actest","pro"],"path":["v1","auto_topup","card",":card_id"],"variable":[{"key":"card_id","value":"1234"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": {\n        \"code\": \"CARD__NOT_FOUND\"\n    }\n}"},{"id":"81af3a34-49d5-4031-8198-b8b4014de37e","name":"Validation Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>","type":"text"}],"url":{"raw":"http://cc-api.actest.pro/v1/auto_topup/card/:card_id","protocol":"http","host":["cc-api","actest","pro"],"path":["v1","auto_topup","card",":card_id"],"variable":[{"key":"card_id","value":"1234f"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"path\",\n                \"card_id\"\n            ],\n            \"msg\": \"value is not a valid integer\",\n            \"type\": \"type_error.integer\"\n        }\n    ]\n}"}],"_postman_id":"e05ab817-8dd2-40df-b55c-8254de203bef"},{"name":"Update the auto top-up","id":"712be538-e804-4511-9d4c-1131511c7baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_id\": 1234,\n    \"type\": \"limit\",  \n    \"threshold\": 333, \n    \"mode\": \"by\", \n    \"amount\": 444, \n    \"from_user_id\": 4321\n}","options":{"raw":{"language":"json"}}},"url":"http://cc-api.actest.pro/v1/auto_topup/","description":"<p>To update the auto top-up settings for a card, use this endpoint.</p>\n","urlObject":{"protocol":"http","path":["v1","auto_topup",""],"host":["cc-api","actest","pro"],"query":[],"variable":[]}},"response":[{"id":"53696789-c947-4cf9-b5de-37b16fa398d0","name":"Successful Response","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_id\": 1234,\n    \"type\": \"limit\",  \n    \"threshold\": 333, \n    \"mode\": \"by\", \n    \"amount\": 444, \n    \"from_user_id\": 4321\n}","options":{"raw":{"language":"json"}}},"url":"http://cc-api.actest.pro/v1/auto_topup/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\"Success\""},{"id":"5d2f4e5e-0bdd-45b7-be70-bfa2d0c6467b","name":"Validation Error","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_id\": 1234,\n    \"type\": \"limit\",  \n    \"threshold\": 333, \n    \"mode\": \"by\", \n    \"amount\": 444, \n    \"from_user_id\": 4321\n}","options":{"raw":{"language":"json"}}},"url":"http://cc-api.actest.pro/v1/auto_topup/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": {\n        \"code\": \"CARD__NOT_FOUND\"\n    }\n}"},{"id":"0931bb40-7b93-472a-ad62-5d7a53b69581","name":"Validation Error","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_id\": 1234,\n    \"type\": \"limit\",  \n    \"threshold\": 333, \n    \"mode\": \"by\", \n    \"amount\": 0, \n    \"from_user_id\": 4321\n}","options":{"raw":{"language":"json"}}},"url":"http://cc-api.actest.pro/v1/auto_topup/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"body\",\n                \"amount\"\n            ],\n            \"msg\": \"ensure this value is greater than 0\",\n            \"type\": \"value_error.number.not_gt\",\n            \"ctx\": {\n                \"limit_value\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"712be538-e804-4511-9d4c-1131511c7baf"}],"id":"ed171ea3-4d18-4245-ab56-feeb9e369fea","_postman_id":"ed171ea3-4d18-4245-ab56-feeb9e369fea","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":true,"source":{"_postman_id":"062ae7ae-951b-4c6d-a923-403623726c0f","id":"062ae7ae-951b-4c6d-a923-403623726c0f","name":"Card","type":"folder"}}},{"name":"Get providers","id":"31e60e09-d266-4dba-9c9a-ba2651378c6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.combo.cards/v1/card/get_providers/?order=asc&sorting=name","description":"<p>To get providers you must send a GET request with the parameters given below</p>\n","urlObject":{"path":["v1","card","get_providers",""],"host":["https://api.combo.cards"],"query":[{"description":{"content":"<p>asc: to sort the data in ascending order.\ndecs: to sort the data in descending order.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"key":"sorting","value":"name"}],"variable":[]}},"response":[{"id":"053f32e2-3e30-4482-b92f-34003634a9f2","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.combo.cards/v1/card/get_providers/?order=asc&sorting=name","protocol":"https","host":["api","combo","cards"],"path":["v1","card","get_providers",""],"query":[{"key":"order","value":"asc"},{"key":"sorting","value":"name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n        \"id\": 1,\n        \"billing_address\": \"Example address 1\",\n        \"top_up_fee\": {\n            \"value\": 0,\n            \"percent\": 0\n        },\n        \"name\": \"Example Visa Debit (123456)\",\n        \"currency\": \"EUR\",\n        \"card_cost\": 3.0,\n        \"max_expiry_months\": 36,\n        \"editable_expiry_date\": false,\n        \"no_withdraw\": false,\n        \"no_freeze\": false,\n        \"otp_code_support\": true,\n        \"three_ds_code_support\": true,\n        \"create_min_deposit\": {\n            \"limit\": 20,\n            \"balance\": 10\n        },\n        \"monthly_service_fee\": 2.0,\n        \"color\": \"5\",\n        \"free_count\": 20,\n        \"free_update_count\": 5,\n        \"create_cards_limit\": 0,\n        \"raw_filter\": [\n            {\n                \"fee\": {\n                    \"amount\": 0.3\n                }\n            },\n            {\n                \"fee\": {\n                    \"percent\": 3.0\n                },\n                \"filter\": {\n                    \"field\": \"transaction_currency\",\n                    \"value\": \"EUR\",\n                    \"operator\": \"ne\",\n                    \"is_combine\": false\n                }\n            }\n        ],\n        \"issue_limit\": 50,\n        \"fx_mark_up_fee\": {\n            \"amount\": 0,\n            \"percent\": 3.0\n        },\n        \"micro_spend_fee\": {\n            \"amount\": 0.3,\n            \"percent\": 0,\n            \"value\": 0\n        },\n        \"available_card_types\": [\n            \"limit\"\n        ],\n        \"available_limit_rule\": [\n            \"monthly\"\n        ]\n    }"},{"id":"50ef76fb-7f58-4bae-909b-e7558f31b3e6","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.combo.cards/v1/card/get_providers/?order=asc&sorting=name","host":["https://api.combo.cards"],"path":["v1","card","get_providers",""],"query":[{"key":"order","value":"asc"},{"key":"sorting","value":"name"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"31e60e09-d266-4dba-9c9a-ba2651378c6f"},{"name":"Create Card","id":"5659288f-5eb4-4340-bde7-64c49939984a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"amount\": \"<integer>\",\n  \"quantity\": \"<integer>\",\n  \"note\": \"<string>\",\n  \"provider_id\": \"<integer>\",\n  \"currency\": \"<string>\",\n  \"type\": \"<string>\",\n  \"limit_rule\": \"<string>\",\n  \"secure_3d_password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.combo.cards/v1/card/create_card/","description":"<p>To create a virtual card, you must send a POST request with the parameters given below. Before creating a virtual card, make sure you have enough funds in your account.</p>\n<h4 id=\"header-params\"><strong>HEADER PARAMS:</strong></h4>\n<ul>\n<li>Your personal API KEY, which must be requested from the manager</li>\n</ul>\n<h4 id=\"body-params\"><strong>BODY PARAMS:</strong></h4>\n<ul>\n<li><p><strong>name</strong> <code>required</code> <code>string</code> - Name of a virtual card</p>\n</li>\n<li><p><strong>amount</strong> <code>required</code> <code>integer</code> - The amount with which the card will be created</p>\n</li>\n<li><p><strong>quantity</strong> <code>required</code> <code>integer</code> - Number of cards to be issued.</p>\n</li>\n<li><p><strong>note</strong> <code>optional</code> <code>string</code> - Free-form description.</p>\n</li>\n<li><p><strong>provider_id</strong> <code>required</code> <code>integer</code> - You can see the available provider_ids for issuing cards if you send <a href=\"https://apidocs.combo.cards/#31e60e09-d266-4dba-9c9a-ba2651378c6f\">this request</a></p>\n</li>\n<li><p><strong>currency</strong> <code>required</code> <code>string</code> - Card currency. Available currency for issuing card you can see <a href=\"https://apidocs.combo.cards/#31e60e09-d266-4dba-9c9a-ba2651378c6f\">there</a></p>\n</li>\n<li><p><strong>type</strong> <code>required</code> <code>string</code> - Card type. Can be <code>balance</code> or <code>limit</code> . Available types for issuing card you can see <a href=\"https://apidocs.combo.cards/#31e60e09-d266-4dba-9c9a-ba2651378c6f\">there</a> in field <code>available_card_types</code></p>\n</li>\n<li><p><strong>limit_rule</strong> <code>required</code> <code>string</code> - limit rule for cards. Can be <code>all_time</code> or <code>monthly</code> . Available limit rule for cards you can see <a href=\"https://apidocs.combo.cards/#31e60e09-d266-4dba-9c9a-ba2651378c6f\">there</a> in the <code>available_limit_rule</code> field</p>\n</li>\n<li><p><strong>secure_3d_password</strong> <code>required</code> <code>string</code> <strong>-</strong> 3ds password for card. Not available for all providers, see <a href=\"https://apidocs.combo.cards/#31e60e09-d266-4dba-9c9a-ba2651378c6f\">this request</a> for more details</p>\n</li>\n</ul>\n<p>When you send a request to create a virtual card, you will see task_id in the response. To find out the current status of the created cards, you will need to <a href=\"https://apidocs.combo.cards/#aca172a8-59c2-4ad1-bf11-039af4e3d648\">send a request</a> with the task_id parameter. The ID of the created card will be returned to you in the response.</p>\n","urlObject":{"path":["v1","card","create_card",""],"host":["https://api.combo.cards"],"query":[],"variable":[]}},"response":[{"id":"293d6029-6180-4a05-94f7-622a3d2863a3","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"test\",\n  \"amount\": 20,\n  \"quantity\": 1,\n  \"note\": \"test\",\n  \"provider_id\": 8,\n  \"currency\": \"EUR\",\n  \"type\": \"limit\",\n  \"limit_rule\": \"monthly\",\n  \"secure_3d_password\": \"12345678\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.combo.cards/v1/card/create_card/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Cards will be created soon\",\n    \"task_id\": \"f025e596d3b54429acd388d12346789\"\n}"},{"id":"c5fa44f0-339f-4f09-aa8c-2a4c94c8b697","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 20,\n  \"quantity\": 1,\n  \"note\": \"test_EA\",\n  \"provider_id\": 8,\n  \"currency\": \"EUR\",\n  \"type\": \"limit\",\n  \"limit_rule\": \"monthly\",\n  \"secure_3d_password\": \"12345678\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.combo.cards/v1/card/create_card/"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"body\",\n                \"name\"\n            ],\n            \"msg\": \"field required\",\n            \"type\": \"value_error.missing\"\n        }\n    ]\n}"},{"id":"090712e5-07b0-420f-bde5-b9471c8d7de4","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"EA_test\",\n  \"amount\": 10,\n  \"quantity\": 1,\n  \"note\": \"test_EA\",\n  \"provider_id\": 12,\n  \"currency\": \"EUR\",\n  \"type\": \"balance\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.combo.cards/v1/card/create_card/"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"EUR not in allowed currencies of HK Visa Business Credit (493728) provider.\\nAllowed currencies: ['USD']\"\n}"}],"_postman_id":"5659288f-5eb4-4340-bde7-64c49939984a"},{"name":"Card Create Result","id":"aca172a8-59c2-4ad1-bf11-039af4e3d648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.combo.cards/v1/card/card_create_result/?task_id=<string>","description":"<p>This request is needed to get the result of creating a virtual card.</p>\n<p>When you send a request to <a href=\"https://apidocs.combo.cards/#5659288f-5eb4-4340-bde7-64c49939984a\">create a virtual cards</a>, you will see task_id in the response. To find out the current status of the created cards, you will need to send a <code>Card Create Result Api</code> request with the task_id parameter. The ID of the created card will be returned in the response.</p>\n","urlObject":{"path":["v1","card","card_create_result",""],"host":["https://api.combo.cards"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"task_id","value":"<string>"}],"variable":[]}},"response":[{"id":"5f489412-0872-47b0-872b-28d00532262f","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.combo.cards/v1/card/card_create_result/?task_id=<string>","protocol":"https","host":["api","combo","cards"],"path":["v1","card","card_create_result",""],"query":[{"key":"task_id","value":"<string>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Cards successfully created\",\n    \"status\": \"ok\",\n    \"success_create_cards\": [\n        12345\n    ]\n}"},{"id":"34440d58-4622-4112-8a98-1bd1f4d2f7e6","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.combo.cards/v1/card/card_create_result/?task_id=<string>","host":["https://api.combo.cards"],"path":["v1","card","card_create_result",""],"query":[{"key":"task_id","value":"<string>","description":"(Required) "}]}},"status":"Unprocessable Entity ","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Not created yet\",\n    \"status\": \"not_ready\"\n}"}],"_postman_id":"aca172a8-59c2-4ad1-bf11-039af4e3d648"},{"name":"Get Card Info","id":"dd3ce5a0-c9e2-40a9-9116-799bd6b6b62c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.combo.cards/v1/card/get_card_info/:card_id","description":"<p>Used to retrieve information about a specific card.</p>\n<p>Card status:</p>\n<ul>\n<li><p>1 - Active</p>\n</li>\n<li><p>2 - Frozen</p>\n</li>\n<li><p>3 - Blocked</p>\n</li>\n<li><p>4 - Locked</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","card","get_card_info",":card_id"],"host":["https://api.combo.cards"],"query":[],"variable":[{"description":{"content":"<p>ID of the created card</p>\n","type":"text/plain"},"type":"any","value":"123456","key":"card_id"}]}},"response":[{"id":"371bb301-0fcb-4d4d-b24c-653eb080fda5","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.combo.cards/v1/card/get_card_info/123456"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"card_expire\": \"<string>\",\n  \"card_number\": \"<string>\",\n  \"user_id\": \"<integer>\",\n  \"p_id\": \"<integer>\",\n  \"cvv\": \"<string>\",\n  \"state\": \"<integer>\",\n  \"currency\": \"<string>\",\n  \"type\": \"<string>\",\n  \"expenses\": \"<number>\",\n  \"pending\": \"<number>\",\n  \"total\": \"<number>\",\n  \"expenses_current_day\": \"<number>\",\n  \"expenses_current_month\": \"<number>\",\n  \"frozen_by_admin\": \"<boolean>\",\n  \"frozen_by_negative_balance\": \"<boolean>\",\n  \"limit_rule\": \"<string>\",\n  \"card_limit\": \"<number>\",\n  \"balance\": \"<number>\",\n  \"limit\": \"<number>\",\n  \"note\": \"<string>\",\n  \"secure_3d_password\": \"<string>\",\n  \"per_transaction_limit\": \"<number>\"\n}"},{"id":"05c7b691-6ce0-48f8-8553-76c2ce676565","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.combo.cards/v1/card/get_card_info/:card_id","protocol":"https","host":["api","combo","cards"],"path":["v1","card","get_card_info",":card_id"],"variable":[{"key":"card_id","value":"abc"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"path\",\n                \"card_id\"\n            ],\n            \"msg\": \"value is not a valid integer\",\n            \"type\": \"type_error.integer\"\n        }\n    ]\n}"}],"_postman_id":"dd3ce5a0-c9e2-40a9-9116-799bd6b6b62c"},{"name":"Get All Card","id":"00754a4a-12b4-4b6b-bc1c-baaff9c2923c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.combo.cards/v1/card/get_all_card/?sorting=cardholder&order=asc&page=1&count=100&state=<integer>&currency=<string>&name=<string>&card_number=<integer>&card_type=<string>","description":"<p>Used to retrieve information of all created cards.</p>\n","urlObject":{"path":["v1","card","get_all_card",""],"host":["https://api.combo.cards"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"sorting","value":"cardholder"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"order","value":"asc"},{"key":"page","value":"1"},{"key":"count","value":"100"},{"description":{"content":"<p>1 - Active; 2 - Frozen; 3 - Blocked; 4 - Locked</p>\n","type":"text/plain"},"key":"state","value":"<integer>"},{"key":"currency","value":"<string>"},{"key":"name","value":"<string>"},{"key":"card_number","value":"<integer>"},{"key":"card_type","value":"<string>"},{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"dccb730f-636d-4ba6-a7cc-da99f2090bad","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://api.combo.cards/v1/card/get_all_card/?sorting=cardholder&order=asc&page=1&count=100&state=<integer>&currency=<string>&name=<string>&card_number=<integer>&providers=<string>&owner_id=<integer>&card_type=<string>","protocol":"https","host":["api","combo","cards"],"path":["v1","card","get_all_card",""],"query":[{"key":"sorting","value":"cardholder","description":"(Required) "},{"key":"order","value":"asc","description":"(Required) "},{"key":"page","value":"1"},{"key":"count","value":"100"},{"key":"state","value":"<integer>"},{"key":"currency","value":"<string>"},{"key":"name","value":"<string>"},{"key":"as_csv","value":"<boolean>","disabled":true},{"key":"card_number","value":"<integer>"},{"key":"providers","value":"<string>"},{"key":"owner_id","value":"<integer>"},{"key":"card_type","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"objects\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"card_number\": \"<string>\",\n      \"expenses\": \"<number>\",\n      \"state\": \"<integer>\",\n      \"currency\": \"<string>\",\n      \"user_id\": \"<integer>\",\n      \"user_name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"source\": \"<string>\",\n      \"pending\": \"<number>\",\n      \"p_id\": \"<integer>\",\n      \"frozen_by_non_monthly_service\": \"<boolean>\",\n      \"frozen_by_low_account_balance\": \"<boolean>\",\n      \"frozen_by_block_group\": \"<boolean>\",\n      \"balance\": \"<number>\",\n      \"limit\": \"<number>\",\n      \"limit_rule\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"card_number\": \"<string>\",\n      \"expenses\": \"<number>\",\n      \"state\": \"<integer>\",\n      \"currency\": \"<string>\",\n      \"user_id\": \"<integer>\",\n      \"user_name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"source\": \"<string>\",\n      \"pending\": \"<number>\",\n      \"p_id\": \"<integer>\",\n      \"frozen_by_non_monthly_service\": \"<boolean>\",\n      \"frozen_by_low_account_balance\": \"<boolean>\",\n      \"frozen_by_block_group\": \"<boolean>\",\n      \"balance\": \"<number>\",\n      \"limit\": \"<number>\",\n      \"limit_rule\": \"<string>\"\n    }\n  ],\n  \"meta\": {\n    \"total\": \"<integer>\",\n    \"page\": \"<integer>\",\n    \"count\": \"<integer>\"\n  }\n}"},{"id":"ca6f40de-bb3b-4619-b421-4f26101ce5c2","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.combo.cards/v1/card/get_all_card/?order=asc&page=1&count=100","host":["https://api.combo.cards"],"path":["v1","card","get_all_card",""],"query":[{"key":"sorting","value":"cardholder","description":"(Required) ","disabled":true},{"key":"order","value":"asc","description":"(Required) "},{"key":"page","value":"1"},{"key":"count","value":"100"},{"key":"state","value":"<integer>","disabled":true},{"key":"currency","value":"<string>","disabled":true},{"key":"name","value":"<string>","disabled":true},{"key":"card_number","value":"<integer>","disabled":true},{"key":"providers","value":"<string>","disabled":true},{"key":"owner_id","value":"<integer>","disabled":true},{"key":"card_type","value":"<string>","disabled":true},{"key":"","value":"","disabled":true}]}},"status":"Unprocessable Entity ","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"query\",\n                \"sorting\"\n            ],\n            \"msg\": \"field required\",\n            \"type\": \"value_error.missing\"\n        }\n    ]\n}"}],"_postman_id":"00754a4a-12b4-4b6b-bc1c-baaff9c2923c"},{"name":"Unfreeze Card","id":"5cfe9c45-4f71-47f9-93ba-92da10c19de7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.combo.cards/v1/card/freeze_unfreeze/:card_id","description":"<p>This endpoint allows you to unfreeze the card. Unfreeze is not available for some providers.</p>\n","urlObject":{"path":["v1","card","freeze_unfreeze",":card_id"],"host":["https://api.combo.cards"],"query":[],"variable":[{"id":"64501298-cf18-48d9-b912-42101c3760da","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"card_id"}]}},"response":[{"id":"5ddbb504-0a89-415e-839e-063f2ee35962","name":"Successful Response","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.combo.cards/v1/card/freeze/:card_id","protocol":"https","host":["api","combo","cards"],"path":["v1","card","freeze",":card_id"],"variable":[{"key":"card_id","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Card 123456 frozen successfully\"\n}"},{"id":"aa0ea883-d7e2-4ca6-97e5-5ac19ef2a5d4","name":"Validation Error","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.combo.cards/v1/card/freeze/:card_id","host":["https://api.combo.cards"],"path":["v1","card","freeze",":card_id"],"variable":[{"key":"card_id","value":""}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"path\",\n                \"card_id\"\n            ],\n            \"msg\": \"value is not a valid integer\",\n            \"type\": \"type_error.integer\"\n        }\n    ]\n}"},{"id":"279e1738-0315-4c79-9d35-e1de27c6e63a","name":"Bad request","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.combo.cards/v1/card/freeze/:card_id","host":["https://api.combo.cards"],"path":["v1","card","freeze",":card_id"],"variable":[{"key":"card_id","value":"132"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Not supported for these cards\"\n}"}],"_postman_id":"5cfe9c45-4f71-47f9-93ba-92da10c19de7"},{"name":"Block Card","id":"eef0202b-247a-4f2f-a2a6-c247ae68ed52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.combo.cards/v1/card/block/:card_id","description":"<p>Use this endpoint to block a card. This can not be undone.</p>\n","urlObject":{"path":["v1","card","block",":card_id"],"host":["https://api.combo.cards"],"query":[],"variable":[{"id":"cf3324c8-1d12-4fb1-b61f-ce30d40dee4d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"card_id"}]}},"response":[{"id":"4f913cfd-4ed9-4f4c-aa94-1fc1f3588c41","name":"Successful Response","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.combo.cards/v1/card/block/:card_id","protocol":"https","host":["api","combo","cards"],"path":["v1","card","block",":card_id"],"variable":[{"key":"card_id","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Card 123456 blocked successfully\"\n}"},{"id":"f3309f5f-1aef-4840-9879-b98cf70e9c08","name":"Validation Error","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.combo.cards/v1/card/block/:card_id","host":["https://api.combo.cards"],"path":["v1","card","block",":card_id"],"variable":[{"key":"card_id","value":""}]}},"status":"Unprocessable Entity ","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"path\",\n                \"card_id\"\n            ],\n            \"msg\": \"value is not a valid integer\",\n            \"type\": \"type_error.integer\"\n        }\n    ]\n}"}],"_postman_id":"eef0202b-247a-4f2f-a2a6-c247ae68ed52"},{"name":"Top Up Balance","id":"59b4e569-8f4f-40ca-84a4-c1af80fecd67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.combo.cards/v1/card/:card_id/top_up_balance","description":"<p>To top up a card with the <code>balance</code> type, use this endpoint.</p>\n","urlObject":{"path":["v1","card",":card_id","top_up_balance"],"host":["https://api.combo.cards"],"query":[],"variable":[{"id":"cde719de-a94d-433b-a8e6-1126ac61ef7d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"card_id"}]}},"response":[{"id":"d6f7afbc-15b2-4e33-a6c3-e273f5a1b2f3","name":"Successful Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 10\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.combo.cards/v1/card/:card_id/top_up_balance","protocol":"https","host":["api","combo","cards"],"path":["v1","card",":card_id","top_up_balance"],"variable":[{"key":"card_id","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Card balance successfully topped up\"\n}"},{"id":"04b2e5f1-73a0-4c7f-ba0a-9cfe6337fd1e","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 1000\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.combo.cards/v1/card/:card_id/top_up_balance","host":["https://api.combo.cards"],"path":["v1","card",":card_id","top_up_balance"],"variable":[{"key":"card_id","value":"123456"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Not enough money\"\n}"},{"id":"8e3a01ac-0b39-4f63-b143-85f63b3a6de8","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 1000\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.combo.cards/v1/card/:card_id/top_up_balance","host":["https://api.combo.cards"],"path":["v1","card",":card_id","top_up_balance"],"variable":[{"key":"card_id","value":"123456"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"You can top up only cards with the \\\"balance\\\" type.\"\n}"},{"id":"e5fa596c-dc97-4c1e-bdee-2d68a8e26338","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 1000\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.combo.cards/v1/card/:card_id/top_up_balance","host":["https://api.combo.cards"],"path":["v1","card",":card_id","top_up_balance"],"variable":[{"key":"card_id","value":""}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"path\",\n                \"card_id\"\n            ],\n            \"msg\": \"value is not a valid integer\",\n            \"type\": \"type_error.integer\"\n        }\n    ]\n}"},{"id":"83897a3f-7bc2-485b-b002-2a4b9a8aa3f2","name":"Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": -1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.combo.cards/v1/card/:card_id/top_up_balance","host":["https://api.combo.cards"],"path":["v1","card",":card_id","top_up_balance"],"variable":[{"key":"card_id","value":"321654"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"body\",\n                \"amount\"\n            ],\n            \"msg\": \"ensure this value is greater than 0\",\n            \"type\": \"value_error.number.not_gt\",\n            \"ctx\": {\n                \"limit_value\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"59b4e569-8f4f-40ca-84a4-c1af80fecd67"},{"name":"Withdrawal Funds From Card Balance","id":"933a6279-5821-44da-9f7d-df2cf9340f9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.combo.cards/v1/card/:card_id/withdrawal_funds_from_balance","description":"<p>To withdraw funds from a card with a <code>balance</code> type, use this endpoint. Funds return to the main account balance.</p>\n","urlObject":{"path":["v1","card",":card_id","withdrawal_funds_from_balance"],"host":["https://api.combo.cards"],"query":[],"variable":[{"id":"0d19241d-e97c-40e5-8ae0-5602b6537971","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"card_id"}]}},"response":[{"id":"b74ad9f8-667b-449a-a21f-903a58101dfb","name":"Successful Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.combo.cards/v1/card/:card_id/withdrawal_funds_from_balance","protocol":"https","host":["api","combo","cards"],"path":["v1","card",":card_id","withdrawal_funds_from_balance"],"variable":[{"key":"card_id","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Funds have been successfully withdrawn from the card\"\n}"},{"id":"c6441187-6e51-49c3-87b5-b335096473d0","name":"Validation Error","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.combo.cards/v1/card/:card_id/withdrawal_funds_from_balance","host":["https://api.combo.cards"],"path":["v1","card",":card_id","withdrawal_funds_from_balance"],"variable":[{"key":"card_id","value":""}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"path\",\n                \"card_id\"\n            ],\n            \"msg\": \"value is not a valid integer\",\n            \"type\": \"type_error.integer\"\n        }\n    ]\n}"},{"id":"de7a938a-0f96-4c7d-818f-7790bcadfe36","name":"Bad request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 10000\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.combo.cards/v1/card/:card_id/withdrawal_funds_from_balance","host":["https://api.combo.cards"],"path":["v1","card",":card_id","withdrawal_funds_from_balance"],"variable":[{"key":"card_id","value":"123465"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Not enough money\"\n}"},{"id":"c26457f1-bd56-447d-a5d5-7a78428afdc2","name":"Bad request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 10000\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.combo.cards/v1/card/:card_id/withdrawal_funds_from_balance","host":["https://api.combo.cards"],"path":["v1","card",":card_id","withdrawal_funds_from_balance"],"variable":[{"key":"card_id","value":"654321"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Withdrawal is possible only from cards with type \\\"balance\\\".\"\n}"}],"_postman_id":"933a6279-5821-44da-9f7d-df2cf9340f9b"},{"name":"Set Limit","id":"0a19f65f-6a04-494f-806b-8b3283767b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"limit\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.combo.cards/v1/card/set_limit/:card_id","description":"<p>To change the limit of a card with the <code>limit</code> type, use this endpoint.</p>\n","urlObject":{"path":["v1","card","set_limit",":card_id"],"host":["https://api.combo.cards"],"query":[],"variable":[{"id":"59e55587-c60c-4893-a7dd-f3eaf6f87993","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"card_id"}]}},"response":[{"id":"a3fd3199-876f-4715-9733-d79e14ad16b9","name":"Successful Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"limit\": 100\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.combo.cards/v1/card/set_limit/:card_id","protocol":"https","host":["api","combo","cards"],"path":["v1","card","set_limit",":card_id"],"variable":[{"key":"card_id","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Card YOUR_CARD_NAME limit successfully set\"\n}"},{"id":"08c4ee8c-dea1-4c44-976b-582d79d1abe4","name":"Validation Error","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.combo.cards/v1/card/set_limit/:card_id","host":["https://api.combo.cards"],"path":["v1","card","set_limit",":card_id"],"variable":[{"key":"card_id","value":"123456"}]}},"status":"Unprocessable Entity ","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\n    \"detail\": [\n        {\n            \"loc\": [\n                \"body\",\n                \"limit\"\n            ],\n            \"msg\": \"field required\",\n            \"type\": \"value_error.missing\"\n        }\n    ]\n}"},{"id":"0cbf3c21-7e16-41c9-a100-4942b7d83eb3","name":"Bad request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"limit\": 100\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.combo.cards/v1/card/set_limit/:card_id","host":["https://api.combo.cards"],"path":["v1","card","set_limit",":card_id"],"variable":[{"key":"card_id","value":"654321"}]}},"status":"Unprocessable Entity ","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Limit setting is available only for limit type cards\"\n}"}],"_postman_id":"0a19f65f-6a04-494f-806b-8b3283767b4d"}],"id":"062ae7ae-951b-4c6d-a923-403623726c0f","description":"<p>Endpoints for working with virtual cards.</p>\n<p>In Combo Cards, you can issue both balance and limit cards:</p>\n<ul>\n<li><strong>Limit cards</strong> differ in that they are linked to the total balance of the user in the currency in which the card is issued.<br />  The advantage of using such cards is that there is no need to freeze funds on multiple cards, which would require additional working capital. Charges are made directly from the user's main balance account.<br />  The advantage of this type of cards is that you can make payments with large amounts.<br />  A disadvantage of this type of card is the limit on the maximum debit amount, which is determined by the available balance of funds in the user's account. The maximum debit amount is regulated at a ratio of 1 to 3 of the available balance.<br />  For example, if the balance is $90, then the maximum amount of debit that will be allowed is $30. This limit can be adjusted by adding money to the user's balance.<br />  Types of limits for limit cards:<br />  <strong>Monthly</strong> - the established monthly limit is updated every month. During the month, the user cannot spend more than what is specified in the monthly limit.<br />  <strong>All time</strong> - while using the card, the user can spend no more than the specified limit amount.</li>\n<li><strong>Balance cards</strong> have their own individual balance from which funds are debited. If the balance is insufficient for a transaction, it will not be processed. To avoid declines, it is important to regularly check the available funds on these cards.<br />  The advantage of this type of cards is that you can make payments with large amounts.<br />  However, the disadvantage is that when issuing a large number of cards, sufficient funds will need to be replenished to cover the payments. The more cards in operation, the more working capital will be required.</li>\n</ul>\n<p>Before creating virtual cards, look at the available providers and pay attention to the parameters with which you can create cards</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a2e2a610-5bc4-4d5f-894a-e0ecb488eb31","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"99bfba79-a4c8-443a-8252-b545b7454082","type":"text/javascript","exec":[""]}}],"_postman_id":"062ae7ae-951b-4c6d-a923-403623726c0f"},{"name":"Transactions","item":[{"name":"By card id","item":[{"name":"By card id","id":"ce267586-01b6-4904-aee2-e761cf9b749c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.combo.cards/v1/card_expenses/:card_id?ts_start=<integer>&ts_end=<integer>&sorting=id&order=asc&page=1&count=10&merchant=<string>&status=<integer>&reason=<string>&status_string=<string>","description":"<p>This endpoint outputs a list of transactions incurred by a given card.</p>\n<p>Default Filtering:</p>\n<p>- If the ts_start and ts_end parameters are not provided, transactions from the last 30 days will be selected by default.</p>\n<p>Filtering Period Limitations:</p>\n<p>- If ts_start and ts_end are provided, the range between them must not exceed 30 days.<br />- If the specified period exceeds 30 days, the API will return an error with an appropriate message.</p>\n","urlObject":{"path":["v1","card_expenses",":card_id"],"host":["https://api.combo.cards"],"query":[{"key":"ts_start","value":"<integer>"},{"key":"ts_end","value":"<integer>"},{"key":"sorting","value":"id"},{"key":"order","value":"asc"},{"key":"page","value":"1"},{"key":"count","value":"10"},{"description":{"content":"<p>Case-insensitive partial matching using the ILIKE operator.</p>\n","type":"text/plain"},"key":"merchant","value":"<string>"},{"key":"status","value":"<integer>"},{"key":"reason","value":"<string>"},{"key":"status_string","value":"<string>"}],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"card_id"}]}},"response":[{"id":"95453cba-d020-42f5-bdec-f987bc8e178c","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://api.combo.cards/v1/card_expenses/:card_id","protocol":"https","host":["api","combo","cards"],"path":["v1","card_expenses",":card_id"],"query":[{"key":"ts_start","value":"<integer>","disabled":true},{"key":"ts_end","value":"<integer>","disabled":true},{"key":"sorting","value":"id","disabled":true},{"key":"order","value":"asc","disabled":true},{"key":"page","value":"1","disabled":true},{"key":"count","value":"10","disabled":true}],"variable":[{"key":"card_id","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"id\": 123456,\n            \"merchant\": \"combo.cards\",\n            \"ts_created\": 1702628135,\n            \"amount\": -1.0,\n            \"currency\": \"USD\",\n            \"transaction_amount\": 0.0,\n            \"transaction_currency\": \"USD\",\n            \"status\": 1,\n            \"reason\": \"Withdrawal\",\n            \"decline_reason\": null,\n            \"description\": \"\",\n            \"card_state\": null,\n            \"provider_name\": \"Provider name\",\n            \"provider_id\": 1,\n            \"previous_ids\": null,\n            \"card_id\": 123,\n            \"status_string\": \"approved\",\n            \"card_name\": \"card name\"\n        },\n        {\n            \"id\": 123455,\n            \"merchant\": \"combo.cards\",\n            \"ts_created\": 1702627360,\n            \"amount\": 10.0,\n            \"currency\": \"USD\",\n            \"transaction_amount\": 0.0,\n            \"transaction_currency\": \"USD\",\n            \"status\": 2,\n            \"reason\": \"Top up\",\n            \"decline_reason\": null,\n            \"description\": \"\",\n            \"card_state\": null,\n            \"provider_name\": \"Provider name\",\n            \"provider_id\": 1,\n            \"previous_ids\": null,\n            \"card_id\": 123,\n            \"status_string\": \"failed\",\n            \"card_name\": \"card name\"\n        },\n        {\n            \"id\": 123454,\n            \"merchant\": \"combo.cards\",\n            \"ts_created\": 1702557525,\n            \"amount\": 10.0,\n            \"currency\": \"USD\",\n            \"transaction_amount\": 0.0,\n            \"transaction_currency\": \"USD\",\n            \"status\": 3,\n            \"reason\": \"Card created\",\n            \"decline_reason\": null,\n            \"description\": \"\",\n            \"card_state\": null,\n            \"provider_name\": \"Provider name\",\n            \"provider_id\": 1,\n            \"previous_ids\": null,\n            \"card_id\": 123,\n            \"status_string\": \"pending\",\n            \"card_name\": \"card name\"\n        },\n        {\n            \"id\": 123453,\n            \"merchant\": \"combo.cards\",\n            \"ts_created\": 1702557525,\n            \"amount\": 10.0,\n            \"currency\": \"USD\",\n            \"transaction_amount\": 0.0,\n            \"transaction_currency\": \"USD\",\n            \"status\": 4,\n            \"reason\": \"Card created\",\n            \"decline_reason\": null,\n            \"description\": \"\",\n            \"card_state\": null,\n            \"provider_name\": \"Provider name\",\n            \"provider_id\": 1,\n            \"previous_ids\": null,\n            \"card_id\": 123,\n            \"status_string\": \"processed\",\n            \"card_name\": \"card name\"\n        },{\n            \"id\": 123452,\n            \"merchant\": \"combo.cards\",\n            \"ts_created\": 1702557525,\n            \"amount\": 10.0,\n            \"currency\": \"USD\",\n            \"transaction_amount\": 0.0,\n            \"transaction_currency\": \"USD\",\n            \"status\": 5,\n            \"reason\": \"Card created\",\n            \"decline_reason\": null,\n            \"description\": \"\",\n            \"card_state\": null,\n            \"provider_name\": \"Provider name\",\n            \"provider_id\": 1,\n            \"previous_ids\": null,\n            \"card_id\": 123,\n            \"status_string\": \"reversed\"\n        },{\n            \"id\": 123451,\n            \"merchant\": \"combo.cards\",\n            \"ts_created\": 1702557525,\n            \"amount\": 10.0,\n            \"currency\": \"USD\",\n            \"transaction_amount\": 0.0,\n            \"transaction_currency\": \"USD\",\n            \"status\": 6,\n            \"reason\": \"Card created\",\n            \"decline_reason\": null,\n            \"description\": \"\",\n            \"card_state\": null,\n            \"provider_name\": \"Provider name\",\n            \"provider_id\": 1,\n            \"previous_ids\": null,\n            \"card_id\": 123,\n            \"status_string\": \"expired\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 6,\n        \"page\": 1,\n        \"count\": 10,\n        \"calculated_spend\": 0.0,\n        \"total_spend\": 0.0,\n        \"total_pending\": 0.0,\n        \"total_amount\": 19.0,\n        \"count_by_reasons\": {\n            \"Card created\": 4,\n            \"Top up\": 1,\n            \"Withdrawal\": 1,\n            \"Expense\": 0,\n            \"Card blocked\": 0,\n            \"Correction\": 0,\n            \"Refund\": 0\n        }\n    }\n}"},{"id":"dd0f1c5d-90d1-424d-92ea-f7e6e53ff1cc","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.combo.cards/v1/card_expenses/:card_id?ts_start=<integer>&ts_end=<integer>&sorting=id&order=asc&page=1&count=10","host":["https://api.combo.cards"],"path":["v1","card_expenses",":card_id"],"query":[{"key":"ts_start","value":"<integer>"},{"key":"ts_end","value":"<integer>"},{"key":"sorting","value":"id"},{"key":"order","value":"asc"},{"key":"page","value":"1"},{"key":"count","value":"10"}],"variable":[{"key":"card_id","value":""}]}},"status":"Unprocessable Entity ","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"path\",\n                \"card_id\"\n            ],\n            \"msg\": \"value is not a valid integer\",\n            \"type\": \"type_error.integer\"\n        }\n    ]\n}"}],"_postman_id":"ce267586-01b6-4904-aee2-e761cf9b749c"}],"id":"7e0a003d-1d00-4978-b666-610205e6a4a6","_postman_id":"7e0a003d-1d00-4978-b666-610205e6a4a6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","name":"External API","type":"collection"}}},{"name":"All transactions","item":[{"name":"Get transactions","id":"b357ba56-38ad-406a-925c-0f57b2e656dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.combo.cards/v1/card_expenses/?card_id=<integer>&ts_start=<integer>&ts_end=<integer>&sorting=<string>&order=<string>&page=<integer>&count=<integer>&email=<string>&merchant=<string>&status=<integer>&reason=<string>&status_string=<string>","description":"<p>This endpoint outputs a list of transactions. If you send a request without the card_id parameter, transactions for all cards will be returned.</p>\n<p>Default Filtering:  </p>\n<p>- If the ts_start and ts_end parameters are not provided, transactions from the last 30 days will be selected by default.</p>\n<p>Filtering Period Limitations:  </p>\n<p>- If ts_start and ts_end are provided, the range between them must not exceed 30 days.<br />- If the specified period exceeds 30 days, the API will return an error with an appropriate message.</p>\n","urlObject":{"path":["v1","card_expenses",""],"host":["https://api.combo.cards"],"query":[{"key":"card_id","value":"<integer>"},{"description":{"content":"<p>Unix time</p>\n","type":"text/plain"},"key":"ts_start","value":"<integer>"},{"description":{"content":"<p>Unix time</p>\n","type":"text/plain"},"key":"ts_end","value":"<integer>"},{"description":{"content":"<p>Available values : id, ts_created</p>\n","type":"text/plain"},"key":"sorting","value":"<string>"},{"description":{"content":"<p>Available values : asc, desc</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>Default value : 1</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>Default value : 10</p>\n","type":"text/plain"},"key":"count","value":"<integer>"},{"key":"email","value":"<string>"},{"description":{"content":"<p>Case-insensitive partial matching using the ILIKE operator.</p>\n","type":"text/plain"},"key":"merchant","value":"<string>"},{"key":"status","value":"<integer>"},{"key":"reason","value":"<string>"},{"key":"status_string","value":"<string>"}],"variable":[]}},"response":[{"id":"18204363-854a-4ca8-84a1-7bc05d51277b","name":"Successful response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.combo.cards/v1/card_expenses/?card_id=123&ts_start=1707313071&ts_end=1707397259&sorting=id&order=desc&page=1&count=10","host":["https://api.combo.cards"],"path":["v1","card_expenses",""],"query":[{"key":"card_id","value":"123"},{"key":"ts_start","value":"1707313071","description":"Unix time"},{"key":"ts_end","value":"1707397259","description":"Unix time"},{"key":"sorting","value":"id","description":"Available values : id, ts_created"},{"key":"order","value":"desc","description":"Available values : asc, desc"},{"key":"page","value":"1","description":"Default value : 1"},{"key":"count","value":"10","description":"Default value : 10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"id\": 5270,\n            \"merchant\": \"merchant\",\n            \"ts_created\": 1707397259,\n            \"amount\": -100.0,\n            \"currency\": \"USD\",\n            \"transaction_amount\": 100.0,\n            \"transaction_currency\": \"USD\",\n            \"status\": 2,\n            \"reason\": \"Expense\",\n            \"decline_reason\": \"Card limit\",\n            \"description\": \"description\",\n            \"card_state\": 1,\n            \"provider_name\": \"provider name\",\n            \"provider_id\": 12,\n            \"previous_ids\": null,\n            \"card_id\": 123,\n            \"status_string\": \"failed\",\n            \"card_name\": \"card name\"\n        },\n        {\n            \"id\": 5253,\n            \"merchant\": \"merchant\",\n            \"ts_created\": 1707328859,\n            \"amount\": -5.55,\n            \"currency\": \"USD\",\n            \"transaction_amount\": 5.55,\n            \"transaction_currency\": \"USD\",\n            \"status\": 3,\n            \"reason\": \"Expense\",\n            \"decline_reason\": null,\n            \"description\": \"description\",\n            \"card_state\": 1,\n            \"provider_name\": \"provider name\",\n            \"provider_id\": 12,\n            \"previous_ids\": null,\n            \"card_id\": 123,\n            \"status_string\": \"pending\",\n            \"card_name\": \"card name\"\n        },\n        {\n            \"id\": 5254,\n            \"merchant\": \"merchant\",\n            \"ts_created\": 1707320698,\n            \"amount\": -2.22,\n            \"currency\": \"USD\",\n            \"transaction_amount\": -2.22,\n            \"transaction_currency\": \"USD\",\n            \"status\": 1,\n            \"reason\": \"Expense\",\n            \"decline_reason\": null,\n            \"description\": \"description\",\n            \"card_state\": 1,\n            \"provider_name\": \"provider name\",\n            \"provider_id\": 12,\n            \"previous_ids\": null,\n            \"card_id\": 123,\n            \"status_string\": \"approved\",\n            \"card_name\": \"card name\"\n        },\n        {\n            \"id\": 5251,\n            \"merchant\": \"combo.cards\",\n            \"ts_created\": 1707317689,\n            \"amount\": 10.0,\n            \"currency\": \"USD\",\n            \"transaction_amount\": 0.0,\n            \"transaction_currency\": \"USD\",\n            \"status\": 1,\n            \"reason\": \"Top up\",\n            \"decline_reason\": null,\n            \"description\": \"\",\n            \"card_state\": null,\n            \"provider_name\": \"provider name\",\n            \"provider_id\": 12,\n            \"previous_ids\": null,\n            \"card_id\": 123,\n            \"status_string\": \"approved\",\n            \"card_name\": \"card name\"\n        },\n        {\n            \"id\": 5250,\n            \"merchant\": \"combo.cards\",\n            \"ts_created\": 1707317202,\n            \"amount\": 10.0,\n            \"currency\": \"USD\",\n            \"transaction_amount\": 0.0,\n            \"transaction_currency\": \"USD\",\n            \"status\": 1,\n            \"reason\": \"Top up\",\n            \"decline_reason\": null,\n            \"description\": \"\",\n            \"card_state\": null,\n            \"provider_name\": \"provider name\",\n            \"provider_id\": 12,\n            \"previous_ids\": null,\n            \"card_id\": 123,\n            \"status_string\": \"approved\",\n            \"card_name\": \"card name\"\n        },\n        {\n            \"id\": 5249,\n            \"merchant\": \"combo.cards\",\n            \"ts_created\": 1707313071,\n            \"amount\": 10.0,\n            \"currency\": \"USD\",\n            \"transaction_amount\": 0.0,\n            \"transaction_currency\": \"USD\",\n            \"status\": 1,\n            \"reason\": \"Card created\",\n            \"decline_reason\": null,\n            \"description\": \"\",\n            \"card_state\": null,\n            \"provider_name\": \"provider name\",\n            \"provider_id\": 12,\n            \"previous_ids\": null,\n            \"card_id\": 132,\n            \"status_string\": \"approved\",\n            \"card_name\": \"card name\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 6,\n        \"page\": 1,\n        \"count\": 10,\n        \"calculated_spend\": 2.22,\n        \"total_spend\": 7.77,\n        \"total_pending\": 5.55,\n        \"total_amount\": -77.77,\n        \"count_by_reasons\": {\n            \"Card created\": 1,\n            \"Top up\": 2,\n            \"Withdrawal\": 0,\n            \"Expense\": 3,\n            \"Card blocked\": 0,\n            \"Correction\": 0,\n            \"Refund\": 0\n        }\n    }\n}"}],"_postman_id":"b357ba56-38ad-406a-925c-0f57b2e656dd"}],"id":"19960afc-e578-4470-a99e-e3069f9bca6e","_postman_id":"19960afc-e578-4470-a99e-e3069f9bca6e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","name":"External API","type":"collection"}}}],"id":"1cc98631-d789-4c75-8152-ea44d269e069","description":"<p>Card transactions can have the following statuses:</p>\n<ul>\n<li><p>Approved - transaction completed successfully (1)</p>\n</li>\n<li><p>Failed - transaction was rejected for some reason (2)</p>\n</li>\n<li><p>Pending - transaction in awaiting confirmation status (3)</p>\n</li>\n<li><p>Processed - this status is assigned to transactions when a new Approve transaction is created with a link to a Pending transaction, then the Pending transaction moves to Processed (4)</p>\n</li>\n<li><p>Reversed - usually this status is assigned to canceled authorizations (5)</p>\n</li>\n<li><p>Expired - expired transaction (6)</p>\n</li>\n</ul>\n<p>Card transactions may have the following reasons:</p>\n<ul>\n<li><p>Card created - creating a balance card</p>\n</li>\n<li><p>Top up - top up your balance card</p>\n</li>\n<li><p>Withdrawal - withdrawal of funds from a balance card</p>\n</li>\n<li><p>Expense - card expense</p>\n</li>\n<li><p>Card blocked - blocking the card and returning the remaining funds from the card</p>\n</li>\n<li><p>Correction - correction on the card for any reason</p>\n</li>\n<li><p>Refund - return funds from the card to the user’s balance</p>\n</li>\n</ul>\n<h4 id=\"transaction-flow-with-reason-expense-for-providers\">Transaction flow with reason \"Expense\" for providers:</h4>\n<p><strong>Transaction flow may vary for some providers. There are two possible flows:</strong></p>\n<ol>\n<li><p><strong>In the first flow</strong>, a single Expense transaction changes its status from <em>Pending</em> to <em>Approved</em>.</p>\n</li>\n<li><p><strong>In the second flow</strong>, an Expense transaction in <em>Pending</em> status moves to <em>Processed</em>. When this happens, a new transaction is created in <em>Approved</em> status and linked to the original <em>Pending</em> transaction. The relationship between the two can be seen in the <code>previous_id</code> field of the Approved transaction response.</p>\n</li>\n</ol>\n","_postman_id":"1cc98631-d789-4c75-8152-ea44d269e069","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","name":"External API","type":"collection"}}},{"name":"Users","item":[{"name":"Get Last Otp","id":"b0dcbccf-156c-454c-b46f-e1e855548e85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.combo.cards/v1/users/get_last_otp/","description":"<p>Use this endpoint to get OTP codes for your cards for the past hour</p>\n","urlObject":{"path":["v1","users","get_last_otp",""],"host":["https://api.combo.cards"],"query":[],"variable":[]}},"response":[{"id":"ec91d2b6-60cd-4393-bc1e-a9222bb622df","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.combo.cards/v1/users/get_last_otp/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"code\": \"987654\",\n            \"card_ids\": [\n                123\n            ],\n            \"ts_spawn\": 1702647549\n        }\n    ],\n    \"meta\": {\n        \"total\": 1,\n        \"page\": 1,\n        \"count\": 1\n    }\n}"}],"_postman_id":"b0dcbccf-156c-454c-b46f-e1e855548e85"},{"name":"User Balance","id":"9d8b8920-7f70-4106-b8ba-c7731eba2fdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.combo.cards/v1/users/user_balance/","description":"<p>Use this endpoint to get your current account balance</p>\n","urlObject":{"path":["v1","users","user_balance",""],"host":["https://api.combo.cards"],"query":[],"variable":[]}},"response":[{"id":"2b8cab23-fdac-45a7-a267-e6ff03d9a01a","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"https://api.combo.cards/v1/users/user_balance/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"currency\": \"USD\",\n            \"bank_account_balance\": 100,\n            \"hold_bank_account_balance\": 3.0\n        },\n        {\n            \"currency\": \"EUR\",\n            \"bank_account_balance\": 100,\n            \"hold_bank_account_balance\": 0.0\n        },\n        {\n            \"currency\": \"HKD\",\n            \"bank_account_balance\": 100,\n            \"hold_bank_account_balance\": 0\n        }\n    ],\n    \"meta\": {\n        \"total\": 3,\n        \"page\": 1,\n        \"count\": 3\n    }\n}"}],"_postman_id":"9d8b8920-7f70-4106-b8ba-c7731eba2fdf"},{"name":"Users info","id":"cb3c6f0a-7081-439b-a316-d0a376a62ec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.combo.cards/v1/users/?user_id=<integer>&role=<string>&is_active=<boolean>","description":"<p>Use this endpoint to retrieve a list of users, with optional filters by user ID, role, and active status.</p>\n","urlObject":{"path":["v1","users",""],"host":["https://api.combo.cards"],"query":[{"key":"user_id","value":"<integer>"},{"key":"role","value":"<string>"},{"key":"is_active","value":"<boolean>"}],"variable":[]}},"response":[{"id":"bedcb74f-db6e-4cae-a101-136ccc310312","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.combo.cards/v1/users/?user_id=<integer>&role=<string>&is_active=<boolean>","host":["https://api.combo.cards"],"path":["v1","users",""],"query":[{"key":"user_id","value":"<integer>"},{"key":"role","value":"<string>"},{"key":"is_active","value":"<boolean>"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"id\": 0001,\n            \"name\": \"User\",\n            \"role\": \"owner\",\n            \"is_active\": true\n        },\n        {\n            \"id\": 0002,\n            \"name\": \"User2\",\n            \"role\": \"team_lead\",\n            \"is_active\": false\n        },\n    ],\n    \"meta\": {\n        \"total\": 2,\n        \"page\": 1,\n        \"count\": 10\n    }\n}"}],"_postman_id":"cb3c6f0a-7081-439b-a316-d0a376a62ec7"},{"name":"Users balances","id":"41b98aa2-4ed0-4f9a-a4a8-81284fe08193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.combo.cards/v1/users/users_balances/?user_id=<integer>&role=<string>&name=<string>","description":"<p>Returns a list of users with their balance information.<br />Supports optional filtering by user ID, name, and role.<br />The response includes user ID, name, role, and account balances (available and hold) in USD and EUR.</p>\n","urlObject":{"path":["v1","users","users_balances",""],"host":["https://api.combo.cards"],"query":[{"key":"user_id","value":"<integer>"},{"key":"role","value":"<string>"},{"key":"name","value":"<string>"}],"variable":[]}},"response":[{"id":"9f7f45e2-8e53-4a7e-a53c-9acf86bd6053","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.combo.cards/v1/users/users_balances/?user_id=<integer>&role=<string>&is_active=<boolean>","host":["https://api.combo.cards"],"path":["v1","users","users_balances",""],"query":[{"key":"user_id","value":"<integer>"},{"key":"role","value":"<string>"},{"key":"is_active","value":"<boolean>"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"id\": 0001,\n            \"name\": \"User\",\n            \"role\": \"owner\",\n            \"balances\": {\n                \"USD\": {\n                    \"bank_account_balance\": 99.9,\n                    \"hold_bank_account_balance\": 10.0\n                },\n                \"EUR\": {\n                    \"bank_account_balance\": 88,8\n                    \"hold_bank_account_balance\": 20.0\n                }\n            }\n        },\n        {\n            \"id\": 0002,\n            \"name\": \"User2\",\n            \"role\": \"team_lead\",\n            \"balances\": {\n                \"USD\": {\n                    \"bank_account_balance\": 23.5,\n                    \"hold_bank_account_balance\": 15.0\n                },\n                \"EUR\": {\n                    \"bank_account_balance\": 200,\n                    \"hold_bank_account_balance\": 0\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"total\": 2,\n        \"page\": 1,\n        \"count\": 2\n    }\n}"}],"_postman_id":"41b98aa2-4ed0-4f9a-a4a8-81284fe08193"}],"id":"e8e7514b-13ec-4e78-a681-db1b8d697b09","_postman_id":"e8e7514b-13ec-4e78-a681-db1b8d697b09","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","name":"External API","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Create webhooks","id":"a5839015-6459-4ebb-8a20-89533c5455df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"Your endpoint\",\n    \"webhook_type\": \"EXPENSE_CREATED\",\n    \"comment\": \"comment\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.combo.cards/v1/webhooks/","description":"<p><strong>You can find the example parameters for webhook payloads in the \"Create webhooks\" section, specifically under the Example subsection.</strong></p>\n","urlObject":{"path":["v1","webhooks",""],"host":["https://api.combo.cards"],"query":[],"variable":[]}},"response":[{"id":"4a7e5ca0-e6a5-407f-8ea3-b433cb03f7ce","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://example_endpoint.com/notifications/\",\n    \"webhook_type\": \"EXPENSE_CREATED\",\n    \"comment\": \"test comment\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.combo.cards/v1/webhooks/"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"},{"id":"d691f979-627b-47b1-9d95-4f0fe2822afd","name":"Validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://example_endpoint.com/notifications/\",\n    \"webhook_type\": \"EXPENSE_CREATED\",\n    \"comment\": \"test comment\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.combo.cards/v1/webhooks/"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"\"Webhook with type 3 already exists for user\""},{"id":"3c70f4f1-1b1d-46a2-9a24-be945f489008","name":"Validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"webhook_type\": \"EXPENSE_CREATED\",\n    \"comment\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.combo.cards/v1/webhooks/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"body\",\n                \"url\"\n            ],\n            \"msg\": \"field required\",\n            \"type\": \"value_error.missing\"\n        }\n    ]\n}"},{"id":"4fa174b4-f43f-405c-8cc1-5241443491a6","name":"Validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://example_endpoint.com/notifications/\",\n    \"comment\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.combo.cards/v1/webhooks/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"body\",\n                \"webhook_type\"\n            ],\n            \"msg\": \"field required\",\n            \"type\": \"value_error.missing\"\n        }\n    ]\n}"},{"id":"906f522a-3204-488b-93de-21936e4f08a3","name":"Expample payload ONE_TIME_PASSWORD","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"card_ids\": [444],\n   \"code\": \"2302\",\n   \"last_4_digits\": \"8123\",\n   \"ts_spawn\": 1717139383\n}","options":{"raw":{"language":"json"}}},"url":"your_url"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\n"},{"id":"21b4f7a9-a983-463b-9c8d-ee598467b8b0","name":"Expample payload CARD_CREATED","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 81362,\n    \"name\": \"test_rp_webhook\",\n    \"card_expire\": \"***\",\n    \"card_number\": \"***\",\n    \"p_id\": 12,\n    \"user_id\": 16,\n    \"cvv\": \"***\",\n    \"state\": 1,\n    \"currency\": \"USD\",\n    \"type\": \"limit\",\n    \"limit_rule\": \"all_time\",\n    \"card_limit\": 20,\n    \"expenses\": 0,\n    \"pending\": 0,\n    \"total\": 0,\n    \"expenses_current_day\": 0,\n    \"expenses_current_month\": 0,\n    \"expenses_previous_month\": 0,\n    \"balance\": 0,\n    \"limit\": 20,\n    \"frozen_by_admin\": false,\n    \"frozen_by_negative_balance\": false,\n    \"note\": \"test\",\n    \"system_note\": null,\n    \"secure_3d_password\": null,\n    \"per_transaction_limit\": 11.57\n}\n","options":{"raw":{"language":"json"}}},"url":"your_url"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"62e7fba8-eb4c-404f-864f-5f8c46caece1","name":"Expample payload EXPENSE_CREATED","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 2282877,\n    \"merchant\": \"combo.cards\",\n    \"ts_created\": 1708609022,\n    \"amount\": 1,\n    \"currency\": \"USD\",\n    \"transaction_amount\": 0,\n    \"transaction_currency\": \"USD\",\n    \"status\": 1,\n    \"reason\": \"Top up\",\n    \"decline_reason\": null,\n    \"description\": \"\",\n    \"card_state\": null,\n    \"provider_name\": \"US Visa Commercial Credit (485356)\",\n    \"provider_id\": 21,\n    \"previous_ids\": null,\n    \"card_id\": 66303\n}","options":{"raw":{"language":"json"}}},"url":"your_url"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"1febb915-eacd-4b6d-a39b-a5b4b6b7e278","name":"Expample payload EXPENSE_UPDATED","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 2282877,\n    \"merchant\": \"merchant name\",\n    \"ts_created\": 1708609022,\n    \"amount\": 100,\n    \"currency\": \"USD\",\n    \"transaction_amount\": 100,\n    \"transaction_currency\": \"USD\",\n    \"status\": 1,\n    \"reason\": \"Expense\",\n    \"decline_reason\": null,\n    \"description\": \"\",\n    \"card_state\": 1,\n    \"provider_name\": \"US Visa Commercial Credit (485356)\",\n    \"provider_id\": 21,\n    \"previous_ids\": null,\n    \"card_id\": 6630311\n}","options":{"raw":{"language":"json"}}},"url":"your_url"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a5839015-6459-4ebb-8a20-89533c5455df"},{"name":"Get webhooks","id":"b9179c05-944b-4281-b5af-5897f5efeb93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"Your_api_key"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.combo.cards/v1/webhooks/","description":"<p>This request allows you to retrieve information about created webhooks</p>\n","urlObject":{"path":["v1","webhooks",""],"host":["https://api.combo.cards"],"query":[],"variable":[]}},"response":[{"id":"3d563a8f-f7ae-4032-97eb-457fbc690032","name":"Get webhooks","originalRequest":{"method":"GET","header":[],"url":"https://api.combo.cards/v1/webhooks/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"url\": \"https://example_endpoint.com/notifications/\",\n        \"webhook_type\": \"ONE_TIME_PASSWORD\",\n        \"comment\": \"comment\",\n        \"state\": \"ACTIVE\",\n        \"ts_created\": 1707831514\n    },\n    {\n        \"url\": \"https://example_endpoint.com/notifications/\",\n        \"webhook_type\": \"CARD_CREATED\",\n        \"comment\": \"comment\",\n        \"state\": \"ACTIVE\",\n        \"ts_created\": 1707313011\n    },\n    {\n        \"url\": \"https://example_endpoint.com/notifications/\",\n        \"webhook_type\": \"EXPENSE_CREATED\",\n        \"comment\": \"comment\",\n        \"state\": \"ACTIVE\",\n        \"ts_created\": 1707313015\n    }\n]"}],"_postman_id":"b9179c05-944b-4281-b5af-5897f5efeb93"}],"id":"96718ed1-1afd-42ee-a831-0867862dda80","description":"<p>Webhooks serve as real-time notifications for API events.</p>\n<p>ComboCards sends these notifications to the endpoint in your system,<br />allowing you to process this information. To set up webhooks, send a<br />POST request with the filled-in data provided below.</p>\n<p>Body params(json):</p>\n<ul>\n<li><p><strong>url</strong> <code>required</code> <code>string</code> - your endpoint where notifications will be sent</p>\n</li>\n<li><p><strong>webhook_type</strong> <code>required</code> <code>string</code> - type of notifications. For each type of notification, its own endpoint can be configured. ComboCards can send 4 types of notifications:</p>\n<ul>\n<li><p><strong>ONE_TIME_PASSWORD</strong> – to configure notifications for OTP code delivery for cards (type 1)</p>\n</li>\n<li><p><strong>CARD_CREATED</strong> – to configure notifications for card creation (type 2)</p>\n</li>\n<li><p><strong>EXPENSE_CREATED</strong> – to configure notifications for card transactions (type 3)</p>\n</li>\n<li><p><strong>EXPENSE_UPDATED</strong> – to configure notifications for updated card transactions (type 4)<br />  <strong>You can find the example parameters for webhook payloads in the \"Create webhooks\" section, specifically under the Example subsection.</strong></p>\n</li>\n</ul>\n</li>\n<li><p><strong>comment</strong> <code>string</code> - a comment in any form</p>\n</li>\n</ul>\n","_postman_id":"96718ed1-1afd-42ee-a831-0867862dda80","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","name":"External API","type":"collection"}}},{"name":"P2P","item":[{"name":"Get balances","id":"e0d71e97-c22d-482b-ac20-2634e3c0e193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.combo.cards/v1/p2p/balances/","description":"<p>To check how much funds you can transfer, you can use this request, which returns your current available balance:</p>\n<ul>\n<li><p><strong>currency</strong> – the currency of your account (EUR/USD)</p>\n</li>\n<li><p><strong>bank_account_balance</strong> – the current balance of your account</p>\n</li>\n<li><p><strong>hold_bank_account_balance</strong> – the funds currently on hold (in processing)</p>\n</li>\n<li><p><strong>commission_percent</strong> – the transfer fee, <strong>charged to the recipient of the funds</strong></p>\n</li>\n</ul>\n","urlObject":{"path":["v1","p2p","balances",""],"host":["https://api.combo.cards"],"query":[],"variable":[]}},"response":[{"id":"3aa64559-5102-4fee-9598-df22912e6519","name":"Get balances","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"url":"http://api.combo.cards/v1/p2p/balances/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"balances\": [\n        {\n            \"currency\": \"USD\",\n            \"bank_account_balance\": 0.0,\n            \"hold_bank_account_balance\": 0.0\n        },\n        {\n            \"currency\": \"EUR\",\n            \"bank_account_balance\": 0.0,\n            \"hold_bank_account_balance\": 0.0\n        }\n    ],\n    \"commission_percent\": 3.0\n}"}],"_postman_id":"e0d71e97-c22d-482b-ac20-2634e3c0e193"},{"name":"Get transactions","id":"c4b275e4-2cdb-45b7-b220-df532d2213ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.combo.cards/v1/p2p/transactions/?sorting=id&page=1&count=100&order=asc&id=10000&email=example@email.com&ts_start=1758846985&ts_end=1758888265&currency=USD","description":"<p>To view your P2P transfer transactions, use this request.  </p>\n<p>You can filter results using the following parameters:</p>\n<ul>\n<li><p><strong>sorting</strong> – sorting field, you can sort by: <code>amount</code>, <code>currency</code>, <code>id</code>, <code>receiver_email</code>, <code>state</code>, <code>subcategory</code>, <code>ts_spawn</code></p>\n</li>\n<li><p><strong>page</strong> – page number for pagination</p>\n</li>\n<li><p><strong>count</strong> – number of records per page</p>\n</li>\n<li><p><strong>order</strong> – sort order (<code>asc</code> or <code>desc</code>)</p>\n</li>\n<li><p><strong>id</strong> – filter by transaction ID</p>\n</li>\n<li><p><strong>email</strong> – filter by recipient’s email</p>\n</li>\n<li><p><strong>ts_start</strong> – filter by start timestamp (Unix time in seconds, e.g., <code>1758846985</code>)</p>\n</li>\n<li><p><strong>ts_end</strong> – filter by end timestamp (Unix time in seconds, e.g., <code>1758846985</code>)</p>\n</li>\n<li><p><strong>currency</strong> – filter by transaction currency (<code>USD</code> or <code>EUR</code>)</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","p2p","transactions",""],"host":["https://api.combo.cards"],"query":[{"description":{"content":"<p>Default value : id</p>\n","type":"text/plain"},"key":"sorting","value":"id"},{"description":{"content":"<p>Default value : 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Default value : 100</p>\n","type":"text/plain"},"key":"count","value":"100"},{"description":{"content":"<p>Available values : asc, desc\nDefault value : desc</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"key":"id","value":"10000"},{"key":"email","value":"example@email.com"},{"key":"ts_start","value":"1758846985"},{"key":"ts_end","value":"1758888265"},{"key":"currency","value":"USD"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"b1181421-4d7f-4209-8f2c-f252072ce0b4","name":"Get transactions","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://cc-api.actest.pro/v1/p2p/transactions/?sorting=id&page=1&count=100&order=asc&id=10000&email=example@email.com&ts_start=1758846985&ts_end=1758888265&currency=USD","protocol":"http","host":["cc-api","actest","pro"],"path":["v1","p2p","transactions",""],"query":[{"key":"sorting","value":"id","description":"Default value : id"},{"key":"page","value":"1","description":"Default value : 1"},{"key":"count","value":"100","description":"Default value : 100"},{"key":"order","value":"asc","description":"Available values : asc, desc\nDefault value : desc"},{"key":"id","value":"10000"},{"key":"email","value":"example@email.com"},{"key":"ts_start","value":"1758846985"},{"key":"ts_end","value":"1758888265"},{"key":"currency","value":"USD"},{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"id\": 101,\n            \"ts_spawn\": 1759132885,\n            \"amount\": -1.01,\n            \"remains\": 25.86,\n            \"not_calculated\": false,\n            \"currency\": \"USD\",\n            \"subcategory\": \"p2p_transfer\",\n            \"state\": \"finished\",\n            \"receiver_email\": \"example@email.com\"\n        },\n        {\n            \"id\": 102,\n            \"ts_spawn\": 1755010902,\n            \"amount\": 100.0,\n            \"remains\": 100.0,\n            \"not_calculated\": false,\n            \"currency\": \"USD\",\n            \"subcategory\": \"bank_transfer\",\n            \"state\": \"finished\",\n            \"receiver_email\": null\n        }\n    ],\n    \"meta\": {\n        \"total\": 2,\n        \"page\": 1,\n        \"count\": 100\n    }\n}"}],"_postman_id":"c4b275e4-2cdb-45b7-b220-df532d2213ec"},{"name":"Create transfer","id":"66f0353e-948e-42e8-8870-d536a73601ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"example@email.com\",\n  \"amount\": 100.00,\n  \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.combo.cards/v1/p2p/create_transfer/","description":"<p>To perform a funds transfer, use this request.  </p>\n<p>You must include the following required parameters in the body:</p>\n<ul>\n<li><p><strong>email</strong> – recipient’s email address</p>\n</li>\n<li><p><strong>amount</strong> – amount to transfer (minimum value: <code>1</code>)</p>\n</li>\n<li><p><strong>currency</strong> – currency of the transfer (<code>USD</code> or <code>EUR</code>)</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","name":"External API","type":"collection"}},"urlObject":{"path":["v1","p2p","create_transfer",""],"host":["https://api.combo.cards"],"query":[],"variable":[]}},"response":[{"id":"1d91cb24-4c13-4f80-a789-e876420e70b9","name":"Create transfer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"example@email.com\",\n  \"amount\": 100.00,\n  \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.combo.cards/v1/p2p/create_transfer/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"\"Ok\""},{"id":"bcdf4069-7a5f-4e98-8927-409f75f85683","name":"Create transfer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"example@email.com\",\n  \"amount\": 100.00,\n  \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.combo.cards/v1/p2p/create_transfer/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"detail\": {\n        \"code\": \"BANK_ACCOUNT__NOT_ENOUGH_FUNDS\"\n    }\n}"}],"_postman_id":"66f0353e-948e-42e8-8870-d536a73601ae"}],"id":"87152666-c40f-4601-8d6c-3d414ed3a5a0","description":"<p><strong>P2P (peer-to-peer)</strong> refers to internal transfers between two users, where one user sends funds directly to another without involving external payment systems.</p>\n<p>The transfer can only be made to the company owner. Funds are transferred from the user’s dedicated P2P account to the recipient’s main account.</p>\n<p><strong>P2P transfers are available only if this section is enabled in your personal account. Therefore, before using transfers via API, please request access from our support team.</strong></p>\n","_postman_id":"87152666-c40f-4601-8d6c-3d414ed3a5a0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","name":"External API","type":"collection"}}},{"name":"Operation history","item":[{"name":"Get transactions","id":"93d51a10-556d-4775-ac8d-4bdc7ed7353f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.combo.cards/v1/transactions/?currency=USD&group_id=123&id=123&ts_end=1759309860&ts_start=1759309860&user_id=123&count=100&order=desc&page=1&sorting=ts_spawn&category=balance_operation&subcategory=usdt_trc20&direction=income&initiator=system&state=initial&timezone=UTC","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","name":"External API","type":"collection"}},"urlObject":{"path":["v1","transactions",""],"host":["https://api.combo.cards"],"query":[{"description":{"content":"<p>Available values: USD, EUR</p>\n","type":"text/plain"},"key":"currency","value":"USD"},{"description":{"content":"<p>If group_id is not used, all transactions available to the current user based on their role will be returned (for example, a Business Owner will see all company transactions, while other roles will see transactions according to their access level)</p>\n","type":"text/plain"},"key":"group_id","value":"123"},{"description":{"content":"<p>Transaction ID</p>\n","type":"text/plain"},"key":"id","value":"123"},{"description":{"content":"<p>The value represents a Unix timestamp (in seconds), which indicates the number of seconds that have elapsed since January 1, 1970 (UTC).\nAll timestamps are provided in UTC+0 timezone.\nIf this parameter is not used, the current day’s date will be applied by default.</p>\n","type":"text/plain"},"key":"ts_end","value":"1759309860"},{"description":{"content":"<p>The value represents a Unix timestamp (in seconds), which indicates the number of seconds that have elapsed since January 1, 1970 (UTC).\nAll timestamps are provided in UTC+0 timezone.\nIf this parameter is not used, the current day’s date will be applied by default.</p>\n","type":"text/plain"},"key":"ts_start","value":"1759309860"},{"description":{"content":"<p>If user_id is not used, all transactions available to the current user based on their role will be returned (for example, a Business Owner will see all company transactions, while other roles will see transactions according to their access level)</p>\n","type":"text/plain"},"key":"user_id","value":"123"},{"description":{"content":"<p>Max. limit: 1000</p>\n","type":"text/plain"},"key":"count","value":"100"},{"description":{"content":"<p>Available values : asc, desc\nDefault value : desc</p>\n","type":"text/plain"},"key":"order","value":"desc"},{"description":{"content":"<p>Default value : 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Available values : id, ts_spawn</p>\n<p>Default value : ts_spawn</p>\n","type":"text/plain"},"key":"sorting","value":"ts_spawn"},{"description":{"content":"<p>Available values:</p>\n<ul>\n<li>balance_operation</li>\n<li>system_operation</li>\n<li>user_transfer</li>\n<li>currency_exchange</li>\n<li>card_operation</li>\n<li>commission</li>\n</ul>\n","type":"text/plain"},"key":"category","value":"balance_operation"},{"description":{"content":"<p>Available values:</p>\n<ul>\n<li>adcombo</li>\n<li>bank_transfer</li>\n<li>bug</li>\n<li>cashback</li>\n<li>achievement__cashback_declines</li>\n<li>achievement__cashback_topups</li>\n<li>p2p_transfer</li>\n<li>promo</li>\n<li>referral_income</li>\n<li>usdc_erc20</li>\n<li>usdt_erc20</li>\n<li>usdt_trc20</li>\n<li>combo_wallet</li>\n<li>gift_card</li>\n<li>payout</li>\n<li>negative_balance</li>\n<li>funds_transfer</li>\n<li>block</li>\n<li>expense</li>\n<li>card_refund</li>\n<li>topup</li>\n<li>withdrawal</li>\n<li>payroll</li>\n<li>approved_transaction</li>\n<li>card_block</li>\n<li>card_topup</li>\n<li>card_creation</li>\n<li>card_maintenance_fee</li>\n<li>card_withdrawal</li>\n<li>declined_transaction</li>\n<li>fx_markup_fee</li>\n<li>funds_deposit</li>\n<li>funds_withdrawal</li>\n<li>micro_transaction</li>\n<li>pending_transaction</li>\n<li>transfer_vault</li>\n<li>currency_exchange</li>\n<li>rollback</li>\n<li>achievement__custom</li>\n</ul>\n","type":"text/plain"},"key":"subcategory","value":"usdt_trc20"},{"description":{"content":"<p>Available values:</p>\n<ul>\n<li>income</li>\n<li>withdrawal</li>\n</ul>\n","type":"text/plain"},"key":"direction","value":"income"},{"description":{"content":"<p>Available values:</p>\n<ul>\n<li>admin</li>\n<li>manual</li>\n<li>system</li>\n<li>rule</li>\n</ul>\n","type":"text/plain"},"key":"initiator","value":"system"},{"description":{"content":"<p>Available values:</p>\n<ul>\n<li>initial</li>\n<li>finished</li>\n<li>rollbacked</li>\n<li>processing_rollbacking</li>\n<li>cancelled</li>\n<li>failed</li>\n</ul>\n","type":"text/plain"},"key":"state","value":"initial"},{"disabled":true,"description":{"content":"<p>Start date and time of the reporting period in format YYYY-MM-DD HH:mm:ss. The value is expected in UTC+0 by default.</p>\n","type":"text/plain"},"key":"data_start","value":"2025-01-01 12:00:00"},{"disabled":true,"description":{"content":"<p>End date and time of the reporting period in format YYYY-MM-DD HH:mm:ss. The value is expected in UTC+0 by default.</p>\n","type":"text/plain"},"key":"date_end","value":"2025-10-01 12:00:00"},{"description":{"content":"<p>The time zone in which the dates should be returned. Standard designations are supported (e.g., UTC, Europe/Moscow, Asia/Tokyo). If the parameter is not specified, UTC is used by default.</p>\n","type":"text/plain"},"key":"timezone","value":"UTC"}],"variable":[]}},"response":[{"id":"844b58bd-060e-4a37-942e-6e2ab9bbd868","name":"Get transactions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.combo.cards/v1/transactions/?ts_end=1759484844&ts_start=1759309860","protocol":"https","host":["api","combo","cards"],"path":["v1","transactions",""],"query":[{"key":"currency","value":"USD","description":"Available values: USD, EUR","disabled":true},{"key":"group_id","value":"123","description":"If group_id is not used, all transactions available to the current user will be returned.","disabled":true},{"key":"id","value":"123","description":"Transaction ID","disabled":true},{"key":"ts_end","value":"1759484844","description":"The value represents a Unix timestamp (in seconds), which indicates the number of seconds that have elapsed since January 1, 1970 (UTC).\nAll timestamps are provided in UTC+0 timezone.\nIf this parameter is not used, the current day’s date will be applied by default."},{"key":"ts_start","value":"1759309860","description":"The value represents a Unix timestamp (in seconds), which indicates the number of seconds that have elapsed since January 1, 1970 (UTC).\nAll timestamps are provided in UTC+0 timezone.\nIf this parameter is not used, the current day’s date will be applied by default."},{"key":"user_id","value":"123","description":"If user_id is not used, all transactions available to the current user will be returned.","disabled":true},{"key":"count","value":"100","disabled":true},{"key":"order","value":"desc","description":"Available values : asc, desc\nDefault value : desc","disabled":true},{"key":"page","value":"1","description":"Default value : 1","disabled":true},{"key":"sorting","value":"ts_spawn","description":"Available values : id, ts_spawn\nDefault value : ts_spawn","disabled":true},{"key":"category","value":"balance_operation","description":"Available values:\n- balance_operation\n- system_operation\n- user_transfer\n- currency_exchange\n- card_operation\n- commission","disabled":true},{"key":"subcategory","value":"usdt_trc20","description":"Available values:\n- adcombo\n- bank_transfer\n- bug\n- cashback\n- achievement__cashback_declines\n- achievement__cashback_topups\n- p2p_transfer\n- promo\n- referral_income\n- usdc_erc20\n- usdt_erc20\n- usdt_trc20\n- combo_wallet\n- gift_card\n- payout\n- negative_balance\n- funds_transfer\n- block\n- expense\n- card_refund\n- topup\n- withdrawal\n- payroll\n- approved_transaction\n- card_block\n- card_topup\n- card_creation\n- card_maintenance_fee\n- card_withdrawal\n- declined_transaction\n- fx_markup_fee\n- funds_deposit\n- funds_withdrawal\n- micro_transaction\n- pending_transaction\n- transfer_vault\n- currency_exchange\n- rollback\n- achievement__custom","disabled":true},{"key":"direction","value":"income","description":"Available values:\n- income\n- withdrawal","disabled":true},{"key":"initiator","value":"system","description":"Available values:\n- admin\n- manual\n- system\n- rule","disabled":true},{"key":"state","value":"initial","description":"Available values:\n- initial\n- finished\n- rollbacked\n- processing_rollbacking\n- cancelled\n- failed","disabled":true},{"key":"timezone","value":"UTC","description":"The time zone in which the dates should be returned. Standard designations are supported (e.g., UTC, Europe/Moscow, Asia/Tokyo). If the parameter is not specified, UTC is used by default.","type":"text","disabled":true},{"key":"data_start","value":"2025-01-01 12:00:00","description":"Start date and time of the reporting period in format YYYY-MM-DD HH:mm:ss. The value is expected in UTC+0 by default.","disabled":true},{"key":"date_end","value":"2025-10-01 12:00:00","description":"End date and time of the reporting period in format YYYY-MM-DD HH:mm:ss. The value is expected in UTC+0 by default.\n","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"amount\": 100,\n            \"card_expense_merchant\": null,\n            \"card_id\": 1001,\n            \"card_name\": null,\n            \"card_number\": null,\n            \"cost_by_provider\": null,\n            \"currency\": \"USD\",\n            \"from_info\": \"ComboCards\",\n            \"id\": 34620,\n            \"remained_balance\": 436.35,\n            \"to_info\": \"User Name USD account\",\n            \"ts_spawn\": 1759752455,\n            \"date\": \"2025-10-06 12:07:35\",\n            \"timezone\": \"UTC\",\n            \"user_comment\": \"\",\n            \"user_id\": 100,\n            \"user_name\": \"User Name\",\n            \"original_amount\": null,\n            \"original_currency\": null,\n            \"category\": \"balance_operation\",\n            \"direction\": \"income\",\n            \"initiator\": \"admin\",\n            \"state\": \"finished\",\n            \"subcategory\": \"bank_transfer\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 1,\n        \"page\": 1,\n        \"count\": 100\n    }\n}"},{"id":"91e9fbb5-2955-4905-9d6f-1415c5422d13","name":"Validation Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.combo.cards/v1/transactions/?currency=USD&group_id=123&id=123&ts_end=1759309860&ts_start=1759309860&user_id=123&count=100&order=desc&page=1&sorting=ts_spawn&category=balance_operation&subcategory=usdt_trc20&direction=income&initiator=system&state=initial&data_start=2025-01-01 12:00:00&timezone=UTC","host":["https://api.combo.cards"],"path":["v1","transactions",""],"query":[{"key":"currency","value":"USD","description":"Available values: USD, EUR"},{"key":"group_id","value":"123","description":"If group_id is not used, all transactions available to the current user based on their role will be returned (for example, a Business Owner will see all company transactions, while other roles will see transactions according to their access level)"},{"key":"id","value":"123","description":"Transaction ID"},{"key":"ts_end","value":"1759309860","description":"The value represents a Unix timestamp (in seconds), which indicates the number of seconds that have elapsed since January 1, 1970 (UTC).\nAll timestamps are provided in UTC+0 timezone.\nIf this parameter is not used, the current day’s date will be applied by default."},{"key":"ts_start","value":"1759309860","description":"The value represents a Unix timestamp (in seconds), which indicates the number of seconds that have elapsed since January 1, 1970 (UTC).\nAll timestamps are provided in UTC+0 timezone.\nIf this parameter is not used, the current day’s date will be applied by default."},{"key":"user_id","value":"123","description":"If user_id is not used, all transactions available to the current user based on their role will be returned (for example, a Business Owner will see all company transactions, while other roles will see transactions according to their access level)"},{"key":"count","value":"100","description":"Max. limit: 1000"},{"key":"order","value":"desc","description":"Available values : asc, desc\nDefault value : desc"},{"key":"page","value":"1","description":"Default value : 1"},{"key":"sorting","value":"ts_spawn","description":"Available values : id, ts_spawn\n\nDefault value : ts_spawn"},{"key":"category","value":"balance_operation","description":"Available values:\n- balance_operation\n- system_operation\n- user_transfer\n- currency_exchange\n- card_operation\n- commission"},{"key":"subcategory","value":"usdt_trc20","description":"Available values:\n- adcombo\n- bank_transfer\n- bug\n- cashback\n- achievement__cashback_declines\n- achievement__cashback_topups\n- p2p_transfer\n- promo\n- referral_income\n- usdc_erc20\n- usdt_erc20\n- usdt_trc20\n- combo_wallet\n- gift_card\n- payout\n- negative_balance\n- funds_transfer\n- block\n- expense\n- card_refund\n- topup\n- withdrawal\n- payroll\n- approved_transaction\n- card_block\n- card_topup\n- card_creation\n- card_maintenance_fee\n- card_withdrawal\n- declined_transaction\n- fx_markup_fee\n- funds_deposit\n- funds_withdrawal\n- micro_transaction\n- pending_transaction\n- transfer_vault\n- currency_exchange\n- rollback\n- achievement__custom"},{"key":"direction","value":"income","description":"Available values:\n- income\n- withdrawal"},{"key":"initiator","value":"system","description":"Available values:\n- admin\n- manual\n- system\n- rule"},{"key":"state","value":"initial","description":"Available values:\n- initial\n- finished\n- rollbacked\n- processing_rollbacking\n- cancelled\n- failed"},{"key":"data_start","value":"2025-01-01 12:00:00","description":"Start date and time of the reporting period in format YYYY-MM-DD HH:mm:ss. The value is expected in UTC+0 by default."},{"key":"date_end","value":"2025-10-01 12:00:00","description":"End date and time of the reporting period in format YYYY-MM-DD HH:mm:ss. The value is expected in UTC+0 by default.\n","disabled":true},{"key":"timezone","value":"UTC","description":"The time zone in which the dates should be returned. Standard designations are supported (e.g., UTC, Europe/Moscow, Asia/Tokyo). If the parameter is not specified, UTC is used by default."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"detail\": [\n        {\n            \"loc\": [\n                \"query\",\n                \"ts_start\",\n                \"date_start\"\n            ],\n            \"msg\": \"ts_start and date_start can't be used together.\",\n            \"type\": \"value_error\"\n        }\n    ]\n}"}],"_postman_id":"93d51a10-556d-4775-ac8d-4bdc7ed7353f"}],"id":"25d57d24-7063-40fe-b732-5c6cc81c6bcf","description":"<p>This request can be used to retrieve transactions related to the movement of funds in your account balance.</p>\n<p>The visibility of transactions depends on the user’s role:</p>\n<ul>\n<li><p><strong>Business owner</strong> – can view all company transactions.</p>\n</li>\n<li><p><strong>Finance manager (All groups)</strong> – can view all company transactions.</p>\n</li>\n<li><p><strong>Team Lead (subgroup)</strong> – can view transactions of users within the subgroup.</p>\n</li>\n<li><p><strong>Finance manager (subgroup)</strong> – can view transactions of users within the subgroup.</p>\n</li>\n<li><p><strong>Media buyer</strong> – can view only their own transactions.</p>\n</li>\n</ul>\n","_postman_id":"25d57d24-7063-40fe-b732-5c6cc81c6bcf","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","name":"External API","type":"collection"}}},{"name":"Analytics by team","item":[{"name":"Get statistics","id":"39587b03-3f50-4343-bf97-1986e9f6c92b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.combo.cards/v1/statistics/card-expenses-summary?date_start=2025-07-17 00:00:00&date_end=2025-10-17 23:59:59&timezone=US/Hawaii&currency=ALL&users_ids=123&sorting=user_name&order=asc&count=100&page=1","urlObject":{"protocol":"https","path":["v1","statistics","card-expenses-summary"],"host":["api","combo","cards"],"query":[{"description":{"content":"<p>Start date filter.\nMust be used together with the date_end parameter for accurate results.\nFormat: YYYY-MM-DD hh:mm:ss.</p>\n","type":"text/plain"},"key":"date_start","value":"2025-07-17 00:00:00"},{"description":{"content":"<p>End date filter.\nMust be used together with the date_start parameter for accurate results.\nFormat: YYYY-MM-DD hh:mm:ss.</p>\n","type":"text/plain"},"key":"date_end","value":"2025-10-17 23:59:59"},{"description":{"content":"<p>Timezone filter.\nDefaul value: UTC.</p>\n<p>For more information about available timezone values, see this section: <a href=\"https://apidocs.combo.cards/#592e5dd8-d971-4025-aea1-e6cadc926210\">https://apidocs.combo.cards/#592e5dd8-d971-4025-aea1-e6cadc926210</a></p>\n","type":"text/plain"},"key":"timezone","value":"US/Hawaii"},{"description":{"content":"<p>Filter by currency.\nAvailable values: USD, EUR, ALL.\nDefault value: ALL.</p>\n","type":"text/plain"},"key":"currency","value":"ALL"},{"description":{"content":"<p>Filter by users.\nMultiple user IDs can be included in the request.</p>\n","type":"text/plain"},"key":"users_ids","value":"123"},{"description":{"content":"<p>Available values : user_name, email, group_name, status, role, accepted_expenses_sum, accepted_expenses_quantity, pending_expenses_sum, pending_expenses_quantity, failed_expenses_sum, failed_expenses_quantity\nDefault value : user_name</p>\n","type":"text/plain"},"key":"sorting","value":"user_name"},{"description":{"content":"<p>Available values: asc, desc.\nDefault value: asc.</p>\n","type":"text/plain"},"key":"order","value":"asc"},{"description":{"content":"<p>Number of records per page.\nDefault value: 100. \nMinimum: 1, maximum: 499</p>\n","type":"text/plain"},"key":"count","value":"100"},{"description":{"content":"<p>Page number for pagination.\nDefault value: 1.</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"fe068b9e-e1cc-43cd-a618-98df00bf2fd0","name":"Get statistics","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.combo.cards/v1/statistics/card-expenses-summary?date_start=2025-07-17 00:00:00&date_end=2025-10-17 23:59:59&timezone=US/Hawaii&currency=ALL&users_ids=123&sorting=user_name&order=asc&count=100&page=1","protocol":"https","host":["api","combo","cards"],"path":["v1","statistics","card-expenses-summary"],"query":[{"key":"date_start","value":"2025-07-17 00:00:00","description":"Start date filter.\nMust be used together with the date_end parameter for accurate results.\nFormat: YYYY-MM-DD hh:mm:ss."},{"key":"date_end","value":"2025-10-17 23:59:59","description":"End date filter.\nMust be used together with the date_start parameter for accurate results.\nFormat: YYYY-MM-DD hh:mm:ss."},{"key":"timezone","value":"US/Hawaii","description":"Timezone filter.\nFor more information about available timezone values, see this section: https://apidocs.combo.cards/#592e5dd8-d971-4025-aea1-e6cadc926210"},{"key":"currency","value":"ALL","description":"Filter by currency.\nAvailable values: USD, EUR, ALL.\nDefault value: ALL."},{"key":"users_ids","value":"123","description":"Filter by users.\nMultiple user IDs can be included in the request.\n"},{"key":"sorting","value":"user_name","description":"Available values : user_name, email, group_name, status, role, accepted_expenses_sum, accepted_expenses_quantity, pending_expenses_sum, pending_expenses_quantity, failed_expenses_sum, failed_expenses_quantity\nDefault value : user_name"},{"key":"order","value":"asc","description":"Available values: asc, desc.\nDefault value: asc."},{"key":"count","value":"100","description":"Number of records per page.\nDefault value: 100. \nMinimum: 1, maximum: 499"},{"key":"page","value":"1","description":"Page number for pagination.\nDefault value: 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"objects\": [\n        {\n            \"user_id\": 123456,\n            \"user_name\": \"USER_NAME\",\n            \"email\": \"example@email.com\",\n            \"group_name\": \"GROUP_NAME\",\n            \"accepted_expenses_sum\": -39124.79,\n            \"accepted_expenses_quantity\": 709,\n            \"pending_expenses_sum\": -3185.01,\n            \"pending_expenses_quantity\": 24,\n            \"failed_expenses_sum\": -29954.89,\n            \"failed_expenses_quantity\": 86,\n            \"decline_rate\": 10.82,\n            \"commission\": -176.03,\n            \"commission_initial\": -10.32,\n            \"commission_initial_quantity\": 24,\n            \"commission_quantity\": 849,\n            \"role\": \"Media Buyer\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 1,\n        \"page\": 1,\n        \"count\": 1,\n        \"company_decline_rate\": 12.57,\n        \"total_pending_sum\": 3185.01,\n        \"total_pending_quantity\": 24,\n        \"total_accepted_sum\": 39124.79,\n        \"total_accepted_quantity\": 709,\n        \"total_failed_sum\": 29954.89,\n        \"total_failed_quantity\": 86,\n        \"total_decline_rate\": 10.82,\n        \"total_commission_sum\": 176.03,\n        \"total_commission_quantity\": 849,\n        \"total_commission_initial_sum\": 10.32,\n        \"total_commission_initial_quantity\": 24,\n        \"total_sum\": 42309.8,\n        \"total_quantity\": 733\n    }\n}"}],"_postman_id":"39587b03-3f50-4343-bf97-1986e9f6c92b"},{"name":"Timezones","id":"592e5dd8-d971-4025-aea1-e6cadc926210","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Available values for timezone</th>\n<th>UTC Offset</th>\n<th>Abbreviation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Africa/Abidjan</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Accra</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Addis_Ababa</td>\n<td>UTC+03:00</td>\n<td>EAT</td>\n</tr>\n<tr>\n<td>Africa/Algiers</td>\n<td>UTC+01:00</td>\n<td>CET</td>\n</tr>\n<tr>\n<td>Africa/Asmara</td>\n<td>UTC+03:00</td>\n<td>EAT</td>\n</tr>\n<tr>\n<td>Africa/Asmera</td>\n<td>UTC+03:00</td>\n<td>EAT</td>\n</tr>\n<tr>\n<td>Africa/Bamako</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Bangui</td>\n<td>UTC+01:00</td>\n<td>WAT</td>\n</tr>\n<tr>\n<td>Africa/Banjul</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Bissau</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Blantyre</td>\n<td>UTC+02:00</td>\n<td>CAT</td>\n</tr>\n<tr>\n<td>Africa/Brazzaville</td>\n<td>UTC+01:00</td>\n<td>WAT</td>\n</tr>\n<tr>\n<td>Africa/Bujumbura</td>\n<td>UTC+02:00</td>\n<td>CAT</td>\n</tr>\n<tr>\n<td>Africa/Cairo</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Africa/Casablanca</td>\n<td>UTC+01:00</td>\n<td>+01</td>\n</tr>\n<tr>\n<td>Africa/Ceuta</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Africa/Conakry</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Dakar</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Dar_es_Salaam</td>\n<td>UTC+03:00</td>\n<td>EAT</td>\n</tr>\n<tr>\n<td>Africa/Djibouti</td>\n<td>UTC+03:00</td>\n<td>EAT</td>\n</tr>\n<tr>\n<td>Africa/Douala</td>\n<td>UTC+01:00</td>\n<td>WAT</td>\n</tr>\n<tr>\n<td>Africa/El_Aaiun</td>\n<td>UTC+01:00</td>\n<td>+01</td>\n</tr>\n<tr>\n<td>Africa/Freetown</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Gaborone</td>\n<td>UTC+02:00</td>\n<td>CAT</td>\n</tr>\n<tr>\n<td>Africa/Harare</td>\n<td>UTC+02:00</td>\n<td>CAT</td>\n</tr>\n<tr>\n<td>Africa/Johannesburg</td>\n<td>UTC+02:00</td>\n<td>SAST</td>\n</tr>\n<tr>\n<td>Africa/Juba</td>\n<td>UTC+02:00</td>\n<td>CAT</td>\n</tr>\n<tr>\n<td>Africa/Kampala</td>\n<td>UTC+03:00</td>\n<td>EAT</td>\n</tr>\n<tr>\n<td>Africa/Khartoum</td>\n<td>UTC+02:00</td>\n<td>CAT</td>\n</tr>\n<tr>\n<td>Africa/Kigali</td>\n<td>UTC+02:00</td>\n<td>CAT</td>\n</tr>\n<tr>\n<td>Africa/Kinshasa</td>\n<td>UTC+01:00</td>\n<td>WAT</td>\n</tr>\n<tr>\n<td>Africa/Lagos</td>\n<td>UTC+01:00</td>\n<td>WAT</td>\n</tr>\n<tr>\n<td>Africa/Libreville</td>\n<td>UTC+01:00</td>\n<td>WAT</td>\n</tr>\n<tr>\n<td>Africa/Lome</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Luanda</td>\n<td>UTC+01:00</td>\n<td>WAT</td>\n</tr>\n<tr>\n<td>Africa/Lubumbashi</td>\n<td>UTC+02:00</td>\n<td>CAT</td>\n</tr>\n<tr>\n<td>Africa/Lusaka</td>\n<td>UTC+02:00</td>\n<td>CAT</td>\n</tr>\n<tr>\n<td>Africa/Malabo</td>\n<td>UTC+01:00</td>\n<td>WAT</td>\n</tr>\n<tr>\n<td>Africa/Maputo</td>\n<td>UTC+02:00</td>\n<td>CAT</td>\n</tr>\n<tr>\n<td>Africa/Maseru</td>\n<td>UTC+02:00</td>\n<td>SAST</td>\n</tr>\n<tr>\n<td>Africa/Mbabane</td>\n<td>UTC+02:00</td>\n<td>SAST</td>\n</tr>\n<tr>\n<td>Africa/Mogadishu</td>\n<td>UTC+03:00</td>\n<td>EAT</td>\n</tr>\n<tr>\n<td>Africa/Monrovia</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Nairobi</td>\n<td>UTC+03:00</td>\n<td>EAT</td>\n</tr>\n<tr>\n<td>Africa/Ndjamena</td>\n<td>UTC+01:00</td>\n<td>WAT</td>\n</tr>\n<tr>\n<td>Africa/Niamey</td>\n<td>UTC+01:00</td>\n<td>WAT</td>\n</tr>\n<tr>\n<td>Africa/Nouakchott</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Ouagadougou</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Porto-Novo</td>\n<td>UTC+01:00</td>\n<td>WAT</td>\n</tr>\n<tr>\n<td>Africa/Sao_Tome</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Timbuktu</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Africa/Tripoli</td>\n<td>UTC+02:00</td>\n<td>EET</td>\n</tr>\n<tr>\n<td>Africa/Tunis</td>\n<td>UTC+01:00</td>\n<td>CET</td>\n</tr>\n<tr>\n<td>Africa/Windhoek</td>\n<td>UTC+02:00</td>\n<td>CAT</td>\n</tr>\n<tr>\n<td>America/Adak</td>\n<td>UTC-09:00</td>\n<td>HDT</td>\n</tr>\n<tr>\n<td>America/Anchorage</td>\n<td>UTC-08:00</td>\n<td>AKDT</td>\n</tr>\n<tr>\n<td>America/Anguilla</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Antigua</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Araguaina</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Argentina/Buenos_Aires</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Argentina/Catamarca</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Argentina/ComodRivadavia</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Argentina/Cordoba</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Argentina/Jujuy</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Argentina/La_Rioja</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Argentina/Mendoza</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Argentina/Rio_Gallegos</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Argentina/Salta</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Argentina/San_Juan</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Argentina/San_Luis</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Argentina/Tucuman</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Argentina/Ushuaia</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Aruba</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Asuncion</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Atikokan</td>\n<td>UTC-05:00</td>\n<td>EST</td>\n</tr>\n<tr>\n<td>America/Atka</td>\n<td>UTC-09:00</td>\n<td>HDT</td>\n</tr>\n<tr>\n<td>America/Bahia</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Bahia_Banderas</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>America/Barbados</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Belem</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Belize</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>America/Blanc-Sablon</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Boa_Vista</td>\n<td>UTC-04:00</td>\n<td>-04</td>\n</tr>\n<tr>\n<td>America/Bogota</td>\n<td>UTC-05:00</td>\n<td>-05</td>\n</tr>\n<tr>\n<td>America/Boise</td>\n<td>UTC-06:00</td>\n<td>MDT</td>\n</tr>\n<tr>\n<td>America/Buenos_Aires</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Cambridge_Bay</td>\n<td>UTC-06:00</td>\n<td>MDT</td>\n</tr>\n<tr>\n<td>America/Campo_Grande</td>\n<td>UTC-04:00</td>\n<td>-04</td>\n</tr>\n<tr>\n<td>America/Cancun</td>\n<td>UTC-05:00</td>\n<td>EST</td>\n</tr>\n<tr>\n<td>America/Caracas</td>\n<td>UTC-04:00</td>\n<td>-04</td>\n</tr>\n<tr>\n<td>America/Catamarca</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Cayenne</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Cayman</td>\n<td>UTC-05:00</td>\n<td>EST</td>\n</tr>\n<tr>\n<td>America/Chicago</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/Chihuahua</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>America/Ciudad_Juarez</td>\n<td>UTC-06:00</td>\n<td>MDT</td>\n</tr>\n<tr>\n<td>America/Coral_Harbour</td>\n<td>UTC-05:00</td>\n<td>EST</td>\n</tr>\n<tr>\n<td>America/Cordoba</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Costa_Rica</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>America/Creston</td>\n<td>UTC-07:00</td>\n<td>MST</td>\n</tr>\n<tr>\n<td>America/Cuiaba</td>\n<td>UTC-04:00</td>\n<td>-04</td>\n</tr>\n<tr>\n<td>America/Curacao</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Danmarkshavn</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>America/Dawson</td>\n<td>UTC-07:00</td>\n<td>MST</td>\n</tr>\n<tr>\n<td>America/Dawson_Creek</td>\n<td>UTC-07:00</td>\n<td>MST</td>\n</tr>\n<tr>\n<td>America/Denver</td>\n<td>UTC-06:00</td>\n<td>MDT</td>\n</tr>\n<tr>\n<td>America/Detroit</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Dominica</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Edmonton</td>\n<td>UTC-06:00</td>\n<td>MDT</td>\n</tr>\n<tr>\n<td>America/Eirunepe</td>\n<td>UTC-05:00</td>\n<td>-05</td>\n</tr>\n<tr>\n<td>America/El_Salvador</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>America/Ensenada</td>\n<td>UTC-07:00</td>\n<td>PDT</td>\n</tr>\n<tr>\n<td>America/Fort_Nelson</td>\n<td>UTC-07:00</td>\n<td>MST</td>\n</tr>\n<tr>\n<td>America/Fort_Wayne</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Fortaleza</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Glace_Bay</td>\n<td>UTC-03:00</td>\n<td>ADT</td>\n</tr>\n<tr>\n<td>America/Godthab</td>\n<td>UTC-01:00</td>\n<td>-01</td>\n</tr>\n<tr>\n<td>America/Goose_Bay</td>\n<td>UTC-03:00</td>\n<td>ADT</td>\n</tr>\n<tr>\n<td>America/Grand_Turk</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Grenada</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Guadeloupe</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Guatemala</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>America/Guayaquil</td>\n<td>UTC-05:00</td>\n<td>-05</td>\n</tr>\n<tr>\n<td>America/Guyana</td>\n<td>UTC-04:00</td>\n<td>-04</td>\n</tr>\n<tr>\n<td>America/Halifax</td>\n<td>UTC-03:00</td>\n<td>ADT</td>\n</tr>\n<tr>\n<td>America/Havana</td>\n<td>UTC-04:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/Hermosillo</td>\n<td>UTC-07:00</td>\n<td>MST</td>\n</tr>\n<tr>\n<td>America/Indiana/Indianapolis</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Indiana/Knox</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/Indiana/Marengo</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Indiana/Petersburg</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Indiana/Tell_City</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/Indiana/Vevay</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Indiana/Vincennes</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Indiana/Winamac</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Indianapolis</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Inuvik</td>\n<td>UTC-06:00</td>\n<td>MDT</td>\n</tr>\n<tr>\n<td>America/Iqaluit</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Jamaica</td>\n<td>UTC-05:00</td>\n<td>EST</td>\n</tr>\n<tr>\n<td>America/Jujuy</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Juneau</td>\n<td>UTC-08:00</td>\n<td>AKDT</td>\n</tr>\n<tr>\n<td>America/Kentucky/Louisville</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Kentucky/Monticello</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Knox_IN</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/Kralendijk</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/La_Paz</td>\n<td>UTC-04:00</td>\n<td>-04</td>\n</tr>\n<tr>\n<td>America/Lima</td>\n<td>UTC-05:00</td>\n<td>-05</td>\n</tr>\n<tr>\n<td>America/Los_Angeles</td>\n<td>UTC-07:00</td>\n<td>PDT</td>\n</tr>\n<tr>\n<td>America/Louisville</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Lower_Princes</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Maceio</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Managua</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>America/Manaus</td>\n<td>UTC-04:00</td>\n<td>-04</td>\n</tr>\n<tr>\n<td>America/Marigot</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Martinique</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Matamoros</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/Mazatlan</td>\n<td>UTC-07:00</td>\n<td>MST</td>\n</tr>\n<tr>\n<td>America/Mendoza</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Menominee</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/Merida</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>America/Metlakatla</td>\n<td>UTC-08:00</td>\n<td>AKDT</td>\n</tr>\n<tr>\n<td>America/Mexico_City</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>America/Miquelon</td>\n<td>UTC-02:00</td>\n<td>-02</td>\n</tr>\n<tr>\n<td>America/Moncton</td>\n<td>UTC-03:00</td>\n<td>ADT</td>\n</tr>\n<tr>\n<td>America/Monterrey</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>America/Montevideo</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Montreal</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Montserrat</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Nassau</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/New_York</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Nipigon</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Nome</td>\n<td>UTC-08:00</td>\n<td>AKDT</td>\n</tr>\n<tr>\n<td>America/Noronha</td>\n<td>UTC-02:00</td>\n<td>-02</td>\n</tr>\n<tr>\n<td>America/North_Dakota/Beulah</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/North_Dakota/Center</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/North_Dakota/New_Salem</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/Nuuk</td>\n<td>UTC-01:00</td>\n<td>-01</td>\n</tr>\n<tr>\n<td>America/Ojinaga</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/Panama</td>\n<td>UTC-05:00</td>\n<td>EST</td>\n</tr>\n<tr>\n<td>America/Pangnirtung</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Paramaribo</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Phoenix</td>\n<td>UTC-07:00</td>\n<td>MST</td>\n</tr>\n<tr>\n<td>America/Port-au-Prince</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Port_of_Spain</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Porto_Acre</td>\n<td>UTC-05:00</td>\n<td>-05</td>\n</tr>\n<tr>\n<td>America/Porto_Velho</td>\n<td>UTC-04:00</td>\n<td>-04</td>\n</tr>\n<tr>\n<td>America/Puerto_Rico</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Punta_Arenas</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Rainy_River</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/Rankin_Inlet</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/Recife</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Regina</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>America/Resolute</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/Rio_Branco</td>\n<td>UTC-05:00</td>\n<td>-05</td>\n</tr>\n<tr>\n<td>America/Rosario</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Santa_Isabel</td>\n<td>UTC-07:00</td>\n<td>PDT</td>\n</tr>\n<tr>\n<td>America/Santarem</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Santiago</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Santo_Domingo</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Sao_Paulo</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>America/Scoresbysund</td>\n<td>UTC-01:00</td>\n<td>-01</td>\n</tr>\n<tr>\n<td>America/Shiprock</td>\n<td>UTC-06:00</td>\n<td>MDT</td>\n</tr>\n<tr>\n<td>America/Sitka</td>\n<td>UTC-08:00</td>\n<td>AKDT</td>\n</tr>\n<tr>\n<td>America/St_Barthelemy</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/St_Johns</td>\n<td>UTC-03:30</td>\n<td>NDT</td>\n</tr>\n<tr>\n<td>America/St_Kitts</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/St_Lucia</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/St_Thomas</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/St_Vincent</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Swift_Current</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>America/Tegucigalpa</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>America/Thule</td>\n<td>UTC-03:00</td>\n<td>ADT</td>\n</tr>\n<tr>\n<td>America/Thunder_Bay</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Tijuana</td>\n<td>UTC-07:00</td>\n<td>PDT</td>\n</tr>\n<tr>\n<td>America/Toronto</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>America/Tortola</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Vancouver</td>\n<td>UTC-07:00</td>\n<td>PDT</td>\n</tr>\n<tr>\n<td>America/Virgin</td>\n<td>UTC-04:00</td>\n<td>AST</td>\n</tr>\n<tr>\n<td>America/Whitehorse</td>\n<td>UTC-07:00</td>\n<td>MST</td>\n</tr>\n<tr>\n<td>America/Winnipeg</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>America/Yakutat</td>\n<td>UTC-08:00</td>\n<td>AKDT</td>\n</tr>\n<tr>\n<td>America/Yellowknife</td>\n<td>UTC-06:00</td>\n<td>MDT</td>\n</tr>\n<tr>\n<td>Antarctica/Casey</td>\n<td>UTC+08:00</td>\n<td>+08</td>\n</tr>\n<tr>\n<td>Antarctica/Davis</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Antarctica/DumontDUrville</td>\n<td>UTC+10:00</td>\n<td>+10</td>\n</tr>\n<tr>\n<td>Antarctica/Macquarie</td>\n<td>UTC+11:00</td>\n<td>AEDT</td>\n</tr>\n<tr>\n<td>Antarctica/Mawson</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Antarctica/McMurdo</td>\n<td>UTC+13:00</td>\n<td>NZDT</td>\n</tr>\n<tr>\n<td>Antarctica/Palmer</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>Antarctica/Rothera</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>Antarctica/South_Pole</td>\n<td>UTC+13:00</td>\n<td>NZDT</td>\n</tr>\n<tr>\n<td>Antarctica/Syowa</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>Antarctica/Troll</td>\n<td>UTC+02:00</td>\n<td>+02</td>\n</tr>\n<tr>\n<td>Antarctica/Vostok</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Arctic/Longyearbyen</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Asia/Aden</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>Asia/Almaty</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Asia/Amman</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>Asia/Anadyr</td>\n<td>UTC+12:00</td>\n<td>+12</td>\n</tr>\n<tr>\n<td>Asia/Aqtau</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Asia/Aqtobe</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Asia/Ashgabat</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Asia/Ashkhabad</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Asia/Atyrau</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Asia/Baghdad</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>Asia/Bahrain</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>Asia/Baku</td>\n<td>UTC+04:00</td>\n<td>+04</td>\n</tr>\n<tr>\n<td>Asia/Bangkok</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Asia/Barnaul</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Asia/Beirut</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Asia/Bishkek</td>\n<td>UTC+06:00</td>\n<td>+06</td>\n</tr>\n<tr>\n<td>Asia/Brunei</td>\n<td>UTC+08:00</td>\n<td>+08</td>\n</tr>\n<tr>\n<td>Asia/Calcutta</td>\n<td>UTC+05:30</td>\n<td>IST</td>\n</tr>\n<tr>\n<td>Asia/Chita</td>\n<td>UTC+09:00</td>\n<td>+09</td>\n</tr>\n<tr>\n<td>Asia/Choibalsan</td>\n<td>UTC+08:00</td>\n<td>+08</td>\n</tr>\n<tr>\n<td>Asia/Chongqing</td>\n<td>UTC+08:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>Asia/Chungking</td>\n<td>UTC+08:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>Asia/Colombo</td>\n<td>UTC+05:30</td>\n<td>+0530</td>\n</tr>\n<tr>\n<td>Asia/Dacca</td>\n<td>UTC+06:00</td>\n<td>+06</td>\n</tr>\n<tr>\n<td>Asia/Damascus</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>Asia/Dhaka</td>\n<td>UTC+06:00</td>\n<td>+06</td>\n</tr>\n<tr>\n<td>Asia/Dili</td>\n<td>UTC+09:00</td>\n<td>+09</td>\n</tr>\n<tr>\n<td>Asia/Dubai</td>\n<td>UTC+04:00</td>\n<td>+04</td>\n</tr>\n<tr>\n<td>Asia/Dushanbe</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Asia/Famagusta</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Asia/Gaza</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Asia/Harbin</td>\n<td>UTC+08:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>Asia/Hebron</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Asia/Ho_Chi_Minh</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Asia/Hong_Kong</td>\n<td>UTC+08:00</td>\n<td>HKT</td>\n</tr>\n<tr>\n<td>Asia/Hovd</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Asia/Irkutsk</td>\n<td>UTC+08:00</td>\n<td>+08</td>\n</tr>\n<tr>\n<td>Asia/Istanbul</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>Asia/Jakarta</td>\n<td>UTC+07:00</td>\n<td>WIB</td>\n</tr>\n<tr>\n<td>Asia/Jayapura</td>\n<td>UTC+09:00</td>\n<td>WIT</td>\n</tr>\n<tr>\n<td>Asia/Jerusalem</td>\n<td>UTC+03:00</td>\n<td>IDT</td>\n</tr>\n<tr>\n<td>Asia/Kabul</td>\n<td>UTC+04:30</td>\n<td>+0430</td>\n</tr>\n<tr>\n<td>Asia/Kamchatka</td>\n<td>UTC+12:00</td>\n<td>+12</td>\n</tr>\n<tr>\n<td>Asia/Karachi</td>\n<td>UTC+05:00</td>\n<td>PKT</td>\n</tr>\n<tr>\n<td>Asia/Kashgar</td>\n<td>UTC+06:00</td>\n<td>+06</td>\n</tr>\n<tr>\n<td>Asia/Kathmandu</td>\n<td>UTC+05:45</td>\n<td>+0545</td>\n</tr>\n<tr>\n<td>Asia/Katmandu</td>\n<td>UTC+05:45</td>\n<td>+0545</td>\n</tr>\n<tr>\n<td>Asia/Khandyga</td>\n<td>UTC+09:00</td>\n<td>+09</td>\n</tr>\n<tr>\n<td>Asia/Kolkata</td>\n<td>UTC+05:30</td>\n<td>IST</td>\n</tr>\n<tr>\n<td>Asia/Krasnoyarsk</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Asia/Kuala_Lumpur</td>\n<td>UTC+08:00</td>\n<td>+08</td>\n</tr>\n<tr>\n<td>Asia/Kuching</td>\n<td>UTC+08:00</td>\n<td>+08</td>\n</tr>\n<tr>\n<td>Asia/Kuwait</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>Asia/Macao</td>\n<td>UTC+08:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>Asia/Macau</td>\n<td>UTC+08:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>Asia/Magadan</td>\n<td>UTC+11:00</td>\n<td>+11</td>\n</tr>\n<tr>\n<td>Asia/Makassar</td>\n<td>UTC+08:00</td>\n<td>WITA</td>\n</tr>\n<tr>\n<td>Asia/Manila</td>\n<td>UTC+08:00</td>\n<td>PST</td>\n</tr>\n<tr>\n<td>Asia/Muscat</td>\n<td>UTC+04:00</td>\n<td>+04</td>\n</tr>\n<tr>\n<td>Asia/Nicosia</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Asia/Novokuznetsk</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Asia/Novosibirsk</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Asia/Omsk</td>\n<td>UTC+06:00</td>\n<td>+06</td>\n</tr>\n<tr>\n<td>Asia/Oral</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Asia/Phnom_Penh</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Asia/Pontianak</td>\n<td>UTC+07:00</td>\n<td>WIB</td>\n</tr>\n<tr>\n<td>Asia/Pyongyang</td>\n<td>UTC+09:00</td>\n<td>KST</td>\n</tr>\n<tr>\n<td>Asia/Qatar</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>Asia/Qostanay</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Asia/Qyzylorda</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Asia/Rangoon</td>\n<td>UTC+06:30</td>\n<td>+0630</td>\n</tr>\n<tr>\n<td>Asia/Riyadh</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>Asia/Saigon</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Asia/Sakhalin</td>\n<td>UTC+11:00</td>\n<td>+11</td>\n</tr>\n<tr>\n<td>Asia/Samarkand</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Asia/Seoul</td>\n<td>UTC+09:00</td>\n<td>KST</td>\n</tr>\n<tr>\n<td>Asia/Shanghai</td>\n<td>UTC+08:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>Asia/Singapore</td>\n<td>UTC+08:00</td>\n<td>+08</td>\n</tr>\n<tr>\n<td>Asia/Srednekolymsk</td>\n<td>UTC+11:00</td>\n<td>+11</td>\n</tr>\n<tr>\n<td>Asia/Taipei</td>\n<td>UTC+08:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>Asia/Tashkent</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Asia/Tbilisi</td>\n<td>UTC+04:00</td>\n<td>+04</td>\n</tr>\n<tr>\n<td>Asia/Tehran</td>\n<td>UTC+03:30</td>\n<td>+0330</td>\n</tr>\n<tr>\n<td>Asia/Tel_Aviv</td>\n<td>UTC+03:00</td>\n<td>IDT</td>\n</tr>\n<tr>\n<td>Asia/Thimbu</td>\n<td>UTC+06:00</td>\n<td>+06</td>\n</tr>\n<tr>\n<td>Asia/Thimphu</td>\n<td>UTC+06:00</td>\n<td>+06</td>\n</tr>\n<tr>\n<td>Asia/Tokyo</td>\n<td>UTC+09:00</td>\n<td>JST</td>\n</tr>\n<tr>\n<td>Asia/Tomsk</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Asia/Ujung_Pandang</td>\n<td>UTC+08:00</td>\n<td>WITA</td>\n</tr>\n<tr>\n<td>Asia/Ulaanbaatar</td>\n<td>UTC+08:00</td>\n<td>+08</td>\n</tr>\n<tr>\n<td>Asia/Ulan_Bator</td>\n<td>UTC+08:00</td>\n<td>+08</td>\n</tr>\n<tr>\n<td>Asia/Urumqi</td>\n<td>UTC+06:00</td>\n<td>+06</td>\n</tr>\n<tr>\n<td>Asia/Ust-Nera</td>\n<td>UTC+10:00</td>\n<td>+10</td>\n</tr>\n<tr>\n<td>Asia/Vientiane</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Asia/Vladivostok</td>\n<td>UTC+10:00</td>\n<td>+10</td>\n</tr>\n<tr>\n<td>Asia/Yakutsk</td>\n<td>UTC+09:00</td>\n<td>+09</td>\n</tr>\n<tr>\n<td>Asia/Yangon</td>\n<td>UTC+06:30</td>\n<td>+0630</td>\n</tr>\n<tr>\n<td>Asia/Yekaterinburg</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Asia/Yerevan</td>\n<td>UTC+04:00</td>\n<td>+04</td>\n</tr>\n<tr>\n<td>Atlantic/Azores</td>\n<td>UTC+00:00</td>\n<td>+00</td>\n</tr>\n<tr>\n<td>Atlantic/Bermuda</td>\n<td>UTC-03:00</td>\n<td>ADT</td>\n</tr>\n<tr>\n<td>Atlantic/Canary</td>\n<td>UTC+01:00</td>\n<td>WEST</td>\n</tr>\n<tr>\n<td>Atlantic/Cape_Verde</td>\n<td>UTC-01:00</td>\n<td>-01</td>\n</tr>\n<tr>\n<td>Atlantic/Faeroe</td>\n<td>UTC+01:00</td>\n<td>WEST</td>\n</tr>\n<tr>\n<td>Atlantic/Faroe</td>\n<td>UTC+01:00</td>\n<td>WEST</td>\n</tr>\n<tr>\n<td>Atlantic/Jan_Mayen</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Atlantic/Madeira</td>\n<td>UTC+01:00</td>\n<td>WEST</td>\n</tr>\n<tr>\n<td>Atlantic/Reykjavik</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Atlantic/South_Georgia</td>\n<td>UTC-02:00</td>\n<td>-02</td>\n</tr>\n<tr>\n<td>Atlantic/St_Helena</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Atlantic/Stanley</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>Australia/ACT</td>\n<td>UTC+11:00</td>\n<td>AEDT</td>\n</tr>\n<tr>\n<td>Australia/Adelaide</td>\n<td>UTC+10:30</td>\n<td>ACDT</td>\n</tr>\n<tr>\n<td>Australia/Brisbane</td>\n<td>UTC+10:00</td>\n<td>AEST</td>\n</tr>\n<tr>\n<td>Australia/Broken_Hill</td>\n<td>UTC+10:30</td>\n<td>ACDT</td>\n</tr>\n<tr>\n<td>Australia/Canberra</td>\n<td>UTC+11:00</td>\n<td>AEDT</td>\n</tr>\n<tr>\n<td>Australia/Currie</td>\n<td>UTC+11:00</td>\n<td>AEDT</td>\n</tr>\n<tr>\n<td>Australia/Darwin</td>\n<td>UTC+09:30</td>\n<td>ACST</td>\n</tr>\n<tr>\n<td>Australia/Eucla</td>\n<td>UTC+08:45</td>\n<td>+0845</td>\n</tr>\n<tr>\n<td>Australia/Hobart</td>\n<td>UTC+11:00</td>\n<td>AEDT</td>\n</tr>\n<tr>\n<td>Australia/LHI</td>\n<td>UTC+11:00</td>\n<td>+11</td>\n</tr>\n<tr>\n<td>Australia/Lindeman</td>\n<td>UTC+10:00</td>\n<td>AEST</td>\n</tr>\n<tr>\n<td>Australia/Lord_Howe</td>\n<td>UTC+11:00</td>\n<td>+11</td>\n</tr>\n<tr>\n<td>Australia/Melbourne</td>\n<td>UTC+11:00</td>\n<td>AEDT</td>\n</tr>\n<tr>\n<td>Australia/NSW</td>\n<td>UTC+11:00</td>\n<td>AEDT</td>\n</tr>\n<tr>\n<td>Australia/North</td>\n<td>UTC+09:30</td>\n<td>ACST</td>\n</tr>\n<tr>\n<td>Australia/Perth</td>\n<td>UTC+08:00</td>\n<td>AWST</td>\n</tr>\n<tr>\n<td>Australia/Queensland</td>\n<td>UTC+10:00</td>\n<td>AEST</td>\n</tr>\n<tr>\n<td>Australia/South</td>\n<td>UTC+10:30</td>\n<td>ACDT</td>\n</tr>\n<tr>\n<td>Australia/Sydney</td>\n<td>UTC+11:00</td>\n<td>AEDT</td>\n</tr>\n<tr>\n<td>Australia/Tasmania</td>\n<td>UTC+11:00</td>\n<td>AEDT</td>\n</tr>\n<tr>\n<td>Australia/Victoria</td>\n<td>UTC+11:00</td>\n<td>AEDT</td>\n</tr>\n<tr>\n<td>Australia/West</td>\n<td>UTC+08:00</td>\n<td>AWST</td>\n</tr>\n<tr>\n<td>Australia/Yancowinna</td>\n<td>UTC+10:30</td>\n<td>ACDT</td>\n</tr>\n<tr>\n<td>Brazil/Acre</td>\n<td>UTC-05:00</td>\n<td>-05</td>\n</tr>\n<tr>\n<td>Brazil/DeNoronha</td>\n<td>UTC-02:00</td>\n<td>-02</td>\n</tr>\n<tr>\n<td>Brazil/East</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>Brazil/West</td>\n<td>UTC-04:00</td>\n<td>-04</td>\n</tr>\n<tr>\n<td>CET</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>CST6CDT</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>Canada/Atlantic</td>\n<td>UTC-03:00</td>\n<td>ADT</td>\n</tr>\n<tr>\n<td>Canada/Central</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>Canada/Eastern</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>Canada/Mountain</td>\n<td>UTC-06:00</td>\n<td>MDT</td>\n</tr>\n<tr>\n<td>Canada/Newfoundland</td>\n<td>UTC-03:30</td>\n<td>NDT</td>\n</tr>\n<tr>\n<td>Canada/Pacific</td>\n<td>UTC-07:00</td>\n<td>PDT</td>\n</tr>\n<tr>\n<td>Canada/Saskatchewan</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>Canada/Yukon</td>\n<td>UTC-07:00</td>\n<td>MST</td>\n</tr>\n<tr>\n<td>Chile/Continental</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>Chile/EasterIsland</td>\n<td>UTC-05:00</td>\n<td>-05</td>\n</tr>\n<tr>\n<td>Cuba</td>\n<td>UTC-04:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>EET</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>EST</td>\n<td>UTC-05:00</td>\n<td>EST</td>\n</tr>\n<tr>\n<td>EST5EDT</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>Egypt</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Eire</td>\n<td>UTC+01:00</td>\n<td>IST</td>\n</tr>\n<tr>\n<td>Etc/GMT</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Etc/GMT+0</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Etc/GMT+1</td>\n<td>UTC-01:00</td>\n<td>-01</td>\n</tr>\n<tr>\n<td>Etc/GMT+10</td>\n<td>UTC-10:00</td>\n<td>-10</td>\n</tr>\n<tr>\n<td>Etc/GMT+11</td>\n<td>UTC-11:00</td>\n<td>-11</td>\n</tr>\n<tr>\n<td>Etc/GMT+12</td>\n<td>UTC-12:00</td>\n<td>-12</td>\n</tr>\n<tr>\n<td>Etc/GMT+2</td>\n<td>UTC-02:00</td>\n<td>-02</td>\n</tr>\n<tr>\n<td>Etc/GMT+3</td>\n<td>UTC-03:00</td>\n<td>-03</td>\n</tr>\n<tr>\n<td>Etc/GMT+4</td>\n<td>UTC-04:00</td>\n<td>-04</td>\n</tr>\n<tr>\n<td>Etc/GMT+5</td>\n<td>UTC-05:00</td>\n<td>-05</td>\n</tr>\n<tr>\n<td>Etc/GMT+6</td>\n<td>UTC-06:00</td>\n<td>-06</td>\n</tr>\n<tr>\n<td>Etc/GMT+7</td>\n<td>UTC-07:00</td>\n<td>-07</td>\n</tr>\n<tr>\n<td>Etc/GMT+8</td>\n<td>UTC-08:00</td>\n<td>-08</td>\n</tr>\n<tr>\n<td>Etc/GMT+9</td>\n<td>UTC-09:00</td>\n<td>-09</td>\n</tr>\n<tr>\n<td>Etc/GMT-0</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Etc/GMT-1</td>\n<td>UTC+01:00</td>\n<td>+01</td>\n</tr>\n<tr>\n<td>Etc/GMT-10</td>\n<td>UTC+10:00</td>\n<td>+10</td>\n</tr>\n<tr>\n<td>Etc/GMT-11</td>\n<td>UTC+11:00</td>\n<td>+11</td>\n</tr>\n<tr>\n<td>Etc/GMT-12</td>\n<td>UTC+12:00</td>\n<td>+12</td>\n</tr>\n<tr>\n<td>Etc/GMT-13</td>\n<td>UTC+13:00</td>\n<td>+13</td>\n</tr>\n<tr>\n<td>Etc/GMT-14</td>\n<td>UTC+14:00</td>\n<td>+14</td>\n</tr>\n<tr>\n<td>Etc/GMT-2</td>\n<td>UTC+02:00</td>\n<td>+02</td>\n</tr>\n<tr>\n<td>Etc/GMT-3</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>Etc/GMT-4</td>\n<td>UTC+04:00</td>\n<td>+04</td>\n</tr>\n<tr>\n<td>Etc/GMT-5</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Etc/GMT-6</td>\n<td>UTC+06:00</td>\n<td>+06</td>\n</tr>\n<tr>\n<td>Etc/GMT-7</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Etc/GMT-8</td>\n<td>UTC+08:00</td>\n<td>+08</td>\n</tr>\n<tr>\n<td>Etc/GMT-9</td>\n<td>UTC+09:00</td>\n<td>+09</td>\n</tr>\n<tr>\n<td>Etc/GMT0</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Etc/Greenwich</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Etc/UCT</td>\n<td>UTC+00:00</td>\n<td>UTC</td>\n</tr>\n<tr>\n<td>Etc/UTC</td>\n<td>UTC+00:00</td>\n<td>UTC</td>\n</tr>\n<tr>\n<td>Etc/Universal</td>\n<td>UTC+00:00</td>\n<td>UTC</td>\n</tr>\n<tr>\n<td>Etc/Zulu</td>\n<td>UTC+00:00</td>\n<td>UTC</td>\n</tr>\n<tr>\n<td>Europe/Amsterdam</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Andorra</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Astrakhan</td>\n<td>UTC+04:00</td>\n<td>+04</td>\n</tr>\n<tr>\n<td>Europe/Athens</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Belfast</td>\n<td>UTC+01:00</td>\n<td>BST</td>\n</tr>\n<tr>\n<td>Europe/Belgrade</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Berlin</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Bratislava</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Brussels</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Bucharest</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Budapest</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Busingen</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Chisinau</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Copenhagen</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Dublin</td>\n<td>UTC+01:00</td>\n<td>IST</td>\n</tr>\n<tr>\n<td>Europe/Gibraltar</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Guernsey</td>\n<td>UTC+01:00</td>\n<td>BST</td>\n</tr>\n<tr>\n<td>Europe/Helsinki</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Isle_of_Man</td>\n<td>UTC+01:00</td>\n<td>BST</td>\n</tr>\n<tr>\n<td>Europe/Istanbul</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>Europe/Jersey</td>\n<td>UTC+01:00</td>\n<td>BST</td>\n</tr>\n<tr>\n<td>Europe/Kaliningrad</td>\n<td>UTC+02:00</td>\n<td>EET</td>\n</tr>\n<tr>\n<td>Europe/Kiev</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Kirov</td>\n<td>UTC+03:00</td>\n<td>MSK</td>\n</tr>\n<tr>\n<td>Europe/Kyiv</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Lisbon</td>\n<td>UTC+01:00</td>\n<td>WEST</td>\n</tr>\n<tr>\n<td>Europe/Ljubljana</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/London</td>\n<td>UTC+01:00</td>\n<td>BST</td>\n</tr>\n<tr>\n<td>Europe/Luxembourg</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Madrid</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Malta</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Mariehamn</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Minsk</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>Europe/Monaco</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Moscow</td>\n<td>UTC+03:00</td>\n<td>MSK</td>\n</tr>\n<tr>\n<td>Europe/Nicosia</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Oslo</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Paris</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Podgorica</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Prague</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Riga</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Rome</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Samara</td>\n<td>UTC+04:00</td>\n<td>+04</td>\n</tr>\n<tr>\n<td>Europe/San_Marino</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Sarajevo</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Saratov</td>\n<td>UTC+04:00</td>\n<td>+04</td>\n</tr>\n<tr>\n<td>Europe/Simferopol</td>\n<td>UTC+03:00</td>\n<td>MSK</td>\n</tr>\n<tr>\n<td>Europe/Skopje</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Sofia</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Stockholm</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Tallinn</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Tirane</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Tiraspol</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Ulyanovsk</td>\n<td>UTC+04:00</td>\n<td>+04</td>\n</tr>\n<tr>\n<td>Europe/Uzhgorod</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Vaduz</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Vatican</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Vienna</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Vilnius</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Volgograd</td>\n<td>UTC+03:00</td>\n<td>MSK</td>\n</tr>\n<tr>\n<td>Europe/Warsaw</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Zagreb</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Europe/Zaporozhye</td>\n<td>UTC+03:00</td>\n<td>EEST</td>\n</tr>\n<tr>\n<td>Europe/Zurich</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>UTC+01:00</td>\n<td>BST</td>\n</tr>\n<tr>\n<td>GB-Eire</td>\n<td>UTC+01:00</td>\n<td>BST</td>\n</tr>\n<tr>\n<td>GMT</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>GMT+0</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>GMT-0</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>GMT0</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Greenwich</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>HST</td>\n<td>UTC-10:00</td>\n<td>HST</td>\n</tr>\n<tr>\n<td>Hongkong</td>\n<td>UTC+08:00</td>\n<td>HKT</td>\n</tr>\n<tr>\n<td>Iceland</td>\n<td>UTC+00:00</td>\n<td>GMT</td>\n</tr>\n<tr>\n<td>Indian/Antananarivo</td>\n<td>UTC+03:00</td>\n<td>EAT</td>\n</tr>\n<tr>\n<td>Indian/Chagos</td>\n<td>UTC+06:00</td>\n<td>+06</td>\n</tr>\n<tr>\n<td>Indian/Christmas</td>\n<td>UTC+07:00</td>\n<td>+07</td>\n</tr>\n<tr>\n<td>Indian/Cocos</td>\n<td>UTC+06:30</td>\n<td>+0630</td>\n</tr>\n<tr>\n<td>Indian/Comoro</td>\n<td>UTC+03:00</td>\n<td>EAT</td>\n</tr>\n<tr>\n<td>Indian/Kerguelen</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Indian/Mahe</td>\n<td>UTC+04:00</td>\n<td>+04</td>\n</tr>\n<tr>\n<td>Indian/Maldives</td>\n<td>UTC+05:00</td>\n<td>+05</td>\n</tr>\n<tr>\n<td>Indian/Mauritius</td>\n<td>UTC+04:00</td>\n<td>+04</td>\n</tr>\n<tr>\n<td>Indian/Mayotte</td>\n<td>UTC+03:00</td>\n<td>EAT</td>\n</tr>\n<tr>\n<td>Indian/Reunion</td>\n<td>UTC+04:00</td>\n<td>+04</td>\n</tr>\n<tr>\n<td>Iran</td>\n<td>UTC+03:30</td>\n<td>+0330</td>\n</tr>\n<tr>\n<td>Israel</td>\n<td>UTC+03:00</td>\n<td>IDT</td>\n</tr>\n<tr>\n<td>Jamaica</td>\n<td>UTC-05:00</td>\n<td>EST</td>\n</tr>\n<tr>\n<td>Japan</td>\n<td>UTC+09:00</td>\n<td>JST</td>\n</tr>\n<tr>\n<td>Kwajalein</td>\n<td>UTC+12:00</td>\n<td>+12</td>\n</tr>\n<tr>\n<td>Libya</td>\n<td>UTC+02:00</td>\n<td>EET</td>\n</tr>\n<tr>\n<td>MET</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>MST</td>\n<td>UTC-07:00</td>\n<td>MST</td>\n</tr>\n<tr>\n<td>MST7MDT</td>\n<td>UTC-06:00</td>\n<td>MDT</td>\n</tr>\n<tr>\n<td>Mexico/BajaNorte</td>\n<td>UTC-07:00</td>\n<td>PDT</td>\n</tr>\n<tr>\n<td>Mexico/BajaSur</td>\n<td>UTC-07:00</td>\n<td>MST</td>\n</tr>\n<tr>\n<td>Mexico/General</td>\n<td>UTC-06:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>UTC+13:00</td>\n<td>NZDT</td>\n</tr>\n<tr>\n<td>NZ-CHAT</td>\n<td>UTC+13:45</td>\n<td>+1345</td>\n</tr>\n<tr>\n<td>Navajo</td>\n<td>UTC-06:00</td>\n<td>MDT</td>\n</tr>\n<tr>\n<td>PRC</td>\n<td>UTC+08:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>PST8PDT</td>\n<td>UTC-07:00</td>\n<td>PDT</td>\n</tr>\n<tr>\n<td>Pacific/Apia</td>\n<td>UTC+13:00</td>\n<td>+13</td>\n</tr>\n<tr>\n<td>Pacific/Auckland</td>\n<td>UTC+13:00</td>\n<td>NZDT</td>\n</tr>\n<tr>\n<td>Pacific/Bougainville</td>\n<td>UTC+11:00</td>\n<td>+11</td>\n</tr>\n<tr>\n<td>Pacific/Chatham</td>\n<td>UTC+13:45</td>\n<td>+1345</td>\n</tr>\n<tr>\n<td>Pacific/Chuuk</td>\n<td>UTC+10:00</td>\n<td>+10</td>\n</tr>\n<tr>\n<td>Pacific/Easter</td>\n<td>UTC-05:00</td>\n<td>-05</td>\n</tr>\n<tr>\n<td>Pacific/Efate</td>\n<td>UTC+11:00</td>\n<td>+11</td>\n</tr>\n<tr>\n<td>Pacific/Enderbury</td>\n<td>UTC+13:00</td>\n<td>+13</td>\n</tr>\n<tr>\n<td>Pacific/Fakaofo</td>\n<td>UTC+13:00</td>\n<td>+13</td>\n</tr>\n<tr>\n<td>Pacific/Fiji</td>\n<td>UTC+12:00</td>\n<td>+12</td>\n</tr>\n<tr>\n<td>Pacific/Funafuti</td>\n<td>UTC+12:00</td>\n<td>+12</td>\n</tr>\n<tr>\n<td>Pacific/Galapagos</td>\n<td>UTC-06:00</td>\n<td>-06</td>\n</tr>\n<tr>\n<td>Pacific/Gambier</td>\n<td>UTC-09:00</td>\n<td>-09</td>\n</tr>\n<tr>\n<td>Pacific/Guadalcanal</td>\n<td>UTC+11:00</td>\n<td>+11</td>\n</tr>\n<tr>\n<td>Pacific/Guam</td>\n<td>UTC+10:00</td>\n<td>ChST</td>\n</tr>\n<tr>\n<td>Pacific/Honolulu</td>\n<td>UTC-10:00</td>\n<td>HST</td>\n</tr>\n<tr>\n<td>Pacific/Johnston</td>\n<td>UTC-10:00</td>\n<td>HST</td>\n</tr>\n<tr>\n<td>Pacific/Kanton</td>\n<td>UTC+13:00</td>\n<td>+13</td>\n</tr>\n<tr>\n<td>Pacific/Kiritimati</td>\n<td>UTC+14:00</td>\n<td>+14</td>\n</tr>\n<tr>\n<td>Pacific/Kosrae</td>\n<td>UTC+11:00</td>\n<td>+11</td>\n</tr>\n<tr>\n<td>Pacific/Kwajalein</td>\n<td>UTC+12:00</td>\n<td>+12</td>\n</tr>\n<tr>\n<td>Pacific/Majuro</td>\n<td>UTC+12:00</td>\n<td>+12</td>\n</tr>\n<tr>\n<td>Pacific/Marquesas</td>\n<td>UTC-10:30</td>\n<td>-0930</td>\n</tr>\n<tr>\n<td>Pacific/Midway</td>\n<td>UTC-11:00</td>\n<td>SST</td>\n</tr>\n<tr>\n<td>Pacific/Nauru</td>\n<td>UTC+12:00</td>\n<td>+12</td>\n</tr>\n<tr>\n<td>Pacific/Niue</td>\n<td>UTC-11:00</td>\n<td>-11</td>\n</tr>\n<tr>\n<td>Pacific/Norfolk</td>\n<td>UTC+12:00</td>\n<td>+12</td>\n</tr>\n<tr>\n<td>Pacific/Noumea</td>\n<td>UTC+11:00</td>\n<td>+11</td>\n</tr>\n<tr>\n<td>Pacific/Pago_Pago</td>\n<td>UTC-11:00</td>\n<td>SST</td>\n</tr>\n<tr>\n<td>Pacific/Palau</td>\n<td>UTC+09:00</td>\n<td>+09</td>\n</tr>\n<tr>\n<td>Pacific/Pitcairn</td>\n<td>UTC-08:00</td>\n<td>-08</td>\n</tr>\n<tr>\n<td>Pacific/Pohnpei</td>\n<td>UTC+11:00</td>\n<td>+11</td>\n</tr>\n<tr>\n<td>Pacific/Ponape</td>\n<td>UTC+11:00</td>\n<td>+11</td>\n</tr>\n<tr>\n<td>Pacific/Port_Moresby</td>\n<td>UTC+10:00</td>\n<td>+10</td>\n</tr>\n<tr>\n<td>Pacific/Rarotonga</td>\n<td>UTC-10:00</td>\n<td>-10</td>\n</tr>\n<tr>\n<td>Pacific/Saipan</td>\n<td>UTC+10:00</td>\n<td>ChST</td>\n</tr>\n<tr>\n<td>Pacific/Samoa</td>\n<td>UTC-11:00</td>\n<td>SST</td>\n</tr>\n<tr>\n<td>Pacific/Tahiti</td>\n<td>UTC-10:00</td>\n<td>-10</td>\n</tr>\n<tr>\n<td>Pacific/Tarawa</td>\n<td>UTC+12:00</td>\n<td>+12</td>\n</tr>\n<tr>\n<td>Pacific/Tongatapu</td>\n<td>UTC+13:00</td>\n<td>+13</td>\n</tr>\n<tr>\n<td>Pacific/Truk</td>\n<td>UTC+10:00</td>\n<td>+10</td>\n</tr>\n<tr>\n<td>Pacific/Wake</td>\n<td>UTC+12:00</td>\n<td>+12</td>\n</tr>\n<tr>\n<td>Pacific/Wallis</td>\n<td>UTC+12:00</td>\n<td>+12</td>\n</tr>\n<tr>\n<td>Pacific/Yap</td>\n<td>UTC+10:00</td>\n<td>+10</td>\n</tr>\n<tr>\n<td>Poland</td>\n<td>UTC+02:00</td>\n<td>CEST</td>\n</tr>\n<tr>\n<td>Portugal</td>\n<td>UTC+01:00</td>\n<td>WEST</td>\n</tr>\n<tr>\n<td>ROC</td>\n<td>UTC+08:00</td>\n<td>CST</td>\n</tr>\n<tr>\n<td>ROK</td>\n<td>UTC+09:00</td>\n<td>KST</td>\n</tr>\n<tr>\n<td>Singapore</td>\n<td>UTC+08:00</td>\n<td>+08</td>\n</tr>\n<tr>\n<td>Turkey</td>\n<td>UTC+03:00</td>\n<td>+03</td>\n</tr>\n<tr>\n<td>UCT</td>\n<td>UTC+00:00</td>\n<td>UTC</td>\n</tr>\n<tr>\n<td>US/Alaska</td>\n<td>UTC-08:00</td>\n<td>AKDT</td>\n</tr>\n<tr>\n<td>US/Aleutian</td>\n<td>UTC-09:00</td>\n<td>HDT</td>\n</tr>\n<tr>\n<td>US/Arizona</td>\n<td>UTC-07:00</td>\n<td>MST</td>\n</tr>\n<tr>\n<td>US/Central</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>US/East-Indiana</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>US/Eastern</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>US/Hawaii</td>\n<td>UTC-10:00</td>\n<td>HST</td>\n</tr>\n<tr>\n<td>US/Indiana-Starke</td>\n<td>UTC-05:00</td>\n<td>CDT</td>\n</tr>\n<tr>\n<td>US/Michigan</td>\n<td>UTC-04:00</td>\n<td>EDT</td>\n</tr>\n<tr>\n<td>US/Mountain</td>\n<td>UTC-06:00</td>\n<td>MDT</td>\n</tr>\n<tr>\n<td>US/Pacific</td>\n<td>UTC-07:00</td>\n<td>PDT</td>\n</tr>\n<tr>\n<td>US/Samoa</td>\n<td>UTC-11:00</td>\n<td>SST</td>\n</tr>\n<tr>\n<td>UTC</td>\n<td>UTC+00:00</td>\n<td>UTC</td>\n</tr>\n<tr>\n<td>Universal</td>\n<td>UTC+00:00</td>\n<td>UTC</td>\n</tr>\n<tr>\n<td>W-SU</td>\n<td>UTC+03:00</td>\n<td>MSK</td>\n</tr>\n<tr>\n<td>WET</td>\n<td>UTC+01:00</td>\n<td>WEST</td>\n</tr>\n<tr>\n<td>Zulu</td>\n<td>UTC+00:00</td>\n<td>UTC</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","name":"External API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"592e5dd8-d971-4025-aea1-e6cadc926210"}],"id":"d3c3f9cc-e62b-408d-bf9d-1bb8036c7b51","description":"<p>Retrieves team-related statistics available to the current user.</p>\n<p><strong>Response parameters</strong></p>\n<p><strong>In</strong> <strong><code>objects:</code></strong></p>\n<ul>\n<li><p><strong>user_id</strong> – user ID</p>\n</li>\n<li><p><strong>user_name</strong> – user name</p>\n</li>\n<li><p><strong>email</strong> – user’s email address</p>\n</li>\n<li><p><strong>group_name</strong> – name of the group the user belongs to</p>\n</li>\n<li><p><strong>accepted_expenses_sum</strong> – amount of approved card expenses</p>\n</li>\n<li><p><strong>accepted_expenses_quantity</strong> – number of approved card expenses</p>\n</li>\n<li><p><strong>pending_expenses_sum</strong> – amount of card expenses currently pending</p>\n</li>\n<li><p><strong>pending_expenses_quantity</strong> – number of card expenses currently pending</p>\n</li>\n<li><p><strong>failed_expenses_sum</strong> – amount of declined card expenses</p>\n</li>\n<li><p><strong>failed_expenses_quantity</strong> – number of declined card expenses</p>\n</li>\n<li><p><strong>decline_rate</strong> – user’s decline rate</p>\n</li>\n<li><p><strong>commission</strong> – amount of completed commissions charged to the user</p>\n</li>\n<li><p><strong>commission_initial</strong> – amount of commissions currently in progress</p>\n</li>\n<li><p><strong>commission_initial_quantity</strong> – number of commissions currently in progress</p>\n</li>\n<li><p><strong>commission_quantity</strong> – number of completed commissions</p>\n</li>\n<li><p><strong>role</strong> – user role. Possible values: <code>Business Owner</code>, <code>Finance Manager</code>, <code>Team Lead</code>, <code>Media Buyer</code></p>\n</li>\n</ul>\n<p><strong>In</strong> <strong><code>meta</code></strong>:</p>\n<ul>\n<li><p><strong>total</strong> – total number of records</p>\n</li>\n<li><p><strong>page</strong> – current page</p>\n</li>\n<li><p><strong>count</strong> – number of records per page</p>\n</li>\n<li><p><strong>company_decline_rate</strong> – company decline rate (affected only by date and currency filters)</p>\n</li>\n<li><p><strong>total_pending_sum</strong> – total amount of pending card expenses</p>\n</li>\n<li><p><strong>total_pending_quantity</strong> – total number of pending card expenses</p>\n</li>\n<li><p><strong>total_accepted_sum</strong> – total amount of approved card expenses</p>\n</li>\n<li><p><strong>total_accepted_quantity</strong> – total number of approved card expenses</p>\n</li>\n<li><p><strong>total_failed_sum</strong> – total amount of declined card expenses</p>\n</li>\n<li><p><strong>total_failed_quantity</strong> – total number of declined card expenses</p>\n</li>\n<li><p><strong>total_decline_rate</strong> – overall decline rate (affected by <strong>all</strong> filters)</p>\n</li>\n<li><p><strong>total_commission_sum</strong> – total amount of completed commissions charged to users</p>\n</li>\n<li><p><strong>total_commission_quantity</strong> – total number of completed commissions</p>\n</li>\n<li><p><strong>total_commission_initial_sum</strong> – total amount of commissions currently in progress</p>\n</li>\n<li><p><strong>total_commission_initial_quantity</strong> – total number of commissions currently in progress</p>\n</li>\n<li><p><strong>total_sum</strong> – sum of <code>total_accepted_sum</code> and <code>total_pending_sum</code></p>\n</li>\n<li><p><strong>total_quantity</strong> – sum of <code>total_pending_quantity</code> and <code>total_accepted_quantity</code></p>\n</li>\n</ul>\n","_postman_id":"d3c3f9cc-e62b-408d-bf9d-1bb8036c7b51","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","name":"External API","type":"collection"}}}],"id":"70de9902-47ba-4c55-863a-a58f81531438","description":"<p>API version 1.0</p>\n<h2 id=\"rate-limits\">Rate Limits</h2>\n<p>To maintain stability and fair usage, this API is rate-limited:</p>\n<ul>\n<li><p><strong>40 requests per minute</strong></p>\n</li>\n<li><p><strong>10 requests per second</strong></p>\n</li>\n</ul>\n<p>If you exceed these limits, the API will respond with <strong>429 Too Many Requests</strong>.  </p>\n<p>Example responses(json):</p>\n<p><code>{   \"detail\": \"Too many requests, please try again later. 40 per 1 minute\"   }</code></p>\n<p><code>{   \"detail\": \"Too many requests, please try again later. 10 per 1 second\"   }</code></p>\n","_postman_id":"70de9902-47ba-4c55-863a-a58f81531438","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","id":"e083eb7a-6d24-4173-a40c-2d4ff4ecf3a3","name":"External API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"550ebf6e-35e3-480a-802f-609a081050f7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a37a561f-8189-48a2-b305-be74dd1f361d","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.combo.cards"},{"key":"apiKey","value":"Your_api_key","type":"string"}]}