{"info":{"_postman_id":"e29efea0-5f9c-4027-aa62-6e21090da6cf","name":"Remitex API Reference","description":"<html><head></head><body><h1 id=\"there-are-api-guides-too\">There are API guides too!</h1>\n<p>This is barebones API reference. If you're starting with a new integration, you should <a href=\"https://bitex-la.github.io/bitex-guides\">head to the guides first</a>.</p>\n<p>Did we forget to document something? Are we missing a field or resource you need? Is our API confusing? Please let us know at <a href=\"mailto:developers@bitex.la\">developers@bitex.la</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"There are API guides too!","slug":"there-are-api-guides-too"}],"owner":"14028001","collectionId":"e29efea0-5f9c-4027-aa62-6e21090da6cf","publishedId":"UVyn1JLu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-25T17:58:22.000Z"},"item":[{"name":"Wallets","item":[{"name":"List Cash Wallets","id":"8dddae04-eab9-4689-ad65-c18c5eed5b5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_wallets?page[per_page]={requests_per_page}","description":"<p>This resource has the user's balances in Fiat currencies.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"be1bb5e7-e5b9-4f3c-890d-383044fb04c3","id":"be1bb5e7-e5b9-4f3c-890d-383044fb04c3","name":"Wallets","type":"folder"}},"urlObject":{"protocol":"https","path":["api","cash_wallets"],"host":["{{domain}}"],"query":[{"disabled":true,"key":"page[page]","value":"{page_number}"},{"key":"page[per_page]","value":"{requests_per_page}"},{"disabled":true,"key":"filter[user]","value":"{user_id}"}],"variable":[]}},"response":[{"id":"95938c8f-e017-4dba-9dbd-d2f0e2bc8cc3","name":"List Cash Wallets","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_wallets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"7b35c5fb7b0968df8135d6f9c0eb94f1\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=TlU4SWtnVTdteFE0ZjlWcWgzd2dvdUdtdm82VnRmRGZsTmpLYzkydHl3UUFvUXFyRkxUdHVEWFhmNUhTb3ZHd0NaL293c25NdXRvL3FDOHZTYUhpdURxK0pOVGp0cU5Id0M3UjVpdEpCSUlnU1JyaWJJWUpDaXZqWFZuekIycytGL1JDWVlRV2U0ejB0NXczYUZLY2RaeDZTOTk5MzBNODNscUhYMDFkQmtRPS0tQ3FmTVV3RXpkSGhBQUc5RVZLSVhpZz09--7ec75872a0f51cc77ed91edfd7050819e137c652; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"515d0a14-ad07-4ea3-9f1d-1171c52db6b3","enabled":true},{"key":"X-Runtime","value":"1331.058974","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"usd\",\n            \"type\": \"cash_wallets\",\n            \"attributes\": {\n                \"balance\": 989.95,\n                \"available\": 977.95,\n                \"currency\": \"usd\"\n            }\n        },\n        {\n            \"id\": \"ars\",\n            \"type\": \"cash_wallets\",\n            \"attributes\": {\n                \"balance\": 17729.63,\n                \"available\": 17729.63,\n                \"currency\": \"ars\"\n            }\n        },\n        {\n            \"id\": \"uyu\",\n            \"type\": \"cash_wallets\",\n            \"attributes\": {\n                \"balance\": 0,\n                \"available\": 0,\n                \"currency\": \"uyu\"\n            }\n        },\n        {\n            \"id\": \"clp\",\n            \"type\": \"cash_wallets\",\n            \"attributes\": {\n                \"balance\": 0,\n                \"available\": 0,\n                \"currency\": \"clp\"\n            }\n        },\n        {\n            \"id\": \"pyg\",\n            \"type\": \"cash_wallets\",\n            \"attributes\": {\n                \"balance\": 0,\n                \"available\": 0,\n                \"currency\": \"pyg\"\n            }\n        }\n    ]\n}"}],"_postman_id":"8dddae04-eab9-4689-ad65-c18c5eed5b5b"},{"name":"Show Cash Wallet","id":"54468cfe-a73d-4564-9369-21a5195edc14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_wallets/:id|currency}","description":"<p>This resource has the user's balances in Fiat currencies.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"be1bb5e7-e5b9-4f3c-890d-383044fb04c3","id":"be1bb5e7-e5b9-4f3c-890d-383044fb04c3","name":"Wallets","type":"folder"}},"urlObject":{"protocol":"https","path":["api","cash_wallets",":id|currency}"],"host":["{{domain}}"],"query":[],"variable":[{"type":"any","key":"id|currency}"}]}},"response":[{"id":"cbe399f8-b087-4a80-b5d7-e0e4d0b56e09","name":"Show Cash Wallet","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_wallets/usd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"3e1b017919824684ddafa41ec1a339f1\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=NWd3U05Ubzd1WDczYUVXQnphbWlZUWhQZUVMbFRuRngzL3lvRGtzbmFUT3pXOTMycjRxRXVRQXpPc0RXQ0V1MG1YaFZkQ01ibWF2czBTQzdUemJtUEY2dU5Bb2E1TDVBWTNNblUwa3NZOWlobkF6ZVF0cnRGaGdwb1J4clZxNWtwQnlnYjAxTDF4b0FpVmF5USt1NitKalU1eDl6MXZnaXVpUE9JcjM0RXBzPS0tSys0NXdzWVdhaWxmZTRqRFlpVGF4UT09--cfa5ed669db8cc78c9885b6fa42341ae4b19cd62; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"3d81cb1d-6550-45e8-be29-371255f8f102","enabled":true},{"key":"X-Runtime","value":"0.935340","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"usd\",\n        \"type\": \"cash_wallets\",\n        \"attributes\": {\n            \"balance\": 989.95,\n            \"available\": 977.95,\n            \"currency\": \"usd\"\n        }\n    }\n}"}],"_postman_id":"54468cfe-a73d-4564-9369-21a5195edc14"}],"id":"be1bb5e7-e5b9-4f3c-890d-383044fb04c3","auth":{"type":"noauth","isInherited":false},"_postman_id":"be1bb5e7-e5b9-4f3c-890d-383044fb04c3","description":""},{"name":"Deposit","item":[{"name":"List Cash Deposits","id":"9e66bea6-77b5-4ca6-9079-7a0a060afed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_deposits","description":"<ul>\n<li><code>cost</code> is the amount taken from your deposit by third-party institutions (such as banks and/or the government)</li>\n<li><code>fee</code> is the amount taken by the local digital wallet associated to your Bitex account.</li>\n<li><code>amount</code> is the amount received, which is the same as <code>net_amount</code>. The <code>gross_amount</code> is the result of adding the <code>net_amount</code>, the <code>fee</code> and the <code>cost</code>.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"33abb5de-45ec-4f9d-aeb0-cfb18b4a7b3a","id":"33abb5de-45ec-4f9d-aeb0-cfb18b4a7b3a","name":"Deposit","type":"folder"}},"urlObject":{"protocol":"https","path":["api","cash_deposits"],"host":["{{domain}}"],"query":[{"disabled":true,"key":"page[page]","value":"{page_number}"},{"disabled":true,"key":"page[per_page]","value":"{requests_per_page}"},{"disabled":true,"description":{"content":"<p>Date from which to take the withdrawals. Fromat is ISO 8601 (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"filter[from]","value":"{yyyy-mm-dd}"},{"disabled":true,"key":"filter[user]","value":"{user_id}"}],"variable":[]}},"response":[{"id":"ff0a3bae-8a26-4a6f-8b8a-bde5b30af49d","name":"List Cash Deposits from 2018","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":{"raw":"https://{{domain}}/api/cash_deposits?filter[from]=2018-01-01","protocol":"https","host":["{{domain}}"],"path":["api","cash_deposits"],"query":[{"key":"filter[from]","value":"2018-01-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"01a62e6daf80752ba0d0d5cd0c245f11\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=WjRqRlFzMDBKNDlsaWpDYjBlRm9TdDV6SmVWZ0grcU5raWhZcEE3cnFqUjk3dUxHbjRjNE9HcTB2OUFvL0orYkN3WEdxem9zemltcG1BdVQ0djFmTFljdXo1eFFIaEc4QzM0a1E2MWtEQ3ArV0h5UjRvYmdqdUJtanFCS055R01KZmY5d0wyV1hseFlOSHgyNVVBQTlQcVhCOCtYUWQwNXBLeW4yRHBwVWFrPS0tL2diRFZvV0VKRVZtd1VmYmR3YkFUUT09--6872c72169cf31f9e7400da45da8c5de8908d576; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"bf918d1e-384d-4c79-a931-6271f7215538","enabled":true},{"key":"X-Runtime","value":"1.552027","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"2\",\n            \"type\": \"cash_deposits\",\n            \"attributes\": {\n                \"status\": \"done\",\n                \"requested_amount\": null,\n                \"requested_currency\": \"USD\",\n                \"deposit_method\": \"bank\",\n                \"country\": null,\n                \"clearing_data\": null,\n                \"amount\": 17729.9148505,\n                \"fiat_code\": \"ars\",\n                \"gross_amount\": 18000.01,\n                \"cost\": 181.0001,\n                \"fee\": 89.0950495,\n                \"net_amount\": 17729.9148505,\n                \"created_at\": \"2018-11-21T13:35:19.862Z\"\n            },\n            \"relationships\": {\n                \"funding_receipt\": {\n                    \"data\": null\n                }\n            }\n        }\n    ]\n}"},{"id":"82292ff0-b2d3-4c82-bd5a-7e9944b0d12f","name":"List Cash Deposits","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_deposits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"548d6f94499856ad95e48b945bc9bb65\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=bTgrdktPVzM5b1RtTTNIZ05GWStkZFR5NXpFekdPdWJOK3M1ay9NSzdEcFdxVllIa0pXRkdCeDNzWVZQNU96ZjZJcS9HWmpEclJ0RVFOU3NPMnQ4M1BVdjhrUWI5cCthcFBkQWovaFl4Ky9RQVhKR3hTRFgxV21OMzQ0YThla0daWGk2TXFrVVF2Q3FnQnhwaE5ic3RvQ1RvSmk0TDA0SmNuWUpZQ2VYY0tvPS0tZkJNSFk5dFQxNlhzWUZlLzJrOUtoQT09--d8e030ad7010a88f03a22db664f9fbcd0ea973d4; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"bd50bd55-a8cf-411d-85e7-555730347b6f","enabled":true},{"key":"X-Runtime","value":"10.749906","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"cash_deposits\",\n            \"attributes\": {\n                \"status\": \"done\",\n                \"requested_amount\": null,\n                \"requested_currency\": \"USD\",\n                \"deposit_method\": \"bank\",\n                \"country\": null,\n                \"clearing_data\": null,\n                \"amount\": 1000,\n                \"fiat_code\": \"usd\",\n                \"gross_amount\": 1000,\n                \"cost\": 0,\n                \"fee\": 0,\n                \"net_amount\": 1000,\n                \"created_at\": \"2000-01-01T00:00:02.354Z\"\n            },\n            \"relationships\": {\n                \"funding_receipt\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"type\": \"cash_deposits\",\n            \"attributes\": {\n                \"status\": \"done\",\n                \"requested_amount\": null,\n                \"requested_currency\": \"USD\",\n                \"deposit_method\": \"bank\",\n                \"country\": null,\n                \"clearing_data\": null,\n                \"amount\": 17729.9148505,\n                \"fiat_code\": \"ars\",\n                \"gross_amount\": 18000.01,\n                \"cost\": 181.0001,\n                \"fee\": 89.0950495,\n                \"net_amount\": 17729.9148505,\n                \"created_at\": \"2018-11-21T13:35:19.862Z\"\n            },\n            \"relationships\": {\n                \"funding_receipt\": {\n                    \"data\": null\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"9e66bea6-77b5-4ca6-9079-7a0a060afed9"},{"name":"Show Cash Deposit","id":"8e0f11fa-2887-4d33-b9e9-c86cc3956423","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_deposits/:id","description":"<ul>\n<li><code>cost</code> is the amount taken from your deposit by third-party institutions (such as banks and/or the government)</li>\n<li><code>fee</code> is the amount taken by the local digital wallet associated to your Bitex account.</li>\n<li><code>amount</code> is the amount received, which is the same as <code>net_amount</code>. The <code>gross_amount</code> is the result of adding the <code>net_amount</code>, the <code>fee</code> and the <code>cost</code>.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"33abb5de-45ec-4f9d-aeb0-cfb18b4a7b3a","id":"33abb5de-45ec-4f9d-aeb0-cfb18b4a7b3a","name":"Deposit","type":"folder"}},"urlObject":{"protocol":"https","path":["api","cash_deposits",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"1607a054-36ae-498a-812e-b284bfcebece","type":"string","value":"","key":"id"}]}},"response":[{"id":"55c92136-b5d3-47d6-bf1e-fb57788d9636","name":"Show Cash Deposit","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_deposits/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"b94dc32ca89312e10371da1061e63b9a\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=Mjk0RmJieldoZUtFemdNQjJqKzQrRlBiVnNQYnBGYm9QUGVvMHdGaXprQnJWZkhHQUxMQ2NOTjE3bTU3enNzbTYvTlJyYU1HTkJERzFOUzdJYzRmKzlSQ3MrY0NJbS83b3JDbEFyRi9kSTViMG5uVlcydkMzVGVyeWtPTTArVVpuYklFMTI1NUtjQnBueGFYckdBOXYzQnZid0lveUhwYmx3RUc0dW1FWHZzPS0tRWR2bFdwd1p0T3VOc05Sd1hmbEs4Zz09--76a20f2c982617fde1fdf90e95e9226c26cf1d38; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"c0841a11-5665-4393-8f4f-69433bafd6eb","enabled":true},{"key":"X-Runtime","value":"0.682585","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2\",\n        \"type\": \"cash_deposits\",\n        \"attributes\": {\n            \"status\": \"done\",\n            \"requested_amount\": null,\n            \"requested_currency\": \"USD\",\n            \"deposit_method\": \"bank\",\n            \"country\": null,\n            \"clearing_data\": null,\n            \"amount\": 17729.9148505,\n            \"fiat_code\": \"ars\",\n            \"gross_amount\": 18000.01,\n            \"cost\": 181.0001,\n            \"fee\": 89.0950495,\n            \"net_amount\": 17729.9148505,\n            \"created_at\": \"2018-11-21T13:35:19.862Z\"\n        },\n        \"relationships\": {\n            \"funding_receipt\": {\n                \"data\": null\n            }\n        }\n    }\n}"}],"_postman_id":"8e0f11fa-2887-4d33-b9e9-c86cc3956423"},{"name":"List Cash Deposit Instructions","id":"cb57620d-3531-4248-bc6d-2a55469e4f9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_deposit_instructions","description":"<div class=\"alert alert-danger\">\n    <b>Experimental endpoint:</b> This endpoint may not be supported in further releases of the API. If your integration relies on it, please contact us at <a href=\"mailto:developers@bitex.la\">developers@bitex.la</a> explaining your use case, in order to provide you with better support.\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"33abb5de-45ec-4f9d-aeb0-cfb18b4a7b3a","id":"33abb5de-45ec-4f9d-aeb0-cfb18b4a7b3a","name":"Deposit","type":"folder"}},"urlObject":{"protocol":"https","path":["api","cash_deposit_instructions"],"host":["{{domain}}"],"query":[{"disabled":true,"key":"page[page]","value":"{page_number}"},{"disabled":true,"key":"page[per_page]","value":"{requests_per_page}"}],"variable":[]}},"response":[{"id":"798b778a-8c4b-492f-abd5-76c166667fec","name":"Show Deposit Instructions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_deposit_instructions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"428bbd9f6a6abbd65b754d411cadaeb5\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=T2lMckVMTUcreDJjU3laTGMvcEttUXhWRzZyS2diZmlTNFRyMjJVbi9OeGZtcVJyMTlVdkR6em92OXBVaWJQSWplcjZhTzBrVTY5MllRczZsejZoWWFRRW5YTHlnK3MreUZVVUVxTjlxYm1ZdDhtUEtXb2VYU1JvR3pLYk9FZnNNWGhhZ1ZHVDZQNTNqTGpXbVFIK1N2Sm1yWW41clBWU09TUHMraGNxUWR3Z3NYSkVGdjY3K0JwVzRWZjdLR2x3UHFzb3dYWXJXdEZCYkN1Ly9OYjVTZUFId3Vrc2pmdTY0dVUxOEVlL2Fwem1MRHdsMk1EZ3ZBWGRIWGZXWU5icTFoMnBoSjlRcXFucEZvSERpQmtiZGc9PS0tNDB4SkFYeHkrazN4am5Dd0VYakEzZz09--2a95e27d591f16bd6586239b0f9770a7f922ce59; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"de7235a4-1017-4bf4-ac2a-c9db0699d3bf","enabled":true},{"key":"X-Runtime","value":"6.132123","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"usd\",\n            \"type\": \"cash_deposit_instructions\",\n            \"attributes\": {\n                \"currency\": \"usd\",\n                \"instructions\": \"<br/> - Una vez acreditada la transferencia local, procederemos a cargar el saldo en tu cuenta, que tendrás disponible para ejecutar en el mercado BTC/USD administrado por Bitex International.<br/> - Para agilizar la acreditación te recomendamos no enviar montos redondos: 10001.40 es mejor que 10000.0 <br/> - Tu pago puede tardar hasta 72hs hábiles en acreditarse.<br/> - El pago se acreditará automáticamente. Si pasado el plazo de 72 hs. hábiles aún no ves acreditado tu depósito, comunicate con nosotros<br/> <br/> Mínimo: 5 USD.<br/> <hr/> Desde Argentina:<br/> <strong> BITEX SRL<br/> CUIT: 30-71508120-9 <br/> <br/> Banco Industrial - Sucursal Central <br/> CBU U$D: 3220001812006112540026<br/> Alias: BITCOIN.MINORISTA.US<br/> <br/> Banco Comafi<br/> CBU U$D: 2990000000014744190213<br/> </strong> <br/> Impuestos: Bitex es sujeto gravado por el impuesto al débito/crédito por lo que del importe transferido se le debitará el 0.6% del importe bruto.<br> <br/> <hr/> Desde Paraguay:<br/> <strong> BITEX PARAGUAY SA<br/> RUC: 80101016-0 <br/> <br/> BANCO VISION<br/> Caja de Ahorro: 9580820<br/> </strong> <br/> <hr/> Desde Uruguay:<br/> <strong> Próximamente<br/> </strong> <br/> Por el momento puedes enviarnos un mail a hola@bitex.la y te contaremos cómo hacer para transferir.<br/> <br/> <hr/> Desde EEUU:<br/> <strong> Beneficiary Bank: Union Bank & Trust<br/> Bank Address: 24010 Partnership Boulevard, Ruther Glen, VA 22546<br/> Beneficiary ABA: 051403164<br/> Acc. #: 8515642944<br/> <br/> Beneficiary: EPTC Custodial Trust<br/> Beneficiary Address: 155 Broadview Avenue, 2 nd Floor, Warrenton, VA 20186<br/> <br/> <span class = 'text-danger'> REF: FBO BITEX INTERNATIONAL (incluir esta referencia en el wire es de carácter obligatorio y cualquier transferencia que no la incluya será rechazada)<br/> El Union Bank & Trust cobra USD 65 por cada wire recibido, que serán debitados del monto neto recibido en nuestra cuenta.<br/> </span> </strong> Sólo aceptaremos transferencias bancarias locales desde los EEUU. Cualquier transferencia recibida internacional será rechazada. <br/> <hr/> Desde otra parte del mundo:<br/> <strong> Contactános a hola@bitex.la para recibir nuestras instrucciones bancarias.<br/> Por favor, comentanos en el mail desde qué país quisieras hacer la transferencia y el monto de la misma.<br/> </strong> <br/> Mínimo: 15000 USD.<br/> Las transferencias internacionales, una vez recibidas por nuestro banco o intermediario de pago pueden tardar hasta 5 días hábiles en acreditarse en tu balance.<br/> <br/> Algunas consideraciones a la hora de transferir:<br/> <span class='text-danger'>Solo podemos aceptar transferencias provenientes del titular de la cuenta, no puedes hacer que un tercero transfiera en tu cuenta de Bitex.la</span> <br/> Las transferencias son procesadas de Lunes a Viernes. <br/> Todos los costos asociados corren a tu cargo.\"\n            }\n        },\n        {\n            \"id\": \"ars\",\n            \"type\": \"cash_deposit_instructions\",\n            \"attributes\": {\n                \"currency\": \"ars\",\n                \"instructions\": \"<br/> - Una vez acreditada la transferencia local, procederemos a cargar el saldo en tu cuenta, que tendrás disponible para ejecutar en el mercado BTC/ARS administrado por Bitex International. <br/> - Para agilizar la acreditación te recomendamos no enviar montos redondos: 10001.40 es mejor que 10000.0 <br/> - Tu pago puede tardar hasta 72 hs. hábiles en acreditarse.<br/> - El pago se acreditará automáticamente. Si pasado el plazo de 72 hs. hábiles aún no ves acreditado tu depósito, comunicate con nosotros<br/> <br/> Mínimo: 100 ARS.<br/> <br/> <strong> BITEX S.R.L: CUIT: 30-71508120-9 <br/> Banco Industrial - Sucursal Central <br/> CBU: 3220001805006112540015<br/> ALIAS: BITCOIN.MINORISTA.AR<br/> </strong> <br/> Impuestos: Bitex es sujeto gravado por el impuesto al debito/crédito por lo que del importe transferido se le debitará el 0.6% del importe bruto recibido.<br> <br/> Algunas consideraciones a la hora de transferir:<br/> <span class='text-danger'>Solo podemos aceptar transferencias provenientes del titular de la cuenta, no puedes hacer que un tercero transfiera en tu cuenta de Bitex.la</span> <br/> Las transferencias son procesadas de Lunes a Viernes. <br/> Una vez recibida por nuestro banco o intermediario de pago puede tardar 24 horas hábiles en acreditarse en tu balance. <br/> Todos los costos asociados corren a tu cargo.\"\n            }\n        },\n        {\n            \"id\": \"uyu\",\n            \"type\": \"cash_deposit_instructions\",\n            \"attributes\": {\n                \"currency\": \"uyu\",\n                \"instructions\": \"<br/> - Una vez acreditada la transferencia local, procederemos a cargar el saldo en tu cuenta, que tendrás disponible para ejecutar en el mercado BTC/UYU administrado por Bitex International.<br/> - Para agilizar la acreditación te recomendamos no enviar montos redondos: 10001.40 es mejor que 10000.0 <br/> - Tu pago puede tardar hasta 72hs hábiles en acreditarse.<br/> <br/> Mínimo: 100 UYU. <br/> <br/> <strong> Próximamente<br/> <br/> Por el momento puedes enviarnos un mail a hola@bitex.la y te contaremos cómo hacer para transferir.<br/> </strong> <br/> <br/> Algunas consideraciones a la hora de transferir:<br/> <span class='text-danger'>Solo podemos aceptar transferencias provenientes del titular de la cuenta, no puedes hacer que un tercero transfiera en tu cuenta de Bitex.la</span> <br/> Las transferencias son procesadas de Lunes a Viernes. <br/> Una vez recibida por nuestro banco o intermediario de pago puede tardar 24 horas hábiles en acreditarse en tu balance. <br/> Todos los costos asociados corren a tu cargo.\"\n            }\n        },\n        {\n            \"id\": \"clp\",\n            \"type\": \"cash_deposit_instructions\",\n            \"attributes\": {\n                \"currency\": \"clp\",\n                \"instructions\": \"<br/> - Una vez acreditada la transferencia local, procederemos a cargar el saldo en tu cuenta, que tendrás disponible para ejecutar en el mercado BTC/CLP administrado por Bitex International.<br/> - Para agilizar la acreditación te recomendamos no enviar montos redondos: 10001.40 es mejor que 10000.0 <br/> - Tu pago puede tardar hasta 72hs hábiles en acreditarse.<br/> <br/> Mínimo: 3000 CLP. <br/> <br/> <strong> BITEX CHILE SPA <br/> RUT: 76.720.941-K <br/> Banco Estado <br/> N° de cta cte CLP: 33470355676 <br/> </strong> <br/> Algunas consideraciones a la hora de transferir:<br/> <span class='text-danger'>Solo podemos aceptar transferencias provenientes del titular de la cuenta, no puedes hacer que un tercero transfiera en tu cuenta de Bitex.la <br/>Los clientes de Banco Estado deberán realizar la transferencia de la cuenta \\\"Chequera electrónica\\\".</ span> <br/> Las transferencias son procesadas de Lunes a Viernes. <br/> Una vez recibida por nuestro banco o intermediario de pago puede tardar 24 horas hábiles en acreditarse en tu balance. <br/> Todos los costos asociados corren a tu cargo.\"\n            }\n        },\n        {\n            \"id\": \"pyg\",\n            \"type\": \"cash_deposit_instructions\",\n            \"attributes\": {\n                \"currency\": \"pyg\",\n                \"instructions\": \"<br/> - Una vez acreditada la transferencia local, procederemos a cargar el saldo en tu cuenta, que tendrás disponible para ejecutar en el mercado BTC/PYG administrado por Bitex International.<br/> - Para agilizar la acreditación te recomendamos no enviar montos redondos: 10001.40 es mejor que 10000.0 <br/> - Tu pago puede tardar hasta 72hs hábiles en acreditarse.<br/> <br/> Mínimo: 30000 PYG. <br/> <br/> <strong> BITEX PARAGUAY SA <br/> RUC: 80101016-0 <br/> Banco Visión <br/> N° de caja de ahorro PYG: 9580811 <br/> </strong> <br/> <br/> Algunas consideraciones a la hora de transferir:<br/> <span class='text-danger'>Solo podemos aceptar transferencias provenientes del titular de la cuenta, no puedes hacer que un tercero transfiera en tu cuenta de Bitex.la</span> <br/> Las transferencias son procesadas de Lunes a Viernes. <br/> Una vez recibida por nuestro banco o intermediario de pago puede tardar 24 horas hábiles en acreditarse en tu balance. <br/> Todos los costos asociados corren a tu cargo.\"\n            }\n        }\n    ]\n}"}],"_postman_id":"cb57620d-3531-4248-bc6d-2a55469e4f9b"},{"name":"Announce Cash Deposit","id":"c7789ea5-1a63-44f6-8244-9aa85a123e6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"cash_deposits\",\n    \"attributes\": {\n      \"requested_amount\": 1000,\n      \"deposit_method\": \"bank\"\n    },\n    \"relationships\": {\n      \"user\": {\n        \"data\": {\n          \"id\": 1,\n          \"type\": \"users\"\n        }\n      }\n    }\n  }\n}\n"},"url":"https://{{domain}}/api/cash_deposits","description":"<p>It is not necessary to announce Cash deposits unless Bitex requires it for your integration. Usually we will credit your deposits when they show up in our bank account.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"33abb5de-45ec-4f9d-aeb0-cfb18b4a7b3a","id":"33abb5de-45ec-4f9d-aeb0-cfb18b4a7b3a","name":"Deposit","type":"folder"}},"urlObject":{"protocol":"https","path":["api","cash_deposits"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7789ea5-1a63-44f6-8244-9aa85a123e6b"}],"id":"33abb5de-45ec-4f9d-aeb0-cfb18b4a7b3a","description":"<p>These endpoints are for loading balance in your Bitex account.</p>\n<p>For loading BTC you should get your <a href=\"#abea0469-f651-460b-ba60-352fa673783b\">Coin Wallet</a> and send your BTC to the address displayed there. Please note that if you send the BTC to your \"auto_sell_address\", that balance will be sold automatically in the exchange at the best price, and you will receive USD in your account.</p>\n<p>If you want to load Fiat balance (such as USD, ARS, CLP, PYG or UYU), we provide an <a href=\"#7345f816-e2db-4a29-b9d2-8c9d8e432a82\">experimental endpoint</a> to get all the information you need to make the transfer. It's in HTML format, for it to be displayed in a browser and read by a human.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"7a605b6a-0ac4-434e-833a-867d66007c4a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"731db9a8-2162-41b5-9dba-3d6ea8ed8a71","type":"text/javascript","exec":[""]}}],"_postman_id":"33abb5de-45ec-4f9d-aeb0-cfb18b4a7b3a"},{"name":"Withdraw","item":[{"name":"Withdrawal Instructions","item":[{"name":"List Withdrawal Instructions","id":"e2ad29ca-3968-4e98-a5d0-a23f13def9e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Content-Type","value":"application/json"},{"key":"Version","value":"2.0","type":"text"}],"url":"https://{{domain}}/api/withdrawal_instructions?page[page]={page_number}&page[per_page]={requests_per_page}&filter[user]={user}","description":"<p>These instructions are created along with the Cash Withdrawal if it does not exist previously.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d15347bd-9a93-4693-8164-f0cb270d5f23","id":"d15347bd-9a93-4693-8164-f0cb270d5f23","name":"Withdraw","type":"folder"}},"urlObject":{"protocol":"https","path":["api","withdrawal_instructions"],"host":["{{domain}}"],"query":[{"key":"page[page]","value":"{page_number}"},{"key":"page[per_page]","value":"{requests_per_page}"},{"key":"filter[user]","value":"{user}"}],"variable":[]}},"response":[{"id":"8e9e15d9-f74e-438d-849e-c562bbff8031","name":"List Cash Withdrawal Instructions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"}],"url":"https://{{domain}}/api/withdrawal_instructions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","name":"Content-Type","description":"The mime type of this content","enabled":true},{"key":"ETag","value":"W/\"7baed9ed6b9ca4ff8f8431e0b5a3d68d\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=QWJLSnBkWEIwa1Fpbmhoei9kM3JiVHJZWHl6V2RqRkxLU1lnaHd6S2FXNXM1QTlUNytkbVFKMXBpc2QxUUZXS0QzRlRWTTVGSXpSWENFVVhpVk5LblJTQkUzbVVMZ0NrdVRuSzJjTjNxT0RacmlUWnk2cmZheDNBSkkzZ1AxcUVTSmZqU2w1S3lhN2RqNlhVaS8ybWRKMVZNK01aUGJ6YjlUT0lwdStpUmtBPS0tZkNka1dZZzRyM1NoQnBuZ3hnNVdkQT09--59604bc0a126516bdb4d2fa6d5335e94b6b26731; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity.","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch","enabled":true},{"key":"X-Request-Id","value":"182d4be6-c187-4c08-90c3-b581bbd473cd","name":"X-Request-Id","description":"Custom header","enabled":true},{"key":"X-Runtime","value":"0.309683","name":"X-Runtime","description":"Custom header","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter","enabled":true}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"QWJLSnBkWEIwa1Fpbmhoei9kM3JiVHJZWHl6V2RqRkxLU1lnaHd6S2FXNXM1QTlUNytkbVFKMXBpc2QxUUZXS0QzRlRWTTVGSXpSWENFVVhpVk5LblJTQkUzbVVMZ0NrdVRuSzJjTjNxT0RacmlUWnk2cmZheDNBSkkzZ1AxcUVTSmZqU2w1S3lhN2RqNlhVaS8ybWRKMVZNK01aUGJ6YjlUT0lwdStpUmtBPS0tZkNka1dZZzRyM1NoQnBuZ3hnNVdkQT09--59604bc0a126516bdb4d2fa6d5335e94b6b26731","key":"_bitex_la_session"}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"21\",\n            \"type\": \"withdrawal_instructions\",\n            \"attributes\": {\n                \"label\": \"Other\",\n                \"schema\": \"bitex\",\n                \"body\": {\n                    \"name\": \"John Doe\",\n                    \"city\": \"Buenos Aires\",\n                    \"phone\": \"12341234\",\n                    \"country\": \"AR\",\n                    \"payment_method\": \"third_party\",\n                    \"currency\": \"USD\"\n                }\n            }\n        },\n        {\n            \"id\": \"22\",\n            \"type\": \"withdrawal_instructions\",\n            \"attributes\": {\n                \"label\": \"Local Bank\",\n                \"schema\": \"bitex\",\n                \"body\": {\n                    \"name\": \"John Doe\",\n                    \"city\": \"Buenos Aires\",\n                    \"phone\": \"12341234\",\n                    \"cuit\": \"12341234\",\n                    \"address\": \"My Address 123\",\n                    \"bank\": \"hsbc\",\n                    \"bank_account_number\": \"12341234\",\n                    \"cbu\": \"1234123412341234\",\n                    \"account_type\": \"savings\",\n                    \"currency\": \"ARS\",\n                    \"country\": \"AR\",\n                    \"payment_method\": \"domestic_bank\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"e2ad29ca-3968-4e98-a5d0-a23f13def9e3"},{"name":"Show Withdrawal Instructions","id":"26fba77f-7f5d-416e-b656-d6f5e6b6048a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Content-Type","value":"application/json"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/withdrawal_instructions/:id","description":"<p>These instructions are created along with the Cash Withdrawal if it does not exist previously.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d15347bd-9a93-4693-8164-f0cb270d5f23","id":"d15347bd-9a93-4693-8164-f0cb270d5f23","name":"Withdraw","type":"folder"}},"urlObject":{"protocol":"https","path":["api","withdrawal_instructions",":id"],"host":["{{domain}}"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"55f7c232-f77a-45fe-b9a2-f61e975a5ef1","name":"Show Cash Withdrawal Instructions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Content-Type","value":"application/json"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/withdrawal_instructions/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"5231556259e2ef25203ff028d4656563\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=T3hua1oyaGdxRzNoNk5LYWQzNlFSTGgyVWtDUlFnbUlibFJUemZiWFVmYkpjVkkyYmNmTWJqL3lyOThJQUxRQlFkRDNvamJlMTFvSnpNbUZyNlpaTFFUem9DWVJ4NTdWL0ZZRVhHUUpHWGgzcUJVZmU5c2FUOUZOdHJsRGRKMEdGeVJkQ2JOejZ0S0NzWXVZUnJVcVRjYkxmUHY2Z25ObmhNcFgrZ1B4NC9vPS0tMnR2bHlFZ2ZFUXJWNlhlOHROWE9wZz09--0b3cec362690d9601991c79e7197bd005745ef08; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"23f4e6d7-4461-4bb0-b252-1a23310096de","enabled":true},{"key":"X-Runtime","value":"0.549723","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"withdrawal_instructions\",\n        \"attributes\": {\n            \"label\": \"internacional\",\n            \"schema\": \"bitex\",\n            \"body\": {\n                \"name\": \"nico\",\n                \"city\": \"caba\",\n                \"phone\": \"12341234\",\n                \"address\": \"calle falsa 123\",\n                \"postal_code\": \"1234\",\n                \"bank_account_number\": \"1234123412341234\",\n                \"account_type\": \"savings\",\n                \"bank\": \"lalala bank\",\n                \"bank_swift\": \"1234123412341234\",\n                \"bank_country\": \"CL\",\n                \"bank_city\": \"santiago\",\n                \"bank_address\": \"calle falsa 321\",\n                \"bank_postal_code\": \"1234\",\n                \"currency\": \"CLP\",\n                \"payment_method\": \"international_bank\",\n                \"country\": \"OTHER\"\n            }\n        }\n    }\n}"}],"_postman_id":"26fba77f-7f5d-416e-b656-d6f5e6b6048a"},{"name":"Create Withdrawal Instructions","id":"d7d52e78-a21b-40f7-8bfa-f1a527516ebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"withdrawal_instructions\",\n    \"attributes\":{\n      \"label\": \"primeras-instrucciones\",\n      \"payment_method_type\": \"ar_domestic_bank\",\n      \"body\": {\n        \"account_type\": \"savings\",\n        \"cbu\": \"0150553621000111396333\"\n      }\n    },\n    \"relationships\": {\n      \"user\": {\n        \"data\": {\n          \"id\": 1,\n          \"type\": \"users\"\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/withdrawal_instructions","description":"<p><strong>Important note</strong>: Provide all the information that is required for the applicable regulations. Some values might be accepted by the API but the withdrawal will be rejected afterwards in case there is an issue (such as missing or incorrect data). We can not validate that the data is correct and enough until the moment the withdrawal is processed. <strong>Providing wrong/missing information may result in extra costs for you</strong>.\nAlso remember that we can only process withdrawals to bank accounts belonging to <strong>the same holder</strong> as the Bitex account.</p>\n<p>There are several withdrawal methods, using domestic bank transfers in supported countries, or international wire transfers if a domestic bank transfer is not available.</p>\n<p>See the examples for the fields needed for each country.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d15347bd-9a93-4693-8164-f0cb270d5f23","id":"d15347bd-9a93-4693-8164-f0cb270d5f23","name":"Withdraw","type":"folder"}},"urlObject":{"protocol":"https","path":["api","withdrawal_instructions"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"676a96af-b1b6-47ab-9f9f-c67bbccff0d4","name":"Create Mexican Withdrawal Instructions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n      \"type\": \"withdrawal_instructions\",\n      \"attributes\":{\n        \"label\": \"primeras-instrucciones\",\n        \"payment_method_type\": \"mx_domestic_bank\",\n        \"body\": {\n          \"account_type\": \"savings\",\n          \"clabe\": \"032180000118359719\"\n        }\n      },\n    \"relationships\": {\n      \"user\": {\n        \"data\": {\n          \"id\": 1,\n          \"type\": \"users\"\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/withdrawal_instructions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"368\",\n        \"type\": \"withdrawal_instructions\",\n        \"attributes\": {\n            \"label\": \"primeras-instrucciones\",\n            \"schema\": \"bitex\",\n            \"body\": {\n                \"account_type\": \"savings\",\n                \"clabe\": \"032180000118359719\",\n                \"country\": \"MX\",\n                \"payment_method\": \"domestic_bank\",\n                \"currency\": null\n            },\n            \"payment_method_type\": \"mx_domestic_bank\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"},{"id":"f9a358fa-b12d-42ec-8c49-d36d67b45a40","name":"Create Brazilian Withdrawal Instructions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n      \"type\": \"withdrawal_instructions\",\n      \"attributes\":{\n        \"label\": \"primeras-instrucciones\",\n        \"payment_method_type\": \"br_domestic_bank\",\n        \"body\": {\n          \"iban\": \"BR9700360305000010009795493P1\"\n        }\n      },\n    \"relationships\": {\n      \"user\": {\n        \"data\": {\n          \"id\": 1,\n          \"type\": \"users\"\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/withdrawal_instructions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"369\",\n        \"type\": \"withdrawal_instructions\",\n        \"attributes\": {\n            \"label\": \"primeras-instrucciones\",\n            \"schema\": \"bitex\",\n            \"body\": {\n                \"iban\": \"BR9700360305000010009795493P1\",\n                \"country\": \"BR\",\n                \"payment_method\": \"domestic_bank\",\n                \"currency\": null\n            },\n            \"payment_method_type\": \"br_domestic_bank\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"},{"id":"865d4cd0-38fb-4d53-85b5-2977f6b0d4f1","name":"Create US Withdrawal Instructions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n      \"type\": \"withdrawal_instructions\",\n      \"attributes\":{\n        \"label\": \"primeras-instrucciones\",\n        \"payment_method_type\": \"us_domestic_bank\",\n        \"body\": {\n          \"account_type\": \"savings\",\n          \"bank_account_number\": \"1234567890\",\n          \"routing_number\": \"122105155\"\n        }\n      },\n    \"relationships\": {\n      \"user\": {\n        \"data\": {\n          \"id\": 1,\n          \"type\": \"users\"\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/withdrawal_instructions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"370\",\n        \"type\": \"withdrawal_instructions\",\n        \"attributes\": {\n            \"label\": \"primeras-instrucciones\",\n            \"schema\": \"bitex\",\n            \"body\": {\n                \"account_type\": \"savings\",\n                \"bank_account_number\": \"1234567890\",\n                \"routing_number\": \"122105155\",\n                \"country\": \"US\",\n                \"payment_method\": \"domestic_bank\",\n                \"currency\": null\n            },\n            \"payment_method_type\": \"us_domestic_bank\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"},{"id":"78e049ae-405c-4567-8f62-954dc4cc27e4","name":"Create Argentinian Withdrawal Instructions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"withdrawal_instructions\",\n    \"attributes\":{\n      \"label\": \"primeras-instrucciones\",\n      \"payment_method_type\": \"ar_domestic_bank\",\n      \"body\": {\n        \"account_type\": \"savings\",\n        \"cbu\": \"0150553621000111396333\"\n      }\n    },\n    \"relationships\": {\n      \"user\": {\n        \"data\": {\n          \"id\": 1,\n          \"type\": \"users\"\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/withdrawal_instructions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"365\",\n        \"type\": \"withdrawal_instructions\",\n        \"attributes\": {\n            \"label\": \"primeras-instrucciones\",\n            \"schema\": \"bitex\",\n            \"body\": {\n                \"account_type\": \"savings\",\n                \"cbu\": \"0150553621000111396333\",\n                \"country\": \"AR\",\n                \"payment_method\": \"domestic_bank\",\n                \"currency\": null\n            },\n            \"payment_method_type\": \"ar_domestic_bank\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"},{"id":"a4a917fe-3946-481c-9426-d95b4c990f65","name":"Create Uruguayan Withdrawal Instructions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n      \"type\": \"withdrawal_instructions\",\n      \"attributes\":{\n        \"label\": \"primeras-instrucciones\",\n        \"payment_method_type\": \"uy_domestic_bank\",\n        \"body\": {\n          \"account_type\": \"savings\",\n          \"bank_account_number\": \"12345678\",\n          \"bank\": \"brou\"\n        }\n      },\n    \"relationships\": {\n      \"user\": {\n        \"data\": {\n          \"id\": 1,\n          \"type\": \"users\"\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/withdrawal_instructions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"367\",\n        \"type\": \"withdrawal_instructions\",\n        \"attributes\": {\n            \"label\": \"primeras-instrucciones\",\n            \"schema\": \"bitex\",\n            \"body\": {\n                \"account_type\": \"savings\",\n                \"bank_account_number\": \"12345678\",\n                \"bank\": \"brou\",\n                \"country\": \"UY\",\n                \"payment_method\": \"domestic_bank\",\n                \"currency\": null\n            },\n            \"payment_method_type\": \"uy_domestic_bank\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"},{"id":"1af4a476-29c7-4d87-9df0-51a7c5bed253","name":"Create Paraguaian Withdrawal Instructions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n      \"type\": \"withdrawal_instructions\",\n      \"attributes\":{\n        \"label\": \"primeras-instrucciones\",\n        \"payment_method_type\": \"py_domestic_bank\",\n        \"body\": {\n          \"account_type\": \"savings\",\n          \"bank_account_number\": \"9580811\",\n          \"bank\": \"vision\"\n        }\n      },\n    \"relationships\": {\n      \"user\": {\n        \"data\": {\n          \"id\": 1,\n          \"type\": \"users\"\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/withdrawal_instructions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"366\",\n        \"type\": \"withdrawal_instructions\",\n        \"attributes\": {\n            \"label\": \"primeras-instrucciones\",\n            \"schema\": \"bitex\",\n            \"body\": {\n                \"account_type\": \"savings\",\n                \"bank_account_number\": \"9580811\",\n                \"bank\": \"vision\",\n                \"country\": \"PY\",\n                \"payment_method\": \"domestic_bank\",\n                \"currency\": null\n            },\n            \"payment_method_type\": \"py_domestic_bank\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"d7d52e78-a21b-40f7-8bfa-f1a527516ebe"},{"name":"Delete Withdrawal Instructions","id":"7cb63592-9274-4f8a-929a-4cb572a14a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","value":"2.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{domain}}/api/withdrawal_instructions/:id","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d15347bd-9a93-4693-8164-f0cb270d5f23","id":"d15347bd-9a93-4693-8164-f0cb270d5f23","name":"Withdraw","type":"folder"}},"urlObject":{"protocol":"https","path":["api","withdrawal_instructions",":id"],"host":["{{domain}}"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"ec043d3e-f9e8-4c83-ac93-30c5d77bd3b2","name":"Delete Cash Withdrawal Instructions","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{domain}}/api/withdrawal_instructions/:id","protocol":"https","host":["{{domain}}"],"path":["api","withdrawal_instructions",":id"],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=YS9PbUlvVjZTZVlOaHg3UlByRkJ3NnVFNzdERmljdmdIcExmaGZBZDlRY2hFWnQvM3U5ZDl1WVE5aDJuSjlKM0JvUndONXRKV0UyTDcvK2JhSitZLzJuSDZQak9ON0VhQ0o4dmk4alNuVHpza2tIbkUvNmhGa2kvbHNlRFpzcGwvcjFNZ2xFOGp2S05MTFo2WWJiQlhSUGxOeHllU2lQTGxUdG9LbkVON09ZPS0tWnE3TGRVZFNwaUFISGM2b1VCRG5Sdz09--6af5a09c535339a13ff982764f9194ee062a0d1e; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch","enabled":true},{"key":"X-Request-Id","value":"5d438cc8-fb05-4e27-8e17-be10e817b37a","name":"X-Request-Id","description":"Custom header","enabled":true},{"key":"X-Runtime","value":"0.284794","name":"X-Runtime","description":"Custom header","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter","enabled":true}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"YS9PbUlvVjZTZVlOaHg3UlByRkJ3NnVFNzdERmljdmdIcExmaGZBZDlRY2hFWnQvM3U5ZDl1WVE5aDJuSjlKM0JvUndONXRKV0UyTDcvK2JhSitZLzJuSDZQak9ON0VhQ0o4dmk4alNuVHpza2tIbkUvNmhGa2kvbHNlRFpzcGwvcjFNZ2xFOGp2S05MTFo2WWJiQlhSUGxOeHllU2lQTGxUdG9LbkVON09ZPS0tWnE3TGRVZFNwaUFISGM2b1VCRG5Sdz09--6af5a09c535339a13ff982764f9194ee062a0d1e","key":"_bitex_la_session"}],"responseTime":null,"body":""}],"_postman_id":"7cb63592-9274-4f8a-929a-4cb572a14a92"}],"id":"2faf7f79-608c-444b-a613-a84b234874a4","_postman_id":"2faf7f79-608c-444b-a613-a84b234874a4","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d15347bd-9a93-4693-8164-f0cb270d5f23","id":"d15347bd-9a93-4693-8164-f0cb270d5f23","name":"Withdraw","type":"folder"}}},{"name":"List Cash Withdrawals","id":"ff3e8e48-4c07-472c-a31a-8987e7d1f151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_withdrawals","description":"<ul>\n<li><code>cost</code> is the amount taken from your withdrawal by third-party institutions (such as banks and/or the government)</li>\n<li><code>fee</code> is the amount taken by the local digital wallet associated to your Bitex account.</li>\n<li><code>amount</code> is the amount requested to withdraw, which is the same as <code>gross_amount</code>. The <code>net_amount</code> can be calculated by substracting the <code>fee</code> and <code>cost</code>.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d15347bd-9a93-4693-8164-f0cb270d5f23","id":"d15347bd-9a93-4693-8164-f0cb270d5f23","name":"Withdraw","type":"folder"}},"urlObject":{"protocol":"https","path":["api","cash_withdrawals"],"host":["{{domain}}"],"query":[{"disabled":true,"key":"page[page]","value":"{page_number}"},{"disabled":true,"key":"page[per_page]","value":"{requests_per_page}"},{"disabled":true,"description":{"content":"<p>Date from which to take the withdrawals. Fromat is ISO 8601 (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"filter[from]","value":"{yyyy-mm-dd}"},{"disabled":true,"key":"filter[user]","value":"{user_id}"}],"variable":[]}},"response":[{"id":"d481e1fc-93c7-4dde-99a8-ea6d88647e94","name":"List Cash Withdrawals","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_withdrawals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"98d4c82074868581c11502e68f824bc1\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=VVpWWkZudmNyR1B2YnA4aTRPSG53L05ZZUNUNFE4dE9YYU5IME9Tb3NCRVFWd2w4QzVBa1M5RTNuMHhzRXJ1bGtUOVZpVzJjK0hsQzJPTGg2RjlnczZxeldrSkxacVE0VUFsK2d4TFNicXZYOGN0eEpxVlRzUjZCaENxOVRxWWk4blZOaklNR1owNlNYWEJLd0ZyeDlvc2tvdjJDMTkxZ3RweEcyakFQaWRvPS0tdHc0dk5zQjlYZkY2ajVIMWR0MTFqQT09--fdece5c9a5c686243558f64a3161147ff7322e3b; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"0251a06c-7279-4796-9287-153869b53af4","enabled":true},{"key":"X-Runtime","value":"0.698981","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"cash_withdrawals\",\n            \"attributes\": {\n                \"status\": \"pending\",\n                \"amount\": 12,\n                \"gross_amount\": 12,\n                \"cost\": 0,\n                \"fee\": 0,\n                \"net_amount\": 12,\n                \"country\": \"OTHER\",\n                \"payment_method\": \"international_bank\",\n                \"fiat_code\": \"CLP\",\n                \"label\": \"internacional\",\n                \"created_at\": \"2018-10-30T17:29:14.309Z\"\n            },\n            \"relationships\": {\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                },\n                \"funding_receipt\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"invoicing_funding_receipts\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"withdrawal_instructions\",\n            \"attributes\": {\n                \"label\": \"internacional\",\n                \"schema\": \"bitex\",\n                \"body\": {\n                    \"name\": \"John Doe\",\n                    \"city\": \"caba\",\n                    \"phone\": \"12341234\",\n                    \"address\": \"calle falsa 123\",\n                    \"postal_code\": \"1234\",\n                    \"bank_account_number\": \"1234123412341234\",\n                    \"account_type\": \"savings\",\n                    \"bank\": \"lalala bank\",\n                    \"bank_swift\": \"1234123412341234\",\n                    \"bank_country\": \"CL\",\n                    \"bank_city\": \"santiago\",\n                    \"bank_address\": \"calle falsa 321\",\n                    \"bank_postal_code\": \"1234\",\n                    \"currency\": \"CLP\",\n                    \"payment_method\": \"international_bank\",\n                    \"country\": \"OTHER\"\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"invoicing_funding_receipts\",\n            \"attributes\": {\n                \"invoice_code\": \"1234\",\n                \"receipt_type\": {\n                    \"attributes\": {\n                        \"id\": 1,\n                        \"code\": \"a\"\n                    },\n                    \"id\": 1,\n                    \"code\": \"a\"\n                },\n                \"customer_tax_id_type\": {\n                    \"attributes\": {\n                        \"id\": 1,\n                        \"code\": \"rut\"\n                    },\n                    \"id\": 1,\n                    \"code\": \"rut\"\n                },\n                \"customer_id_number\": \"45645555\",\n                \"customer_name\": \"John Doe\",\n                \"customer_country\": \"CL\",\n                \"customer_vat_status\": {\n                    \"attributes\": {\n                        \"id\": 1,\n                        \"code\": \"inscripto\"\n                    },\n                    \"id\": 1,\n                    \"code\": \"inscripto\"\n                },\n                \"point_of_sale\": 1,\n                \"amount\": 21,\n                \"tax\": 2\n            }\n        }\n    ]\n}"}],"_postman_id":"ff3e8e48-4c07-472c-a31a-8987e7d1f151"},{"name":"Show Cash Withdrawal","id":"27e5b914-dcda-488b-9a35-d44c7a9e6ca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_withdrawals/:id","description":"<ul>\n<li><code>cost</code> is the amount taken from your withdrawal by third-party institutions (such as banks and/or the government)</li>\n<li><code>fee</code> is the amount taken by the local digital wallet associated to your Bitex account.</li>\n<li><code>amount</code> is the amount requested to withdraw, which is the same as <code>gross_amount</code>. The <code>net_amount</code> can be calculated by substracting the <code>fee</code> and <code>cost</code>.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d15347bd-9a93-4693-8164-f0cb270d5f23","id":"d15347bd-9a93-4693-8164-f0cb270d5f23","name":"Withdraw","type":"folder"}},"urlObject":{"protocol":"https","path":["api","cash_withdrawals",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"4bfb94c0-0e03-4709-876e-c991b44017b5","type":"string","value":"","key":"id"}]}},"response":[{"id":"52f39237-82a3-4bc1-b32f-92d1dbbed3fa","name":"Show Cash Withdrawal","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/cash_withdrawals/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"f55d781495462607565ccf99b5f92571\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=TGI2ZmNlVUhVVi9PeXFURlFnZE5sdU1nb1IyUjlvQzA0eURkWkN0T3ZqK3UvcE5lSnRCcHZUN2Y4WjhkWURCQ3FtMW1yQTZlaTJWR1hMRlJiUEg1aFErVmM2bmRWQ0hoVXZRY1BZOVRKZjFGZWVrVlV3ZmQwMGlSajBHdnRxOHBjLzJhR1VsdVkvZHZ3S21QTlpFOTlORHF2VGhSMit3ZUlIajh0Z2MrLzhRPS0tRlp6TnFDUCs1QmZRRU4vRnlvR3JLZz09--c546b06951e9fef218d779f398be660afd7f7263; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"081c3765-2efb-4c0a-9e40-4947292de8d6","enabled":true},{"key":"X-Runtime","value":"0.444531","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"cash_withdrawals\",\n        \"attributes\": {\n            \"status\": \"pending\",\n            \"amount\": 12,\n            \"gross_amount\": 12,\n            \"cost\": 0,\n            \"fee\": 0,\n            \"net_amount\": 12,\n            \"country\": \"OTHER\",\n            \"payment_method\": \"international_bank\",\n            \"currency\": \"CLP\",\n            \"label\": \"internacional\",\n            \"created_at\": \"2018-10-30T17:29:14.309Z\"\n        },\n        \"relationships\": {\n            \"withdrawal_instruction\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"withdrawal_instructions\"\n                }\n            },\n            \"funding_receipt\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"invoicing_funding_receipts\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"withdrawal_instructions\",\n            \"attributes\": {\n                \"label\": \"internacional\",\n                \"schema\": \"bitex\",\n                \"body\": {\n                    \"name\": \"John Doe\",\n                    \"city\": \"caba\",\n                    \"phone\": \"12341234\",\n                    \"address\": \"calle falsa 123\",\n                    \"postal_code\": \"1234\",\n                    \"bank_account_number\": \"1234123412341234\",\n                    \"account_type\": \"savings\",\n                    \"bank\": \"lalala bank\",\n                    \"bank_swift\": \"1234123412341234\",\n                    \"bank_country\": \"CL\",\n                    \"bank_city\": \"santiago\",\n                    \"bank_address\": \"calle falsa 321\",\n                    \"bank_postal_code\": \"1234\",\n                    \"currency\": \"CLP\",\n                    \"payment_method\": \"international_bank\",\n                    \"country\": \"OTHER\"\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"invoicing_funding_receipts\",\n            \"attributes\": {\n                \"invoice_code\": \"1234\",\n                \"receipt_type\": {\n                    \"attributes\": {\n                        \"id\": 1,\n                        \"code\": \"a\"\n                    },\n                    \"id\": 1,\n                    \"code\": \"a\"\n                },\n                \"customer_tax_id_type\": {\n                    \"attributes\": {\n                        \"id\": 1,\n                        \"code\": \"rut\"\n                    },\n                    \"id\": 1,\n                    \"code\": \"rut\"\n                },\n                \"customer_id_number\": \"45645555\",\n                \"customer_name\": \"John Doe\",\n                \"customer_country\": \"CL\",\n                \"customer_vat_status\": {\n                    \"attributes\": {\n                        \"id\": 1,\n                        \"code\": \"inscripto\"\n                    },\n                    \"id\": 1,\n                    \"code\": \"inscripto\"\n                },\n                \"point_of_sale\": 1,\n                \"amount\": 21,\n                \"tax\": 2\n            }\n        }\n    ]\n}"}],"_postman_id":"27e5b914-dcda-488b-9a35-d44c7a9e6ca0"},{"name":"Create Cash Withdrawal","id":"8ef0aad8-734e-4495-9f8a-e8c4f2a5f943","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","value":"2.0","type":"text"},{"key":"One-Time-Password","value":"valid_otp","description":"<p>Not needed if your api key has the 'skip-2fa' permission.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"cash_withdrawals\",\n    \"attributes\": {\n      \"amount\": \"100\",\n      \"fiat_code\": \"ars\"\n    },\n    \"relationships\": {\n      \"withdrawal_instruction\": {\n        \"data\": {\n          \"id\": \"22\",\n          \"type\": \"withdrawal_instructions\"\n        },\n        \"user\": {\n          \"data\": {\n            \"id\": 1,\n            \"type\": \"users\"\n          }\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/cash_withdrawals","description":"<p>You must create the instructions previously with the <strong>Withdrawal Instructions</strong> endpoint, and then just reference it in the relationships attribute.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d15347bd-9a93-4693-8164-f0cb270d5f23","id":"d15347bd-9a93-4693-8164-f0cb270d5f23","name":"Withdraw","type":"folder"}},"urlObject":{"protocol":"https","path":["api","cash_withdrawals"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"ecf84e2e-a58f-4e3e-8551-1ae45e7fb546","name":"Create Cash Withdrawal","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","value":"2.0","type":"text"},{"key":"One-Time-Password","value":"valid_otp","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"cash_withdrawals\",\n    \"attributes\": {\n      \"amount\": \"100\",\n      \"fiat_code\": \"ars\"\n    },\n    \"relationships\": {\n      \"withdrawal_instruction\": {\n        \"data\": {\n          \"id\": \"3\",\n          \"type\": \"withdrawal_instructions\"\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/cash_withdrawals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"ad130d03a77077f35cbcbe236927ed94\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=WFBJRGFtSFlKN1M0UHVKb3JCZ2tkdnJXOEZEZ3ZhK2FBVjEvaUI1RURBTEtpQXk2T09ucTVzb0ZzL0JDRjY0UTVBNjNXTGtraVkwU3IrcGh1NmxqQU0wckkwWCtXZVhnRmp0Q2I2aFhJK3dwc1UrSktjMzRGNDc3ME9VYnE2dmdabzRtY0hwd3VzUHlzNnJ4bldjVjk4UDVhK0FseElPYXJsNTJPOWVmQnVjPS0tV3JmUll5aFcybHB6ck4wbVluSDBDZz09--4ddf3be4bf3da51c3e343d42c544578e65a71170; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"d2726c63-af6f-4abe-83df-9c793c92672c","enabled":true},{"key":"X-Runtime","value":"1.077308","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6\",\n        \"type\": \"cash_withdrawals\",\n        \"attributes\": {\n            \"status\": \"received\",\n            \"amount\": 100,\n            \"gross_amount\": 100,\n            \"cost\": 0,\n            \"fee\": 0,\n            \"net_amount\": 100,\n            \"country\": \"AR\",\n            \"payment_method\": \"domestic_bank\",\n            \"fiat_code\": \"ars\",\n            \"label\": \"Local Bank\",\n            \"created_at\": \"2018-12-12T16:54:54.759Z\"\n        },\n        \"relationships\": {\n            \"withdrawal_instruction\": {\n                \"data\": {\n                    \"id\": \"3\",\n                    \"type\": \"withdrawal_instructions\"\n                }\n            },\n            \"funding_receipt\": {\n                \"data\": null\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"3\",\n            \"type\": \"withdrawal_instructions\",\n            \"attributes\": {\n                \"label\": \"Local Bank\",\n                \"schema\": \"bitex\",\n                \"body\": {\n                    \"name\": \"John Doe\",\n                    \"city\": \"Buenos Aires\",\n                    \"phone\": \"12341234\",\n                    \"cuit\": \"12341234\",\n                    \"address\": \"My Address 123\",\n                    \"bank\": \"hsbc\",\n                    \"bank_account_number\": \"12341234\",\n                    \"cbu\": \"1234123412341234\",\n                    \"account_type\": \"savings\",\n                    \"currency\": \"ARS\",\n                    \"country\": \"AR\",\n                    \"payment_method\": \"domestic_bank\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"8ef0aad8-734e-4495-9f8a-e8c4f2a5f943"},{"name":"List Coin Withdrawals","id":"2c37389b-2254-493c-a956-03a6121c0c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/coin_withdrawals","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d15347bd-9a93-4693-8164-f0cb270d5f23","id":"d15347bd-9a93-4693-8164-f0cb270d5f23","name":"Withdraw","type":"folder"}},"urlObject":{"protocol":"https","path":["api","coin_withdrawals"],"host":["{{domain}}"],"query":[{"disabled":true,"key":"page[page]","value":"{page_number}"},{"disabled":true,"key":"page[per_page]","value":"{requests_per_page}"},{"disabled":true,"description":{"content":"<p>Date from which to take the withdrawals. Fromat is ISO 8601 (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"filter[from]","value":"{yyyy-mm-dd}"},{"disabled":true,"key":"filter[user]","value":"{user_id}"}],"variable":[]}},"response":[{"id":"c416623f-038a-404d-99c6-d8bd90026854","name":"List Coin Withdrawals","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/coin_withdrawals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"d6aa9ca80e5ccc13b5be838e6c3502f5\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=Y3NNV1JEWTB1cXlTVDUzK3hVY25GUmxMUzI3NFJ6ZjRZdjJ0RzlYVXk5dGZlZkc1dFlSSm9GR1hUNTVjaGQ4Mk1weWZLNTQvQUxRcXUwRE80cWVOU3crVzFBL0RGd1M3S3FieUtVUnVndVVsNjV0YWZZclRyTSsrNVVDTjQxN05GMXNsUkJSSmlpWTBDMlJqcDR2VngzcU1KSHNMZjUxaVpkN0xpQkZPN3dzPS0tamwrcTlrQWkvRlhuNDJWV2N0aXhIdz09--fdcadced1d122097f6996d881eb812fd6d9551d9; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"c5088b0f-5536-4e2d-be4d-62b20d67eedb","enabled":true},{"key":"X-Runtime","value":"8.428111","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"coin_withdrawals\",\n            \"attributes\": {\n                \"amount\": 0.1256789,\n                \"status\": \"pending\",\n                \"label\": \"Trezor\",\n                \"to_addresses\": \"mszEUK9E6E7n4SNcrjYH8Fr7ZTGP9n3dRb\",\n                \"coin_code\": \"btc\",\n                \"created_at\": \"2018-10-30T17:29:14.309Z\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"5\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"2c37389b-2254-493c-a956-03a6121c0c9f"},{"name":"Show Coin Withdrawal","id":"5795884c-7d15-43a8-8fe4-6320593095a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/coin_withdrawals/:id","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d15347bd-9a93-4693-8164-f0cb270d5f23","id":"d15347bd-9a93-4693-8164-f0cb270d5f23","name":"Withdraw","type":"folder"}},"urlObject":{"protocol":"https","path":["api","coin_withdrawals",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"f458d001-8619-44e3-8cec-0593351a3857","type":"string","value":"","key":"id"}]}},"response":[{"id":"9af6fd82-66f4-4189-af98-edcb6d0de9ed","name":"Show Coin Withdrawal","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/coin_withdrawals/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"15e471da51aec30a7ed72315420fdefd\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=Lzc3Y2pwWXpTdU5LRzd6TXpONmhod2RaRHd5YmxtNmpNaGFHQW9tZ2oxSS8wQ0QrUWlSMmtmT0MvMEN3djJjOHBseVZsNnpuajZqRkUzZW0zZGFCTU8wUlhVUk95c2cxaEFDYTc2ZWoyUGZsZVUwTzE4WkFONGNqS0JlUTRyMmFSdEVzNHZRQ0FxZXFUd1VMVmNqWFBuVFd1UFQ1SVZoSE01TnhDZnNnazZZPS0tVnhVM00rVUtxRzdTaEtNbUFyNHZIQT09--f19563c73dc2a2035f556618dcfd6657e2af2fb9; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"4c6178e5-7b11-4e12-9d25-518c5b96828c","enabled":true},{"key":"X-Runtime","value":"0.322094","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"coin_withdrawals\",\n        \"attributes\": {\n            \"amount\": 0.1256789,\n            \"status\": \"pending\",\n            \"label\": \"Trezor\",\n            \"to_addresses\": \"mszEUK9E6E7n4SNcrjYH8Fr7ZTGP9n3dRb\",\n            \"coin_code\": \"btc\",\n            \"created_at\": \"2018-10-30T17:29:14.309Z\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": \"5\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"5795884c-7d15-43a8-8fe4-6320593095a6"},{"name":"Create Coin Withdrawal","id":"83ed3e44-a5a4-46cf-b820-4c768b5bea39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","value":"2.0","type":"text"},{"warning":"Key contains invalid whitespace characters.","key":"One-Time-Password","value":"valid_otp","description":"<p>Not needed if your api key has the 'skip-2fa' permission.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"coin_withdrawals\",\n        \"attributes\": {\n            \"amount\": 12.3456789,\n            \"coin_code\": \"btc\",\n            \"label\": \"Trezor\",\n            \"to_addresses\": \"mszEUK9E6E7n4SNcrjYH8Fr7ZTGP9n3dRb\"\n        },\n        \"relationships\": {\n          \"user\": {\n            \"data\": {\n              \"id\": 1,\n              \"type\": \"users\"\n            }\n           }\n        }\n    }\n}"},"url":"https://{{domain}}/api/coin_withdrawals","description":"<p>Ask for a Cryptocurrency Withdrawal.</p>\n<ul>\n<li><code>currency</code>: Currently, the possible values are <code>\"btc\"</code> and <code>\"bch\"</code>.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"d15347bd-9a93-4693-8164-f0cb270d5f23","id":"d15347bd-9a93-4693-8164-f0cb270d5f23","name":"Withdraw","type":"folder"}},"urlObject":{"protocol":"https","path":["api","coin_withdrawals"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"b706023f-85a7-4f2f-8ffa-d9dafc2d77c2","name":"Create Coin Withdrawal","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","value":"2.0","type":"text"},{"key":"One-Time-Password","value":"valid_otp","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"coin_withdrawals\",\n        \"attributes\": {\n            \"amount\": 12.3456789,\n            \"currency\": \"btc\",\n            \"label\": \"Trezor\",\n            \"to_addresses\": \"mszEUK9E6E7n4SNcrjYH8Fr7ZTGP9n3dRb\"\n        }\n    }\n}"},"url":"https://{{domain}}/api/coin_withdrawals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","name":"Content-Type","description":"The mime type of this content","enabled":true},{"key":"ETag","value":"W/\"7972dc3f2432e00977a0daa63a7bb34a\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=bzVDMnBnS2l0SHluL05ZLzkrWWRwOWtSYlJXcll2QWhwQ0wzanJHaEtSOUIrRkwrbnh4SFkxNEhocG5McXNqVmN4aTRpV1EzWnE3cE5OM2thRTc1NmUzTUVsUGdndTdJRUZwTDJIZXRVY1MvYUloRkhEUGhLTEF4b0d6SDBtV25nYWhjejRFNmZsZ2tiK0RyUFVqUGxybEdFOE5Xa0NacVYyd2w5K0hOMGJrPS0tSlVVV054bk8yc3BZNFRYcDc1S2k4QT09--a88a0cb4013bf6617d8785edf216c11bda65f367; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity.","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch","enabled":true},{"key":"X-Request-Id","value":"02b1db6b-b4fd-45a2-b087-d4ba9900b40d","name":"X-Request-Id","description":"Custom header","enabled":true},{"key":"X-Runtime","value":"0.298453","name":"X-Runtime","description":"Custom header","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter","enabled":true}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"bzVDMnBnS2l0SHluL05ZLzkrWWRwOWtSYlJXcll2QWhwQ0wzanJHaEtSOUIrRkwrbnh4SFkxNEhocG5McXNqVmN4aTRpV1EzWnE3cE5OM2thRTc1NmUzTUVsUGdndTdJRUZwTDJIZXRVY1MvYUloRkhEUGhLTEF4b0d6SDBtV25nYWhjejRFNmZsZ2tiK0RyUFVqUGxybEdFOE5Xa0NacVYyd2w5K0hOMGJrPS0tSlVVV054bk8yc3BZNFRYcDc1S2k4QT09--a88a0cb4013bf6617d8785edf216c11bda65f367","key":"_bitex_la_session"}],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"id\": \"41\",\n\t\t\"type\": \"coin_withdrawals\",\n\t\t\"attributes\": {\n\t\t\t\"amount\": 12.3456789,\n\t\t\t\"status\": \"received\",\n\t\t\t\"label\": \"Trezor\",\n\t\t\t\"to_addresses\": \"mszEUK9E6E7n4SNcrjYH8Fr7ZTGP9n3dRb\",\n\t\t\t\"coin_code\": \"btc\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"user\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"id\": \"8\",\n\t\t\t\t\t\"type\": \"users\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"}],"_postman_id":"83ed3e44-a5a4-46cf-b820-4c768b5bea39"}],"id":"d15347bd-9a93-4693-8164-f0cb270d5f23","auth":{"type":"noauth","isInherited":false},"_postman_id":"d15347bd-9a93-4693-8164-f0cb270d5f23","description":""},{"name":"Transfers","item":[{"name":"List  Sent Transfers","id":"09c29b92-6998-4a84-a104-6889b1a3c19f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/sent_transfers","urlObject":{"protocol":"https","path":["api","sent_transfers"],"host":["{{domain}}"],"query":[{"disabled":true,"description":{"content":"<p>Currency code (usd, ars, clp, pyg, mxn, btc, bch, etcetera)</p>\n","type":"text/plain"},"key":"filter[currency_code]","value":"{currency_code}"},{"disabled":true,"description":{"content":"<p>Number of <em>days ago</em> from which the buys were done.</p>\n","type":"text/plain"},"key":"filter[days]","value":"{days}"},{"disabled":true,"key":"filter[user]","value":"{user_id}"},{"disabled":true,"key":"page[page]","value":"{page_number}"},{"disabled":true,"key":"page[per_page]","value":"{requests_per_page}"}],"variable":[]}},"response":[{"id":"7f23ea36-8d24-4806-a80c-245f316739cb","name":"List  Sent Transfers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":{"raw":"https://{{domain}}/api/sent_transfers","protocol":"https","host":["{{domain}}"],"path":["api","sent_transfers"],"query":[{"key":"filter[currency_code]","value":"{currency_code}","description":"Currency code (usd, ars, clp, pyg, mxn, btc, bch, etcetera)","disabled":true},{"key":"filter[days]","value":"{days}","description":"Number of *days ago* from which the buys were done.","disabled":true},{"key":"filter[user]","value":"{user_id}","disabled":true},{"key":"page[page]","value":"{page_number}","disabled":true},{"key":"page[per_page]","value":"{requests_per_page}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"30\",\n            \"type\": \"sent_transfers\",\n            \"attributes\": {\n                \"created_at\": \"2019-12-10T03:53:04.135Z\",\n                \"amount\": 0.01,\n                \"currency_code\": \"btc\",\n                \"fee\": 0,\n                \"label\": \"\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1016\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"receiver\": {\n                    \"data\": {\n                        \"id\": \"1016\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"09c29b92-6998-4a84-a104-6889b1a3c19f"},{"name":"Show Sent Transfer","id":"f9f9966c-c890-45b8-983e-40deb9887bf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/sent_transfers/:id","urlObject":{"protocol":"https","path":["api","sent_transfers",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"32838ff8-5cf7-4fd3-892f-a8d4159fca8e","type":"string","value":"","key":"id"}]}},"response":[{"id":"c4ffe63f-4a3c-4946-9fc1-4e54aa0cea1e","name":"Show Sent Transfer","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":{"raw":"https://{{domain}}/api/sent_transfers/:id","protocol":"https","host":["{{domain}}"],"path":["api","sent_transfers",":id"],"variable":[{"key":"id","value":"30","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"30\",\n        \"type\": \"sent_transfers\",\n        \"attributes\": {\n            \"created_at\": \"2019-12-10T03:53:04.135Z\",\n            \"amount\": 0.01,\n            \"currency_code\": \"btc\",\n            \"fee\": 0,\n            \"label\": \"\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1016\",\n                    \"type\": \"users\"\n                }\n            },\n            \"receiver\": {\n                \"data\": {\n                    \"id\": \"1016\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"f9f9966c-c890-45b8-983e-40deb9887bf6"},{"name":"Create SentTransfer","id":"72f41616-47de-43c0-98dd-0dd368c343c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"},{"key":"Version","value":"2.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"sent_transfers\",\n    \"attributes\": {\n        \"currency_code\": \"btc\",\n        \"amount\": 1000\n    },\n    \"relationships\": {\n        \"user\": {\n            \"data\": {\n                \"id\": 1,\n                \"type\": \"users\"\n            }\n        },\n        \"receiver\": {\n            \"data\": {\n                \"id\": 2,\n                \"type\": \"users\"\n            }\n        }\n    }\n}"},"url":"https://{{domain}}/api/sent_transfers","description":"<p>Send balance between accounts you manage.</p>\n","urlObject":{"protocol":"https","path":["api","sent_transfers"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"72f41616-47de-43c0-98dd-0dd368c343c0"},{"name":"List Received Transfers","id":"81c5d7e2-1749-490f-ac02-935bbfbfc281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/received_transfers","urlObject":{"protocol":"https","path":["api","received_transfers"],"host":["{{domain}}"],"query":[{"disabled":true,"description":{"content":"<p>Market where the buys were done.\nTo get all possible <code>orderbook_code</code>s check <a href=\"#274fb149-0603-4d41-af61-2f1a0f438aec\">Orderbooks</a></p>\n","type":"text/plain"},"key":"filter[currency_code]","value":"{currency_code}"},{"disabled":true,"description":{"content":"<p>Number of <em>days ago</em> from which the buys were done.</p>\n","type":"text/plain"},"key":"filter[days]","value":"{days}"},{"disabled":true,"description":{"content":"<p>Max amount of buys to list.</p>\n","type":"text/plain"},"key":"filter[user]","value":"{user_id}"},{"disabled":true,"key":"page[page]","value":"{page_number}"},{"disabled":true,"key":"page[per_page]","value":"{requests_per_page}"}],"variable":[]}},"response":[{"id":"99af4656-5e94-4228-8467-e4d267036ef7","name":"List Received Transfers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":{"raw":"https://{{domain}}/api/received_transfers","protocol":"https","host":["{{domain}}"],"path":["api","received_transfers"],"query":[{"key":"filter[currency_code]","value":"{currency_code}","type":"text","description":"Market where the buys were done.\nTo get all possible `orderbook_code`s check [Orderbooks](#274fb149-0603-4d41-af61-2f1a0f438aec)","disabled":true},{"key":"filter[days]","value":"{days}","type":"text","description":"Number of *days ago* from which the buys were done.","disabled":true},{"key":"filter[user]","value":"{user_id}","type":"text","description":"Max amount of buys to list.","disabled":true},{"key":"page[page]","value":"{page_number}","type":"text","disabled":true},{"key":"page[per_page]","value":"{requests_per_page}","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"33\",\n            \"type\": \"received_transfers\",\n            \"attributes\": {\n                \"created_at\": \"2019-12-10T04:03:05.731Z\",\n                \"amount\": 0.1866,\n                \"currency_code\": \"btc\",\n                \"fee\": 0,\n                \"label\": \"32\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1016\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"sender\": {\n                    \"data\": {\n                        \"id\": \"1015\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"81c5d7e2-1749-490f-ac02-935bbfbfc281"},{"name":"Show Received Transfer","id":"eba148f6-dba3-4528-b78d-b49d619c825b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/received_transfers/:id","urlObject":{"protocol":"https","path":["api","received_transfers",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"704a25a7-3f83-4abe-832d-47b92c681bfe","type":"string","value":"","key":"id"}]}},"response":[{"id":"f1a6a36c-8584-47b4-9ddc-4f740dcc5f30","name":"Show Received Transfer","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":{"raw":"https://{{domain}}/api/received_transfers/:id","protocol":"https","host":["{{domain}}"],"path":["api","received_transfers",":id"],"variable":[{"key":"id","value":"33","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"33\",\n        \"type\": \"received_transfers\",\n        \"attributes\": {\n            \"created_at\": \"2019-12-10T04:03:05.731Z\",\n            \"amount\": 0.1866,\n            \"currency_code\": \"btc\",\n            \"fee\": 0,\n            \"label\": \"32\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1016\",\n                    \"type\": \"users\"\n                }\n            },\n            \"sender\": {\n                \"data\": {\n                    \"id\": \"1015\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"eba148f6-dba3-4528-b78d-b49d619c825b"}],"id":"3f2129de-7115-42a5-9a21-047d4e8f2f78","description":"<p>These represent funds moving between your Exchange and Concierge balances, or between different users Concierge balances.</p>\n","_postman_id":"3f2129de-7115-42a5-9a21-047d4e8f2f78"},{"name":"Api Keys","item":[{"name":"List Api Keys","id":"334c5793-5335-47ac-bac5-9210a8c28018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","value":"2.0","type":"text"}],"url":"https://{{domain}}/api/api_keys","description":"<p>Show all Api Keys.</p>\n<p><strong>Important:</strong> The tokens will be obfuscated after 10 minutes of the Api Key's creation (for security purposes).</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a210c6f5-46ac-4b06-a67b-8d130902016c","id":"a210c6f5-46ac-4b06-a67b-8d130902016c","name":"Api Keys","type":"folder"}},"urlObject":{"protocol":"https","path":["api","api_keys"],"host":["{{domain}}"],"query":[{"disabled":true,"key":"page[page]","value":"{page_number}"},{"disabled":true,"key":"page[per_page]","value":"{requests_per_page}"}],"variable":[]}},"response":[{"id":"7d111a0f-5e46-45b8-9120-4f784713c692","name":"List Api Keys","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","value":"2.0","type":"text"}],"url":"https://{{domain}}/api/api_keys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"992f71a5ad35bccffd028845ae098804\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=UnBBOWw0MHJjYWo0NU5QQi9pSWs1S3VVV2RLNHlOcEU5TzNJTmFMSzk5RG9yOWJ3aGM1ZmF6SUxGS3YxbGJRdnpzSjBVUjVQdDRRalpOMGVEWXR1MlBrc2Y3Mzh5Uk14U3RuYWRIWmt6ejRqa1N5OEt3cGcrRzZ4NEpqNDF1UkF5MHZncWloTmF3RzZ3UTUyUE1IYTNoYThLTGpyNGpCMkRpSngvelZQc3lUR0RLV1pUYlJyKzZjWkw0VnFuem56b05qUlA3UHNJQTBnMUxxRTE2YkluY04yQXBCT2F0VEFJRmJYa1U2ZExWWGpmT0ZNMWhqYVBhSlR4TmxJc0pyWTRmcjdPQ2JNcUcwdFJwVU9FSlR0QjNiS3hKbGpnMHpnVkRSM3NZTU44bTl6NVdvUVJwYndnOFdBb0ZsZVdxV09iMVRPS0RBZmwrczdnNEphR2x6UWtVSTRVT3VydnpodGFjRmlKTHB0ejE0PS0tMnh6UzVmL2lUMHFIbTFDU0hIb252dz09--92b12581d39f2b910d1b5675178a79e936940c73; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"678ae9b6-b68f-484b-9512-084506acf5c1","enabled":true},{"key":"X-Runtime","value":"6.647151","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"api_keys\",\n            \"attributes\": {\n                \"token\": \"********************ur_api_key\",\n                \"fund_account\": true,\n                \"create_withdrawal\": true,\n                \"get_withdrawal\": true,\n                \"get_balances\": true,\n                \"trading\": true,\n                \"payments\": true,\n                \"compliance\": true,\n                \"api_keys\": true\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"type\": \"api_keys\",\n            \"attributes\": {\n                \"token\": \"********************7460197b31\",\n                \"fund_account\": false,\n                \"create_withdrawal\": false,\n                \"get_withdrawal\": false,\n                \"get_balances\": false,\n                \"trading\": false,\n                \"payments\": false,\n                \"compliance\": false,\n                \"api_keys\": false\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"type\": \"api_keys\",\n            \"attributes\": {\n                \"token\": \"********************9354e6f94f\",\n                \"fund_account\": false,\n                \"create_withdrawal\": false,\n                \"get_withdrawal\": false,\n                \"get_balances\": false,\n                \"trading\": false,\n                \"payments\": false,\n                \"compliance\": false,\n                \"api_keys\": false\n            }\n        }\n    ]\n}"}],"_postman_id":"334c5793-5335-47ac-bac5-9210a8c28018"},{"name":"Show Api Key","id":"1cd9a6d6-afaa-47ac-b025-0d3ee0b93af0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/api_keys/:id","description":"<p><strong>Important:</strong> The token will be obfuscated after 10 minutes of the Api Key's creation (for security purposes).</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a210c6f5-46ac-4b06-a67b-8d130902016c","id":"a210c6f5-46ac-4b06-a67b-8d130902016c","name":"Api Keys","type":"folder"}},"urlObject":{"protocol":"https","path":["api","api_keys",":id"],"host":["{{domain}}"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"625e78f5-71cd-4e5a-94d6-d9dba53df5d6","name":"Show Api Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/api_keys/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"8408c8e8c2245a88fe8fb90f94a46385\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=cWFobVBoU20xNllyT0RYbXR6R1hVaXIzV0pJaUZCQWJtVEJQc00vaWtESC94UzEwUWxubUl5ZzkxdzRCZHVteWpDRzNrMktqbEtleXozOVkvallVQXRZZ2Y5R3h0V0RQazNOQXlKL0hoOWtJeW84Y1ZBSTdiYzRiQU5CUjlRaVYwUHhJN1dKNVN5VXExalZnRlZseWRVbU50Q3dUamRTUzF2VTFZRm5DRVI3OGl4dWVXd1JxNEZSY2phRGNVeVpvdjFpMXBVYnMvd0ZucjArOXkxMUo4Ky9CZG8zU2JRdE9MYnJOWnJwdWdGVDRtTDl1MzZId1A2TElCaFRzWll0Z3kwZ0dKTlJvNGU3UTU2SGtpVUZNWHoxOUkySmxIT2d2SzhMRVk1TTdpWWhIUElNaFFKaitsNktQdjA1c3ZGR1c2TmpnbGdTQlRkODRpVFhjQ3dJdWtaTk9YQXhLdDNNUGg3dHlxYitGYVZzPS0tYTU0TUZnNXJnbmRuelNZK1ZZUkhKQT09--c595880251e96804b96649ec7e62d724d35e8ff3; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"c2d3d569-6571-47dd-8c0c-1ef69769cae5","enabled":true},{"key":"X-Runtime","value":"0.404650","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2\",\n        \"type\": \"api_keys\",\n        \"attributes\": {\n            \"token\": \"********************7460197b31\",\n            \"fund_account\": false,\n            \"create_withdrawal\": false,\n            \"get_withdrawal\": false,\n            \"get_balances\": false,\n            \"trading\": false,\n            \"payments\": false,\n            \"compliance\": false,\n            \"api_keys\": false\n        }\n    }\n}"}],"_postman_id":"1cd9a6d6-afaa-47ac-b025-0d3ee0b93af0"},{"name":"Create Api Key","id":"23e645de-f3af-4c93-85f0-cf024702b0d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","value":"2.0","type":"text"},{"key":"One-Time-Password","value":"valid_otp","description":"<p>OTP code from Google Authenticator. Not necessary with skip 2FA</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"api_keys\",\n    \"attributes\": {\n    \t\"fund_account\": false,\n        \"create_withdrawal\": false,\n        \"get_withdrawal\": false,\n        \"get_balances\": true,\n        \"trading\": false,\n        \"payments\": false,\n        \"compliance\": false,\n        \"api_keys\": false\n    }\n  }\n}"},"url":"https://{{domain}}/api/api_keys","description":"<p>Create an Api Key.</p>\n<p>This endpoint <strong>always requires an OTP</strong>. Users that don't have the 2FA enabled, will not be able to create Api Keys.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a210c6f5-46ac-4b06-a67b-8d130902016c","id":"a210c6f5-46ac-4b06-a67b-8d130902016c","name":"Api Keys","type":"folder"}},"urlObject":{"protocol":"https","path":["api","api_keys"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"983f4162-73eb-4599-89e0-bf827419cf47","name":"Create Api Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","value":"2.0","type":"text"},{"key":"One-Time-Password","value":"valid_otp","description":"OTP code from Google Authenticator","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"api_keys\",\n    \"attributes\": {\n    \t\"fund_account\": false,\n        \"create_withdrawal\": false,\n        \"get_withdrawal\": false,\n        \"get_balances\": true,\n        \"trading\": false,\n        \"payments\": false,\n        \"compliance\": false,\n        \"api_keys\": false\n    }\n  }\n}"},"url":"https://{{domain}}/api/api_keys"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"d5e8e7fb0bda990214ab0c5fc220e0d4\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=QTUzcHN6UmdoYXhhTVFxbFErNml0NVFpamFRcmFuaDFtbkFuRjN1UksvNnNHb3lneU9uencyL25QaWpYd3kvS0VINmxGRGc4cW5RaWJTcVNHdGpFUUEzbTVSZTNhTFdKSVBUWXNUdEFZTGN5blhUckxqNWlJZnp5ZjJtNjN3NjhQcFp2eVozUjMvQ2dHQ1BranBVejFWTHNBU2Yxa1o0ZU1tTk9QUWc0SGUzajYyc2NjMGpPbFR5LzZHK29rTzczcm4zTjNydFhhanIzS2Vpc21FbDdrZFZrMDZIc3BjaDlhRTJzZEpaVE1ib0Y0MmthN0pOa2lUaU9oMEtOa3RHT1FwbnB0MDRqWHhCclAwNTZndWlPeUFnN2RxR1JLUC9sQzAxelU2SThyL2p3RjRWUWkyWnRnTDg3cEpBMTJvWFRIdHJhNVFiYTZVM1dyZWpON1Y2TlBWcGIyNklpUVVGMnI4VzFQcEFTWlhjPS0tZ2xpdVdPYTQ0ck1iK0VuTkpaYWFTZz09--fc2bf02e786751aef80c4e6348c105e1b72cde46; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"32d5862e-a5c0-4a07-8f2d-ec118de15b81","enabled":true},{"key":"X-Runtime","value":"0.538468","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"4\",\n        \"type\": \"api_keys\",\n        \"attributes\": {\n            \"token\": \"a6dbe378ed46332712f08f2463efe4e72581df485b4ca62538397199fa53f227f69ea413dabfdf7c\",\n            \"fund_account\": false,\n            \"create_withdrawal\": false,\n            \"get_withdrawal\": false,\n            \"get_balances\": true,\n            \"trading\": false,\n            \"payments\": false,\n            \"compliance\": false,\n            \"api_keys\": false\n        }\n    }\n}"}],"_postman_id":"23e645de-f3af-4c93-85f0-cf024702b0d6"},{"name":"Delete Api Key","id":"7a0cc65d-8489-4597-8137-3dd840ce947c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","value":"2.0","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{domain}}/api/api_keys/:id","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a210c6f5-46ac-4b06-a67b-8d130902016c","id":"a210c6f5-46ac-4b06-a67b-8d130902016c","name":"Api Keys","type":"folder"}},"urlObject":{"protocol":"https","path":["api","api_keys",":id"],"host":["{{domain}}"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[{"id":"de742191-c85a-4d1a-9582-d867a2372237","name":"Delete Api Key","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{domain}}/api/api_keys/:id","protocol":"https","host":["{{domain}}"],"path":["api","api_keys",":id"],"variable":[{"key":"id","value":""}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=Wit1amQ2amZsZVdhclFrK3VNUTZCTTJXWmgzeXdaK0pWS0RaOUt6cUJMemlGWVp2N0d2VnFXazFUanF1RlVRbEpWMTl3bDQ4RXNxVm9Wb2tYbTVuWVI4VE9oemJ6T21rUEJSMk51N1F3aUJWWEN0UGpyd2xyckk2RVlQclp5Mkt2d1RhZVQ5aU1GRm1VRWl6cUNGTGNtOXZDVGNLenVHR3I0bWhRZExydCtjWm8xRUpSWnpOVkNXNGFNcWxVdk5xaUNtUHZucllMbDJOVTExOExzTllLcUN6dDZYMDB5TGx2OHhsdFMzdk9Cbz0tLWtPMUg4ZEwwd2ZEdUVvQ093Y2k2eUE9PQ%3D%3D--8cb38f204db1a26857586f992545b485616d9425; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch","enabled":true},{"key":"X-Request-Id","value":"c141f948-08ca-40cb-8b40-5c73081260bf","name":"X-Request-Id","description":"Custom header","enabled":true},{"key":"X-Runtime","value":"0.312039","name":"X-Runtime","description":"Custom header","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter","enabled":true}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"Wit1amQ2amZsZVdhclFrK3VNUTZCTTJXWmgzeXdaK0pWS0RaOUt6cUJMemlGWVp2N0d2VnFXazFUanF1RlVRbEpWMTl3bDQ4RXNxVm9Wb2tYbTVuWVI4VE9oemJ6T21rUEJSMk51N1F3aUJWWEN0UGpyd2xyckk2RVlQclp5Mkt2d1RhZVQ5aU1GRm1VRWl6cUNGTGNtOXZDVGNLenVHR3I0bWhRZExydCtjWm8xRUpSWnpOVkNXNGFNcWxVdk5xaUNtUHZucllMbDJOVTExOExzTllLcUN6dDZYMDB5TGx2OHhsdFMzdk9Cbz0tLWtPMUg4ZEwwd2ZEdUVvQ093Y2k2eUE9PQ%3D%3D--8cb38f204db1a26857586f992545b485616d9425","key":"_bitex_la_session"}],"responseTime":null,"body":""}],"_postman_id":"7a0cc65d-8489-4597-8137-3dd840ce947c"}],"id":"a210c6f5-46ac-4b06-a67b-8d130902016c","description":"<div class=\"alert alert-danger\">\n    <b>Experimental endpoints:</b> These endpoint may not be supported in further releases of the API. If your integration relies on them, please contact us at <a href=\"mailto:developers@bitex.la\">developers@bitex.la</a> explaining your use case, in order to provide you with better support.\n</div>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a7936580-b3d6-416d-8013-e49d13815b1e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ca71ba88-6e1e-4d55-a449-a71f653484c2","type":"text/javascript","exec":[""]}}],"_postman_id":"a210c6f5-46ac-4b06-a67b-8d130902016c"},{"name":"Users","item":[{"name":"List Users","id":"c9ed6390-acbc-489b-8b36-4f57d010eb78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.1"}],"url":"https://{{domain}}/api/users","description":"<p>List all the Users you manage, and their associated Account information.\nYou can always manage at least <em>one</em> user which is yourself. If you have Master User permissions, you'll be able to manage more.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"dc177d20-6b98-4fc6-8634-9a9afaf0aa16","id":"dc177d20-6b98-4fc6-8634-9a9afaf0aa16","name":"Users","type":"folder"}},"urlObject":{"protocol":"https","path":["api","users"],"host":["{{domain}}"],"query":[{"disabled":true,"key":"page[page]","value":"{page_number}"},{"disabled":true,"key":"page[per_page]","value":"{requests_per_page}"}],"variable":[]}},"response":[{"id":"58fbfea1-deaa-4668-b16c-ab51a0a5785d","name":"List Users","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"whitelabel_api_key"},{"key":"Version","type":"text","value":"2.1"}],"url":"https://{{domain}}/api/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"11d708863a61df55a019d50f8332462a\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=ZjBWbjZGZWQvUUVGTzhaQkRGK2pxL3UvRHY3TXRMZUxzbm5weDJBM085WHRGam4xVFE2OURDc0htc2REU2R5ZnRvNmhpZzR0QTdZaklaQXNxcFpqcHhReHV1b21tbzZBSUl1cDYxT1hhWjVyS1JDWU5rMSttVmFQUUZMbnRHTHdFVCs4MTNQU2ZDUjhvTDZOT3NHNHJ3N25nMUowWXk1M0xlT2krR3F3U1VVPS0tMitOTzVRNXdjZlNXbm96Y3VhWTRJZz09--6cbce3cb1144cf043ee7901ef32c58270286886a; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"d00a43ba-3031-4660-91ec-bb2914dd5164","enabled":true},{"key":"X-Runtime","value":"5.232042","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"11\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"test@whitelabeler.com\",\n                \"email\": \"test@whitelabeler.com\",\n                \"kyc_accepted\": false,\n                \"otp_enabled\": false,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false\n            }\n        }\n    ]\n}"}],"_postman_id":"c9ed6390-acbc-489b-8b36-4f57d010eb78"},{"name":"Show User","id":"a4ab31c2-b9e8-41c7-b22e-e98ff97db3b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.1"}],"url":"https://{{domain}}/api/users/:id","description":"<p>A User also has one Account, where you can check their balance in all supported currencies as well as their Monthly Statements for download.</p>\n<p>You'll find a User's Account in the <code>included</code> section of the response.</p>\n<p>You can provide the User id of any User you manage. If you want to check your own balance, you can use the special 'me' id and it will show your own data.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"dc177d20-6b98-4fc6-8634-9a9afaf0aa16","id":"dc177d20-6b98-4fc6-8634-9a9afaf0aa16","name":"Users","type":"folder"}},"urlObject":{"protocol":"https","path":["api","users",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"4158a66f-2eaf-44ef-987d-d5432593276c","description":{"content":"<p>The id of the User you want to retrieve. The special string 'me' will retrieve yourself.</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"afc93b5f-309e-4c7e-92ad-fd2193e28b9d","name":"Show User Me","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.1"}],"url":"https://{{domain}}/api/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"7a561ecbec3caab0242cbadeb085b5ad\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=WmxIWlVIMEg3SkptUlI1NDA4SzkrNlA4N1RUeXpaQUFyeU1kNjl0bDZSa1VjcDRTY09xZW82ejNBU0Eyc1BjRUZHcGJXMGxlYkVSc3hUVlJjaVdCVDNLK0x6RWJkK1ZLM21SQ2NVMnpsT09Kd2RNTytJWnhvZmdnSHova2VqaEh2K2hhUlZ5V1pDK2YwMWF6dDBGMXNib2R2M3FvZWZMaUdPVnNrN3VBdG40PS0tZWVTNlJBZC9VK1o1cEtjbTNMbUMvdz09--233af4b962a0b5e7426c9576ee391228c9001be2; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"279d0161-b29b-43c0-baf8-1ebbf250bb1f","enabled":true},{"key":"X-Runtime","value":"3.067377","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"5\",\n        \"type\": \"users\",\n        \"attributes\": {\n            \"name\": \"person2@example.com\",\n            \"email\": \"person2@example.com\",\n            \"kyc_accepted\": true,\n            \"otp_enabled\": true,\n            \"do_not_email\": false,\n            \"trezor_login_enabled\": false\n        }\n    }\n}"}],"_postman_id":"a4ab31c2-b9e8-41c7-b22e-e98ff97db3b8"},{"name":"Create User","id":"f76f3fa2-de47-4a39-8212-975e5bef378e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.1"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"users\",\n        \"attributes\": {}\n    }\n}"},"url":"https://{{domain}}/api/users","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"dc177d20-6b98-4fc6-8634-9a9afaf0aa16","id":"dc177d20-6b98-4fc6-8634-9a9afaf0aa16","name":"Users","type":"folder"}},"urlObject":{"protocol":"https","path":["api","users"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"2adb4a9a-b617-47e3-8568-6324a69bcaf3","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.1"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"users\",\n        \"attributes\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"7d30386d02c436b9ed7832f8d98ff972\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=ZVNDNHVsdnlYaW9ESXh3b2dURVhQYUV0QnRkaVdjT3V1QlZSbUVlWTAzTnhINDd4bDRORWt1Y2ZkNEJaTVprbHMxT1F6SjFHR3lvb2xTOFBpaGJEaEJmUkphdVV2RnlRT2ZFRWhIVDRPUFhPOUVuUE5jQUVseDVuZ2FTQWdReTZyYlJLb0lmNWRaaElEZWEybWVJQUJWcFJKeFJPYmdUZGNiblNERWxjU2M4PS0tTUVOaGZUM0hmRXZ5aVJlQlpqRXdvUT09--b2c7d942c9e90f7721d72487cf3e29cdacf4cc78; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"ccb90e0d-9a70-4011-a8bc-7d44240b501f","enabled":true},{"key":"X-Runtime","value":"2.235538","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"11\",\n        \"type\": \"users\",\n        \"attributes\": {\n            \"name\": \"test@whitelabeler.com\",\n            \"email\": \"test@whitelabeler.com\",\n            \"kyc_accepted\": false,\n            \"otp_enabled\": false,\n            \"do_not_email\": false,\n            \"trezor_login_enabled\": false\n        }\n    }\n}"}],"_postman_id":"f76f3fa2-de47-4a39-8212-975e5bef378e"},{"name":"Update User","id":"afb1b2db-80bc-41a0-974a-6177bef4ad83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.1"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"5\",\n        \"type\": \"users\",\n        \"attributes\": {\n            \"email\": \"anotheremail@gmail.com\",\n            \"do_not_email\": true,\n            \"password\": \"newpassword\",\n            \"password_confirmation\": \"newpassword\"\n        }\n    }\n}"},"url":"https://{{domain}}/api/users/:id","description":"<p><strong>Important</strong>: The email change will not take effect immediately. Only after it is confirmed (clicking in a link we send to the new email address) you will be able to see the change reflected.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"dc177d20-6b98-4fc6-8634-9a9afaf0aa16","id":"dc177d20-6b98-4fc6-8634-9a9afaf0aa16","name":"Users","type":"folder"}},"urlObject":{"protocol":"https","path":["api","users",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"cf277438-c535-47f7-8356-d864e6485ee6","description":{"content":"<p>The ID of the user you want to change.  The special id 'me' can be used to update your own data.</p>\n","type":"text/plain"},"type":"string","value":"user_id","key":"id"}]}},"response":[{"id":"02201435-2f89-459e-bbb9-82de60df61b3","name":"Update User Me","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.1"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"5\",\n        \"type\": \"users\",\n        \"attributes\": {\n            \"email\": \"anotheremail@gmail.com\",\n            \"do_not_email\": true,\n            \"password\": \"newpassword\",\n            \"password_confirmation\": \"newpassword\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"7123ee323db1303557662a95d27df121\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=SFZka0hqQWlzUUVncjFTdlQvYmNTNzNPTWNTNmIzUUM5Z3NqajFJOFJhUGl3V1RkV3Q3SjF3dnNnQ3BEelRoS0EwYWVhbTlhS0R4MWhoZlRiVkRvdFNhSkYyM09CeWNOWWU4YXhneG01eXJjVFRscjFMOE1mRk4xOUZ5Z0RNRUxmcnBDT1Q3VE9Ibk10ZkNUREVUdXJMcTJyMHNTSUNrcWJNeWxXdGJXS2g0PS0tZGpUYlJtTmI4bHY1WTFZZmxPU2gzZz09--923e9e098a03c7337c4a761d42d3688cd731d5ba; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"01acfe15-9351-49dc-8c95-92fa3fc61360","enabled":true},{"key":"X-Runtime","value":"3.053675","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"5\",\n        \"type\": \"users\",\n        \"attributes\": {\n            \"name\": \"person2@example.com\",\n            \"email\": \"person2@example.com\",\n            \"kyc_accepted\": true,\n            \"otp_enabled\": true,\n            \"do_not_email\": true,\n            \"trezor_login_enabled\": false,\n            \"webhook_url\": \"https://example.com\"\n        }\n    }\n}"}],"_postman_id":"afb1b2db-80bc-41a0-974a-6177bef4ad83"}],"id":"dc177d20-6b98-4fc6-8634-9a9afaf0aa16","description":"<p>See the <a href=\"https://api.bitex.la/docs/users/welcome/\">User Management Guide</a> for more information on these endpoints.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"85f9cde3-bcf8-40f9-a554-0b59250b15ca","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a64f9aec-0cf3-47bf-b845-af81aa6a0915","type":"text/javascript","exec":[""]}}],"_postman_id":"dc177d20-6b98-4fc6-8634-9a9afaf0aa16"},{"name":"Compliance","item":[{"name":"Issues","item":[{"name":"List Issues","id":"dc21d360-86c9-4e13-a8c3-9edc6a2b9f19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{your_api_key}}","type":"text"}],"url":"https://{{domain}}/api/issues","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","issues"],"host":["{{domain}}"],"query":[{"disabled":true,"key":"page[page]","value":"{page_number}"},{"disabled":true,"key":"page[per_page]","value":"{requests_per_page}"},{"disabled":true,"key":"filter[user]","value":"{user_id}"}],"variable":[]}},"response":[],"_postman_id":"dc21d360-86c9-4e13-a8c3-9edc6a2b9f19"},{"name":"Show Issue","id":"6f8def5d-9575-4be5-870a-3d09eb46f2a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{your_api_key}}","type":"text"}],"url":"https://{{domain}}/api/issues/:issue_id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","issues",":issue_id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"e1813144-b35a-4b38-aaad-f9911b4c2963","description":{"content":"<p>The Issue's unique id.</p>\n","type":"text/plain"},"type":"string","value":"","key":"issue_id"}]}},"response":[{"id":"74987256-5e55-48f2-8dda-ad2d54d9ff3e","name":"Show Issue","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{your_api_key}}","type":"text"}],"url":"https://{{domain}}/api/issues/6"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6\",\n        \"type\": \"issues\",\n        \"attributes\": {\n            \"state\": \"draft\",\n            \"reason_code\": \"new_client\",\n            \"created_at\": \"2021-11-15T11:01:03.000Z\",\n            \"updated_at\": \"2021-11-15T11:01:03.000Z\"\n        },\n        \"relationships\": {\n            \"natural_docket_seed\": {\n                \"data\": null\n            },\n            \"legal_entity_docket_seed\": {\n                \"data\": null\n            },\n            \"argentina_invoicing_detail_seed\": {\n                \"data\": null\n            },\n            \"chile_invoicing_detail_seed\": {\n                \"data\": null\n            },\n            \"identification_seeds\": {\n                \"data\": []\n            },\n            \"domicile_seeds\": {\n                \"data\": []\n            },\n            \"phone_seeds\": {\n                \"data\": []\n            },\n            \"email_seeds\": {\n                \"data\": []\n            },\n            \"allowance_seeds\": {\n                \"data\": []\n            },\n            \"affinity_seeds\": {\n                \"data\": []\n            },\n            \"observations\": {\n                \"data\": []\n            },\n            \"note_seeds\": {\n                \"data\": []\n            },\n            \"user\": {\n                \"data\": {\n                    \"id\": \"10004\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"10004\",\n            \"type\": \"users\"\n        }\n    ]\n}"}],"_postman_id":"6f8def5d-9575-4be5-870a-3d09eb46f2a9"},{"name":"Show Current Issue","id":"34400cc5-27b7-46c0-bbeb-21f2121a55f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{your_api_key}}","type":"text"}],"url":"https://{{domain}}/api/issues/current","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","issues","current"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"a256240a-d49d-402f-9798-a6dc52a23500","name":"Show Current Issue","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{your_api_key}}","type":"text"}],"url":"https://{{domain}}/api/issues/current"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6\",\n        \"type\": \"issues\",\n        \"attributes\": {\n            \"state\": \"draft\",\n            \"reason_code\": \"new_client\",\n            \"created_at\": \"2021-11-15T11:01:03.000Z\",\n            \"updated_at\": \"2021-11-15T11:01:03.000Z\"\n        },\n        \"relationships\": {\n            \"natural_docket_seed\": {\n                \"data\": null\n            },\n            \"legal_entity_docket_seed\": {\n                \"data\": null\n            },\n            \"argentina_invoicing_detail_seed\": {\n                \"data\": null\n            },\n            \"chile_invoicing_detail_seed\": {\n                \"data\": null\n            },\n            \"identification_seeds\": {\n                \"data\": []\n            },\n            \"domicile_seeds\": {\n                \"data\": []\n            },\n            \"phone_seeds\": {\n                \"data\": []\n            },\n            \"email_seeds\": {\n                \"data\": []\n            },\n            \"allowance_seeds\": {\n                \"data\": []\n            },\n            \"affinity_seeds\": {\n                \"data\": []\n            },\n            \"observations\": {\n                \"data\": []\n            },\n            \"note_seeds\": {\n                \"data\": []\n            },\n            \"user\": {\n                \"data\": {\n                    \"id\": \"10004\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"10004\",\n            \"type\": \"users\"\n        }\n    ]\n}"}],"_postman_id":"34400cc5-27b7-46c0-bbeb-21f2121a55f8"},{"name":"Create Issue","id":"33f9d84a-e85a-40d8-a575-1598bcc5aa11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"issues\",\n    \"attributes\": {\n      \"reason_code\": \"new_client\"\n    },\n    \"relationships\": {\n      \"user\": {\n        \"data\": { \n          \"type\": \"users\",\n          \"id\": 2\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/issues","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","issues"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"9162186f-b1a3-4c82-80ba-5a574f391ecf","name":"Create Issue","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"issues\",\n    \"attributes\": {\n      \"reason_code\": \"new_client\"\n    },\n    \"relationships\": {\n      \"user\": {\n        \"data\": { \n          \"type\": \"users\",\n          \"id\": 2\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/issues"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6\",\n        \"type\": \"issues\",\n        \"attributes\": {\n            \"state\": \"draft\",\n            \"reason_code\": \"new_client\",\n            \"created_at\": \"2021-11-15T11:01:03.000Z\",\n            \"updated_at\": \"2021-11-15T11:01:03.000Z\"\n        },\n        \"relationships\": {\n            \"natural_docket_seed\": {\n                \"data\": null\n            },\n            \"legal_entity_docket_seed\": {\n                \"data\": null\n            },\n            \"argentina_invoicing_detail_seed\": {\n                \"data\": null\n            },\n            \"chile_invoicing_detail_seed\": {\n                \"data\": null\n            },\n            \"identification_seeds\": {\n                \"data\": []\n            },\n            \"domicile_seeds\": {\n                \"data\": []\n            },\n            \"phone_seeds\": {\n                \"data\": []\n            },\n            \"email_seeds\": {\n                \"data\": []\n            },\n            \"allowance_seeds\": {\n                \"data\": []\n            },\n            \"affinity_seeds\": {\n                \"data\": []\n            },\n            \"observations\": {\n                \"data\": []\n            },\n            \"note_seeds\": {\n                \"data\": []\n            },\n            \"user\": {\n                \"data\": {\n                    \"id\": \"10004\",\n                    \"type\": \"users\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"10004\",\n            \"type\": \"users\"\n        }\n    ]\n}"}],"_postman_id":"33f9d84a-e85a-40d8-a575-1598bcc5aa11"},{"name":"Set Complete","id":"731e60c4-72a3-464a-af6e-d756941e2325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{your_api_key}}","type":"text"}],"url":"https://{{domain}}/api/issues/:issue_id/complete","description":"<p>When you finish adding <code>Seeds</code> to an <code>Issue</code> you announce it's complete so our compliance officers can review it.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","issues",":issue_id","complete"],"host":["{{domain}}"],"query":[],"variable":[{"id":"d3d65c8d-f0b1-4c09-aa7e-c1f8a406c949","description":{"content":"<p>The Issue's unique id.</p>\n","type":"text/plain"},"type":"string","value":"","key":"issue_id"}]}},"response":[{"id":"2045bd44-9472-4409-9b00-21ed06d95c01","name":"Set Complete","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{your_api_key}}","type":"text"}],"url":"https://{{domain}}/api/issues/16/complete"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"16\",\n        \"type\": \"issues\",\n        \"attributes\": {\n            \"state\": \"new\"\n        }\n    }\n}"}],"_postman_id":"731e60c4-72a3-464a-af6e-d756941e2325"}],"id":"2dad0a94-c1a0-4417-bfa3-28e0050c42ed","description":"<p><code>Issues</code> belong to a <code>Person</code>, which in turn may have many <code>Issues</code>.</p>\n<p><code>Issues</code> have a <strong>reason_code</strong> to help distinguish their motive: <strong>new_client</strong>, used for the <code>Person's</code> first <code>Issue</code>, or <strong>further_clarification</strong> for the ones after that.</p>\n<p><code>Issues</code> hold different types of <code>Seeds</code>, which have the actual customer data in them.</p>\n","event":[{"listen":"prerequest","script":{"id":"4ecaf764-d9e8-4271-9e80-253f83bf66b9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"327f12bf-e1b4-4324-9ce3-1aa6e8a28aef","type":"text/javascript","exec":[""]}}],"_postman_id":"2dad0a94-c1a0-4417-bfa3-28e0050c42ed","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}}},{"name":"Seeds","item":[{"name":"Create Natural Docket","id":"6c99d2b0-8961-4354-b91f-265f6f819a3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"},{"key":"Version","value":"2.0","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"natural_docket_seeds\",\n    \"attributes\": {\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"nationality\": \"AR\",\n      \"gender_code\": \"male\",\n      \"marital_status_code\": \"single\",\n      \"politically_exposed\": \"false\",\n      \"birth_date\": \"1990-12-31\"\n    },\n    \"relationships\": {\n      \"issue\": {\n        \"data\": {\n          \"id\": \"2\",\n          \"type\": \"issues\"\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/natural_docket_seeds","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","natural_docket_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"021f1345-817f-47dd-aa94-0e29792b2bf7","name":"Create Natural Docket","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"},{"key":"Version","value":"2.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"natural_docket_seeds\",\n        \"attributes\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"nationality\": \"AR\",\n            \"gender_code\": \"male\",\n            \"marital_status_code\": \"single\",\n            \"politically_exposed\": \"false\",\n            \"birth_date\": \"1990-12-31\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/api/natural_docket_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"natural_docket_seeds\",\n        \"attributes\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"nationality\": \"AR\",\n            \"gender_code\": \"male\",\n            \"marital_status_code\": \"single\",\n            \"job_title\": null,\n            \"job_description\": null,\n            \"politically_exposed\": false,\n            \"politically_exposed_reason\": null,\n            \"birth_date\": \"1990-01-31\",\n            \"created_at\": \"2018-10-23T17:32:51.000Z\",\n            \"updated_at\": \"2018-10-23T17:32:51.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"6c99d2b0-8961-4354-b91f-265f6f819a3a"},{"name":"Update Natural Docket","id":"a27dc45d-0d3a-4571-a009-987e6c97a284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"},{"key":"Version","value":"2.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"natural_docket_seeds\",\n        \"attributes\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"nationality\": \"AR\",\n            \"gender_code\": \"male\",\n            \"marital_status_code\": \"single\",\n            \"politically_exposed\": \"false\",\n            \"birth_date\": \"1990-12-31\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"issues\"\n                }\n            }\n        }\n    }\n}"},"url":"https://{{domain}}/api/natural_docket_seeds/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","natural_docket_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"f805d4c1-068b-45cd-bd8d-e16093d7265f","description":{"content":"<p>NaturalDocketSeedId</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"9706cdcb-6a61-46ae-a91c-8e2ec8e7e8ce","name":"Create Natural Docket","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"},{"key":"Version","value":"2.0","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"natural_docket_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"first_name\":\"John\",\n\t\t\t\"last_name\":\"Doe\",\n\t\t\t\"nationality\":\"AR\",\n\t\t\t\"gender_code\":\"male\",\n\t\t\t\"marital_status_code\":\"single\",\n\t\t\t\"politically_exposed\":\"false\",\n\t\t\t\"birth_date\":\"1990-12-31\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/natural_docket_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"natural_docket_seeds\",\n        \"attributes\": {\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"nationality\": \"AR\",\n            \"gender_code\": \"male\",\n            \"marital_status_code\": \"single\",\n            \"job_title\": null,\n            \"job_description\": null,\n            \"politically_exposed\": false,\n            \"politically_exposed_reason\": null,\n            \"birth_date\": \"1990-01-31\",\n            \"created_at\": \"2018-10-23T17:32:51.000Z\",\n            \"updated_at\": \"2018-10-23T17:32:51.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"a27dc45d-0d3a-4571-a009-987e6c97a284"},{"name":"Create Legal Entity Docket","id":"1c9e530c-0898-4d9d-9526-8121a43fb606","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"legal_entity_docket_seeds\",\n    \"attributes\": {\n      \"industry\": \"it\",\n      \"business_description\": \"software\",\n      \"country\":\"AR\",\n      \"commercial_name\": \"AwesomeCompany\",\n      \"legal_name\": \"My Company Inc.\"\n    },\n    \"relationships\": {\n      \"issue\": {\n        \"data\": { \n          \"type\": \"issues\",\n          \"id\": \"some_issue.id\" \n        }\n      }\n    }\n  }\n}\n"},"url":"https://{{domain}}/api/legal_entity_docket_seeds","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","legal_entity_docket_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"f62efa81-0469-4336-a219-e8bb6f41b6e7","name":"Create Legal Entity Docket","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"},{"key":"Version","value":"2.0","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"legal_entity_docket_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"industry\": \"it\",\n\t\t\t\"business_description\": \"software\",\n\t\t\t\"country\":\"AR\",\n\t\t\t\"commercial_name\": \"AwesomeCompany\",\n\t\t\t\"legal_name\": \"My Company Inc.\"\n\t\t},\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"issues\"\n                }\n            }\n        }\n\t}\n}\n"},"url":"https://{{domain}}/api/legal_entity_docket_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"id\": \"3\",\n\t\t\"type\": \"legal_entity_docket_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"industry\": \"it\",\n\t\t\t\"business_description\": \"software\",\n\t\t\t\"country\": \"AR\",\n\t\t\t\"commercial_name\": \"AwesomeCompany\",\n\t\t\t\"legal_name\": \"My Company Inc.\",\n\t\t\t\"created_at\":\"2019-04-24T13:13:39.000Z\",\n\t\t\t\"updated_at\":\"2019-04-24T13:13:39.000Z\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"issue\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"id\": \"18\",\n\t\t\t\t\t\"type\": \"issues\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"attachments\": {\n\t\t\t\t\"data\": []\n\t\t\t}\n\t\t}\n\t}\n}"}],"_postman_id":"1c9e530c-0898-4d9d-9526-8121a43fb606"},{"name":"Update Legal Entity Docket","id":"4204126d-0b0a-40d9-a7ad-d85e2c619d0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"legal_entity_docket_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"industry\": \"it\",\n\t\t\t\"business_description\": \"software\",\n\t\t\t\"country\":\"AR\",\n\t\t\t\"commercial_name\": \"AwesomeCompany\",\n\t\t\t\"legal_name\": \"My Company Inc.\"\n\t\t}\n\t}\n}\n"},"url":"https://{{domain}}/api/legal_entity_docket_seeds/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","legal_entity_docket_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"bde7e887-b53c-42f7-8547-e990469a515a","description":{"content":"<p>LegalEntityDocketSeed id </p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"7a939d27-1658-4942-97ad-f4639f4dfba9","name":"Create Legal Entity Docket","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"},{"key":"Version","value":"2.0","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"legal_entity_docket_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"industry\": \"it\",\n\t\t\t\"business_description\": \"software\",\n\t\t\t\"country\":\"AR\",\n\t\t\t\"commercial_name\": \"AwesomeCompany\",\n\t\t\t\"legal_name\": \"My Company Inc.\"\n\t\t}\n\t}\n}\n"},"url":"https://{{domain}}/api/legal_entity_docket_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"data\": {\n\t\t\"id\": \"3\",\n\t\t\"type\": \"legal_entity_docket_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"industry\": \"it\",\n\t\t\t\"business_description\": \"software\",\n\t\t\t\"country\": \"AR\",\n\t\t\t\"commercial_name\": \"AwesomeCompany\",\n\t\t\t\"legal_name\": \"My Company Inc.\",\n\t\t\t\"created_at\":\"2019-04-24T13:13:39.000Z\",\n\t\t\t\"updated_at\":\"2019-04-24T13:13:39.000Z\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"issue\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"id\": \"18\",\n\t\t\t\t\t\"type\": \"issues\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"attachments\": {\n\t\t\t\t\"data\": []\n\t\t\t}\n\t\t}\n\t}\n}"}],"_postman_id":"4204126d-0b0a-40d9-a7ad-d85e2c619d0c"},{"name":"Create Identification","id":"9ae0d0af-089d-42c2-976f-f0b555c76cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\":\"identification_seeds\",\n    \"attributes\": {\n      \"identification_kind_code\": \"national_id\",\n      \"issuer\": \"AR\",\n      \"number\": \"12345678\"\n    },\n    \"relationships\": {\n      \"issue\": {\n        \"data\": { \n          \"type\": \"issues\",\n          \"id\": \"some_issue.id\" \n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/identification_seeds","description":"<p>The identification should be checked by an attachment demonstrating its validity.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","identification_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"9b5a6c2e-639c-42e9-8805-eeb30f2c21db","name":"Create Identification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"identification_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"identification_kind_code\": \"national_id\",\n\t\t\t\"issuer\": \"AR\",\n\t\t\t\"number\": \"12345678\"\n\t\t},\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"issues\"\n                }\n            }\n        }\n\t}\n}"},"url":"https://{{domain}}/api/identification_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"identification_seeds\",\n        \"attributes\": {\n            \"identification_kind_code\": \"national_id\",\n            \"number\": \"12345678\",\n            \"issuer\": \"AR\",\n            \"public_registry_authority\": null,\n            \"public_registry_book\": null,\n            \"public_registry_extra_data\": null,\n            \"created_at\": \"2018-10-23T17:32:52.000Z\",\n            \"updated_at\": \"2018-10-23T17:32:52.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"9ae0d0af-089d-42c2-976f-f0b555c76cc9"},{"name":"Update Identification","id":"162c4d15-e518-4e29-8024-dbec6a3bf249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"identification_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"identification_kind_code\": \"national_id\",\n\t\t\t\"issuer\": \"AR\",\n\t\t\t\"number\": \"12345678\"\n\t\t}\n\t},\n\t \n}"},"url":"https://{{domain}}/api/identification_seeds/:id","description":"<p>The identification should be checked by an attachment demonstrating its validity.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","identification_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"35f990d0-d8b0-43e2-9a4d-b445bfb7a223","description":{"content":"<p>IdentificationSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"a93ffc00-f7ec-481f-990a-fa6f6ea0a798","name":"Create Identification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"identification_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"identification_kind_code\": \"national_id\",\n\t\t\t\"issuer\": \"AR\",\n\t\t\t\"number\": \"12345678\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/identification_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"identification_seeds\",\n        \"attributes\": {\n            \"identification_kind_code\": \"national_id\",\n            \"number\": \"12345678\",\n            \"issuer\": \"AR\",\n            \"public_registry_authority\": null,\n            \"public_registry_book\": null,\n            \"public_registry_extra_data\": null,\n            \"created_at\": \"2018-10-23T17:32:52.000Z\",\n            \"updated_at\": \"2018-10-23T17:32:52.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"162c4d15-e518-4e29-8024-dbec6a3bf249"},{"name":"Create Note","id":"52a5d830-1f6a-4467-b189-6ec4037cd51e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"note_seeds\",\n        \"attributes\": {\n            \"body\": \"these are custom notes\",\n            \"title\": \"identification note\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"type\": \"issues\",\n                    \"id\": \"some_issue.id\"\n                }\n            }\n        }\n    }\n}"},"url":"https://{{domain}}/api/note_seeds","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","note_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"e0f2f63e-316d-4cce-afd2-eed8df5686da","name":"Create Note","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"note_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"body\": \"these are custom notes\",\n\t\t\t\"title\": \"identification note\"\n\t\t},\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"issues\"\n                }\n            }\n        }\n\t}\n}"},"url":"https://{{domain}}/api/note_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"note_seeds\",\n        \"attributes\": {\n            \"title\": \"identification note\",\n            \"body\": \"these are custom notes\",\n            \"created_at\": \"2018-10-23T17:32:53.000Z\",\n            \"updated_at\": \"2018-10-23T17:32:53.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"52a5d830-1f6a-4467-b189-6ec4037cd51e"},{"name":"Update Note","id":"90c46602-9d8f-45b7-b6a4-c180d7f71876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"note_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"body\": \"these are custom notes\",\n\t\t\t\"title\": \"identification note\"\n\t\t}\n\t},\n\t \n}"},"url":"https://{{domain}}/api/note_seeds/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","note_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"95ab0e53-c34d-4e04-9dd5-8696f415b254","description":{"content":"<p>NoteSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"d61bd408-89c5-4aaa-b064-72e851e2f560","name":"Create Note","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"note_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"body\": \"these are custom notes\",\n\t\t\t\"title\": \"identification note\"\n\t\t}\n\t}\n}"},"url":"https://{{domain}}/api/note_seeds"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"note_seeds\",\n        \"attributes\": {\n            \"title\": \"identification note\",\n            \"body\": \"these are custom notes\",\n            \"created_at\": \"2018-10-23T17:32:53.000Z\",\n            \"updated_at\": \"2018-10-23T17:32:53.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"90c46602-9d8f-45b7-b6a4-c180d7f71876"},{"name":"Create Domicile","id":"0a7b2893-03b6-4aba-a549-3d5e852f0519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"domicile_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"city\": \"CABA\",\n\t\t\t\"country\": \"AR\",\n\t\t\t\"floor\": \"0\",\n\t\t\t\"postal_code\": \"1001\",\n\t\t\t\"street_address\": \"Balcarce\",\n\t\t\t\"street_number\": \"50\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"issue\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"id\": \"2\",\n\t\t\t\t\t\"type\": \"issues\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"https://{{domain}}/api/domicile_seeds","description":"<p>The domicile should be checked by an attachment demonstrating its validity.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","domicile_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"f76ff52b-3ee1-41d7-962c-609e87f54b5d","name":"Create Domicile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"domicile_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"city\": \"CABA\",\n\t\t\t\"country\": \"AR\",\n\t\t\t\"floor\": \"0\",\n\t\t\t\"postal_code\": \"1001\",\n\t\t\t\"street_address\": \"Balcarce\",\n\t\t\t\"street_number\": \"50\"\n\t\t},\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"issues\"\n                }\n            }\n        }\n\t}\n}"},"url":"https://{{domain}}/api/domicile_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"domicile_seeds\",\n        \"attributes\": {\n            \"country\": \"AR\",\n            \"state\": null,\n            \"city\": \"CABA\",\n            \"street_address\": \"Balcarce\",\n            \"street_number\": \"50\",\n            \"postal_code\": \"1001\",\n            \"floor\": \"0\",\n            \"apartment\": null,\n            \"created_at\": \"2018-10-23T17:50:57.000Z\",\n            \"updated_at\": \"2018-10-23T17:50:57.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"0a7b2893-03b6-4aba-a549-3d5e852f0519"},{"name":"Update domicile","id":"a32b6e0b-ec62-497a-b748-7d8ff4b08fa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"domicile_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"city\": \"CABA\",\n\t\t\t\"country\": \"AR\",\n\t\t\t\"floor\": \"0\",\n\t\t\t\"postal_code\": \"1001\",\n\t\t\t\"street_address\": \"Balcarce\",\n\t\t\t\"street_number\": \"50\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"issue\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"id\": \"2\",\n\t\t\t\t\t\"type\": \"issues\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"https://{{domain}}/api/domicile_seeds/:id","description":"<p>The domicile should be checked by an attachment demonstrating its validity.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","domicile_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"e9254802-692e-4b1a-80ec-162abb62d62b","description":{"content":"<p>DomicileSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"62098dca-a84b-4a75-9255-28372fda7853","name":"Create Domicile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"domicile_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"city\": \"CABA\",\n\t\t\t\"country\": \"AR\",\n\t\t\t\"floor\": \"0\",\n\t\t\t\"postal_code\": \"1001\",\n\t\t\t\"street_address\": \"Balcarce\",\n\t\t\t\"street_number\": \"50\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/domicile_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"domicile_seeds\",\n        \"attributes\": {\n            \"country\": \"AR\",\n            \"state\": null,\n            \"city\": \"CABA\",\n            \"street_address\": \"Balcarce\",\n            \"street_number\": \"50\",\n            \"postal_code\": \"1001\",\n            \"floor\": \"0\",\n            \"apartment\": null,\n            \"created_at\": \"2018-10-23T17:50:57.000Z\",\n            \"updated_at\": \"2018-10-23T17:50:57.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"a32b6e0b-ec62-497a-b748-7d8ff4b08fa2"},{"name":"Create Email","id":"1a92807c-16e8-4786-85ac-5eb7893ff0e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"email_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"address\": \"person@example.com\",\n\t\t\t\"email_kind_code\": \"invoicing\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"issue\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"id\": \"2\",\n\t\t\t\t\t\"type\": \"issues\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n    }\n}"},"url":"https://{{domain}}/api/email_seeds","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","email_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"3e93898e-b922-4365-8f7e-345556295df2","name":"Create Email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"email_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"address\": \"person@example.com\",\n\t\t\t\"email_kind_code\": \"invoicing\"\n\t\t},\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"issues\"\n                }\n            }\n        }\n\t}\n}"},"url":"https://{{domain}}/api/email_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2\",\n        \"type\": \"email_seeds\",\n        \"attributes\": {\n            \"address\": \"person@example.com\",\n            \"email_kind_code\": \"invoicing\",\n            \"created_at\": \"2018-10-23T17:50:58.000Z\",\n            \"updated_at\": \"2018-10-23T17:50:58.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"1a92807c-16e8-4786-85ac-5eb7893ff0e1"},{"name":"Update Email","id":"f57c4595-30ff-4a7d-92fb-f11464121a5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"email_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"address\": \"person@example.com\",\n\t\t\t\"email_kind_code\": \"invoicing\"\n\t\t}\n\t},\n\t \n}"},"url":"https://{{domain}}/api/email_seeds/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","email_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"8a473014-58d3-4c3d-ba3f-2219a91fb0b0","description":{"content":"<p>EmailSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"b576d86c-5b18-4ba0-a3fd-20dff06c5010","name":"Create Email","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"email_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"address\": \"person@example.com\",\n\t\t\t\"email_kind_code\": \"invoicing\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/email_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2\",\n        \"type\": \"email_seeds\",\n        \"attributes\": {\n            \"address\": \"person@example.com\",\n            \"email_kind_code\": \"invoicing\",\n            \"created_at\": \"2018-10-23T17:50:58.000Z\",\n            \"updated_at\": \"2018-10-23T17:50:58.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"f57c4595-30ff-4a7d-92fb-f11464121a5c"},{"name":"Create Argentina Invoicing Detail","id":"184bcbf5-a308-4a08-ba19-dbff8741d0c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\":\"argentina_invoicing_detail_seeds\",\n    \"attributes\": {\n      \"address\": \"Balcarce, 50, 0, CABA\",\n      \"country\": \"AR\",\n      \"full_name\": \"John, Doe\",\n      \"receipt_kind_code\": \"b\",\n      \"tax_id\": \"20123456786\",\n      \"tax_id_kind_code\": \"cuil\",\n      \"vat_status_code\": \"consumidor_final\"\n    },\n    \"relationships\": {\n      \"issue\": {\n        \"data\": {\n          \"id\": \"2\",\n          \"type\": \"issues\"\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/argentina_invoicing_detail_seeds","description":"<p>Add invoicing details for Argentinian users.</p>\n<ul>\n<li><code>receipt_kind_code</code>: the end user should choose between <code>a</code> and <code>b</code>.</li>\n<li><code>tax_id_kind_code</code>: the end user should choose between <code>cuit</code>, <code>cuil</code> and <code>dni</code>.</li>\n<li><code>vat_status_code</code>: the end user should choose between <code>inscripto</code>, <code>consumidor_final</code>, <code>monotributo</code> and <code>exento</code>.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","argentina_invoicing_detail_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"a5a033b9-e4e3-453e-91d3-2305b425097a","name":"Create Invoicing Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"argentina_invoicing_detail_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"address\": \"Balcarce, 50, 0, CABA\",\n\t\t\t\"country\": \"AR\",\n\t\t\t\"full_name\": \"John, Doe\",\n\t\t\t\"receipt_kind_code\": \"b\",\n\t\t\t\"tax_id\": \"20123456786\",\n\t\t\t\"tax_id_kind_code\": \"cuil\",\n\t\t\t\"vat_status_code\": \"consumidor_final\"\n\t\t},\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"issues\"\n                }\n            }\n        }\n\t}\n}"},"url":"https://{{domain}}/api/argentina_invoicing_detail_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"argentina_invoicing_detail_seeds\",\n        \"attributes\": {\n            \"vat_status_code\": \"consumidor_final\",\n            \"tax_id\": \"20123456786\",\n            \"tax_id_kind_code\": \"cuil\",\n            \"receipt_kind_code\": \"b\",\n            \"full_name\": \"John, doe\",\n            \"country\": \"AR\",\n            \"address\": \"Balcarce, 50, 0, CABA\",\n            \"created_at\": \"2018-10-23T18:04:41.000Z\",\n            \"updated_at\": \"2018-10-23T18:04:41.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"184bcbf5-a308-4a08-ba19-dbff8741d0c2"},{"name":"Update Argentina Invoicing Detail","id":"78c7a8f5-d57f-4681-ba80-6dd4e6fa8a1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"argentina_invoicing_detail_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"address\": \"Balcarce, 50, 0, CABA\",\n\t\t\t\"country\": \"AR\",\n\t\t\t\"full_name\": \"John, Doe\",\n\t\t\t\"receipt_kind_code\": \"b\",\n\t\t\t\"tax_id\": \"20123456786\",\n\t\t\t\"tax_id_kind_code\": \"cuil\",\n\t\t\t\"vat_status_code\": \"consumidor_final\"\n\t\t}\n\t},\n\t \n}"},"url":"https://{{domain}}/api/argentina_invoicing_detail_seeds/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","argentina_invoicing_detail_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"fd41a2fb-95a3-4f3b-b0d6-5f6ef488f36a","description":{"content":"<p>ArgentinaInvoicingDetailSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"b7896684-4124-49ee-98ca-2054338f341b","name":"Create Invoicing Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"argentina_invoicing_detail_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"address\": \"Balcarce, 50, 0, CABA\",\n\t\t\t\"country\": \"AR\",\n\t\t\t\"full_name\": \"John, Doe\",\n\t\t\t\"receipt_kind_code\": \"b\",\n\t\t\t\"tax_id\": \"20123456786\",\n\t\t\t\"tax_id_kind_code\": \"cuil\",\n\t\t\t\"vat_status_code\": \"consumidor_final\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/argentina_invoicing_detail_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"argentina_invoicing_detail_seeds\",\n        \"attributes\": {\n            \"vat_status_code\": \"consumidor_final\",\n            \"tax_id\": \"20123456786\",\n            \"tax_id_kind_code\": \"cuil\",\n            \"receipt_kind_code\": \"b\",\n            \"full_name\": \"John, doe\",\n            \"country\": \"AR\",\n            \"address\": \"Balcarce, 50, 0, CABA\",\n            \"created_at\": \"2018-10-23T18:04:41.000Z\",\n            \"updated_at\": \"2018-10-23T18:04:41.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"78c7a8f5-d57f-4681-ba80-6dd4e6fa8a1a"},{"name":"Create Chile Invoicing Detail","id":"edae0172-a046-45e4-9a0a-232adf20d8a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"argentina_invoicing_detail_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"ciudad\": \"santiago\",\n\t\t\t\"comuna\": \"Chile\",\n\t\t\t\"giro\": \"2332\",\n\t\t\t\"tax_id\": \"12053214-6\",\n\t\t\t\"vat_status_code\": \"consumidor_final\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"issue\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"id\": \"2\",\n\t\t\t\t\t\"type\": \"issues\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"https://{{domain}}/api/chile_invoicing_detail_seeds","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","chile_invoicing_detail_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"c683079e-7f26-47ec-bc9b-87e6e03bdf0e","name":"Create Chilean Invoicing Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"argentina_invoicing_detail_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"ciudad\": \"santiago\",\n\t\t\t\"comuna\": \"Chile\",\n\t\t\t\"giro\": \"2332\",\n\t\t\t\"tax_id\": \"12053214-6\",\n\t\t\t\"vat_status_code\": \"consumidor_final\"\n\t\t},\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"issues\"\n                }\n            }\n        }\n\t}\n}"},"url":"https://{{domain}}/api/chile_invoicing_detail_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"chile_invoicing_detail_seeds\",\n        \"attributes\": {\n            \"vat_status_code\": \"consumidor_final\",\n            \"tax_id\": \"12053214-6\",\n            \"giro\": \"2332\",\n            \"ciudad\": \"santiago\",\n            \"comuna\": \"Chile\",\n            \"created_at\": \"2018-10-23T18:35:25.000Z\",\n            \"updated_at\": \"2018-10-23T18:35:25.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"edae0172-a046-45e4-9a0a-232adf20d8a5"},{"name":"Update Chile Invoicing Detail","id":"58e3ef14-cdfe-4840-8ab3-79ba49e44e8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"argentina_invoicing_detail_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"ciudad\": \"santiago\",\n\t\t\t\"comuna\": \"Chile\",\n\t\t\t\"giro\": \"2332\",\n\t\t\t\"tax_id\": \"12053214-6\",\n\t\t\t\"vat_status_code\": \"consumidor_final\"\n\t\t}\n\t}\n}"},"url":"https://{{domain}}/api/chile_invoicing_detail_seeds/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","chile_invoicing_detail_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"ca2ad1f6-97d5-4b01-b569-8cc28d35882e","description":{"content":"<p>ChileInvoicingDetailSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"1be8c1c9-31d7-45ac-b01f-add5bab8b493","name":"Create Chilean Invoicing Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"argentina_invoicing_detail_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"ciudad\": \"santiago\",\n\t\t\t\"comuna\": \"Chile\",\n\t\t\t\"giro\": \"2332\",\n\t\t\t\"tax_id\": \"12053214-6\",\n\t\t\t\"vat_status_code\": \"consumidor_final\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/chile_invoicing_detail_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"chile_invoicing_detail_seeds\",\n        \"attributes\": {\n            \"vat_status_code\": \"consumidor_final\",\n            \"tax_id\": \"12053214-6\",\n            \"giro\": \"2332\",\n            \"ciudad\": \"santiago\",\n            \"comuna\": \"Chile\",\n            \"created_at\": \"2018-10-23T18:35:25.000Z\",\n            \"updated_at\": \"2018-10-23T18:35:25.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"58e3ef14-cdfe-4840-8ab3-79ba49e44e8e"},{"name":"Create Allowance","id":"67670787-6dca-4b6d-8741-b742beb83ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"allowance_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"kind_code\": \"usd\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"issue\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"id\": \"2\",\n\t\t\t\t\t\"type\": \"issues\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"https://{{domain}}/api/allowance_seeds","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","allowance_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"32369768-0b54-4a30-918f-8a465ca0a9cf","name":"Create Allowance","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"allowance_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"kind_code\": \"usd\"\n\t\t},\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"issues\"\n                }\n            }\n        }\n\t}\n}"},"url":"https://{{domain}}/api/allowance_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"allowance_seeds\",\n        \"attributes\": {\n            \"kind_code\": \"usd\",\n            \"created_at\": \"2018-10-23T18:04:40.000Z\",\n            \"updated_at\": \"2018-10-23T18:04:40.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"67670787-6dca-4b6d-8741-b742beb83ec8"},{"name":"Update Allowance","id":"f7f0261e-2887-4ac1-b9c0-e0268cc84ff9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"allowance_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"kind_code\": \"usd\"\n\t\t}\n\t},\n\t \n}"},"url":"https://{{domain}}/api/allowance_seeds/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","allowance_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"b7cdc4d7-1da2-444b-bb2e-e7a50eacae4e","description":{"content":"<p>AllowanceSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"c8f5a3bc-9159-4d6b-aed9-9505a3a89a4a","name":"Create Allowance","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"allowance_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"kind_code\": \"usd\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/allowance_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"allowance_seeds\",\n        \"attributes\": {\n            \"kind_code\": \"usd\",\n            \"created_at\": \"2018-10-23T18:04:40.000Z\",\n            \"updated_at\": \"2018-10-23T18:04:40.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"f7f0261e-2887-4ac1-b9c0-e0268cc84ff9"},{"name":"Create Phone","id":"b09cbeae-9875-4ef5-a118-4a0736ede72d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"phone_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"country\": \"AR\",\n\t\t\t\"number\": \"12345678\",\n\t\t\t\"phone_kind_code\": \"main\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"issue\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"id\": \"2\",\n\t\t\t\t\t\"type\": \"issues\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n    }\n}"},"url":"https://{{domain}}/api/phone_seeds","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","phone_seeds"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"b3e83a87-2ffc-4985-8fc4-eed2ac6a56e5","name":"Create Phone","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"phone_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"country\": \"AR\",\n\t\t\t\"number\": \"12345678\",\n\t\t\t\"phone_kind_code\": \"main\"\n\t\t},\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"2\",\n                    \"type\": \"issues\"\n                }\n            }\n        }\n\t}\n}"},"url":"https://{{domain}}/api/phone_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"phone_seeds\",\n        \"attributes\": {\n            \"number\": \"12345678\",\n            \"phone_kind_code\": \"main\",\n            \"country\": \"AR\",\n            \"has_whatsapp\": false,\n            \"has_telegram\": false,\n            \"note\": null,\n            \"created_at\": \"2018-10-23T17:50:59.000Z\",\n            \"updated_at\": \"2018-10-23T17:50:59.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"b09cbeae-9875-4ef5-a118-4a0736ede72d"},{"name":"Update Phone","id":"27cea3da-eeae-4768-bcc2-8b98e749e929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"phone_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"country\": \"AR\",\n\t\t\t\"number\": \"12345678\",\n\t\t\t\"phone_kind_code\": \"main\"\n\t\t}\n\t},\n\t \n}"},"url":"https://{{domain}}/api/phone_seeds/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","phone_seeds",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"2090b2f4-5fc3-49f5-b48c-b9822460fbba","description":{"content":"<p>PhoneSeed id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"9bdb9ebc-4f03-4d52-9a24-aaf23ef4efc3","name":"Create Phone","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\":\"phone_seeds\",\n\t\t\"attributes\": {\n\t\t\t\"country\": \"AR\",\n\t\t\t\"number\": \"12345678\",\n\t\t\t\"phone_kind_code\": \"main\"\n\t\t}\n\t},\n\t\"included\":[]\n}"},"url":"https://{{domain}}/api/phone_seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"phone_seeds\",\n        \"attributes\": {\n            \"number\": \"12345678\",\n            \"phone_kind_code\": \"main\",\n            \"country\": \"AR\",\n            \"has_whatsapp\": false,\n            \"has_telegram\": false,\n            \"note\": null,\n            \"created_at\": \"2018-10-23T17:50:59.000Z\",\n            \"updated_at\": \"2018-10-23T17:50:59.000Z\"\n        },\n        \"relationships\": {\n            \"issue\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"issues\"\n                }\n            },\n            \"attachments\": {\n                \"data\": []\n            }\n        }\n    }\n}"}],"_postman_id":"27cea3da-eeae-4768-bcc2-8b98e749e929"},{"name":"Create Attachments","id":"94609d70-7756-4123-9883-5f2bffbf2d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"attachments\",\n        \"attributes\": {\n            \"document\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+P+/HgAFhAJ/wlseKgAAAABJRU5ErkJggg==\",\n            \"document_file_name\": \"pixel.png\",\n            \"document_content_type\": \"image/png\"\n        },\n        \"relationships\": {\n            \"attached_to_seed\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"identification_seeds\"\n                }\n            }\n        }\n    }\n}"},"url":"https://{{domain}}/api/attachments","description":"<p>Attachments include a full base64 encoded version of the file as the <strong>document</strong> attribute.</p>\n<p>We accept the following file types:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>'image/bmp',\n'image/jpeg',\n'image/jpg',\n'image/gif',\n'image/png',\n'application/pdf',\n'application/doc',\n'application/msword',\n'application/vnd.openxmlformats-officedocument.wordprocessingml.document',\n'application/vnd.ms-excel',\n'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'\n\n</code></pre><p>Keep in mind that just changing the extension won't work, please stick to these file types.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","attachments"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"61db8b7e-55f3-4fe5-a615-74dbf77c28d9","name":"Add Attachments","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"attachments\",\n\t\t\"attributes\": {\n\t\t\t\"document\": \"ENCODED FILE IN BASE64. eg: data:image/jpeg;base64,/9j/4AAQSkZJR...\",\n\t\t\t\"document_file_name\": \"idfront.jpg\",\n\t\t\t\"document_content_type\": \"image/jpeg\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"attached_to_seed\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"id\": \"1\",\n\t\t\t\t\t\"type\": \"identification_seeds\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"https://{{domain}}/api/attachments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"attachments\",\n        \"attributes\": {\n            \"document_file_name\": \"idfront.jpg\",\n            \"document_content_type\": \"image/jpeg\",\n            \"document_file_size\": 8391,\n            \"created_at\": \"2018-10-23T17:32:55.000Z\",\n            \"updated_at\": \"2018-10-23T17:32:55.000Z\"\n        },\n        \"relationships\": {\n            \"attached_to_seed\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"identification_seeds\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"94609d70-7756-4123-9883-5f2bffbf2d77"}],"id":"7662e244-5101-4612-9951-b63babee8bbb","description":"<p>Seeds collectively can contain all the information we require from you in order to make due dilligence and accept a customer.</p>\n<p>At the API level, most values for seeds are valid.</p>\n<p>Which seeds to submit, how many, and the fields to use, will depend on the compliance program that applies to the specific account, which you should have been informed about already.</p>\n<p>If in doubt, just contact us.</p>\n","_postman_id":"7662e244-5101-4612-9951-b63babee8bbb","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}}},{"name":"Observations","item":[{"name":"Get Observation","id":"3d7c40fb-a213-476c-9305-8b8e418202e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"},{"key":"Version","value":"2.0","type":"text"}],"url":"https://{{domain}}/api/compliance/observations/:observation_id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","compliance","observations",":observation_id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"f11fbac6-7571-4da7-8c5a-e38ea840a041","type":"any","value":null,"key":"observation_id"}]}},"response":[{"id":"8819af39-db2b-48d2-a879-ff80c1e841ab","name":"Get Observation","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"},{"key":"Version","value":"2.0","type":"text"}],"url":{"raw":"https://{{domain}}/api/compliance/observations/:observation_id","protocol":"https","host":["{{domain}}"],"path":["api","compliance","observations",":observation_id"],"variable":[{"key":"observation_id","value":null}]}},"_postman_previewlanguage":"json","header":[{"enabled":true}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"946\",\n        \"type\": \"observations\",\n        \"attributes\": {\n            \"note\": \"Completar el apellido del cliente\",\n            \"reply\": null,\n            \"state\": \"new\",\n            \"scope\": \"client\",\n            \"subject_es\": \"incomplete_form\",\n            \"body_es\": \"El formulario no se encuentra completo en su totalidad. Por favor complete sus datos personales sin omitir ningún campo.\",\n            \"subject_en\": \"incomplete_form\",\n            \"body_en\": \"The form is not complete in its entirety. Please complete your personal information without omitting any field.\",\n            \"subject_pt\": \"incomplete_form\",\n            \"body_pt\": \"O formulário não está completo em sua totalidade. Por favor, preencha suas informações pessoais sem omitir qualquer campo.\"\n        },\n        \"relationships\": {\n            \"observation_reason\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"observation_reasons\"\n                }\n            },\n            \"observable\": {\n                \"data\": {\n                    \"id\": \"326\",\n                    \"type\": \"natural_docket_seeds\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"observation_reasons\",\n            \"attributes\": {\n                \"subject_en\": \"incomplete_form\",\n                \"body_en\": \"The form is not complete in its entirety. Please complete your personal information without omitting any field.\",\n                \"subject_es\": \"incomplete_form\",\n                \"body_es\": \"El formulario no se encuentra completo en su totalidad. Por favor complete sus datos personales sin omitir ningún campo.\",\n                \"subject_pt\": \"incomplete_form\",\n                \"body_pt\": \"O formulário não está completo em sua totalidade. Por favor, preencha suas informações pessoais sem omitir qualquer campo.\",\n                \"scope\": \"client\"\n            }\n        },\n        {\n            \"id\": \"326\",\n            \"type\": \"natural_docket_seeds\",\n            \"attributes\": {\n                \"first_name\": \"Juan Carlos\",\n                \"last_name\": \"\",\n                \"nationality\": \"AR\",\n                \"gender_code\": null,\n                \"marital_status_code\": null,\n                \"job_title\": null,\n                \"job_description\": null,\n                \"expected_investment\": null,\n                \"politically_exposed\": false,\n                \"politically_exposed_reason\": null,\n                \"birth_date\": \"1985-10-08\",\n                \"created_at\": \"2022-03-14T18:30:44.000Z\",\n                \"updated_at\": \"2022-03-14T18:34:23.000Z\"\n            },\n            \"relationships\": {\n                \"issue\": {\n                    \"data\": {\n                        \"id\": \"2271\",\n                        \"type\": \"issues\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"2271\",\n            \"type\": \"issues\",\n            \"attributes\": {\n                \"state\": \"observed\",\n                \"reason_code\": \"further_clarification\",\n                \"created_at\": \"2022-03-14T18:25:41.000Z\",\n                \"updated_at\": \"2022-03-14T18:34:24.000Z\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1554\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"person\": {\n                    \"data\": {\n                        \"id\": \"1605\",\n                        \"type\": \"people\"\n                    }\n                },\n                \"natural_docket_seed\": {\n                    \"data\": {\n                        \"id\": \"326\",\n                        \"type\": \"natural_docket_seeds\"\n                    }\n                },\n                \"legal_entity_docket_seed\": {\n                    \"data\": null\n                },\n                \"argentina_invoicing_detail_seed\": {\n                    \"data\": null\n                },\n                \"chile_invoicing_detail_seed\": {\n                    \"data\": null\n                },\n                \"identification_seeds\": {\n                    \"data\": []\n                },\n                \"domicile_seeds\": {\n                    \"data\": []\n                },\n                \"phone_seeds\": {\n                    \"data\": []\n                },\n                \"email_seeds\": {\n                    \"data\": []\n                },\n                \"allowance_seeds\": {\n                    \"data\": []\n                },\n                \"affinity_seeds\": {\n                    \"data\": []\n                },\n                \"observations\": {\n                    \"data\": [\n                        {\n                            \"id\": \"946\",\n                            \"type\": \"observations\"\n                        }\n                    ]\n                },\n                \"note_seeds\": {\n                    \"data\": []\n                },\n                \"account\": {\n                    \"data\": {\n                        \"id\": \"1713\",\n                        \"type\": \"accounts\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"3d7c40fb-a213-476c-9305-8b8e418202e3"},{"name":"Update Observation","id":"4c401bd2-9ec0-463f-a55b-d79fd2d77343","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"},{"key":"Version","value":"2.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"observations\",\n        \"attributes\": {\n            \"reply\": \"Contreras\"\n        }\n    }\n}"},"url":"https://{{domain}}/api/compliance/observations/:observation_id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}},"urlObject":{"protocol":"https","path":["api","compliance","observations",":observation_id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"09c34a0a-a31c-4ec3-a6e4-6ca746fdfddc","type":"any","value":null,"key":"observation_id"}]}},"response":[{"id":"8f0b94f6-8130-4797-bdde-0dbcb0a07ed3","name":"Update Observation","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"},{"key":"Version","value":"2.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"observations\",\n        \"attributes\": {\n            \"reply\": \"Se envió el apellido del cliente\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}/api/compliance/observations/:observation_id","protocol":"https","host":["{{domain}}"],"path":["api","compliance","observations",":observation_id"],"variable":[{"key":"observation_id","value":null}]}},"_postman_previewlanguage":"json","header":[{"enabled":true}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"946\",\n        \"type\": \"observations\",\n        \"attributes\": {\n            \"note\": \"Completar el apellido del cliente\",\n            \"reply\": \"Contreras\",\n            \"state\": \"answered\",\n            \"scope\": \"client\",\n            \"subject_es\": \"incomplete_form\",\n            \"body_es\": \"El formulario no se encuentra completo en su totalidad. Por favor complete sus datos personales sin omitir ningún campo.\",\n            \"subject_en\": \"incomplete_form\",\n            \"body_en\": \"The form is not complete in its entirety. Please complete your personal information without omitting any field.\",\n            \"subject_pt\": \"incomplete_form\",\n            \"body_pt\": \"O formulário não está completo em sua totalidade. Por favor, preencha suas informações pessoais sem omitir qualquer campo.\"\n        },\n        \"relationships\": {\n            \"observation_reason\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"observation_reasons\"\n                }\n            },\n            \"observable\": {\n                \"data\": {\n                    \"id\": \"326\",\n                    \"type\": \"natural_docket_seeds\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"4c401bd2-9ec0-463f-a55b-d79fd2d77343"}],"id":"8ab0d80a-32c1-4cde-a886-31f2ef27d98c","description":"<p>Observations are created by the Compliance team to address an inconsistency in the information provided or to ask for more details regarding the Account profile.</p>\n<p>We encourage using the <a href=\"#494c7b00-bc52-48aa-be1d-8263ba29c953\">Webhooks</a> mechanism to be notified that an account has been observed.</p>\n<p>To answer observations, please follow these steps:</p>\n<p>When receiving an <strong>issue_observed</strong> event, you should see the following relevant information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"data\":{\n      \"id\":\"2\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"issue_observed\",\n         \"created_at\":\"2021-09-02T16:01:50.051Z\",\n         \"sent_at\":null,\n         \"kyc_profile\":{\n            ...,\n            \"kyc_rejection_reasons\":[\n               {\n                  \"detail_es\":\"Illegible id\",\n                  \"detail_en\":\"Illegible id\",\n                  \"detail_pt\":\"Illegible id\",\n                  \"code\":\"Illegible id\",\n                  \"id\":\"949\"\n               }\n            ]\n         }\n      },\n      \"relationships\": {...}\n   },\n   \"included\":[...]\n}\n\n</code></pre>\n<p>Inside the <em>kyc_rejection_reasons</em> you will see all the observations the person has to answer to the Compliance team.</p>\n<hr />\n<p>Per <strong>kyc_rejection_reasons</strong>, you should:</p>\n<p><strong>Step 1</strong></p>\n<p>Do a request to <a href=\"#3d7c40fb-a213-476c-9305-8b8e418202e3\">GET Observation</a></p>\n<p><strong>Step 2 (Optional)</strong></p>\n<p>If it has an Observable associated to it, you can add an Attachment to that resource. For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"id\": \"946\",\n        \"type\": \"observations\",\n        \"attributes\": {...},\n        \"relationships\": {\n            \"observation_reason\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"observation_reasons\"\n                }\n            },\n            \"observable\": {\n                \"data\": {\n                    \"id\": \"326\",\n                    \"type\": \"natural_docket_seeds\"\n                }\n            }\n        }\n    },\n    \"included\": [...]\n}\n\n</code></pre>\n<p>This means you can do <a href=\"#94609d70-7756-4123-9883-5f2bffbf2d77\">Create an Attachment</a> with the following body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"id\": \"1\",\n    \"type\": \"attachments\",\n    \"attributes\": {\n      \"document\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+P+/HgAFhAJ/wlseKgAAAABJRU5ErkJggg==\",\n      \"document_file_name\": \"idfront.jpg\",\n      \"document_content_type\": \"image/jpeg\",\n    },\n    \"relationships\": {\n      \"attached_to_seed\": {\n        \"data\": {\n          \"id\": \"326\",\n          \"type\": \"natural_docket_seeds\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>Please note that that <code>observable -&gt; data</code> in the first payload IS THE SAME as the <code>relationships -&gt; attached_to_seed -&gt; data</code>.</p>\n<p>If the Observation doesn't have an Observable related to it, it means that it cannot receive Attachments and therefore you must skip it. Otherwise, it's up to you to provide attachments or not.</p>\n<p><strong>Step 3</strong></p>\n<p><a href=\"#4c401bd2-9ec0-463f-a55b-d79fd2d77343\">Answer the Observation</a> by providing the <code>reply</code> attribute as shown in the examples.</p>\n<hr />\n<p>Once you have answered each of these observations, our Compliance team will review the information and decide if the person is approved or rejected.</p>\n","_postman_id":"8ab0d80a-32c1-4cde-a886-31f2ef27d98c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","name":"Compliance","type":"folder"}}}],"id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c","description":"<p>Bitex needs to make some due dilligence on every customer, direct or indirect, according to our compliance program.</p>\n<p>These endpoints can be used to share a customer's data with Bitex.</p>\n<p>Learn more about the compliance API workflow in the <a href=\"https://api.bitex.la/docs/users/welcome/\">user management guides</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{your_api_key}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"71f884c9-de0b-4945-b114-414437231f14","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2a4b6732-5867-47df-bf8c-0d76578de9ee","type":"text/javascript","exec":[""]}}],"_postman_id":"0aecedcc-bc1e-49c5-802d-64bbed20be9c"},{"name":"CrossBorder","item":[{"name":"Ports","item":[{"name":"List Concierge Ports","id":"6df27cca-bcf1-4a3b-8fc4-6089f45a589c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/concierge_ports","description":"<p>To learn more about our <a href=\"https://api.bitex.la/docs/cross_border/ports/\">port analogy</a></p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1b27013a-fcaa-41e3-90de-c83379847b60","id":"1b27013a-fcaa-41e3-90de-c83379847b60","name":"CrossBorder","type":"folder"}},"urlObject":{"protocol":"https","path":["api","concierge_ports"],"host":["{{domain}}"],"query":[{"disabled":true,"key":"page[page]","value":"{page_number}"},{"disabled":true,"key":"page[per_page]","value":"{requests_per_page}"}],"variable":[]}},"response":[{"id":"6b8bf923-cd64-4f13-b952-d4eb6d4a6d2d","name":"List Concierge Ports","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/concierge_ports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"98d4c82074868581c11502e68f824bc1\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=VVpWWkZudmNyR1B2YnA4aTRPSG53L05ZZUNUNFE4dE9YYU5IME9Tb3NCRVFWd2w4QzVBa1M5RTNuMHhzRXJ1bGtUOVZpVzJjK0hsQzJPTGg2RjlnczZxeldrSkxacVE0VUFsK2d4TFNicXZYOGN0eEpxVlRzUjZCaENxOVRxWWk4blZOaklNR1owNlNYWEJLd0ZyeDlvc2tvdjJDMTkxZ3RweEcyakFQaWRvPS0tdHc0dk5zQjlYZkY2ajVIMWR0MTFqQT09--fdece5c9a5c686243558f64a3161147ff7322e3b; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"0251a06c-7279-4796-9287-153869b53af4","enabled":true},{"key":"X-Runtime","value":"0.698981","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"concierge_ports\",\n            \"attributes\": {\n                \"code\": \"ar_ars\",\n                \"country\": \"ar\",\n                \"currency_code\": \"ars\"\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"type\": \"concierge_ports\",\n            \"attributes\": {\n                \"code\": \"ar_usd\",\n                \"country\": \"ar\",\n                \"currency_code\": \"usd\"\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"type\": \"concierge_ports\",\n            \"attributes\": {\n                \"code\": \"cl_clp\",\n                \"country\": \"cl\",\n                \"currency_code\": \"clp\"\n            }\n        },\n        {\n            \"id\": \"4\",\n            \"type\": \"concierge_ports\",\n            \"attributes\": {\n                \"code\": \"uy_uyu\",\n                \"country\": \"uy\",\n                \"currency_code\": \"uyu\"\n            }\n        },\n        {\n            \"id\": \"5\",\n            \"type\": \"concierge_ports\",\n            \"attributes\": {\n                \"code\": \"py_pyg\",\n                \"country\": \"py\",\n                \"currency_code\": \"pyg\"\n            }\n        },\n        {\n            \"id\": \"6\",\n            \"type\": \"concierge_ports\",\n            \"attributes\": {\n                \"code\": \"uy_usd\",\n                \"country\": \"uy\",\n                \"currency_code\": \"usd\"\n            }\n        },\n        {\n            \"id\": \"7\",\n            \"type\": \"concierge_ports\",\n            \"attributes\": {\n                \"code\": \"py_usd\",\n                \"country\": \"py\",\n                \"currency_code\": \"usd\"\n            }\n        },\n        {\n            \"id\": \"8\",\n            \"type\": \"concierge_ports\",\n            \"attributes\": {\n                \"code\": \"us_usd\",\n                \"country\": \"us\",\n                \"currency_code\": \"usd\"\n            }\n        },\n        {\n            \"id\": \"9\",\n            \"type\": \"concierge_ports\",\n            \"attributes\": {\n                \"code\": \"other_usd\",\n                \"country\": \"other\",\n                \"currency_code\": \"usd\"\n            }\n        },\n        {\n            \"id\": \"10\",\n            \"type\": \"concierge_ports\",\n            \"attributes\": {\n                \"code\": \"mx_mxn\",\n                \"country\": \"mx\",\n                \"currency_code\": \"mxn\"\n            }\n        },\n        {\n            \"id\": \"11\",\n            \"type\": \"concierge_ports\",\n            \"attributes\": {\n                \"code\": \"other_eur\",\n                \"country\": \"other\",\n                \"currency_code\": \"eur\"\n            }\n        }\n    ]\n}"}],"_postman_id":"6df27cca-bcf1-4a3b-8fc4-6089f45a589c"}],"id":"16e950e7-041c-4e02-bf9e-3ec0d3229eaf","event":[{"listen":"prerequest","script":{"id":"1b34ae10-0ff7-40d1-87b6-81e1ffd82d99","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6e73f134-2d4f-49f8-a80c-8340b4b4cef1","type":"text/javascript","exec":[""]}}],"_postman_id":"16e950e7-041c-4e02-bf9e-3ec0d3229eaf","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1b27013a-fcaa-41e3-90de-c83379847b60","id":"1b27013a-fcaa-41e3-90de-c83379847b60","name":"CrossBorder","type":"folder"}}},{"name":"Request","item":[{"name":"Create a Concierge Request","id":"90b7f5e9-a1b8-41ce-b710-5fc0b353ef26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"concierge_requests\",\n        \"attributes\": {\n            \"port_code\": \"cl_clp\",\n            \"external_id\": \"ABC123\",\n            \"payment_authorization_code\": \"ABC1234DEF5678\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": 1,\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"},"url":"https://{{domain}}/api/concierge_requests","description":"<p>Start by creating a new request. You would usually follow by adding outputs to it.</p>\n<p><code>port_code</code> is the place you're sending from. To know all the available ports (origin and destination) you can reffer to <a href=\"http://legacy-docs.remitex.online/docs/cross_border/ports\">our port guide</a></p>\n<p><code>external_id</code> is optional, it should be this Request's id in your system. You should still store Bitex's Request id in your database.</p>\n<p><code>payment_authorization_code</code> is optional. Requests can be funded from your Bitex balance, but if you choose to make a specific payment to fund this request, you should fill in the <code>payment_authorization_code</code> with the payment clearing information so that we can identify it.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"6c83a90e-2988-459d-82d6-9679c527b6b1","id":"6c83a90e-2988-459d-82d6-9679c527b6b1","name":"Request","type":"folder"}},"urlObject":{"protocol":"https","path":["api","concierge_requests"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"ba7e64d6-9526-4fa9-bc51-aec882678e71","name":"Create a Concierge Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"concierge_requests\",\n        \"attributes\": {\n            \"port_code\": \"cl_clp\",\n            \"external_id\": \"ABC123\",\n            \"payment_authorization_code\": \"ABC1234DEF5678\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": 1,\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"},"url":"https://{{domain}}/api/concierge_requests"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"161\",\n        \"type\": \"concierge_requests\",\n        \"attributes\": {\n            \"state\": \"draft\",\n            \"port_code\": \"cl_clp\",\n            \"outputs_count\": 0,\n            \"eta\": null,\n            \"quote_requested_at\": null,\n            \"accept_quote_before\": null,\n            \"quote_accepted_at\": null,\n            \"total_to_spend\": null,\n            \"funds_available\": 0,\n            \"provision_funds_before\": null,\n            \"cancellation_reason\": null,\n            \"receipt_url\": null,\n            \"credit_note_url\": null,\n            \"external_id\": \"ABC123\",\n            \"payment_authorization_code\": \"ABC1234DEF5678\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"outputs\": {\n                \"data\": []\n            }\n        }\n    }\n}"},{"id":"0c7fb572-60b8-421a-bd3a-1b5fe72c021c","name":"User not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"concierge_requests\",\n\t\n\t\t\"attributes\": {\n\t\t\t\"port_code\": \"ar_ars\"\n\t\t},\n\t\t\"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": 9999,\n                    \"type\": \"users\"\n                }\n            }\n        }\n\t}\n}\n"},"url":"https://{{domain}}/api/concierge_requests"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"not_found\",\n            \"detail\": \"Couldn't find User with 'id'=9999\"\n        }\n    ]\n}"},{"id":"c540482d-32ee-4028-9eb0-41635f2fe8b4","name":"Wrong Port","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"concierge_requests\",\n\t\n\t\t\"attributes\": {\n\t\t\t\"port_code\": \"ar_us\"\n\t\t}\n\t}\n}\n"},"url":"https://{{domain}}/api/concierge_requests"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": 422,\n            \"title\": \"can't be blank\",\n            \"detail\": \"can't be blank\",\n            \"code\": \"can_t_be_blank\",\n            \"meta\": {\n                \"type\": \"concierge_requests\"\n            },\n            \"source\": {\n                \"pointer\": \"/data/attributes/port\"\n            }\n        }\n    ]\n}"}],"_postman_id":"90b7f5e9-a1b8-41ce-b710-5fc0b353ef26"},{"name":"Update a Concierge Request","id":"df53aa79-9376-44db-a02b-490394a5ad8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{your_api_key}}","type":"text"},{"key":"Version","value":"2.0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"concierge_requests\",\n        \"id\": \"<your_request_id>\",\n        \"attributes\": {\n            \"external_id\": \"ABC123\",\n            \"payment_authorization_code\": \"ABC1234DEF5678\"\n        }\n    }\n}"},"url":"https://{{domain}}/api/concierge_requests/:id","description":"<p>You can set the <code>external_id</code> and <code>payment_authorization_code</code> when updating a request.</p>\n<p>Keep in mind once set, these values cannot be changed.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"6c83a90e-2988-459d-82d6-9679c527b6b1","id":"6c83a90e-2988-459d-82d6-9679c527b6b1","name":"Request","type":"folder"}},"urlObject":{"protocol":"https","path":["api","concierge_requests",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"c765ec8f-a7dd-42ba-8bf0-e8c569e2ebe7","type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"df53aa79-9376-44db-a02b-490394a5ad8d"},{"name":"Show a Concierge Request","id":"124354c9-a0f5-4e9b-baec-b5f1cb461537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/concierge_requests/:id","description":"<p>Here you can look for a specific <a href=\"https://api.bitex.la/docs/concierge/request/\">concierge request</a></p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"6c83a90e-2988-459d-82d6-9679c527b6b1","id":"6c83a90e-2988-459d-82d6-9679c527b6b1","name":"Request","type":"folder"}},"urlObject":{"protocol":"https","path":["api","concierge_requests",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"4efe6f46-26f3-4b4e-b4b1-88651edab726","description":{"content":"<p>Request id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"c055f250-b41a-4370-9c10-b34566ff294e","name":"Show a drafted Concierge Request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":{"raw":"https://{{domain}}/api/concierge_requests/:id","protocol":"https","host":["{{domain}}"],"path":["api","concierge_requests",":id"],"variable":[{"key":"id","value":"143"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"143\",\n        \"type\": \"concierge_requests\",\n        \"attributes\": {\n            \"state\": \"draft\",\n            \"port_code\": \"ar_usd\",\n            \"outputs_count\": 1,\n            \"eta\": null,\n            \"quote_requested_at\": null,\n            \"accept_quote_before\": null,\n            \"quote_accepted_at\": null,\n            \"total_to_spend\": null,\n            \"funds_available\": 0.0,\n            \"provision_funds_before\": null,\n            \"cancellation_reason\": null,\n            \"receipt_url\": null,\n            \"credit_note_url\": null,\n            \"external_id\": null,\n            \"payment_authorization_code\": null\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"outputs\": {\n                \"data\": [\n                    {\n                        \"id\": \"115\",\n                        \"type\": \"concierge_request_outputs\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"c5674119-a798-4b93-b409-6d4c6f0dd490","name":"Request id not found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":{"raw":"https://{{domain}}/api/concierge_requests/:id","protocol":"https","host":["{{domain}}"],"path":["api","concierge_requests",":id"],"variable":[{"key":"id","value":"43","description":"Request id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"not_found\",\n            \"detail\": \"Couldn't find Concierge::Request with 'id'=43 \"\n        }\n    ]\n}"}],"_postman_id":"124354c9-a0f5-4e9b-baec-b5f1cb461537"},{"name":"List Concierge Requests","id":"21761bb3-8ddd-4002-8646-6eef55cf5e50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/concierge_requests","description":"<p>You are able to see the <a href=\"https://api.bitex.la/docs/concierge/request/\">concierge requests</a> you created</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"6c83a90e-2988-459d-82d6-9679c527b6b1","id":"6c83a90e-2988-459d-82d6-9679c527b6b1","name":"Request","type":"folder"}},"urlObject":{"protocol":"https","path":["api","concierge_requests"],"host":["{{domain}}"],"query":[{"disabled":true,"key":"filter[state]","value":"{state}"},{"disabled":true,"key":"filter[user]","value":"{user_id}"},{"disabled":true,"description":{"content":"<p> Do not use in conjuction with [state] filter</p>\n","type":"text/plain"},"key":"filter[ongoing]","value":"{true/false}"},{"disabled":true,"description":{"content":"<p>Requires created_at_until to be set and use the following date format YYYY-MM-DDTHH:mm:ss+0000\nExample: 2022-08-01T09:20:35-03:00</p>\n","type":"text/plain"},"key":"filter[created_at_since]","value":"{date}"},{"disabled":true,"description":{"content":"<p>Requires created_at_since to be set and use the following date format YYYY-MM-DDTHH:mm:ss+0000\nExample: 2022-08-01T15:20:35-03:00</p>\n","type":"text/plain"},"key":"filter[created_at_until]","value":"{date}"},{"disabled":true,"description":{"content":"<p>Requires finished_at_until to be set and use the following date format YYYY-MM-DDTHH:mm:ss+0000\nExample: 2022-08-01T09:20:35-03:00</p>\n","type":"text/plain"},"key":"filter[finished_at_since]","value":"{date}"},{"disabled":true,"description":{"content":"<p>Requires finished_at_since to be set and use the following date format YYYY-MM-DDTHH:mm:ss+0000\nExample: 2022-08-01T15:20:35-03:00</p>\n","type":"text/plain"},"key":"filter[finished_at_until]","value":"{date}"},{"disabled":true,"description":{"content":"<p>Default = 1</p>\n","type":"text/plain"},"key":"page[page]","value":"{page_number}"},{"disabled":true,"description":{"content":"<p>Default = 10</p>\n","type":"text/plain"},"key":"page[per_page]","value":"{requests_per_page}"}],"variable":[]}},"response":[{"id":"9a7e14f9-2d4d-455d-a4df-eae2e6522a6a","name":"List Concierge Requests","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/concierge_requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"163\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"draft\",\n                \"port_code\": \"cl_clp\",\n                \"outputs_count\": 0,\n                \"eta\": null,\n                \"quote_requested_at\": null,\n                \"accept_quote_before\": null,\n                \"quote_accepted_at\": null,\n                \"total_to_spend\": null,\n                \"funds_available\": 0.0,\n                \"provision_funds_before\": null,\n                \"cancellation_reason\": null,\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": \"ABC123\",\n                \"payment_authorization_code\": \"ABC1234DEF5678\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"162\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"draft\",\n                \"port_code\": \"cl_clp\",\n                \"outputs_count\": 0,\n                \"eta\": null,\n                \"quote_requested_at\": null,\n                \"accept_quote_before\": null,\n                \"quote_accepted_at\": null,\n                \"total_to_spend\": null,\n                \"funds_available\": 0.0,\n                \"provision_funds_before\": null,\n                \"cancellation_reason\": null,\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": \"ABC123\",\n                \"payment_authorization_code\": \"ABC1234DEF5678\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"161\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"draft\",\n                \"port_code\": \"cl_clp\",\n                \"outputs_count\": 0,\n                \"eta\": null,\n                \"quote_requested_at\": null,\n                \"accept_quote_before\": null,\n                \"quote_accepted_at\": null,\n                \"total_to_spend\": null,\n                \"funds_available\": 0.0,\n                \"provision_funds_before\": null,\n                \"cancellation_reason\": null,\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": \"ABC123\",\n                \"payment_authorization_code\": \"ABC1234DEF5678\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"160\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"draft\",\n                \"port_code\": \"cl_clp\",\n                \"outputs_count\": 0,\n                \"eta\": null,\n                \"quote_requested_at\": null,\n                \"accept_quote_before\": null,\n                \"quote_accepted_at\": null,\n                \"total_to_spend\": null,\n                \"funds_available\": 0.0,\n                \"provision_funds_before\": null,\n                \"cancellation_reason\": null,\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": \"this requests id in your system, optional\",\n                \"payment_authorization_code\": \"your payment clearing code, optional\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"159\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"draft\",\n                \"port_code\": \"ar_usd\",\n                \"outputs_count\": 0,\n                \"eta\": null,\n                \"quote_requested_at\": null,\n                \"accept_quote_before\": null,\n                \"quote_accepted_at\": null,\n                \"total_to_spend\": null,\n                \"funds_available\": 0.0,\n                \"provision_funds_before\": null,\n                \"cancellation_reason\": null,\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": \"this requests id in your system, optional\",\n                \"payment_authorization_code\": \"your payment clearing code, optional\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"143\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"draft\",\n                \"port_code\": \"ar_usd\",\n                \"outputs_count\": 1,\n                \"eta\": null,\n                \"quote_requested_at\": null,\n                \"accept_quote_before\": null,\n                \"quote_accepted_at\": null,\n                \"total_to_spend\": null,\n                \"funds_available\": 0.0,\n                \"provision_funds_before\": null,\n                \"cancellation_reason\": null,\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": null,\n                \"payment_authorization_code\": null\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": [\n                        {\n                            \"id\": \"115\",\n                            \"type\": \"concierge_request_outputs\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"142\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"draft\",\n                \"port_code\": \"ar_usd\",\n                \"outputs_count\": 0,\n                \"eta\": null,\n                \"quote_requested_at\": null,\n                \"accept_quote_before\": null,\n                \"quote_accepted_at\": null,\n                \"total_to_spend\": null,\n                \"funds_available\": 0.0,\n                \"provision_funds_before\": null,\n                \"cancellation_reason\": null,\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": null,\n                \"payment_authorization_code\": null\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"39\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"cancelled\",\n                \"port_code\": \"ar_ars\",\n                \"outputs_count\": 0,\n                \"eta\": null,\n                \"quote_requested_at\": null,\n                \"accept_quote_before\": null,\n                \"quote_accepted_at\": null,\n                \"total_to_spend\": 0.0,\n                \"funds_available\": 9940.0,\n                \"provision_funds_before\": null,\n                \"cancellation_reason\": \"draft_was_pruned\",\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": null,\n                \"payment_authorization_code\": null\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"38\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"cancelled\",\n                \"port_code\": \"ar_ars\",\n                \"outputs_count\": 0,\n                \"eta\": null,\n                \"quote_requested_at\": null,\n                \"accept_quote_before\": null,\n                \"quote_accepted_at\": null,\n                \"total_to_spend\": 0.0,\n                \"funds_available\": 9940.0,\n                \"provision_funds_before\": null,\n                \"cancellation_reason\": \"draft_was_pruned\",\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": null,\n                \"payment_authorization_code\": null\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"37\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"cancelled\",\n                \"port_code\": \"ar_ars\",\n                \"outputs_count\": 1,\n                \"eta\": \"2019-11-06T14:54:01.313Z\",\n                \"quote_requested_at\": \"2019-11-06T14:54:01.312Z\",\n                \"accept_quote_before\": \"2019-11-06T14:59:01.313Z\",\n                \"quote_accepted_at\": null,\n                \"total_to_spend\": null,\n                \"funds_available\": 9940.0,\n                \"provision_funds_before\": \"2019-11-07T02:59:01.313Z\",\n                \"cancellation_reason\": \"quote_not_accepted\",\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": null,\n                \"payment_authorization_code\": null\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": [\n                        {\n                            \"id\": \"114\",\n                            \"type\": \"concierge_request_outputs\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"self\": \"https://sandbox.bitex.la/api/concierge_requests?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"next\": \"https://sandbox.bitex.la/api/concierge_requests?page%5Bnumber%5D=2&page%5Bsize%5D=10\",\n        \"last\": \"https://sandbox.bitex.la/api/concierge_requests?page%5Bnumber%5D=3&page%5Bsize%5D=10\"\n    }\n}"}],"_postman_id":"21761bb3-8ddd-4002-8646-6eef55cf5e50"},{"name":"Get a quote for the Request","id":"49abd729-06ea-4025-81ce-12cd247ab358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":""},"url":"https://{{domain}}/api/concierge_requests/:id/request_quote","description":"<p>Learn about <a href=\"https://api.bitex.la/docs/concierge/get_quote/\">quotes</a></p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"6c83a90e-2988-459d-82d6-9679c527b6b1","id":"6c83a90e-2988-459d-82d6-9679c527b6b1","name":"Request","type":"folder"}},"urlObject":{"protocol":"https","path":["api","concierge_requests",":id","request_quote"],"host":["{{domain}}"],"query":[],"variable":[{"id":"9cc4401b-66c7-4800-bbf2-6b347e847f96","type":"string","value":"","key":"id"}]}},"response":[{"id":"60526578-7f02-4baa-943f-537c4e926722","name":"Request Quote for a Concierge Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"}],"url":"https://{{domain}}/api/concierge_requests/6/request_quote"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=MG5aZElPV3cxbks2dFpFNGl6MEdJQXB6T0NwZUNseGpYNlhESWRGdlBidUxhSVNLekM0REZDYnlvZzFZbTZBMWpXR2xkOFpaV0hwVEFnZnJKTzBFV1pCQVcwTmFiekR5SVJiN2lMdjNlclYyd1VJUHVScUp4eEl3dXdLbHV4TklQVFAxT3RsQWlYc2pMSGE4WjBoZUkrc2xWR05hci96R3VQQXNTZjA2dDZNPS0tOUUrUUkyUnpMcThUVFVqMVRwK1N4UT09--89713c0b5af2f595a3b8f28314916f374089f74b; path=/; HttpOnly","name":"Set-Cookie","description":"an HTTP cookie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch","enabled":true},{"key":"X-Request-Id","value":"50cc997b-37f5-4e17-82d8-3ce5e5ef049f","name":"X-Request-Id","description":"Custom header","enabled":true},{"key":"X-Runtime","value":"0.368344","name":"X-Runtime","description":"Custom header","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter","enabled":true}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"MG5aZElPV3cxbks2dFpFNGl6MEdJQXB6T0NwZUNseGpYNlhESWRGdlBidUxhSVNLekM0REZDYnlvZzFZbTZBMWpXR2xkOFpaV0hwVEFnZnJKTzBFV1pCQVcwTmFiekR5SVJiN2lMdjNlclYyd1VJUHVScUp4eEl3dXdLbHV4TklQVFAxT3RsQWlYc2pMSGE4WjBoZUkrc2xWR05hci96R3VQQXNTZjA2dDZNPS0tOUUrUUkyUnpMcThUVFVqMVRwK1N4UT09--89713c0b5af2f595a3b8f28314916f374089f74b","key":"_bitex_la_session"}],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"143\",\n        \"type\": \"concierge_requests\",\n        \"attributes\": {\n            \"state\": \"quote_requested\",\n            \"port_code\": \"ar_usd\",\n            \"outputs_count\": 1,\n            \"eta\": \"2019-11-25T12:53:02.741Z\",\n            \"quote_requested_at\": \"2019-11-25T12:53:02.741Z\",\n            \"accept_quote_before\": \"2019-11-25T13:03:02.741Z\",\n            \"quote_accepted_at\": null,\n            \"total_to_spend\": null,\n            \"funds_available\": 0,\n            \"provision_funds_before\": \"2019-11-26T01:03:02.741Z\",\n            \"cancellation_reason\": null,\n            \"receipt_url\": null,\n            \"credit_note_url\": null,\n            \"external_id\": null,\n            \"payment_authorization_code\": null\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"outputs\": {\n                \"data\": [\n                    {\n                        \"id\": \"115\",\n                        \"type\": \"concierge_request_outputs\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"dc1c654f-9a6a-46ab-85bd-aa41812be020","name":"Request Quote with estimate Hint","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{ \"meta\": {\"estimate_hint\": \"22c5195cd3ee3e9629985326dbd90993f95b347b4305d52e26d385d7d220ec8f\"}}"},"url":"https://{{domain}}/api/concierge_requests/23/request_quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Sep 2019 12:54:45 GMT","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"ETag","value":"W/\"c9d02044f89694b34e9a8ce0bc706562\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=eS90S21yaEhDZWpPWmQ1OUM1QWNNT2JSdWRKdytkcXJ6SXNjVFZYZUh4MVFGUTJ5VlBtK3prakNraWxVcUlUbVFaeHdDY0MrYmRrRXNUdUdzRGM5MnFKWjRERGg4TU00eWZtOElqeHlwSkZmOWgreDBwOEZyaUViMzM0UFQ0L1RPaEN6dDRrODZSUVM4SmU5VWVkaFVpcmNtdWR5TnBjRnd2RlJpVjFmQTZ5NlVWQkNSTXRja2NyK09tS3dPb3lKZjgwaUZYN1pZZU5XWHhGazYxOWIvQT09LS1Zdk5ZcWRXbmlWSEJmblNyRU1XcGt3PT0%3D--7a369c49b5c968dc9b6b275d20a93b521c812bcc; path=/; secure; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"c949e747-dded-48a1-8717-ef39b60acdf2","enabled":true},{"key":"X-Runtime","value":"0.187306","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"51c56361bdbad2bc-EZE","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"143\",\n        \"type\": \"concierge_requests\",\n        \"attributes\": {\n            \"state\": \"quote_requested\",\n            \"port_code\": \"ar_usd\",\n            \"outputs_count\": 1,\n            \"eta\": \"2019-11-25T12:53:02.741Z\",\n            \"quote_requested_at\": \"2019-11-25T12:53:02.741Z\",\n            \"accept_quote_before\": \"2019-11-25T13:03:02.741Z\",\n            \"quote_accepted_at\": null,\n            \"total_to_spend\": null,\n            \"funds_available\": 0,\n            \"provision_funds_before\": \"2019-11-26T01:03:02.741Z\",\n            \"cancellation_reason\": null,\n            \"receipt_url\": null,\n            \"credit_note_url\": null,\n            \"external_id\": null,\n            \"payment_authorization_code\": null\n        },\n        \"relationships\": {\n            \"user\": { \"data\": {\"id\": \"1\", \"type\": \"users\"} },\n            \"outputs\": {\n                \"data\": [\n                    { \"id\": \"115\", \"type\": \"concierge_request_outputs\"}\n                ]\n            }\n        },\n        \"meta\": { \"estimate_hint_accepted\": true }\n    }\n}"},{"id":"e3516376-bae3-43db-bc2a-3c0395363c87","name":"Cant request estimate twice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{domain}}/api/concierge_requests/:id/request_quote","protocol":"https","host":["{{domain}}"],"path":["api","concierge_requests",":id","request_quote"],"variable":[{"key":"id","value":"","description":"Request id"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"detail\": \"cant_request_quote\",\n            \"source\": {\n                \"pointer\": \"base\"\n            }\n        }\n    ]\n}"}],"_postman_id":"49abd729-06ea-4025-81ce-12cd247ab358"},{"name":"Accept the quote","id":"39522d19-3015-444b-93d2-555dc87d69f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":""},"url":"https://{{domain}}/api/concierge_requests/:id/accept_quote","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"6c83a90e-2988-459d-82d6-9679c527b6b1","id":"6c83a90e-2988-459d-82d6-9679c527b6b1","name":"Request","type":"folder"}},"urlObject":{"protocol":"https","path":["api","concierge_requests",":id","accept_quote"],"host":["{{domain}}"],"query":[],"variable":[{"id":"60b8aa1f-69e8-4c3d-aa33-902a2726e1b5","description":{"content":"<p>Concierge Request Id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"1dab2d56-3ec4-4dab-bb0a-3245104354bb","name":"Accepted Request Quote","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":""},"url":"https://{{domain}}/api/concierge_requests/143/accept_quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"143\",\n        \"type\": \"concierge_requests\",\n        \"attributes\": {\n            \"state\": \"quote_accepted\",\n            \"port_code\": \"ar_usd\",\n            \"outputs_count\": 1,\n            \"eta\": \"2019-11-25T12:53:02.741Z\",\n            \"quote_requested_at\": \"2019-11-25T12:53:02.741Z\",\n            \"accept_quote_before\": \"2019-11-25T13:03:02.741Z\",\n            \"quote_accepted_at\": \"2019-11-25T12:54:02.571Z\",\n            \"total_to_spend\": 2.85258807,\n            \"funds_available\": 0.0,\n            \"provision_funds_before\": \"2019-11-26T01:03:02.741Z\",\n            \"cancellation_reason\": null,\n            \"receipt_url\": null,\n            \"credit_note_url\": null,\n            \"external_id\": null,\n            \"payment_authorization_code\": null\n        },\n        \"relationships\": {\n            \"user\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"users\"\n                }\n            },\n            \"outputs\": {\n                \"data\": [\n                    {\n                        \"id\": \"115\",\n                        \"type\": \"concierge_request_outputs\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"decc75e3-8d23-4850-8693-8d10c1fbae44","name":"Request id not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":""},"url":"https://{{domain}}/api/concierge_requests/44/accept_quote"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"not_found\",\n            \"detail\": \"Couldn't find Concierge::Request with 'id'=44 \"\n        }\n    ]\n}"},{"id":"e4627e84-a1aa-43d8-9c54-4e20e028db25","name":"Cant accept the quote twice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":""},"url":"https://{{domain}}/api/concierge_requests/28/accept_quote"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"detail\": \"cant_accept_quote\",\n            \"source\": {\n                \"pointer\": \"base\"\n            }\n        }\n    ]\n}"}],"_postman_id":"39522d19-3015-444b-93d2-555dc87d69f0"}],"id":"6c83a90e-2988-459d-82d6-9679c527b6b1","description":"<p>Whenever you need to send money to one or many recepients, you must create a 'Request'.</p>\n<p>Learn more in our <a href=\"http://legacy-docs.remitex.online/docs/cross_border/request/\">Concierge Guides</a></p>\n<p><img src=\"https://legacy-docs.remitex.online/assets/images/crossborder-request-state-machine.png\" alt /></p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"1b34ae10-0ff7-40d1-87b6-81e1ffd82d99","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6e73f134-2d4f-49f8-a80c-8340b4b4cef1","type":"text/javascript","exec":[""]}}],"_postman_id":"6c83a90e-2988-459d-82d6-9679c527b6b1"},{"name":"Outputs","item":[{"name":"Create Concierge Request Output","id":"058fb341-4c91-485b-88b3-6add80b0dac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"type\": \"concierge_request_outputs\",\n    \"attributes\": {\n      \"port_code\": \"cl_clp\",\n      \"amount\": 2200\n    },\n    \"relationships\": {\n      \"request\": {\n        \"data\": {\n          \"id\": \"143\",\n          \"type\": \"concierge_requests\"\n        }\n      },\n      \"withdrawal_instruction\": {\n        \"data\": {\n          \"id\": 322,\n          \"type\": \"withdrawal_instructions\"\n        }\n      },\n      \"user\": {\n        \"data\": {\n          \"id\": 692,\n          \"type\": \"users\"\n        }\n      }\n    }\n  }\n}"},"url":"https://{{domain}}/api/concierge_request_outputs","description":"<p>To create a <a href=\"https://api.bitex.la/docs/concierge/outputs/\">Concierge Request Output</a></p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1b27013a-fcaa-41e3-90de-c83379847b60","id":"1b27013a-fcaa-41e3-90de-c83379847b60","name":"CrossBorder","type":"folder"}},"urlObject":{"protocol":"https","path":["api","concierge_request_outputs"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"0bfcdbb6-bfae-4c3c-9853-27a256787b67","name":"Create Concierge Request Output","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"concierge_request_outputs\",\n        \"attributes\": {\n            \"port_code\": \"cl_clp\",\n            \"amount\": 2800\n        },\n        \"relationships\": {\n            \"request\": {\n                \"data\": {\n                    \"id\": \"36\",\n                    \"type\": \"concierge_requests\"\n                }\n            },\n            \"withdrawal_instruction\": {\n                \"data\": {\n                    \"id\": 322,\n                    \"type\": \"withdrawal_instructions\"\n                }\n            },\n            \"user\": {\n                \"data\": {\n                    \"id\": 692,\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"},"url":"https://{{domain}}/api/concierge_request_outputs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"28\",\n        \"type\": \"concierge_request_outputs\",\n        \"attributes\": {\n            \"port_code\": \"cl_clp\",\n            \"state\": \"accepted\",\n            \"quote_strategy_code\": \"from_amount_to_produce\",\n            \"budget\": null,\n            \"fee_and_cost\": null,\n            \"rate\": null,\n            \"amount\": 2800,\n            \"all_in_rate\": null,\n            \"reason_to_return\": null,\n            \"arrives_in\": null,\n            \"arrives_at\": null\n        },\n        \"relationships\": {\n            \"request\": {\n                \"data\": {\n                    \"id\": \"36\",\n                    \"type\": \"concierge_requests\"\n                }\n            },\n            \"user\": {\n                \"data\": {\n                    \"id\": \"692\",\n                    \"type\": \"users\"\n                }\n            },\n            \"withdrawal_instruction\": {\n                \"data\": {\n                    \"id\": \"322\",\n                    \"type\": \"withdrawal_instructions\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"692\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"test+1234@example.com\",\n                \"email\": \"test+1234@example.com\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": false,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": false,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"08b7bbe0-eaa6-4ae9-aae7-eda08e937b9d","name":"Withdrawl instructions not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"concierge_request_outputs\",\n        \"attributes\": {\n            \"port_code\": \"cl_clp\",\n            \"amount\": 2200\n        },\n        \"relationships\": {\n            \"request\": {\n                \"data\": {\n                    \"id\": \"37\",\n                    \"type\": \"concierge_requests\"\n                }\n            },\n            \"withdrawal_instruction\": {\n                \"data\": {\n                    \"id\": 321,\n                    \"type\": \"withdrawal_instructions\"\n                }\n            },\n            \"user\": {\n                \"data\": {\n                    \"id\": 692,\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"},"url":"https://{{domain}}/api/concierge_request_outputs"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"withdrawal_instruction_not_found\",\n            \"detail\": \"translation missing: es.client.apps.withdrawal_instruction_not_found\"\n        }\n    ]\n}"},{"id":"95b9d192-2535-4bc6-929d-97b8f6c28d09","name":"Concierge Request id Not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"concierge_request_outputs\",\n        \"attributes\": {\n            \"port_code\": \"cl_clp\",\n            \"amount\": 2000\n        },\n        \"relationships\": {\n            \"request\": {\n                \"data\": {\n                    \"id\": \"6\",\n                    \"type\": \"concierge_requests\"\n                }\n            },\n            \"withdrawal_instruction\": {\n                \"data\": {\n                    \"id\": 322,\n                    \"type\": \"withdrawal_instructions\"\n                }\n            },\n            \"user\": {\n                \"data\": {\n                    \"id\": 692,\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"},"url":"https://{{domain}}/api/concierge_request_outputs"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"concierge_request_not_found\",\n            \"detail\": \"translation missing: es.client.apps.concierge_request_not_found\"\n        }\n    ]\n}"},{"id":"6b106f15-50d0-42f4-95e1-77194f782ae2","name":"Create Concierge Request Output wrong port","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"concierge_request_outputs\",\n        \"attributes\": {\n            \"port_code\": \"ar_abc\",\n            \"amount\": 2000\n        },\n        \"relationships\": {\n            \"request\": {\n                \"data\": {\n                    \"id\": \"27\",\n                    \"type\": \"concierge_requests\"\n                }\n            },\n            \"withdrawal_instruction\": {\n                \"data\": {\n                    \"id\": 322,\n                    \"type\": \"withdrawal_instructions\"\n                }\n            },\n            \"user\": {\n                \"data\": {\n                    \"id\": 692,\n                    \"type\": \"users\"\n                }\n            }\n        }\n    }\n}"},"url":"https://{{domain}}/api/concierge_request_outputs"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": 422,\n            \"title\": \"can't be blank\",\n            \"detail\": \"can't be blank\",\n            \"code\": \"can_t_be_blank\",\n            \"meta\": {\n                \"type\": \"concierge_request_outputs\"\n            },\n            \"source\": {\n                \"pointer\": \"/data/attributes/port\"\n            }\n        },\n        {\n            \"status\": 422,\n            \"title\": \"must_exist_and_be_editable\",\n            \"detail\": \"must_exist_and_be_editable\",\n            \"code\": \"must_exist_and_be_editable\",\n            \"meta\": {\n                \"type\": \"concierge_request_outputs\"\n            },\n            \"source\": {\n                \"pointer\": \"/data/attributes/request\"\n            }\n        }\n    ]\n}"}],"_postman_id":"058fb341-4c91-485b-88b3-6add80b0dac6"},{"name":"List Concierge Request Outputs","id":"e744000b-6f92-496d-8634-a516307d7f05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/concierge_request_outputs","description":"<p>List your <a href=\"https://api.bitex.la/docs/concierge/outputs/\">Concierge Request Outputs</a></p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1b27013a-fcaa-41e3-90de-c83379847b60","id":"1b27013a-fcaa-41e3-90de-c83379847b60","name":"CrossBorder","type":"folder"}},"urlObject":{"protocol":"https","path":["api","concierge_request_outputs"],"host":["{{domain}}"],"query":[{"disabled":true,"key":"filter[request]","value":"{request_id}"},{"disabled":true,"key":"filter[state]","value":"{state}"},{"disabled":true,"key":"filter[user]","value":"{user_id}"},{"disabled":true,"description":{"content":"<p>Do not use in conjuction with [state] filter</p>\n","type":"text/plain"},"key":"filter[ongoing]","value":"{true/false}"},{"disabled":true,"key":"page[page]","value":"{page_nbr}"},{"disabled":true,"key":"page[per_page]","value":"{requests_per_page}"}],"variable":[]}},"response":[{"id":"d7efc7ea-36b4-4efe-924c-9e8282ab3504","name":"Filter by Conierge Request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":{"raw":"https://{{domain}}/api/concierge_request_outputs?filter[request]=27","protocol":"https","host":["{{domain}}"],"path":["api","concierge_request_outputs"],"query":[{"key":"filter[request]","value":"27"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"18\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"ar_ars\",\n                \"state\": \"cancelled\",\n                \"quote_strategy_code\": \"from_amount_to_produce\",\n                \"budget\": 36.39911723,\n                \"fee_and_cost\": 0.36308119,\n                \"rate\": 55.5,\n                \"amount\": 2000,\n                \"all_in_rate\": 54.9463875,\n                \"reason_to_return\": null,\n                \"arrives_in\": -3366452,\n                \"arrives_at\": \"2019-09-28T15:00:11.899Z\"\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"27\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"322\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"17\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"ar_usd\",\n                \"state\": \"cancelled\",\n                \"quote_strategy_code\": \"from_amount_to_produce\",\n                \"budget\": 1010.07550314,\n                \"fee_and_cost\": 10.07550314,\n                \"rate\": 1,\n                \"amount\": 1000,\n                \"all_in_rate\": 0.990025,\n                \"reason_to_return\": null,\n                \"arrives_in\": -3366452,\n                \"arrives_at\": \"2019-09-28T15:00:11.899Z\"\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"27\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"322\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"692\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"test+1234@example.com\",\n                \"email\": \"test+1234@example.com\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": false,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": false,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"Cristian Gabriel Bruno\",\n                \"email\": \"yo@nubis.im\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": true,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": true,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"322\",\n            \"type\": \"withdrawal_instructions\",\n            \"attributes\": {\n                \"label\": \"third\",\n                \"schema\": \"bitex\",\n                \"body\": {\n                    \"country\": \"OTHER\",\n                    \"payment_method\": \"third_party\",\n                    \"name\": \"nada\",\n                    \"city\": \"nada\",\n                    \"phone\": \"nada\",\n                    \"further_instructions\": \"nada\",\n                    \"currency\": \"ARS\"\n                },\n                \"payment_method_type\": \"third_party\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {}\n}"},{"id":"25ac7e25-1bdb-4340-8f5a-7145a39da4ce","name":"Filter by Output User","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":{"raw":"https://{{domain}}/api/concierge_request_outputs?filter[user]=692","protocol":"https","host":["{{domain}}"],"path":["api","concierge_request_outputs"],"query":[{"key":"filter[user]","value":"692"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"114\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"cl_clp\",\n                \"state\": \"cancelled\",\n                \"quote_strategy_code\": \"from_amount_to_produce\",\n                \"budget\": null,\n                \"fee_and_cost\": null,\n                \"rate\": 11.48031496,\n                \"amount\": 2200,\n                \"all_in_rate\": 0,\n                \"reason_to_return\": null,\n                \"arrives_in\": 85642,\n                \"arrives_at\": \"2019-11-07T14:54:01.313Z\"\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"37\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"322\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"28\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"cl_clp\",\n                \"state\": \"cancelled\",\n                \"quote_strategy_code\": \"from_amount_to_produce\",\n                \"budget\": null,\n                \"fee_and_cost\": null,\n                \"rate\": 11.30708661,\n                \"amount\": 2800,\n                \"all_in_rate\": 0,\n                \"reason_to_return\": null,\n                \"arrives_in\": -340202,\n                \"arrives_at\": \"2019-11-02T16:36:36.539Z\"\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"36\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"322\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"27\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"cl_clp\",\n                \"state\": \"cancelled\",\n                \"quote_strategy_code\": \"from_budget_to_spend\",\n                \"budget\": 2700,\n                \"fee_and_cost\": 2700,\n                \"rate\": 11.30708661,\n                \"amount\": 0,\n                \"all_in_rate\": 0,\n                \"reason_to_return\": null,\n                \"arrives_in\": -340654,\n                \"arrives_at\": \"2019-11-02T16:29:04.806Z\"\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"35\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"322\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"26\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"cl_clp\",\n                \"state\": \"accepted\",\n                \"quote_strategy_code\": \"from_budget_to_spend\",\n                \"budget\": 2700,\n                \"fee_and_cost\": null,\n                \"rate\": null,\n                \"amount\": null,\n                \"all_in_rate\": null,\n                \"reason_to_return\": null,\n                \"arrives_in\": null,\n                \"arrives_at\": null\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"34\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"322\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"692\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"test+1234@example.com\",\n                \"email\": \"test+1234@example.com\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": false,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": false,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"Cristian Gabriel Bruno\",\n                \"email\": \"yo@nubis.im\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": true,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": true,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"self\": \"https://sandbox.bitex.la/api/concierge_request_outputs?filter%5Buser%5D=692&page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"next\": \"https://sandbox.bitex.la/api/concierge_request_outputs?filter%5Buser%5D=692&page%5Bnumber%5D=2&page%5Bsize%5D=10\",\n        \"last\": \"https://sandbox.bitex.la/api/concierge_request_outputs?filter%5Buser%5D=692&page%5Bnumber%5D=2&page%5Bsize%5D=10\"\n    }\n}"},{"id":"f08bb862-770c-4c7b-a96d-65630fef1d44","name":"Filter by Ongoing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":{"raw":"https://{{domain}}/api/concierge_request_outputs?filter[ongoing]=true","protocol":"https","host":["{{domain}}"],"path":["api","concierge_request_outputs"],"query":[{"key":"filter[ongoing]","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"114\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"cl_clp\",\n                \"state\": \"accepted\",\n                \"quote_strategy_code\": \"from_amount_to_produce\",\n                \"budget\": null,\n                \"fee_and_cost\": null,\n                \"rate\": 11.48031496,\n                \"amount\": 2200,\n                \"all_in_rate\": 0,\n                \"reason_to_return\": null,\n                \"arrives_in\": 86384,\n                \"arrives_at\": \"2019-11-07T14:54:01.313Z\"\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"37\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"322\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"26\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"cl_clp\",\n                \"state\": \"accepted\",\n                \"quote_strategy_code\": \"from_budget_to_spend\",\n                \"budget\": 2700,\n                \"fee_and_cost\": null,\n                \"rate\": null,\n                \"amount\": null,\n                \"all_in_rate\": null,\n                \"reason_to_return\": null,\n                \"arrives_in\": null,\n                \"arrives_at\": null\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"34\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"322\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"692\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"test+1234@example.com\",\n                \"email\": \"test+1234@example.com\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": false,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": false,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"Cristian Gabriel Bruno\",\n                \"email\": \"yo@nubis.im\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": true,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": true,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"322\",\n            \"type\": \"withdrawal_instructions\",\n            \"attributes\": {\n                \"label\": \"third\",\n                \"schema\": \"bitex\",\n                \"body\": {\n                    \"country\": \"OTHER\",\n                    \"payment_method\": \"third_party\",\n                    \"name\": \"nada\",\n                    \"city\": \"nada\",\n                    \"phone\": \"nada\",\n                    \"further_instructions\": \"nada\",\n                    \"currency\": \"ARS\"\n                },\n                \"payment_method_type\": \"third_party\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {}\n}"},{"id":"9075cb25-07de-4730-b68d-843423703001","name":"List Concierge Request Outputs","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/concierge_request_outputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"28\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"cl_clp\",\n                \"state\": \"cancelled\",\n                \"quote_strategy_code\": \"from_amount_to_produce\",\n                \"budget\": null,\n                \"fee_and_cost\": null,\n                \"rate\": 11.30708661,\n                \"amount\": 2800,\n                \"all_in_rate\": 0,\n                \"reason_to_return\": null,\n                \"arrives_in\": -337483,\n                \"arrives_at\": \"2019-11-02T16:36:36.539Z\"\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"36\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"322\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"27\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"cl_clp\",\n                \"state\": \"cancelled\",\n                \"quote_strategy_code\": \"from_budget_to_spend\",\n                \"budget\": 2700,\n                \"fee_and_cost\": 2700,\n                \"rate\": 11.30708661,\n                \"amount\": 0,\n                \"all_in_rate\": 0,\n                \"reason_to_return\": null,\n                \"arrives_in\": -337935,\n                \"arrives_at\": \"2019-11-02T16:29:04.806Z\"\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"35\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"322\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"26\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"cl_clp\",\n                \"state\": \"accepted\",\n                \"quote_strategy_code\": \"from_budget_to_spend\",\n                \"budget\": 2700,\n                \"fee_and_cost\": null,\n                \"rate\": null,\n                \"amount\": null,\n                \"all_in_rate\": null,\n                \"reason_to_return\": null,\n                \"arrives_in\": null,\n                \"arrives_at\": null\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"34\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"322\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"692\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"test+1234@example.com\",\n                \"email\": \"test+1234@example.com\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": false,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": false,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"Cristian Gabriel Bruno\",\n                \"email\": \"yo@nubis.im\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": true,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": true,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"322\",\n            \"type\": \"withdrawal_instructions\",\n            \"attributes\": {\n                \"label\": \"third\",\n                \"schema\": \"bitex\",\n                \"body\": {\n                    \"country\": \"OTHER\",\n                    \"payment_method\": \"third_party\",\n                    \"name\": \"nada\",\n                    \"city\": \"nada\",\n                    \"phone\": \"nada\",\n                    \"further_instructions\": \"nada\",\n                    \"currency\": \"ARS\"\n                },\n                \"payment_method_type\": \"third_party\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"self\": \"https://sandbox.bitex.la/api/concierge_request_outputs?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"next\": \"https://sandbox.bitex.la/api/concierge_request_outputs?page%5Bnumber%5D=2&page%5Bsize%5D=10\",\n        \"last\": \"https://sandbox.bitex.la/api/concierge_request_outputs?page%5Bnumber%5D=2&page%5Bsize%5D=10\"\n    }\n}"},{"id":"70f40f82-cb20-4229-9406-1fcdc6eda47d","name":"Filter by Output's State","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":{"raw":"https://{{domain}}/api/concierge_request_outputs?filter[state]=accepted","protocol":"https","host":["{{domain}}"],"path":["api","concierge_request_outputs"],"query":[{"key":"filter[state]","value":"accepted"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"26\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"cl_clp\",\n                \"state\": \"accepted\",\n                \"quote_strategy_code\": \"from_budget_to_spend\",\n                \"budget\": 2700,\n                \"fee_and_cost\": null,\n                \"rate\": null,\n                \"amount\": null,\n                \"all_in_rate\": null,\n                \"reason_to_return\": null,\n                \"arrives_in\": null,\n                \"arrives_at\": null\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"34\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"322\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"692\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"test+1234@example.com\",\n                \"email\": \"test+1234@example.com\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": false,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": false,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"Cristian Gabriel Bruno\",\n                \"email\": \"yo@nubis.im\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": true,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": true,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"322\",\n            \"type\": \"withdrawal_instructions\",\n            \"attributes\": {\n                \"label\": \"third\",\n                \"schema\": \"bitex\",\n                \"body\": {\n                    \"country\": \"OTHER\",\n                    \"payment_method\": \"third_party\",\n                    \"name\": \"nada\",\n                    \"city\": \"nada\",\n                    \"phone\": \"nada\",\n                    \"further_instructions\": \"nada\",\n                    \"currency\": \"ARS\"\n                },\n                \"payment_method_type\": \"third_party\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"692\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {}\n}"}],"_postman_id":"e744000b-6f92-496d-8634-a516307d7f05"},{"name":"Show Concierge Request Output","id":"8193f1c5-3de6-4086-a9db-64df02e93554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/concierge_request_outputs/:id","description":"<p>List a specific <a href=\"https://api.bitex.la/docs/concierge/outputs/\">Concierge Request Output</a> by its id.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1b27013a-fcaa-41e3-90de-c83379847b60","id":"1b27013a-fcaa-41e3-90de-c83379847b60","name":"CrossBorder","type":"folder"}},"urlObject":{"protocol":"https","path":["api","concierge_request_outputs",":id"],"host":["{{domain}}"],"query":[],"variable":[{"id":"f7fd230f-04de-48f5-9ff1-062cef60f960","description":{"content":"<p>Output Id</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"7712faea-02a2-4659-a214-f7e0d4fae578","name":"Show Concierge Request Output","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{your_api_key}}"},{"key":"Version","type":"text","value":"2.0"}],"url":"https://{{domain}}/api/concierge_request_outputs/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"ETag","value":"W/\"f55d781495462607565ccf99b5f92571\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Set-Cookie","value":"_bitex_la_session=TGI2ZmNlVUhVVi9PeXFURlFnZE5sdU1nb1IyUjlvQzA0eURkWkN0T3ZqK3UvcE5lSnRCcHZUN2Y4WjhkWURCQ3FtMW1yQTZlaTJWR1hMRlJiUEg1aFErVmM2bmRWQ0hoVXZRY1BZOVRKZjFGZWVrVlV3ZmQwMGlSajBHdnRxOHBjLzJhR1VsdVkvZHZ3S21QTlpFOTlORHF2VGhSMit3ZUlIajh0Z2MrLzhRPS0tRlp6TnFDUCs1QmZRRU4vRnlvR3JLZz09--c546b06951e9fef218d779f398be660afd7f7263; path=/; HttpOnly","enabled":true},{"key":"X-Request-Id","value":"081c3765-2efb-4c0a-9e40-4947292de8d6","enabled":true},{"key":"X-Runtime","value":"0.444531","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"concierge_request_outputs\",\n        \"attributes\": {\n            \"amount\": 1000,\n            \"port_code\": \"cl_clp\",\n            \"state\": \"accepted\"\n        },\n        \"relationships\": {\n            \"request\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"concierge_requests\"\n                }\n            },\n            \"user\": {\n                \"data\": {\n                    \"id\": \"6\",\n                    \"type\": \"users\"\n                }\n            },\n            \"withdrawal_instruction\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"withdrawal_instructions\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"6\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"person3@example.com\",\n                \"email\": \"person3@example.com\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": true,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"withdrawal_instructions\",\n            \"attributes\": {\n                \"label\": null,\n                \"schema\": \"bitex\",\n                \"body\": {\n                    \"country\": \"CL\",\n                    \"currency\": \"CLP\",\n                    \"payment_method\": \"domestic_bank\",\n                    \"name\": \"Fulano de Tal\",\n                    \"bank\": \"bco_chile\",\n                    \"account_type\": \"checking\",\n                    \"bank_account_number\": \"12345678\",\n                    \"phone\": \"12345678\",\n                    \"rut\": \"18877286-2\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"8193f1c5-3de6-4086-a9db-64df02e93554"}],"id":"7ee41bf2-410f-465d-a3f5-b08cec965b59","description":"<p><img src=\"https://legacy-docs.remitex.online/assets/images/crossborder-request-output-state-machine.png\" alt /></p>\n","event":[{"listen":"prerequest","script":{"id":"3277cb6a-2ab9-4f85-b7a7-1ae39bb8343a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"272aed2e-f4f5-4f24-a583-48f55fa5f385","type":"text/javascript","exec":[""]}}],"_postman_id":"7ee41bf2-410f-465d-a3f5-b08cec965b59","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1b27013a-fcaa-41e3-90de-c83379847b60","id":"1b27013a-fcaa-41e3-90de-c83379847b60","name":"CrossBorder","type":"folder"}}},{"name":"Get an estimate","id":"d55b6b13-1f9b-41dc-979b-700dde4b7c0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"concierge_estimates\",\n        \"attributes\": {\n            \"port_code\": \"cl_clp\",\n            \"outputs\": [\n                {\n                    \"port_code\": \"us_usd\",\n                    \"budget\": 100000\n                },\n                {\n                    \"port_code\": \"mx_mxn\",\n                    \"amount\": 500\n                }\n            ]\n        }\n    }\n}"},"url":"https://{{domain}}/api/concierge_estimates","description":"<p>As seen on <a href=\"https://api.bitex.la/docs/concierge/estimate/\">estimates</a></p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1b27013a-fcaa-41e3-90de-c83379847b60","id":"1b27013a-fcaa-41e3-90de-c83379847b60","name":"CrossBorder","type":"folder"}},"urlObject":{"protocol":"https","path":["api","concierge_estimates"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"bee49b7b-5320-49cd-9e28-9b6437f303b8","name":"Show an estimate","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"concierge_estimates\",\n        \"attributes\": {\n            \"port_code\": \"cl_clp\",\n            \"outputs\": [\n                {\n                    \"port_code\": \"us_usd\",\n                    \"budget\": 100000\n                },\n                {\n                    \"port_code\": \"mx_mxn\",\n                    \"amount\": 500\n                }\n            ]\n        }\n    }\n}"},"url":"https://{{domain}}/api/concierge_estimates"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Sep 2019 12:36:36 GMT","enabled":true},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"ETag","value":"W/\"efe21014e50ae25285adc923ab971f62\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"X-Request-Id","value":"07c0671f-ce65-4d00-be0d-8dbe6c4f6804","enabled":true},{"key":"X-Runtime","value":"0.013082","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"51c548cc5e9bd2bc-EZE","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1569501395\",\n        \"type\": \"concierge_estimates\",\n        \"attributes\": {\n            \"hint_token\": \"323576820efe57609830c5dd0d4ecf6b707799d1dc0736042ddc00ca659d1927\",\n            \"port_code\": \"cl_clp\",\n            \"total_to_spend\": 119132.65420936,\n            \"outputs\": [\n                {\n                    \"port_code\": \"us_usd\",\n                    \"budget\": 100000,\n                    \"amount\": 133.96820027,\n                    \"rate\": 0.00135317,\n                    \"all_in_rate\": 0.00133968,\n                    \"fee_and_cost\": 997.5\n                },\n                {\n                    \"port_code\": \"mx_mxn\",\n                    \"budget\": 19132.65420936,\n                    \"amount\": 500,\n                    \"rate\": 0.02647582,\n                    \"all_in_rate\": 0.02613333,\n                    \"fee_and_cost\": 247.50367733\n                }\n            ]\n        }\n    }\n}"},{"id":"13d5ee1b-75e8-4396-b8e1-c9b6a24018d4","name":"Wrong port","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"concierge_estimates\",\n        \"attributes\": {\n            \"port_code\": \"cl_clp\",\n            \"outputs\": [\n                {\n                    \"port_code\": \"us_us\",\n                    \"budget\": 100000\n                },\n                {\n                    \"port_code\": \"mx_mxn\",\n                    \"amount\": 500\n                }\n            ]\n        }\n    }\n}"},"url":"https://{{domain}}/api/concierge_estimates"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"detail\": \"port us_us does not exist\",\n            \"source\": {\n                \"pointer\": \"base\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d55b6b13-1f9b-41dc-979b-700dde4b7c0b"}],"id":"1b27013a-fcaa-41e3-90de-c83379847b60","description":"<p>We encourage you to <a href=\"http://legacy-docs.remitex.online/docs/cross_border/welcome/\">review this documentation</a> before diving into the different endpoints.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4c26f67d-edd2-4e22-9e87-dbcd2bcf2c04","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"254196ec-eb71-46cc-81e7-8acce9ac4fea","type":"text/javascript","exec":[""]}}],"_postman_id":"1b27013a-fcaa-41e3-90de-c83379847b60"},{"name":"Webhooks","item":[{"name":"Compliance","item":[],"id":"fb8d10e3-ddaf-42a9-8044-0719de8d0e8e","description":"<p>When you finish <a href=\"#33f9d84a-e85a-40d8-a575-1598bcc5aa11\">Creating an Issue</a> and <a href=\"#731e60c4-72a3-464a-af6e-d756941e2325\">marking it as complete</a>, our compliance officers will review the information.</p>\n<p>After this point, you should wait for <em>Webhooks</em> to arrive indicating one of the following events:</p>\n<ul>\n<li><strong>user_enabled</strong></li>\n<li><strong>user_disabled</strong></li>\n<li><strong>user_rejected</strong></li>\n<li><strong>issue_observed</strong></li>\n<li><strong>DEPRECATED user_observed. Please don't use this one.</strong></li>\n</ul>\n<p>Your endpoint should return a response with status 200. Otherwise, we will keep sending the same webhook until we get the confirmation. If you don't have the webhook setup, please contact support.</p>\n<h1 id=\"user-enabled--disabled--rejected\">User enabled / disabled / rejected</h1>\n<p>All of them have a similar structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"data\":{\n      \"id\":\"4\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"user_enabled\",\n         \"created_at\":\"2020-01-01T00:00:00.000Z\",\n         \"sent_at\":\"2020-01-01T00:00:00.000Z\"\n      },\n      \"relationships\":{\n         \"resource\":{\n            \"data\":{\n               \"id\":\"2\",\n               \"type\":\"users\"\n            }\n         }\n      }\n   },\n   \"included\":[\n      {\n         \"id\":\"2\",\n         \"type\":\"users\",\n         \"attributes\":{\n            \"name\":\"José Perez\",\n            \"email\":\"user@example.com\",\n            \"kyc_accepted\":true,\n            \"otp_enabled\":true,\n            \"do_not_email\":false,\n            \"trezor_login_enabled\":false,\n            \"banned\":false,\n            \"is_master_role\":false,\n            \"unconfirmed_email\":null,\n            \"webhook_url\":null,\n            \"compliance_state\":\"enabled\"\n         },\n         \"relationships\":{\n            \"master_user\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"users\"\n               }\n            },\n            \"account\":{\n               \"data\":{\n                  \"id\":\"2\",\n                  \"type\":\"accounts\"\n               }\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"users\"\n      },\n      {\n         \"id\":\"2\",\n         \"type\":\"accounts\",\n         \"attributes\":{\n            \"balances\":{\n               \"ars\":{\n                  \"total\":0.0,\n                  \"available\":0.0\n               },\n               \"clp\":{\n                  \"total\":0.0,\n                  \"available\":0.0\n               },\n               \"pyg\":{\n                  \"total\":0.0,\n                  \"available\":0.0\n               },\n               \"uyu\":{\n                  \"total\":0.0,\n                  \"available\":0.0\n               },\n               \"cny\":{\n                  \"total\":0.0,\n                  \"available\":0.0\n               },\n               \"brl\":{\n                  \"total\":0.0,\n                  \"available\":0.0\n               },\n               \"mxn\":{\n                  \"total\":0.0,\n                  \"available\":0.0\n               },\n               \"aud\":{\n                  \"total\":0.0,\n                  \"available\":0.0\n               },\n               \"gbp\":{\n                  \"total\":0.0,\n                  \"available\":0.0\n               },\n               \"eur\":{\n                  \"total\":0.0,\n                  \"available\":0.0\n               },\n               \"hkd\":{\n                  \"total\":0.0,\n                  \"available\":0.0\n               }\n            },\n            \"country\":\"AR\"\n         },\n         \"relationships\":{\n            \"statements\":{\n               \"data\":[\n               ]\n            },\n            \"user\":{\n               \"data\":{\n                  \"id\":\"2\",\n                  \"type\":\"users\"\n               }\n            }\n         }\n      }\n   ]\n}\n\n</code></pre>\n<h1 id=\"issue-observed\">Issue observed</h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"data\":{\n      \"id\":\"690614\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"issue_observed\",\n         \"created_at\":\"2022-04-26T18:10:25.793Z\",\n         \"sent_at\":\"2022-04-26T18:10:25.801Z\"\n      },\n      \"relationships\":{\n         \"issue\":{\n            \"data\":{\n               \"id\":\"211817\",\n               \"type\":\"issues\"\n            }\n         }\n      }\n   },\n   \"included\":[\n      {\n         \"id\":\"211817\",\n         \"type\":\"issues\",\n         \"attributes\":{\n            \"state\":\"observed\",\n            \"reason_code\":\"new_client\",\n            \"created_at\":\"2022-03-18T22:19:15.000Z\",\n            \"updated_at\":\"2022-04-26T18:10:24.000Z\"\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"186839\",\n                  \"type\":\"users\"\n               }\n            },\n            \"person\":{\n               \"data\":{\n                  \"id\":\"384072\",\n                  \"type\":\"people\"\n               }\n            },\n            \"natural_docket_seed\":{\n               \"data\":{\n                  \"id\":\"143665\",\n                  \"type\":\"natural_docket_seeds\"\n               }\n            },\n            \"legal_entity_docket_seed\":{\n               \"data\":null\n            },\n            \"argentina_invoicing_detail_seed\":{\n               \"data\":null\n            },\n            \"chile_invoicing_detail_seed\":{\n               \"data\":null\n            },\n            \"identification_seeds\":{\n               \"data\":[\n                  {\n                     \"id\":\"138372\",\n                     \"type\":\"identification_seeds\"\n                  }\n               ]\n            },\n            \"domicile_seeds\":{\n               \"data\":[\n                  {\n                     \"id\":\"125591\",\n                     \"type\":\"domicile_seeds\"\n                  }\n               ]\n            },\n            \"phone_seeds\":{\n               \"data\":[\n                  {\n                     \"id\":\"102684\",\n                     \"type\":\"phone_seeds\"\n                  }\n               ]\n            },\n            \"email_seeds\":{\n               \"data\":[\n                  {\n                     \"id\":\"176246\",\n                     \"type\":\"email_seeds\"\n                  }\n               ]\n            },\n            \"allowance_seeds\":{\n               \"data\":[\n               ]\n            },\n            \"affinity_seeds\":{\n               \"data\":[\n                  {\n                     \"id\":\"76017\",\n                     \"type\":\"affinity_seeds\"\n                  }\n               ]\n            },\n            \"observations\":{\n               \"data\":[\n                  {\n                     \"id\":\"626201\",\n                     \"type\":\"observations\"\n                  }\n               ]\n            },\n            \"note_seeds\":{\n               \"data\":[\n               ]\n            },\n            \"account\":{\n               \"data\":null\n            }\n         }\n      },\n      {\n         \"id\":\"186839\",\n         \"type\":\"users\",\n         \"attributes\":{\n            \"name\":\"VICTORIA HUERTA\",\n            \"email\":\"foobar@bitex.la\",\n            \"kyc_accepted\":false,\n            \"otp_enabled\":false,\n            \"do_not_email\":false,\n            \"trezor_login_enabled\":false,\n            \"banned\":false,\n            \"is_master_role\":false,\n            \"unconfirmed_email\":null,\n            \"webhook_url\":null,\n            \"compliance_state\":\"new\"\n         },\n         \"relationships\":{\n            \"master_user\":{\n               \"data\":{\n                  \"id\":\"111107\",\n                  \"type\":\"users\"\n               }\n            },\n            \"account\":{\n               \"data\":{\n                  \"id\":\"186839\",\n                  \"type\":\"accounts\"\n               }\n            }\n         }\n      },\n      {\n         \"id\":\"111107\",\n         \"type\":\"users\"\n      },\n      {\n         \"id\":\"186839\",\n         \"type\":\"accounts\",\n         \"attributes\":{\n            \"balances\":{\n               \"btc\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"bch\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"ltc\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"ada\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"bnb\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"dai\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"eth\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"link\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"sushi\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"uni\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"usdt\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"ftt\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"yfi\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"dot\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"doge\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"soya\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"usdc\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"sol\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"cora\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"brz\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"shib\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"mana\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"chz\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"xlm\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"xrp\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"usd\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"ars\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"clp\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"pyg\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"uyu\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"cny\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"brl\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"mxn\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"aud\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"gbp\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"eur\":{\n                  \"total\":0,\n                  \"available\":0\n               },\n               \"hkd\":{\n                  \"total\":0,\n                  \"available\":0\n               }\n            },\n            \"country\":null\n         },\n         \"relationships\":{\n            \"statements\":{\n               \"data\":[\n               ]\n            },\n            \"user\":{\n               \"data\":{\n                  \"id\":\"186839\",\n                  \"type\":\"users\"\n               }\n            }\n         }\n      },\n      {\n         \"id\":\"384072\",\n         \"type\":\"people\",\n         \"attributes\":{\n            \"enabled\":false,\n            \"person_type\":null,\n            \"state\":\"new\",\n            \"created_at\":\"2022-03-18T22:19:13.000Z\",\n            \"updated_at\":\"2022-03-18T22:19:13.000Z\"\n         },\n         \"relationships\":{\n            \"identifications\":{\n               \"data\":[\n               ]\n            },\n            \"domiciles\":{\n               \"data\":[\n               ]\n            },\n            \"phones\":{\n               \"data\":[\n               ]\n            },\n            \"emails\":{\n               \"data\":[\n               ]\n            },\n            \"allowances\":{\n               \"data\":[\n               ]\n            },\n            \"affinities\":{\n               \"data\":[\n               ]\n            },\n            \"natural_dockets\":{\n               \"data\":[\n               ]\n            },\n            \"legal_entity_dockets\":{\n               \"data\":[\n               ]\n            },\n            \"argentina_invoicing_details\":{\n               \"data\":[\n               ]\n            },\n            \"chile_invoicing_details\":{\n               \"data\":[\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"143665\",\n         \"type\":\"natural_docket_seeds\",\n         \"attributes\":{\n            \"first_name\":\"VICTORIA\",\n            \"last_name\":\"SOL\",\n            \"nationality\":\"CL\",\n            \"gender_code\":\"female\",\n            \"marital_status_code\":\"single\",\n            \"job_title\":null,\n            \"job_description\":null,\n            \"expected_investment\":null,\n            \"politically_exposed\":false,\n            \"politically_exposed_reason\":null,\n            \"birth_date\":\"2003-04-06\",\n            \"created_at\":\"2022-03-18T22:19:16.000Z\",\n            \"updated_at\":\"2022-03-18T22:20:00.000Z\"\n         },\n         \"relationships\":{\n            \"issue\":{\n               \"data\":{\n                  \"id\":\"211817\",\n                  \"type\":\"issues\"\n               }\n            },\n            \"attachments\":{\n               \"data\":[\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"138372\",\n         \"type\":\"identification_seeds\",\n         \"attributes\":{\n            \"identification_kind_code\":\"national_id\",\n            \"number\":\"21272708-3\",\n            \"issuer\":\"CL\",\n            \"public_registry_authority\":null,\n            \"public_registry_book\":null,\n            \"public_registry_extra_data\":null,\n            \"created_at\":\"2022-03-18T22:19:15.000Z\",\n            \"updated_at\":\"2022-03-18T22:19:15.000Z\"\n         },\n         \"relationships\":{\n            \"issue\":{\n               \"data\":{\n                  \"id\":\"211817\",\n                  \"type\":\"issues\"\n               }\n            },\n            \"attachments\":{\n               \"data\":[\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"125591\",\n         \"type\":\"domicile_seeds\",\n         \"attributes\":{\n            \"country\":\"CL\",\n            \"state\":\"Coquimbo\",\n            \"city\":\"La Serena\",\n            \"street_address\":\"Av. Libertad\",\n            \"street_number\":null,\n            \"postal_code\":null,\n            \"floor\":null,\n            \"apartment\":null,\n            \"created_at\":\"2022-03-18T22:19:16.000Z\",\n            \"updated_at\":\"2022-03-18T22:19:16.000Z\"\n         },\n         \"relationships\":{\n            \"issue\":{\n               \"data\":{\n                  \"id\":\"211817\",\n                  \"type\":\"issues\"\n               }\n            },\n            \"attachments\":{\n               \"data\":[\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"102684\",\n         \"type\":\"phone_seeds\",\n         \"attributes\":{\n            \"number\":\"+56952030000\",\n            \"phone_kind_code\":\"main\",\n            \"country\":\"CL\",\n            \"has_whatsapp\":false,\n            \"has_telegram\":false,\n            \"note\":null,\n            \"created_at\":\"2022-03-18T22:19:16.000Z\",\n            \"updated_at\":\"2022-03-18T22:19:16.000Z\"\n         },\n         \"relationships\":{\n            \"issue\":{\n               \"data\":{\n                  \"id\":\"211817\",\n                  \"type\":\"issues\"\n               }\n            },\n            \"attachments\":{\n               \"data\":[\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"176246\",\n         \"type\":\"email_seeds\",\n         \"attributes\":{\n            \"address\":\"foobar.2003@gmail.com\",\n            \"email_kind_code\":\"personal\",\n            \"created_at\":\"2022-03-18T22:19:15.000Z\",\n            \"updated_at\":\"2022-03-18T22:19:15.000Z\"\n         },\n         \"relationships\":{\n            \"issue\":{\n               \"data\":{\n                  \"id\":\"211817\",\n                  \"type\":\"issues\"\n               }\n            },\n            \"attachments\":{\n               \"data\":[\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"76017\",\n         \"type\":\"affinity_seeds\",\n         \"attributes\":{\n            \"affinity_kind_code\":\"compliance_liaison\",\n            \"related_user\":null,\n            \"related_account\":null,\n            \"created_at\":\"2022-03-18T22:19:17.000Z\",\n            \"updated_at\":\"2022-03-18T22:19:17.000Z\"\n         },\n         \"relationships\":{\n            \"issue\":{\n               \"data\":{\n                  \"id\":\"211817\",\n                  \"type\":\"issues\"\n               }\n            },\n            \"attachments\":{\n               \"data\":[\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"626201\",\n         \"type\":\"observations\",\n         \"attributes\":{\n            \"note\":null,\n            \"reply\":null,\n            \"state\":\"new\",\n            \"scope\":\"client\",\n            \"subject_es\":\"INCOMPLETE_DOMICILE\",\n            \"body_es\":\"INCOMPLETE_DOMICILE\",\n            \"subject_en\":\"INCOMPLETE_DOMICILE\",\n            \"body_en\":\"INCOMPLETE_DOMICILE\",\n            \"subject_pt\":\"INCOMPLETE_DOMICILE\",\n            \"body_pt\":\"INCOMPLETE_DOMICILE\"\n         },\n         \"relationships\":{\n            \"observation_reason\":{\n               \"data\":{\n                  \"id\":\"52\",\n                  \"type\":\"observation_reasons\"\n               }\n            },\n            \"observable\":{\n               \"data\":{\n                  \"id\":\"125591\",\n                  \"type\":\"domicile_seeds\"\n               }\n            }\n         }\n      },\n      {\n         \"id\":\"52\",\n         \"type\":\"observation_reasons\",\n         \"attributes\":{\n            \"subject_en\":\"INCOMPLETE_DOMICILE\",\n            \"body_en\":\"INCOMPLETE_DOMICILE\",\n            \"subject_es\":\"INCOMPLETE_DOMICILE\",\n            \"body_es\":\"INCOMPLETE_DOMICILE\",\n            \"subject_pt\":\"INCOMPLETE_DOMICILE\",\n            \"body_pt\":\"INCOMPLETE_DOMICILE\",\n            \"scope\":\"client\",\n            \"code\":\"INCOMPLETE_DOMICILE\"\n         }\n      }\n   ]\n}\n\n</code></pre>\n<p>In this case, you have to answer the Observations associated to the issue. Please read <a href=\"#8ab0d80a-32c1-4cde-a886-31f2ef27d98c\">Observations</a> for more details.</p>\n","_postman_id":"fb8d10e3-ddaf-42a9-8044-0719de8d0e8e"},{"name":"CrossBorder","item":[{"name":"Requests","item":[{"name":"concierge_request_draft","id":"79580d1f-e91e-4cfb-b5b7-b2a43695aaf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"9fccf96d-ed97-4991-a0c9-5d98a953181e","name":"concierge_request_draft","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"3\",\n        \"type\": \"events\",\n        \"attributes\": {\n            \"event_type\": \"concierge_request_draft\",\n            \"created_at\": \"2020-01-01T00:00:00.000Z\",\n            \"sent_at\": \"2020-01-01T00:00:00.000Z\"\n        },\n        \"relationships\": {\n            \"resource\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"concierge_requests\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"draft\",\n                \"port_code\": \"ar_ars\",\n                \"outputs_count\": 0,\n                \"eta\": null,\n                \"quote_requested_at\": null,\n                \"accept_quote_before\": null,\n                \"quote_accepted_at\": null,\n                \"total_to_spend\": null,\n                \"funds_available\": 0,\n                \"provision_funds_before\": null,\n                \"cancellation_reason\": null,\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": null,\n                \"payment_authorization_code\": null,\n                \"quoted_at\": null,\n                \"working_started_at\": null,\n                \"finished_at\": null,\n                \"cancelled_at\": null\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"user@example.com\",\n                \"email\": \"user@example.com\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": true,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": false,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null,\n                \"compliance_state\": \"enabled\"\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"account\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"accounts\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"79580d1f-e91e-4cfb-b5b7-b2a43695aaf0"},{"name":"concierge_request_quote_requested","id":"7e17d685-1871-4db7-892b-f1f9a40be239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"d4458a6d-a1b4-4b02-b8f0-ae771c590c4c","name":"concierge_request_quote_requested","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"7\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"concierge_request_quote_requested\",\n         \"created_at\":\"2020-01-01T00:00:00.000Z\",\n         \"sent_at\":\"2020-01-01T00:00:00.000Z\"\n      },\n      \"relationships\":{\n         \"resource\":{\n            \"data\":{\n               \"id\":\"1\",\n               \"type\":\"concierge_requests\"\n            }\n         }\n      }\n   },\n   \"included\":[\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_requests\",\n         \"attributes\":{\n            \"state\":\"quote_requested\",\n            \"port_code\":\"ar_ars\",\n            \"outputs_count\":1,\n            \"eta\":\"2020-01-01T00:00:00.000Z\",\n            \"quote_requested_at\":\"2020-01-01T00:00:00.000Z\",\n            \"accept_quote_before\":\"2020-01-01T00:10:00.000Z\",\n            \"quote_accepted_at\":null,\n            \"total_to_spend\":null,\n            \"funds_available\":0.0,\n            \"provision_funds_before\":\"2020-01-01T00:30:00.000Z\",\n            \"cancellation_reason\":null,\n            \"receipt_url\":null,\n            \"credit_note_url\":null,\n            \"external_id\":null,\n            \"payment_authorization_code\":null,\n            \"quoted_at\":null,\n            \"working_started_at\":null,\n            \"finished_at\":null,\n            \"cancelled_at\":null\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"2\",\n                  \"type\":\"users\"\n               }\n            },\n            \"outputs\":{\n               \"data\":[\n                  {\n                     \"id\":\"1\",\n                     \"type\":\"concierge_request_outputs\"\n                  }\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"2\",\n         \"type\":\"users\",\n         \"attributes\":{\n            \"name\":\"user@example.com\",\n            \"email\":\"user@example.com\",\n            \"kyc_accepted\":true,\n            \"otp_enabled\":true,\n            \"do_not_email\":false,\n            \"trezor_login_enabled\":false,\n            \"banned\":false,\n            \"is_master_role\":false,\n            \"unconfirmed_email\":null,\n            \"webhook_url\":null,\n            \"compliance_state\":\"enabled\"\n         },\n         \"relationships\":{\n            \"master_user\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"users\"\n               }\n            },\n            \"account\":{\n               \"data\":{\n                  \"id\":\"2\",\n                  \"type\":\"accounts\"\n               }\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_request_outputs\",\n         \"attributes\":{\n            \"port_code\":\"cl_clp\",\n            \"state\":\"accepting\",\n            \"quote_strategy_code\":\"from_amount_to_produce\",\n            \"budget\":null,\n            \"fee_and_cost\":null,\n            \"rate\":null,\n            \"amount\":1000.0,\n            \"all_in_rate\":null,\n            \"failure_count\":0,\n            \"last_failure_reason\":null,\n            \"arrives_in\":86400,\n            \"arrives_at\":\"2020-01-02T00:00:00.000Z\"\n         },\n         \"relationships\":{\n            \"request\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"concierge_requests\"\n               }\n            },\n            \"user\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"users\"\n               }\n            },\n            \"withdrawal_instruction\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"withdrawal_instructions\"\n               }\n            },\n            \"failures\":{\n               \"data\":[\n                  \n               ]\n            }\n         }\n      }\n   ]\n}"}],"_postman_id":"7e17d685-1871-4db7-892b-f1f9a40be239"},{"name":"concierge_request_quoted","id":"39d7b44e-401c-4741-af1c-63f68659f67c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"06f7b3fc-cdd2-451f-8550-13764af478a2","name":"concierge_request_quoted","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"8\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"concierge_request_quoted\",\n         \"created_at\":\"2020-01-01T00:00:00.000Z\",\n         \"sent_at\":\"2020-01-01T00:00:00.000Z\"\n      },\n      \"relationships\":{\n         \"resource\":{\n            \"data\":{\n               \"id\":\"1\",\n               \"type\":\"concierge_requests\"\n            }\n         }\n      }\n   },\n   \"included\":[\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_requests\",\n         \"attributes\":{\n            \"state\":\"quoted\",\n            \"port_code\":\"ar_ars\",\n            \"outputs_count\":1,\n            \"eta\":\"2020-01-01T00:00:00.000Z\",\n            \"quote_requested_at\":\"2020-01-01T00:00:00.000Z\",\n            \"accept_quote_before\":\"2020-01-01T00:10:00.000Z\",\n            \"quote_accepted_at\":null,\n            \"total_to_spend\":152.43,\n            \"funds_available\":0.0,\n            \"provision_funds_before\":\"2020-01-01T00:30:00.000Z\",\n            \"cancellation_reason\":null,\n            \"receipt_url\":null,\n            \"credit_note_url\":null,\n            \"external_id\":null,\n            \"payment_authorization_code\":null,\n            \"quoted_at\":\"2020-01-01T00:00:00.000Z\",\n            \"working_started_at\":null,\n            \"finished_at\":null,\n            \"cancelled_at\":null\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"users\"\n               }\n            },\n            \"outputs\":{\n               \"data\":[\n                  {\n                     \"id\":\"1\",\n                     \"type\":\"concierge_request_outputs\"\n                  }\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"users\",\n         \"attributes\":{\n            \"name\":\"master@bitex.la\",\n            \"email\":\"master@bitex.la\",\n            \"kyc_accepted\":true,\n            \"otp_enabled\":true,\n            \"do_not_email\":false,\n            \"trezor_login_enabled\":false,\n            \"banned\":false,\n            \"is_master_role\":true,\n            \"unconfirmed_email\":null,\n            \"webhook_url\":\"https://example.com/ipn\",\n            \"compliance_state\":\"enabled\"\n         },\n         \"relationships\":{\n            \"master_user\":{\n               \"data\":null\n            },\n            \"account\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"accounts\"\n               }\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_request_outputs\",\n         \"attributes\":{\n            \"port_code\":\"cl_clp\",\n            \"state\":\"accepting\",\n            \"quote_strategy_code\":\"from_amount_to_produce\",\n            \"budget\":152.42347728,\n            \"fee_and_cost\":3.27363148,\n            \"rate\":6.70466667,\n            \"amount\":1000.0,\n            \"all_in_rate\":6.56066911,\n            \"failure_count\":0,\n            \"last_failure_reason\":null,\n            \"arrives_in\":86400,\n            \"arrives_at\":\"2020-01-02T00:00:00.000Z\"\n         },\n         \"relationships\":{\n            \"request\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"concierge_requests\"\n               }\n            },\n            \"user\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"users\"\n               }\n            },\n            \"withdrawal_instruction\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"withdrawal_instructions\"\n               }\n            },\n            \"failures\":{\n               \"data\":[\n                  \n               ]\n            }\n         }\n      }\n   ]\n}"}],"_postman_id":"39d7b44e-401c-4741-af1c-63f68659f67c"},{"name":"concierge_request_quote_accepted","id":"c36859f0-9ca1-493a-86b3-22a09785c874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"dface66e-8750-45bb-917d-ca615d5e15e9","name":"concierge_request_quote_accepted","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"9\",\n        \"type\": \"events\",\n        \"attributes\": {\n            \"event_type\": \"concierge_request_quote_accepted\",\n            \"created_at\": \"2020-01-01T00:00:00.000Z\",\n            \"sent_at\": \"2020-01-01T00:00:00.000Z\"\n        },\n        \"relationships\": {\n            \"resource\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"concierge_requests\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"quote_accepted\",\n                \"port_code\": \"ar_ars\",\n                \"outputs_count\": 1,\n                \"eta\": \"2020-01-01T00:00:00.000Z\",\n                \"quote_requested_at\": \"2020-01-01T00:00:00.000Z\",\n                \"accept_quote_before\": \"2020-01-01T00:10:00.000Z\",\n                \"quote_accepted_at\": \"2020-01-01T00:00:00.000Z\",\n                \"total_to_spend\": 152.43,\n                \"funds_available\": 0,\n                \"provision_funds_before\": \"2020-01-01T00:30:00.000Z\",\n                \"cancellation_reason\": null,\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": null,\n                \"payment_authorization_code\": null,\n                \"quoted_at\": \"2020-01-01T00:00:00.000Z\",\n                \"working_started_at\": null,\n                \"finished_at\": null,\n                \"cancelled_at\": null\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": [\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"concierge_request_outputs\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"master@bitex.la\",\n                \"email\": \"master@bitex.la\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": true,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": true,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": \"https://example.com/ipn\",\n                \"compliance_state\": \"enabled\"\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": null\n                },\n                \"account\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"accounts\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"cl_clp\",\n                \"state\": \"accepting\",\n                \"quote_strategy_code\": \"from_amount_to_produce\",\n                \"budget\": 152.42347728,\n                \"fee_and_cost\": 3.27363148,\n                \"rate\": 6.70466667,\n                \"amount\": 1000,\n                \"all_in_rate\": 6.56066911,\n                \"failure_count\": 0,\n                \"last_failure_reason\": null,\n                \"arrives_in\": 86400,\n                \"arrives_at\": \"2020-01-02T00:00:00.000Z\"\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                },\n                \"failures\": {\n                    \"data\": []\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"c36859f0-9ca1-493a-86b3-22a09785c874"},{"name":"concierge_request_working","id":"84486056-d5b4-4383-9f94-cb1eee43c563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"b70b96be-01d5-4669-b7b2-b42a526b8dba","name":"concierge_request_working","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"11\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"concierge_request_working\",\n         \"created_at\":\"2020-01-01T00:00:00.000Z\",\n         \"sent_at\":\"2020-01-01T00:00:00.000Z\"\n      },\n      \"relationships\":{\n         \"resource\":{\n            \"data\":{\n               \"id\":\"1\",\n               \"type\":\"concierge_requests\"\n            }\n         }\n      }\n   },\n   \"included\":[\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_requests\",\n         \"attributes\":{\n            \"state\":\"working\",\n            \"port_code\":\"ar_ars\",\n            \"outputs_count\":1,\n            \"eta\":\"2020-01-01T00:00:00.000Z\",\n            \"quote_requested_at\":\"2020-01-01T00:00:00.000Z\",\n            \"accept_quote_before\":\"2020-01-01T00:10:00.000Z\",\n            \"quote_accepted_at\":\"2020-01-01T00:00:00.000Z\",\n            \"total_to_spend\":152.43,\n            \"funds_available\":149.1561715,\n            \"provision_funds_before\":\"2020-01-01T00:30:00.000Z\",\n            \"cancellation_reason\":null,\n            \"receipt_url\":null,\n            \"credit_note_url\":null,\n            \"external_id\":null,\n            \"payment_authorization_code\":null,\n            \"quoted_at\":\"2020-01-01T00:00:00.000Z\",\n            \"working_started_at\":\"2020-01-01T00:00:00.000Z\",\n            \"finished_at\":null,\n            \"cancelled_at\":null\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"users\"\n               }\n            },\n            \"outputs\":{\n               \"data\":[\n                  {\n                     \"id\":\"1\",\n                     \"type\":\"concierge_request_outputs\"\n                  }\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"users\",\n         \"attributes\":{\n            \"name\":\"master@bitex.la\",\n            \"email\":\"master@bitex.la\",\n            \"kyc_accepted\":true,\n            \"otp_enabled\":true,\n            \"do_not_email\":false,\n            \"trezor_login_enabled\":false,\n            \"banned\":false,\n            \"is_master_role\":true,\n            \"unconfirmed_email\":null,\n            \"webhook_url\":\"https://example.com/ipn\",\n            \"compliance_state\":\"enabled\"\n         },\n         \"relationships\":{\n            \"master_user\":{\n               \"data\":null\n            },\n            \"account\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"accounts\"\n               }\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_request_outputs\",\n         \"attributes\":{\n            \"port_code\":\"cl_clp\",\n            \"state\":\"accepted\",\n            \"quote_strategy_code\":\"from_amount_to_produce\",\n            \"budget\":152.42347728,\n            \"fee_and_cost\":3.27363148,\n            \"rate\":6.70466667,\n            \"amount\":1000.0,\n            \"all_in_rate\":6.56066911,\n            \"failure_count\":0,\n            \"last_failure_reason\":null,\n            \"arrives_in\":86400,\n            \"arrives_at\":\"2020-01-02T00:00:00.000Z\"\n         },\n         \"relationships\":{\n            \"request\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"concierge_requests\"\n               }\n            },\n            \"user\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"users\"\n               }\n            },\n            \"withdrawal_instruction\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"withdrawal_instructions\"\n               }\n            },\n            \"failures\":{\n               \"data\":[\n                  \n               ]\n            }\n         }\n      }\n   ]\n}"}],"_postman_id":"84486056-d5b4-4383-9f94-cb1eee43c563"},{"name":"concierge_request_finished","id":"d80fd56f-7300-4e3b-98bb-b5d469c69da9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"f6c4fabe-496b-40ae-b607-42c5eb694f3b","name":"concierge_request_finished","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"14\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"concierge_request_finished\",\n         \"created_at\":\"2020-01-01T00:00:00.000Z\",\n         \"sent_at\":\"2020-01-01T00:00:00.000Z\"\n      },\n      \"relationships\":{\n         \"resource\":{\n            \"data\":{\n               \"id\":\"1\",\n               \"type\":\"concierge_requests\"\n            }\n         }\n      }\n   },\n   \"included\":[\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_requests\",\n         \"attributes\":{\n            \"state\":\"finished\",\n            \"port_code\":\"ar_ars\",\n            \"outputs_count\":1,\n            \"eta\":\"2020-01-01T00:00:00.000Z\",\n            \"quote_requested_at\":\"2020-01-01T00:00:00.000Z\",\n            \"accept_quote_before\":\"2020-01-01T00:10:00.000Z\",\n            \"quote_accepted_at\":\"2020-01-01T00:00:00.000Z\",\n            \"total_to_spend\":152.43,\n            \"funds_available\":9850349.8551542,\n            \"provision_funds_before\":\"2020-01-01T00:30:00.000Z\",\n            \"cancellation_reason\":null,\n            \"receipt_url\":null,\n            \"credit_note_url\":null,\n            \"external_id\":null,\n            \"payment_authorization_code\":null,\n            \"quoted_at\":\"2020-01-01T00:00:00.000Z\",\n            \"working_started_at\":\"2020-01-01T00:00:00.000Z\",\n            \"finished_at\":\"2020-01-01T00:00:00.000Z\",\n            \"cancelled_at\":null\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"users\"\n               }\n            },\n            \"outputs\":{\n               \"data\":[\n                  {\n                     \"id\":\"1\",\n                     \"type\":\"concierge_request_outputs\"\n                  }\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"users\",\n         \"attributes\":{\n            \"name\":\"master@bitex.la\",\n            \"email\":\"master@bitex.la\",\n            \"kyc_accepted\":true,\n            \"otp_enabled\":true,\n            \"do_not_email\":false,\n            \"trezor_login_enabled\":false,\n            \"banned\":false,\n            \"is_master_role\":true,\n            \"unconfirmed_email\":null,\n            \"webhook_url\":\"https://example.com/ipn\",\n            \"compliance_state\":\"enabled\"\n         },\n         \"relationships\":{\n            \"master_user\":{\n               \"data\":null\n            },\n            \"account\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"accounts\"\n               }\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_request_outputs\",\n         \"attributes\":{\n            \"port_code\":\"cl_clp\",\n            \"state\":\"settled\",\n            \"quote_strategy_code\":\"from_amount_to_produce\",\n            \"budget\":152.42347728,\n            \"fee_and_cost\":3.27363148,\n            \"rate\":6.70466667,\n            \"amount\":1000.0,\n            \"all_in_rate\":6.56066911,\n            \"failure_count\":0,\n            \"last_failure_reason\":null,\n            \"arrives_in\":86400,\n            \"arrives_at\":\"2020-01-02T00:00:00.000Z\"\n         },\n         \"relationships\":{\n            \"request\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"concierge_requests\"\n               }\n            },\n            \"user\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"users\"\n               }\n            },\n            \"withdrawal_instruction\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"withdrawal_instructions\"\n               }\n            },\n            \"failures\":{\n               \"data\":[\n                  \n               ]\n            }\n         }\n      }\n   ]\n}"}],"_postman_id":"d80fd56f-7300-4e3b-98bb-b5d469c69da9"},{"name":"concierge_request_cancelled","id":"98cc49bb-0215-45ef-b848-119973e6c8ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"b1f4752a-5f22-4386-8a03-1761e1b4711c","name":"concierge_request_cancelled","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"12\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"concierge_request_cancelled\",\n         \"created_at\":\"2020-01-01T00:00:00.000Z\",\n         \"sent_at\":\"2020-01-01T00:00:00.000Z\"\n      },\n      \"relationships\":{\n         \"resource\":{\n            \"data\":{\n               \"id\":\"1\",\n               \"type\":\"concierge_requests\"\n            }\n         }\n      }\n   },\n   \"included\":[\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_requests\",\n         \"attributes\":{\n            \"state\":\"cancelled\",\n            \"port_code\":\"ar_ars\",\n            \"outputs_count\":1,\n            \"eta\":\"2020-01-01T00:00:00.000Z\",\n            \"quote_requested_at\":\"2020-01-01T00:00:00.000Z\",\n            \"accept_quote_before\":\"2020-01-01T00:10:00.000Z\",\n            \"quote_accepted_at\":\"2020-01-01T00:00:00.000Z\",\n            \"total_to_spend\":152.43,\n            \"funds_available\":0.0,\n            \"provision_funds_before\":\"2020-01-01T00:30:00.000Z\",\n            \"cancellation_reason\":\"payment_not_received\",\n            \"receipt_url\":null,\n            \"credit_note_url\":null,\n            \"external_id\":null,\n            \"payment_authorization_code\":null,\n            \"quoted_at\":\"2020-01-01T00:00:00.000Z\",\n            \"working_started_at\":null,\n            \"finished_at\":null,\n            \"cancelled_at\":\"2020-01-01T00:00:00.000Z\"\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"users\"\n               }\n            },\n            \"outputs\":{\n               \"data\":[\n                  {\n                     \"id\":\"1\",\n                     \"type\":\"concierge_request_outputs\"\n                  }\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"users\",\n         \"attributes\":{\n            \"name\":\"master@bitex.la\",\n            \"email\":\"master@bitex.la\",\n            \"kyc_accepted\":true,\n            \"otp_enabled\":true,\n            \"do_not_email\":false,\n            \"trezor_login_enabled\":false,\n            \"banned\":false,\n            \"is_master_role\":true,\n            \"unconfirmed_email\":null,\n            \"webhook_url\":\"https://example.com/ipn\",\n            \"compliance_state\":\"enabled\"\n         },\n         \"relationships\":{\n            \"master_user\":{\n               \"data\":null\n            },\n            \"account\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"accounts\"\n               }\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_request_outputs\",\n         \"attributes\":{\n            \"port_code\":\"cl_clp\",\n            \"state\":\"cancelled\",\n            \"quote_strategy_code\":\"from_amount_to_produce\",\n            \"budget\":152.42347728,\n            \"fee_and_cost\":3.27363148,\n            \"rate\":6.70466667,\n            \"amount\":1000.0,\n            \"all_in_rate\":6.56066911,\n            \"failure_count\":0,\n            \"last_failure_reason\":null,\n            \"arrives_in\":86400,\n            \"arrives_at\":\"2020-01-02T00:00:00.000Z\"\n         },\n         \"relationships\":{\n            \"request\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"concierge_requests\"\n               }\n            },\n            \"user\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"users\"\n               }\n            },\n            \"withdrawal_instruction\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"withdrawal_instructions\"\n               }\n            },\n            \"failures\":{\n               \"data\":[\n                  \n               ]\n            }\n         }\n      }\n   ]\n}"}],"_postman_id":"98cc49bb-0215-45ef-b848-119973e6c8ff"}],"id":"f2cdc95c-fabd-4983-8354-f1343361c6bb","description":"<p>Events reported:</p>\n<ul>\n<li>concierge_request_draft</li>\n<li>concierge_request_quote_requested</li>\n<li>concierge_request_quoted</li>\n<li>concierge_request_quote_accepted</li>\n<li>concierge_request_working</li>\n<li>concierge_request_finished</li>\n<li>concierge_request_cancelled</li>\n</ul>\n","_postman_id":"f2cdc95c-fabd-4983-8354-f1343361c6bb"},{"name":"Outputs","item":[{"name":"concierge_request_output_accepting","id":"dbe30bbd-f13c-478c-8e7e-8cc9fc9b3496","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"4437c2c9-6ff0-4958-9064-f567ba787c43","name":"concierge_request_output_accepting","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"6\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"concierge_request_output_accepting\",\n         \"created_at\":\"2020-01-01T00:00:00.000Z\",\n         \"sent_at\":\"2020-01-01T00:00:00.000Z\"\n      },\n      \"relationships\":{\n         \"resource\":{\n            \"data\":{\n               \"id\":\"1\",\n               \"type\":\"concierge_request_outputs\"\n            }\n         }\n      }\n   },\n   \"included\":[\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_request_outputs\",\n         \"attributes\":{\n            \"port_code\":\"cl_clp\",\n            \"state\":\"accepting\",\n            \"quote_strategy_code\":\"from_amount_to_produce\",\n            \"budget\":null,\n            \"fee_and_cost\":null,\n            \"rate\":null,\n            \"amount\":1000.0,\n            \"all_in_rate\":null,\n            \"failure_count\":0,\n            \"last_failure_reason\":null,\n            \"arrives_in\":null,\n            \"arrives_at\":null\n         },\n         \"relationships\":{\n            \"request\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"concierge_requests\"\n               }\n            },\n            \"user\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"users\"\n               }\n            },\n            \"withdrawal_instruction\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"withdrawal_instructions\"\n               }\n            },\n            \"failures\":{\n               \"data\":[\n                  \n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_requests\",\n         \"attributes\":{\n            \"state\":\"draft\",\n            \"port_code\":\"ar_ars\",\n            \"outputs_count\":1,\n            \"eta\":null,\n            \"quote_requested_at\":null,\n            \"accept_quote_before\":null,\n            \"quote_accepted_at\":null,\n            \"total_to_spend\":null,\n            \"funds_available\":0.0,\n            \"provision_funds_before\":null,\n            \"cancellation_reason\":null,\n            \"receipt_url\":null,\n            \"credit_note_url\":null,\n            \"external_id\":null,\n            \"payment_authorization_code\":null,\n            \"quoted_at\":null,\n            \"working_started_at\":null,\n            \"finished_at\":null,\n            \"cancelled_at\":null\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"2\",\n                  \"type\":\"users\"\n               }\n            },\n            \"outputs\":{\n               \"data\":[\n                  {\n                     \"id\":\"1\",\n                     \"type\":\"concierge_request_outputs\"\n                  }\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"3\",\n         \"type\":\"users\",\n         \"attributes\":{\n            \"name\":\"payee@bitex.la\",\n            \"email\":\"payee@bitex.la\",\n            \"kyc_accepted\":false,\n            \"otp_enabled\":false,\n            \"do_not_email\":false,\n            \"trezor_login_enabled\":false,\n            \"banned\":false,\n            \"is_master_role\":false,\n            \"unconfirmed_email\":null,\n            \"webhook_url\":null,\n            \"compliance_state\":\"new\"\n         },\n         \"relationships\":{\n            \"master_user\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"users\"\n               }\n            },\n            \"account\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"accounts\"\n               }\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"withdrawal_instructions\",\n         \"attributes\":{\n            \"label\":null,\n            \"schema\":\"bitex\",\n            \"body\":{\n               \"country\":\"CL\",\n               \"payment_method\":\"domestic_bank\",\n               \"bank\":\"bco_chile\",\n               \"account_type\":\"checking\",\n               \"bank_account_number\":\"12345678\",\n               \"currency\":null\n            },\n            \"payment_method_type\":\"cl_domestic_bank\"\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"users\"\n               }\n            }\n         }\n      }\n   ]\n}"}],"_postman_id":"dbe30bbd-f13c-478c-8e7e-8cc9fc9b3496"},{"name":"concierge_request_output_rejected","id":"0f4230d0-a492-4d7b-8b37-49b1b818f40a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"c72f2a57-141f-4135-8569-22e544dec683","name":"concierge_request_output_rejected","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"14\",\n        \"type\": \"events\",\n        \"attributes\": {\n            \"event_type\": \"concierge_request_output_rejected\",\n            \"created_at\": \"2020-01-01T00:00:00.000Z\",\n            \"sent_at\": \"2020-01-01T00:00:00.000Z\"\n        },\n        \"relationships\": {\n            \"resource\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"concierge_request_outputs\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"cl_clp\",\n                \"state\": \"rejected\",\n                \"quote_strategy_code\": \"from_amount_to_produce\",\n                \"budget\": null,\n                \"fee_and_cost\": null,\n                \"rate\": null,\n                \"amount\": 1000,\n                \"all_in_rate\": null,\n                \"failure_count\": 0,\n                \"last_failure_reason\": null,\n                \"arrives_in\": null,\n                \"arrives_at\": null\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                },\n                \"failures\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"draft\",\n                \"port_code\": \"ar_ars\",\n                \"outputs_count\": 2,\n                \"eta\": null,\n                \"quote_requested_at\": null,\n                \"accept_quote_before\": null,\n                \"quote_accepted_at\": null,\n                \"total_to_spend\": null,\n                \"funds_available\": 0,\n                \"provision_funds_before\": null,\n                \"cancellation_reason\": null,\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": null,\n                \"payment_authorization_code\": null,\n                \"quoted_at\": null,\n                \"working_started_at\": null,\n                \"finished_at\": null,\n                \"cancelled_at\": null\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": [\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"concierge_request_outputs\"\n                        },\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"concierge_request_outputs\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"payee@bitex.la\",\n                \"email\": \"payee@bitex.la\",\n                \"kyc_accepted\": false,\n                \"otp_enabled\": false,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": false,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null,\n                \"compliance_state\": \"disabled\"\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"account\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"accounts\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"withdrawal_instructions\",\n            \"attributes\": {\n                \"label\": null,\n                \"schema\": \"bitex\",\n                \"body\": {\n                    \"country\": \"CL\",\n                    \"payment_method\": \"domestic_bank\",\n                    \"bank\": \"bco_chile\",\n                    \"account_type\": \"checking\",\n                    \"bank_account_number\": \"12345678\",\n                    \"currency\": null\n                },\n                \"payment_method_type\": \"cl_domestic_bank\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"0f4230d0-a492-4d7b-8b37-49b1b818f40a"},{"name":"concierge_request_output_accepted","id":"748227c7-4e2c-454d-ac6e-c419fbf59366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"f760ea06-a9d8-4c6e-80df-dbf33b9b4836","name":"concierge_request_output_accepted","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"10\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"concierge_request_output_accepted\",\n         \"created_at\":\"2020-01-01T00:00:00.000Z\",\n         \"sent_at\":\"2020-01-01T00:00:00.000Z\"\n      },\n      \"relationships\":{\n         \"resource\":{\n            \"data\":{\n               \"id\":\"1\",\n               \"type\":\"concierge_request_outputs\"\n            }\n         }\n      }\n   },\n   \"included\":[\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_request_outputs\",\n         \"attributes\":{\n            \"port_code\":\"cl_clp\",\n            \"state\":\"accepted\",\n            \"quote_strategy_code\":\"from_amount_to_produce\",\n            \"budget\":152.42347728,\n            \"fee_and_cost\":3.27363148,\n            \"rate\":6.70466667,\n            \"amount\":1000.0,\n            \"all_in_rate\":6.56066911,\n            \"failure_count\":0,\n            \"last_failure_reason\":null,\n            \"arrives_in\":86400,\n            \"arrives_at\":\"2020-01-02T00:00:00.000Z\"\n         },\n         \"relationships\":{\n            \"request\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"concierge_requests\"\n               }\n            },\n            \"user\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"users\"\n               }\n            },\n            \"withdrawal_instruction\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"withdrawal_instructions\"\n               }\n            },\n            \"failures\":{\n               \"data\":[\n                  \n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_requests\",\n         \"attributes\":{\n            \"state\":\"quote_accepted\",\n            \"port_code\":\"ar_ars\",\n            \"outputs_count\":1,\n            \"eta\":\"2020-01-01T00:00:00.000Z\",\n            \"quote_requested_at\":\"2020-01-01T00:00:00.000Z\",\n            \"accept_quote_before\":\"2020-01-01T00:10:00.000Z\",\n            \"quote_accepted_at\":\"2020-01-01T00:00:00.000Z\",\n            \"total_to_spend\":152.43,\n            \"funds_available\":0.0,\n            \"provision_funds_before\":\"2020-01-01T00:30:00.000Z\",\n            \"cancellation_reason\":null,\n            \"receipt_url\":null,\n            \"credit_note_url\":null,\n            \"external_id\":null,\n            \"payment_authorization_code\":null,\n            \"quoted_at\":\"2020-01-01T00:00:00.000Z\",\n            \"working_started_at\":null,\n            \"finished_at\":null,\n            \"cancelled_at\":null\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"2\",\n                  \"type\":\"users\"\n               }\n            },\n            \"outputs\":{\n               \"data\":[\n                  {\n                     \"id\":\"1\",\n                     \"type\":\"concierge_request_outputs\"\n                  }\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"3\",\n         \"type\":\"users\",\n         \"attributes\":{\n            \"name\":\"payee@bitex.la\",\n            \"email\":\"payee@bitex.la\",\n            \"kyc_accepted\":true,\n            \"otp_enabled\":false,\n            \"do_not_email\":false,\n            \"trezor_login_enabled\":false,\n            \"banned\":false,\n            \"is_master_role\":false,\n            \"unconfirmed_email\":null,\n            \"webhook_url\":null,\n            \"compliance_state\":\"enabled\"\n         },\n         \"relationships\":{\n            \"master_user\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"users\"\n               }\n            },\n            \"account\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"accounts\"\n               }\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"withdrawal_instructions\",\n         \"attributes\":{\n            \"label\":null,\n            \"schema\":\"bitex\",\n            \"body\":{\n               \"country\":\"CL\",\n               \"payment_method\":\"domestic_bank\",\n               \"bank\":\"bco_chile\",\n               \"account_type\":\"checking\",\n               \"bank_account_number\":\"12345678\",\n               \"currency\":null\n            },\n            \"payment_method_type\":\"cl_domestic_bank\"\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"users\"\n               }\n            }\n         }\n      }\n   ]\n}"}],"_postman_id":"748227c7-4e2c-454d-ac6e-c419fbf59366"},{"name":"concierge_request_output_cancelled","id":"d5e7e1f5-df97-463d-91f1-19e80673b663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"b561b06c-da7d-4b53-9bb7-b906e3c50516","name":"concierge_request_output_cancelled","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"11\",\n        \"type\": \"events\",\n        \"attributes\": {\n            \"event_type\": \"concierge_request_output_cancelled\",\n            \"created_at\": \"2020-01-01T00:00:00.000Z\",\n            \"sent_at\": \"2020-01-01T00:00:00.000Z\"\n        },\n        \"relationships\": {\n            \"resource\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"concierge_request_outputs\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"concierge_request_outputs\",\n            \"attributes\": {\n                \"port_code\": \"cl_clp\",\n                \"state\": \"cancelled\",\n                \"quote_strategy_code\": \"from_amount_to_produce\",\n                \"budget\": 152.42347728,\n                \"fee_and_cost\": 3.27363148,\n                \"rate\": 6.70466667,\n                \"amount\": 1000,\n                \"all_in_rate\": 6.56066911,\n                \"failure_count\": 0,\n                \"last_failure_reason\": null,\n                \"arrives_in\": 86400,\n                \"arrives_at\": \"2020-01-02T00:00:00.000Z\"\n            },\n            \"relationships\": {\n                \"request\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"concierge_requests\"\n                    }\n                },\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"withdrawal_instruction\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"withdrawal_instructions\"\n                    }\n                },\n                \"failures\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"concierge_requests\",\n            \"attributes\": {\n                \"state\": \"cancelled\",\n                \"port_code\": \"ar_ars\",\n                \"outputs_count\": 1,\n                \"eta\": \"2020-01-01T00:00:00.000Z\",\n                \"quote_requested_at\": \"2020-01-01T00:00:00.000Z\",\n                \"accept_quote_before\": \"2020-01-01T00:10:00.000Z\",\n                \"quote_accepted_at\": \"2020-01-01T00:00:00.000Z\",\n                \"total_to_spend\": 152.43,\n                \"funds_available\": 0,\n                \"provision_funds_before\": \"2020-01-01T00:30:00.000Z\",\n                \"cancellation_reason\": \"payment_not_received\",\n                \"receipt_url\": null,\n                \"credit_note_url\": null,\n                \"external_id\": null,\n                \"payment_authorization_code\": null,\n                \"quoted_at\": \"2020-01-01T00:00:00.000Z\",\n                \"working_started_at\": null,\n                \"finished_at\": null,\n                \"cancelled_at\": \"2020-01-01T00:00:00.000Z\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"outputs\": {\n                    \"data\": [\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"concierge_request_outputs\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"3\",\n            \"type\": \"users\",\n            \"attributes\": {\n                \"name\": \"payee@bitex.la\",\n                \"email\": \"payee@bitex.la\",\n                \"kyc_accepted\": true,\n                \"otp_enabled\": true,\n                \"do_not_email\": false,\n                \"trezor_login_enabled\": false,\n                \"banned\": false,\n                \"is_master_role\": false,\n                \"unconfirmed_email\": null,\n                \"webhook_url\": null,\n                \"compliance_state\": \"enabled\"\n            },\n            \"relationships\": {\n                \"master_user\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"users\"\n                    }\n                },\n                \"account\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"accounts\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"withdrawal_instructions\",\n            \"attributes\": {\n                \"label\": null,\n                \"schema\": \"bitex\",\n                \"body\": {\n                    \"country\": \"CL\",\n                    \"payment_method\": \"domestic_bank\",\n                    \"bank\": \"bco_chile\",\n                    \"account_type\": \"checking\",\n                    \"bank_account_number\": \"12345678\",\n                    \"currency\": null\n                },\n                \"payment_method_type\": \"cl_domestic_bank\"\n            },\n            \"relationships\": {\n                \"user\": {\n                    \"data\": {\n                        \"id\": \"3\",\n                        \"type\": \"users\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"d5e7e1f5-df97-463d-91f1-19e80673b663"},{"name":"concierge_request_output_working","id":"926ff501-55f5-4d88-9e50-aa23a8073994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"8232017e-4b7a-44b8-9009-a1129b73650b","name":"concierge_request_output_working","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"12\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"concierge_request_output_working\",\n         \"created_at\":\"2020-01-01T00:00:00.000Z\",\n         \"sent_at\":\"2020-01-01T00:00:00.000Z\"\n      },\n      \"relationships\":{\n         \"resource\":{\n            \"data\":{\n               \"id\":\"1\",\n               \"type\":\"concierge_request_outputs\"\n            }\n         }\n      }\n   },\n   \"included\":[\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_request_outputs\",\n         \"attributes\":{\n            \"port_code\":\"cl_clp\",\n            \"state\":\"working\",\n            \"quote_strategy_code\":\"from_amount_to_produce\",\n            \"budget\":152.42347728,\n            \"fee_and_cost\":3.27363148,\n            \"rate\":6.70466667,\n            \"amount\":1000.0,\n            \"all_in_rate\":6.56066911,\n            \"failure_count\":0,\n            \"last_failure_reason\":null,\n            \"arrives_in\":86400,\n            \"arrives_at\":\"2020-01-02T00:00:00.000Z\"\n         },\n         \"relationships\":{\n            \"request\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"concierge_requests\"\n               }\n            },\n            \"user\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"users\"\n               }\n            },\n            \"withdrawal_instruction\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"withdrawal_instructions\"\n               }\n            },\n            \"failures\":{\n               \"data\":[\n                  \n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_requests\",\n         \"attributes\":{\n            \"state\":\"working\",\n            \"port_code\":\"ar_ars\",\n            \"outputs_count\":1,\n            \"eta\":\"2020-01-01T00:00:00.000Z\",\n            \"quote_requested_at\":\"2020-01-01T00:00:00.000Z\",\n            \"accept_quote_before\":\"2020-01-01T00:10:00.000Z\",\n            \"quote_accepted_at\":\"2020-01-01T00:00:00.000Z\",\n            \"total_to_spend\":152.43,\n            \"funds_available\":0.0063257,\n            \"provision_funds_before\":\"2020-01-01T00:30:00.000Z\",\n            \"cancellation_reason\":null,\n            \"receipt_url\":null,\n            \"credit_note_url\":null,\n            \"external_id\":null,\n            \"payment_authorization_code\":null,\n            \"quoted_at\":\"2020-01-01T00:00:00.000Z\",\n            \"working_started_at\":\"2020-01-01T00:00:00.000Z\",\n            \"finished_at\":null,\n            \"cancelled_at\":null\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"users\"\n               }\n            },\n            \"outputs\":{\n               \"data\":[\n                  {\n                     \"id\":\"1\",\n                     \"type\":\"concierge_request_outputs\"\n                  }\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"3\",\n         \"type\":\"users\",\n         \"attributes\":{\n            \"name\":\"payee@bitex.la\",\n            \"email\":\"payee@bitex.la\",\n            \"kyc_accepted\":true,\n            \"otp_enabled\":true,\n            \"do_not_email\":false,\n            \"trezor_login_enabled\":false,\n            \"banned\":false,\n            \"is_master_role\":false,\n            \"unconfirmed_email\":null,\n            \"webhook_url\":null,\n            \"compliance_state\":\"enabled\"\n         },\n         \"relationships\":{\n            \"master_user\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"users\"\n               }\n            },\n            \"account\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"accounts\"\n               }\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"withdrawal_instructions\",\n         \"attributes\":{\n            \"label\":null,\n            \"schema\":\"bitex\",\n            \"body\":{\n               \"country\":\"CL\",\n               \"payment_method\":\"domestic_bank\",\n               \"bank\":\"bco_chile\",\n               \"account_type\":\"checking\",\n               \"bank_account_number\":\"12345678\",\n               \"currency\":null\n            },\n            \"payment_method_type\":\"cl_domestic_bank\"\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"users\"\n               }\n            }\n         }\n      }\n   ]\n}"}],"_postman_id":"926ff501-55f5-4d88-9e50-aa23a8073994"},{"name":"concierge_request_output_settling","id":"a62c987c-4a44-49a9-b291-47c574d052ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"68591667-0c18-4b49-b0bb-fa45aabfa186","name":"concierge_request_output_settling","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n   \"data\":{\n      \"id\":\"13\",\n      \"type\":\"events\",\n      \"attributes\":{\n         \"event_type\":\"concierge_request_output_settling\",\n         \"created_at\":\"2020-01-01T00:00:00.000Z\",\n         \"sent_at\":\"2020-01-01T00:00:00.000Z\"\n      },\n      \"relationships\":{\n         \"resource\":{\n            \"data\":{\n               \"id\":\"1\",\n               \"type\":\"concierge_request_outputs\"\n            }\n         }\n      }\n   },\n   \"included\":[\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_request_outputs\",\n         \"attributes\":{\n            \"port_code\":\"cl_clp\",\n            \"state\":\"settling\",\n            \"quote_strategy_code\":\"from_amount_to_produce\",\n            \"budget\":152.42347728,\n            \"fee_and_cost\":3.27363148,\n            \"rate\":6.70466667,\n            \"amount\":1000.0,\n            \"all_in_rate\":6.56066911,\n            \"failure_count\":0,\n            \"last_failure_reason\":null,\n            \"arrives_in\":86400,\n            \"arrives_at\":\"2020-01-02T00:00:00.000Z\"\n         },\n         \"relationships\":{\n            \"request\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"concierge_requests\"\n               }\n            },\n            \"user\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"users\"\n               }\n            },\n            \"withdrawal_instruction\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"withdrawal_instructions\"\n               }\n            },\n            \"failures\":{\n               \"data\":[\n                  \n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"concierge_requests\",\n         \"attributes\":{\n            \"state\":\"working\",\n            \"port_code\":\"ar_ars\",\n            \"outputs_count\":1,\n            \"eta\":\"2020-01-01T00:00:00.000Z\",\n            \"quote_requested_at\":\"2020-01-01T00:00:00.000Z\",\n            \"accept_quote_before\":\"2020-01-01T00:10:00.000Z\",\n            \"quote_accepted_at\":\"2020-01-01T00:00:00.000Z\",\n            \"total_to_spend\":152.43,\n            \"funds_available\":9850349.8551542,\n            \"provision_funds_before\":\"2020-01-01T00:30:00.000Z\",\n            \"cancellation_reason\":null,\n            \"receipt_url\":null,\n            \"credit_note_url\":null,\n            \"external_id\":null,\n            \"payment_authorization_code\":null,\n            \"quoted_at\":\"2020-01-01T00:00:00.000Z\",\n            \"working_started_at\":\"2020-01-01T00:00:00.000Z\",\n            \"finished_at\":null,\n            \"cancelled_at\":null\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"users\"\n               }\n            },\n            \"outputs\":{\n               \"data\":[\n                  {\n                     \"id\":\"1\",\n                     \"type\":\"concierge_request_outputs\"\n                  }\n               ]\n            }\n         }\n      },\n      {\n         \"id\":\"3\",\n         \"type\":\"users\",\n         \"attributes\":{\n            \"name\":\"payee@bitex.la\",\n            \"email\":\"payee@bitex.la\",\n            \"kyc_accepted\":true,\n            \"otp_enabled\":true,\n            \"do_not_email\":false,\n            \"trezor_login_enabled\":false,\n            \"banned\":false,\n            \"is_master_role\":false,\n            \"unconfirmed_email\":null,\n            \"webhook_url\":null,\n            \"compliance_state\":\"enabled\"\n         },\n         \"relationships\":{\n            \"master_user\":{\n               \"data\":{\n                  \"id\":\"1\",\n                  \"type\":\"users\"\n               }\n            },\n            \"account\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"accounts\"\n               }\n            }\n         }\n      },\n      {\n         \"id\":\"1\",\n         \"type\":\"withdrawal_instructions\",\n         \"attributes\":{\n            \"label\":null,\n            \"schema\":\"bitex\",\n            \"body\":{\n               \"country\":\"CL\",\n               \"payment_method\":\"domestic_bank\",\n               \"bank\":\"bco_chile\",\n               \"account_type\":\"checking\",\n               \"bank_account_number\":\"12345678\",\n               \"currency\":null\n            },\n            \"payment_method_type\":\"cl_domestic_bank\"\n         },\n         \"relationships\":{\n            \"user\":{\n               \"data\":{\n                  \"id\":\"3\",\n                  \"type\":\"users\"\n               }\n            }\n         }\n      }\n   ]\n}"}],"_postman_id":"a62c987c-4a44-49a9-b291-47c574d052ab"},{"name":"concierge_request_output_settled","id":"e3ff565a-bc51-43de-9404-660fbf8b6b30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"34706f2d-1486-43f7-8090-9b8f9cf93376","name":"concierge_request_output_settled","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"15\",\"type\":\"events\",\"attributes\":{\"event_type\":\"concierge_request_output_settled\",\"created_at\":\"2020-01-01T00:00:00.000Z\",\"sent_at\":\"2020-01-01T00:00:00.000Z\"},\"relationships\":{\"resource\":{\"data\":{\"id\":\"1\",\"type\":\"concierge_request_outputs\"}}}},\"included\":[{\"id\":\"1\",\"type\":\"concierge_request_outputs\",\"attributes\":{\"port_code\":\"cl_clp\",\"state\":\"settled\",\"quote_strategy_code\":\"from_amount_to_produce\",\"budget\":152.42347728,\"fee_and_cost\":3.27363148,\"rate\":6.70466667,\"amount\":1000.0,\"all_in_rate\":6.56066911,\"failure_count\":0,\"last_failure_reason\":null,\"arrives_in\":86400,\"arrives_at\":\"2020-01-02T00:00:00.000Z\"},\"relationships\":{\"request\":{\"data\":{\"id\":\"1\",\"type\":\"concierge_requests\"}},\"user\":{\"data\":{\"id\":\"3\",\"type\":\"users\"}},\"withdrawal_instruction\":{\"data\":{\"id\":\"1\",\"type\":\"withdrawal_instructions\"}},\"failures\":{\"data\":[]}}},{\"id\":\"1\",\"type\":\"concierge_requests\",\"attributes\":{\"state\":\"finished\",\"port_code\":\"ar_ars\",\"outputs_count\":1,\"eta\":\"2020-01-01T00:00:00.000Z\",\"quote_requested_at\":\"2020-01-01T00:00:00.000Z\",\"accept_quote_before\":\"2020-01-01T00:10:00.000Z\",\"quote_accepted_at\":\"2020-01-01T00:00:00.000Z\",\"total_to_spend\":152.43,\"funds_available\":9850349.8551542,\"provision_funds_before\":\"2020-01-01T00:30:00.000Z\",\"cancellation_reason\":null,\"receipt_url\":null,\"credit_note_url\":null,\"external_id\":null,\"payment_authorization_code\":null,\"quoted_at\":\"2020-01-01T00:00:00.000Z\",\"working_started_at\":\"2020-01-01T00:00:00.000Z\",\"finished_at\":\"2020-01-01T00:00:00.000Z\",\"cancelled_at\":null},\"relationships\":{\"user\":{\"data\":{\"id\":\"1\",\"type\":\"users\"}},\"outputs\":{\"data\":[{\"id\":\"1\",\"type\":\"concierge_request_outputs\"}]}}},{\"id\":\"3\",\"type\":\"users\",\"attributes\":{\"name\":\"payee@bitex.la\",\"email\":\"payee@bitex.la\",\"kyc_accepted\":true,\"otp_enabled\":true,\"do_not_email\":false,\"trezor_login_enabled\":false,\"banned\":false,\"is_master_role\":false,\"unconfirmed_email\":null,\"webhook_url\":null,\"compliance_state\":\"enabled\"},\"relationships\":{\"master_user\":{\"data\":{\"id\":\"1\",\"type\":\"users\"}},\"account\":{\"data\":{\"id\":\"3\",\"type\":\"accounts\"}}}},{\"id\":\"1\",\"type\":\"withdrawal_instructions\",\"attributes\":{\"label\":null,\"schema\":\"bitex\",\"body\":{\"country\":\"CL\",\"payment_method\":\"domestic_bank\",\"bank\":\"bco_chile\",\"account_type\":\"checking\",\"bank_account_number\":\"12345678\",\"currency\":null},\"payment_method_type\":\"cl_domestic_bank\"},\"relationships\":{\"user\":{\"data\":{\"id\":\"3\",\"type\":\"users\"}}}}]}\n"}],"_postman_id":"e3ff565a-bc51-43de-9404-660fbf8b6b30"},{"name":"concierge_request_output_returned","id":"bcf34585-36f9-4717-91de-7b12a42894f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"b6a6c434-f665-4bad-ad04-b866f240b8bd","name":"concierge_request_output_returned","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"15\",\"type\":\"events\",\"attributes\":{\"event_type\":\"concierge_request_output_returned\",\"created_at\":\"2020-01-01T00:00:00.000Z\",\"sent_at\":\"2020-01-01T00:00:00.000Z\"},\"relationships\":{\"resource\":{\"data\":{\"id\":\"1\",\"type\":\"concierge_request_outputs\"}}}},\"included\":[{\"id\":\"1\",\"type\":\"concierge_request_outputs\",\"attributes\":{\"port_code\":\"cl_clp\",\"state\":\"returned\",\"quote_strategy_code\":\"from_amount_to_produce\",\"budget\":152.42347728,\"fee_and_cost\":3.27363148,\"rate\":6.70466667,\"amount\":1000.0,\"all_in_rate\":6.56066911,\"failure_count\":1,\"last_failure_reason\":\"invalid_bank_account\",\"arrives_in\":86400,\"arrives_at\":\"2020-01-02T00:00:00.000Z\"},\"relationships\":{\"request\":{\"data\":{\"id\":\"1\",\"type\":\"concierge_requests\"}},\"user\":{\"data\":{\"id\":\"3\",\"type\":\"users\"}},\"withdrawal_instruction\":{\"data\":{\"id\":\"1\",\"type\":\"withdrawal_instructions\"}},\"failures\":{\"data\":[{\"id\":\"1\",\"type\":\"concierge_request_output_failures\"}]}}},{\"id\":\"1\",\"type\":\"concierge_requests\",\"attributes\":{\"state\":\"finished\",\"port_code\":\"ar_ars\",\"outputs_count\":1,\"eta\":\"2020-01-01T00:00:00.000Z\",\"quote_requested_at\":\"2020-01-01T00:00:00.000Z\",\"accept_quote_before\":\"2020-01-01T00:10:00.000Z\",\"quote_accepted_at\":\"2020-01-01T00:00:00.000Z\",\"total_to_spend\":152.43,\"funds_available\":9850499.005,\"provision_funds_before\":\"2020-01-01T00:30:00.000Z\",\"cancellation_reason\":null,\"receipt_url\":null,\"credit_note_url\":null,\"external_id\":null,\"payment_authorization_code\":null,\"quoted_at\":\"2020-01-01T00:00:00.000Z\",\"working_started_at\":\"2020-01-01T00:00:00.000Z\",\"finished_at\":\"2020-01-01T00:00:00.000Z\",\"cancelled_at\":null},\"relationships\":{\"user\":{\"data\":{\"id\":\"1\",\"type\":\"users\"}},\"outputs\":{\"data\":[{\"id\":\"1\",\"type\":\"concierge_request_outputs\"}]}}},{\"id\":\"3\",\"type\":\"users\",\"attributes\":{\"name\":\"payee@bitex.la\",\"email\":\"payee@bitex.la\",\"kyc_accepted\":true,\"otp_enabled\":true,\"do_not_email\":false,\"trezor_login_enabled\":false,\"banned\":false,\"is_master_role\":false,\"unconfirmed_email\":null,\"webhook_url\":null,\"compliance_state\":\"enabled\"},\"relationships\":{\"master_user\":{\"data\":{\"id\":\"1\",\"type\":\"users\"}},\"account\":{\"data\":{\"id\":\"3\",\"type\":\"accounts\"}}}},{\"id\":\"1\",\"type\":\"withdrawal_instructions\",\"attributes\":{\"label\":null,\"schema\":\"bitex\",\"body\":{\"country\":\"CL\",\"payment_method\":\"domestic_bank\",\"bank\":\"bco_chile\",\"account_type\":\"checking\",\"bank_account_number\":\"12345678\",\"currency\":null},\"payment_method_type\":\"cl_domestic_bank\"},\"relationships\":{\"user\":{\"data\":{\"id\":\"3\",\"type\":\"users\"}}}},{\"id\":\"1\",\"type\":\"concierge_request_output_failures\",\"attributes\":{\"failure_reason\":\"invalid_bank_account\"},\"relationships\":{\"cash_withdrawal\":{\"data\":{\"id\":\"1\",\"type\":\"cash_withdrawals\"}}}}]}\n"}],"_postman_id":"bcf34585-36f9-4717-91de-7b12a42894f3"},{"name":"concierge_request_output_failed","id":"2b9bb5c3-4c3e-487d-832d-57805f06682c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"e3c1e4f8-167f-4270-ae6a-492461abaeff","name":"concierge_request_output_failed","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\"data\":{\"id\":\"13\",\"type\":\"events\",\"attributes\":{\"event_type\":\"concierge_request_output_failed\",\"created_at\":\"2020-01-01T00:00:00.000Z\",\"sent_at\":\"2020-01-01T00:00:00.000Z\"},\"relationships\":{\"resource\":{\"data\":{\"id\":\"1\",\"type\":\"concierge_request_outputs\"}}}},\"included\":[{\"id\":\"1\",\"type\":\"concierge_request_outputs\",\"attributes\":{\"port_code\":\"cl_clp\",\"state\":\"failed\",\"quote_strategy_code\":\"from_amount_to_produce\",\"budget\":152.42347728,\"fee_and_cost\":3.27363148,\"rate\":6.70466667,\"amount\":1000.0,\"all_in_rate\":6.56066911,\"failure_count\":1,\"last_failure_reason\":\"invalid_bank_account\",\"arrives_in\":86400,\"arrives_at\":\"2020-01-02T00:00:00.000Z\"},\"relationships\":{\"request\":{\"data\":{\"id\":\"1\",\"type\":\"concierge_requests\"}},\"user\":{\"data\":{\"id\":\"3\",\"type\":\"users\"}},\"withdrawal_instruction\":{\"data\":{\"id\":\"1\",\"type\":\"withdrawal_instructions\"}},\"failures\":{\"data\":[{\"id\":\"1\",\"type\":\"concierge_request_output_failures\"}]}}},{\"id\":\"1\",\"type\":\"concierge_requests\",\"attributes\":{\"state\":\"working\",\"port_code\":\"ar_ars\",\"outputs_count\":1,\"eta\":\"2020-01-01T00:00:00.000Z\",\"quote_requested_at\":\"2020-01-01T00:00:00.000Z\",\"accept_quote_before\":\"2020-01-01T00:10:00.000Z\",\"quote_accepted_at\":\"2020-01-01T00:00:00.000Z\",\"total_to_spend\":152.43,\"funds_available\":9850349.8551542,\"provision_funds_before\":\"2020-01-01T00:30:00.000Z\",\"cancellation_reason\":null,\"receipt_url\":null,\"credit_note_url\":null,\"external_id\":null,\"payment_authorization_code\":null,\"quoted_at\":\"2020-01-01T00:00:00.000Z\",\"working_started_at\":\"2020-01-01T00:00:00.000Z\",\"finished_at\":null,\"cancelled_at\":null},\"relationships\":{\"user\":{\"data\":{\"id\":\"1\",\"type\":\"users\"}},\"outputs\":{\"data\":[{\"id\":\"1\",\"type\":\"concierge_request_outputs\"}]}}},{\"id\":\"3\",\"type\":\"users\",\"attributes\":{\"name\":\"payee@bitex.la\",\"email\":\"payee@bitex.la\",\"kyc_accepted\":true,\"otp_enabled\":true,\"do_not_email\":false,\"trezor_login_enabled\":false,\"banned\":false,\"is_master_role\":false,\"unconfirmed_email\":null,\"webhook_url\":null,\"compliance_state\":\"enabled\"},\"relationships\":{\"master_user\":{\"data\":{\"id\":\"1\",\"type\":\"users\"}},\"account\":{\"data\":{\"id\":\"3\",\"type\":\"accounts\"}}}},{\"id\":\"1\",\"type\":\"withdrawal_instructions\",\"attributes\":{\"label\":null,\"schema\":\"bitex\",\"body\":{\"country\":\"CL\",\"payment_method\":\"domestic_bank\",\"bank\":\"bco_chile\",\"account_type\":\"checking\",\"bank_account_number\":\"12345678\",\"currency\":null},\"payment_method_type\":\"cl_domestic_bank\"},\"relationships\":{\"user\":{\"data\":{\"id\":\"3\",\"type\":\"users\"}}}},{\"id\":\"1\",\"type\":\"concierge_request_output_failures\",\"attributes\":{\"failure_reason\":\"invalid_bank_account\"},\"relationships\":{\"cash_withdrawal\":{\"data\":{\"id\":\"1\",\"type\":\"cash_withdrawals\"}}}}]}\n"}],"_postman_id":"2b9bb5c3-4c3e-487d-832d-57805f06682c"}],"id":"200982e2-8e3f-47b4-aa28-8c55a2fa620d","description":"<p>Events reported:</p>\n<ul>\n<li>concierge_request_output_accepting</li>\n<li>concierge_request_output_rejected</li>\n<li>concierge_request_output_accepted</li>\n<li>concierge_request_output_cancelled</li>\n<li>concierge_request_output_working</li>\n<li>concierge_request_output_settling</li>\n<li>concierge_request_output_settled</li>\n<li>concierge_request_output_returned</li>\n<li>concierge_request_output_failed</li>\n</ul>\n","_postman_id":"200982e2-8e3f-47b4-aa28-8c55a2fa620d"}],"id":"19b76815-eb80-4deb-b5a5-3add05d5e901","_postman_id":"19b76815-eb80-4deb-b5a5-3add05d5e901","description":""}],"id":"494c7b00-bc52-48aa-be1d-8263ba29c953","description":"<p>You can receive webhooks when:</p>\n<ul>\n<li>Generating a <a href=\"#90b7f5e9-a1b8-41ce-b710-5fc0b353ef26\">CrossBorder Request</a></li>\n<li>Compliance officers review user's personal information. For example: <a href=\"https://apidocs.remitex.online/#731e60c4-72a3-464a-af6e-d756941e2325\">When completing an issue</a> or <a href=\"#8ab0d80a-32c1-4cde-a886-31f2ef27d98c\">When observing a user</a></li>\n</ul>\n<p>Rather than polling data from our APIs to get state the changes, you can rely on our <strong>push model</strong> and use our <strong>WebHooks</strong> feature, which pushes relevant <code>Events</code> to you instead.</p>\n<p>In order to receive <code>Events</code> you'll have to build an <strong>HTTP server</strong> and expose a single <strong>URL</strong> where we can <strong>POST</strong> the event payload encoded as <strong>JSON-API</strong>. We call this server a <strong>web-callbacks handler</strong>.</p>\n<p>Here's a general overview of the <code>Events</code> we will be sending you.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"data\" : {\n      \"type\" : \"events\",\n      // Events have a unique identifier you can store on your end to make sure\n      // you never handle the same event twice.\n      \"id\" : \"8\",\n      \"attributes\" : {\n         // The event_type can be used for dispatching.\n         // It's the general reason for the Event to be triggered.\n         // The associated 'resource' will depend on the event_type.\n         \"event_type\" : \"user_enabled\"\n         // This is the date in which the event happened.\n         \"created_at\" : \"2000-01-01T00:00:00.000Z\",\n         // This is the date in which the Event was sent to you the first time.\n         \"sent_at\" : \"2000-01-01T00:00:00.000Z\",\n      },\n      \"relationships\" : {\n         \"resource\" : {\n            \"data\" : {\n               \"type\" : \"concierge_requests\",\n               \"id\" : \"1\"\n            }\n         }\n      }\n   },\n   \"included\" : [\n     // The 'resource' attributes will be included. If that's not enough,\n     // you need to fetch its relationships you can always poll for the\n     // specific resource in your handler code.\n     ...\n   ]\n}\n\n</code></pre>\n<h4 id=\"regarding-your-web-callbacks-handler\">Regarding your <strong>web-callbacks handler</strong>:</h4>\n<ul>\n<li>It must accept <strong>POST</strong> HTTP requests, with a <code>CONTENT-TYPE: application/json</code>.</li>\n<li>It must look into the <code>event_type</code> and dispatch whatever action you need accordingly.</li>\n<li>It must accept all <code>event_types</code>, and ignore those you don't care about.</li>\n<li>It must respond with a <strong>200 OK</strong> HTTP status. Otherwise we'll assume you didn't get it and will<br />try again, with an exponential backoff, for a few days before giving up.</li>\n<li>It may look for a <code>WEBHOOK-AUTH</code> header, which will include a <strong>sha256 hex digest</strong><br />of your API key to make sure it originates from our servers.</li>\n</ul>\n<p><a href=\"/docs/postman/welcome\">Postman</a> users can just change their <code>{{ webhook_url }}</code> environment variable to point to your own url,<br />and modify the request json bodies to meet your needs.</p>\n<h4 id=\"configuring-your-web-callbacks-handler\">Configuring your <strong>web-callbacks handler</strong></h4>\n<p>Once you're done building your <strong>web-callbacks handler</strong> you can configure it using the <a href=\"#afb1b2db-80bc-41a0-974a-6177bef4ad83\">Update User endpoint</a></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl --location --request PATCH 'https://bitex-staging.la/api/users/me' \n--header 'Content-Type: application/json' \n--header 'Authorization: your_api_key' \n--data-raw '{\n    \"data\": {\n        \"id\": \"5\",\n        \"type\": \"users\",\n        \"attributes\": {\n            \"webhook_url\": \"https://example.com\",\n        }\n    }\n}'\n\n</code></pre>","_postman_id":"494c7b00-bc52-48aa-be1d-8263ba29c953"}],"event":[{"listen":"prerequest","script":{"id":"b221de14-e7f8-4f34-a1c8-36b3e8f0fd86","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0c056114-1d00-4434-9990-4ed90395d023","type":"text/javascript","exec":[""]}}]}