{"info":{"_postman_id":"9cca3c9e-14bb-466a-9ac2-c4828d317dca","name":"Wise public API","description":"<html><head></head><body><p>This collection describes the flows of most common use cases of TransferWise public API. More on integration types and full API reference can be found at <a href=\"https://api-docs.transferwise.com/\">https://api-docs.transferwise.com/</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12156495","collectionId":"9cca3c9e-14bb-466a-9ac2-c4828d317dca","publishedId":"TVes8SL9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"253655","highlight":"FFB619"},"publishDate":"2020-11-20T14:49:50.000Z"},"item":[{"name":"Payouts and Account Automation","item":[{"name":"1. Transfer Flow","item":[{"name":"1. Check your profile id","item":[{"name":"1. Get profile list","event":[{"listen":"test","script":{"id":"009be77b-c260-4533-aa11-7cf03a2dfb51","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData[0].id) postman.setEnvironmentVariable(\"personal-profile-id\", jsonData[0].id);","if (jsonData[1].id) postman.setEnvironmentVariable(\"business-profile-id\", jsonData[1].id);"],"type":"text/javascript"}}],"id":"b00e34cb-bd8d-4e96-9ef1-ce24ee7439c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/v1/profiles","urlObject":{"path":["v1","profiles"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2191fcd2-798e-4ce8-b67f-f7a2599a103a","name":"1. Get profile list","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/v1/profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Oct 2020 12:46:11 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"b0740ad0-8d32-969a-befb-1c605d83cb31","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"216","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 564,\n        \"type\": \"personal\",\n        \"details\": {\n            \"firstName\": \"Andrii\",\n            \"lastName\": \"Melnychuk\",\n            \"dateOfBirth\": \"1982-01-01\",\n            \"phoneNumber\": \"+442038087139\",\n            \"avatar\": null,\n            \"occupation\": null,\n            \"occupations\": null,\n            \"primaryAddress\": 7088860\n        }\n    },\n    {\n        \"id\": 565,\n        \"type\": \"business\",\n        \"details\": {\n            \"name\": \"TransferWise\",\n            \"registrationNumber\": \"07209813\",\n            \"acn\": null,\n            \"abn\": null,\n            \"arbn\": null,\n            \"companyType\": \"LIMITED\",\n            \"companyRole\": \"OWNER\",\n            \"descriptionOfBusiness\": \"IT_SERVICES\",\n            \"primaryAddress\": 7088861,\n            \"webpage\": null,\n            \"businessCategory\": \"IT_SERVICES\",\n            \"businessSubCategory\": null\n        }\n    }\n]"},{"id":"8c5411c0-5cfd-407f-8523-e849acb9728a","name":"1. Get profile list - no profiles","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/v1/profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Sep 2020 09:00:38 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"8c476e41-59f7-90be-8b58-d97267d7faa3","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"78","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"b00e34cb-bd8d-4e96-9ef1-ce24ee7439c6"}],"id":"6ab9edac-c1e7-48e9-866e-8a92f3a71672","_postman_id":"6ab9edac-c1e7-48e9-866e-8a92f3a71672","description":""},{"name":"2. Create quote","item":[{"name":"1. Create Quote","event":[{"listen":"test","script":{"id":"529a4b03-50f7-4f7d-bbbb-592d64ecdab1","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData.id) postman.setEnvironmentVariable(\"new-quote-id\", jsonData.id);"],"type":"text/javascript"}}],"id":"f4602dd6-ea9b-488c-bb74-ce2a08cf1a8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sourceCurrency\": \"GBP\",\n\t\"targetCurrency\": \"USD\",\n\t\"sourceAmount\": 100,\n\t\"targetAmount\": null,\n\t\"profile\": <owning profile id>\n}"},"url":"{{host}}/v2/quotes","description":"<p><strong>Note</strong>: profile ID used in this call will define whether transfer is made on behalf of the person or business.</p>\n","urlObject":{"path":["v2","quotes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d85a2126-cc85-4b82-8943-e7db46cb7fbd","name":"1. Create Quote","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"GBP\",\n    \"target\": \"EUR\",\n    \"sourceAmount\": \"100\",\n    \"rateType\": \"FIXED\",\n    \"type\": \"BALANCE_PAYOUT\",\n\t\"profile\": 564\n}"},"url":"{{host}}/v1/quotes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Oct 2020 12:50:32 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"c8e75685-9bde-9c96-affd-1c966a46e353","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"462","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2934568,\n    \"source\": \"GBP\",\n    \"target\": \"EUR\",\n    \"sourceAmount\": 100,\n    \"targetAmount\": 109.76,\n    \"type\": \"BALANCE_PAYOUT\",\n    \"rate\": 1.10497,\n    \"createdTime\": \"2020-10-29T12:50:32.055Z\",\n    \"createdByUserId\": 5461414,\n    \"profile\": 564,\n    \"rateType\": \"FLOATING\",\n    \"deliveryEstimate\": \"2020-10-29T15:45:00.000Z\",\n    \"fee\": 0.67,\n    \"feeDetails\": {\n        \"transferwise\": 0.67,\n        \"payIn\": 0,\n        \"discount\": 0,\n        \"priceSetId\": 134,\n        \"partner\": 0\n    },\n    \"allowedProfileTypes\": [\n        \"PERSONAL\",\n        \"BUSINESS\"\n    ],\n    \"guaranteedTargetAmount\": false,\n    \"ofSourceAmount\": true\n}"}],"_postman_id":"f4602dd6-ea9b-488c-bb74-ce2a08cf1a8c"}],"id":"ac355145-d35b-4da9-b7da-9795bdc275d9","event":[{"listen":"prerequest","script":{"id":"7d08698b-ae87-4398-b550-3c5d768796b8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9e3e0d98-a1e6-42de-ad73-8073a6f64250","type":"text/javascript","exec":[""]}}],"_postman_id":"ac355145-d35b-4da9-b7da-9795bdc275d9","description":""},{"name":"2. Choose/create recipient","item":[{"name":"1a. Select Existing","item":[{"name":"1. Load accounts","id":"36b5a62d-ea4a-4650-aa12-01e785c1adb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/v1/accounts/?currency=USD","urlObject":{"path":["v1","accounts",""],"host":["{{host}}"],"query":[{"key":"currency","value":"USD"}],"variable":[]}},"response":[],"_postman_id":"36b5a62d-ea4a-4650-aa12-01e785c1adb5"}],"id":"f13f572f-0e8b-42e3-bd94-0f2571440bc5","event":[{"listen":"prerequest","script":{"id":"51a6ce82-e168-4d24-9b53-7d3b323fc5c5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e53b4105-4284-4119-b8f1-cb85fe83d547","type":"text/javascript","exec":[""]}}],"_postman_id":"f13f572f-0e8b-42e3-bd94-0f2571440bc5","description":""},{"name":"1b. Create new recipient account","item":[{"name":"1. Get recipient creation dynamic form","id":"7859ed08-f6fd-4774-8167-e1868d6e2bc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Accept-Minor-Version","value":"1","type":"text"}],"url":"{{host}}/v1/quotes/{{new-quote-id}}/account-requirements","urlObject":{"path":["v1","quotes","{{new-quote-id}}","account-requirements"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7859ed08-f6fd-4774-8167-e1868d6e2bc5"},{"name":"2. Update form if any field require refresh","id":"46fc6d81-93f7-4ba0-b791-b7c1ceccf353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"aba\",\n    \"details\": {\n        \"legalType\": \"PRIVATE\",\n        \"address\": {\n            \"country\": \"US\"\n        }\n    }\n}"},"url":"{{host}}/v1/quotes/{{new-quote-id}}/account-requirements","description":"<p>POST /account-requirements</p>\n","urlObject":{"path":["v1","quotes","{{new-quote-id}}","account-requirements"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"46fc6d81-93f7-4ba0-b791-b7c1ceccf353"},{"name":"3. Create account","event":[{"listen":"test","script":{"id":"5fa8995b-585f-4a05-99d7-b2591dfd94a2","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData.id) postman.setEnvironmentVariable(\"new-recipient-id\", jsonData.id);"],"type":"text/javascript"}}],"id":"9cd0048b-c181-48c0-a394-0a24d69ed894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountHolderName\": \"Person USD\",\n    \"currency\": \"USD\",\n    \"type\": \"ABA\",\n    \"details\": {\n      \"address\": {\n        \"city\": \"New York\",\n        \"countryCode\": \"US\",\n        \"postCode\": \"10025\",\n        \"state\": \"NY\",\n        \"firstLine\": \"158 Wall Street\"\n      },\n      \"legalType\":\"PRIVATE\",\n      \"abartn\": \"064000020\",\n      \"accountType\": \"CHECKING\",\n      \"accountNumber\": \"40000000000\",\n      \"email\": \"example@foobar.com\"\n    }\n  }"},"url":"{{host}}/v1/accounts","urlObject":{"path":["v1","accounts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cd0048b-c181-48c0-a394-0a24d69ed894"}],"id":"bc44ed5b-fe2c-4dc7-9b35-a9610fb4eb63","event":[{"listen":"prerequest","script":{"id":"358c3d04-cc28-45a4-944b-57bc62c0541c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"14b12d7e-c632-45e2-b8a4-42733455c64b","type":"text/javascript","exec":[""]}}],"_postman_id":"bc44ed5b-fe2c-4dc7-9b35-a9610fb4eb63","description":""}],"id":"2177fd67-809b-4c52-a6df-1246dcb79d10","event":[{"listen":"prerequest","script":{"id":"fa38d83d-514e-420e-98ae-068340130b8e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"855bcc8b-36e7-4e9b-86ee-e84d91da2e02","type":"text/javascript","exec":[""]}}],"_postman_id":"2177fd67-809b-4c52-a6df-1246dcb79d10","description":""},{"name":"3. Create transfer","item":[{"name":"4. Generate GUID for idempotency","event":[{"listen":"test","script":{"id":"9d27be8d-0da6-423a-a359-0edda3cf8468","exec":["if (responseBody) postman.setEnvironmentVariable(\"idempotency-guid\", responseBody);"],"type":"text/javascript"}}],"id":"e9a07823-4a5f-4a49-9d49-ba457c0e9623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.uuidgenerator.net/api/guid","description":"<p>You don't have to use an API for this - you can almost certainly do it in code. This is just for testing convenience.</p>\n","urlObject":{"protocol":"https","path":["api","guid"],"host":["www","uuidgenerator","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9a07823-4a5f-4a49-9d49-ba457c0e9623"},{"name":"2. Get transfer extra info dynamic form","id":"3cd5de10-2d2c-4c5d-b1d1-be4d9d2b288a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"targetAccount\": {{new-recipient-id}},\n    \"quoteUuid\": \"{{new-quote-id}}\"\n}"},"url":"{{host}}/v1/transfer-requirements","urlObject":{"path":["v1","transfer-requirements"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1c593b0a-4e2d-4020-8431-624e4dcda512","name":"2. Get transfer extra info dynamic form","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"targetAccount\": {{new-recipient-id}},\n    \"quote\": {{new-quote-id}}\n}"},"url":"{{host}}/v1/transfer-requirements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Oct 2020 12:59:04 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"f73e60a3-cc01-9f53-8e9a-e9d46ea1ee27","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"2621","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"type\": \"transfer\",\n        \"usageInfo\": null,\n        \"fields\": [\n            {\n                \"name\": \"Transfer reference\",\n                \"group\": [\n                    {\n                        \"key\": \"reference\",\n                        \"name\": \"Transfer reference\",\n                        \"type\": \"text\",\n                        \"refreshRequirementsOnChange\": false,\n                        \"required\": false,\n                        \"displayFormat\": null,\n                        \"example\": null,\n                        \"minLength\": null,\n                        \"maxLength\": 10,\n                        \"validationRegexp\": null,\n                        \"validationAsync\": null,\n                        \"valuesAllowed\": null\n                    }\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"3cd5de10-2d2c-4c5d-b1d1-be4d9d2b288a"},{"name":"3. Update transfer extra info dynamic form (if any fields require refresh)","id":"69802b54-f279-461c-baea-8319e62783be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \n    \"targetAccount\": {{new-recipient-id}},\n    \"quoteUuid\": \"{{new-quote-id}}\",\n    \"details\": {\n        \"reference\": \"my ref\",\n    \t\"sourceOfFunds\": \"verification.source.of.funds.other\"\n    }\n}"},"url":"{{host}}/v1/transfer-requirements","urlObject":{"path":["v1","transfer-requirements"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"69802b54-f279-461c-baea-8319e62783be"},{"name":"5. Create transfer","event":[{"listen":"test","script":{"id":"6f42c968-5127-4919-aec2-60662dee6da5","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData.id) postman.setEnvironmentVariable(\"new-transfer-id\", jsonData.id);"],"type":"text/javascript"}}],"id":"3cd7eafc-0aa6-4b93-9339-ea40069d14b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"targetAccount\": {{new-recipient-id}},\n    \"quoteUuid\": \"{{new-quote-id}}\",\n    \"customerTransactionId\": \"{{idempotency-guid}}\",\n    \"details\": {\n        \"reference\": \"my ref\",\n        \"transferPurpose\": \"verification.transfers.purpose.pay.bills\"\n    }\n}"},"url":"{{host}}/v1/transfers","description":"<p>A transfer is a payment order to recipient account based on a quote. Once created, a transfer needs to be funded within the next five working days. Otherwise, it will be automatically canceled.</p>\n","urlObject":{"path":["v1","transfers"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"75ea9782-9e5d-4128-93db-e267be885688","name":"5. Create transfer","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"targetAccount\": {{new-recipient-id}},\n    \"quote\": {{new-quote-id}},\n    \"customerTransactionId\": \"{{idempotency-guid}}\",\n    \"details\": {\n        \"reference\": \"my ref\",\n        \"transferPurpose\": \"verification.transfers.purpose.pay.bills\"\n    }\n}"},"url":"{{host}}/v1/transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Oct 2020 13:01:23 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"f481fce1-7c2d-9bb6-8e30-c0d269611e2c","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"x-xss-protection","value":"1 ; mode=block","enabled":true},{"key":"referrer-policy","value":"no-referrer","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"12185","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 48902285,\n    \"user\": 5461414,\n    \"targetAccount\": 14109559,\n    \"sourceAccount\": null,\n    \"quote\": 2934720,\n    \"quoteUuid\": \"2934720\",\n    \"status\": \"incoming_payment_waiting\",\n    \"reference\": \"my ref\",\n    \"rate\": 0,\n    \"created\": \"2020-10-29 13:01:23\",\n    \"business\": null,\n    \"transferRequest\": null,\n    \"details\": {\n        \"reference\": \"my ref\"\n    },\n    \"hasActiveIssues\": false,\n    \"sourceCurrency\": \"GBP\",\n    \"sourceValue\": 98.89,\n    \"targetCurrency\": \"USD\",\n    \"targetValue\": 0,\n    \"customerTransactionId\": \"bbfcecdd-112c-46d9-87c8-73ea4c8fdfab\"\n}"}],"_postman_id":"3cd7eafc-0aa6-4b93-9339-ea40069d14b9"}],"id":"840f7792-027c-4dcd-b4fb-a8e84e392059","event":[{"listen":"prerequest","script":{"id":"b6222693-a79b-4ba3-9d3b-e3a9faefed36","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c92a152f-065f-4537-bb67-6b174cf376f1","type":"text/javascript","exec":[""]}}],"_postman_id":"840f7792-027c-4dcd-b4fb-a8e84e392059","description":""},{"name":"4. Fund transfer","item":[{"name":"1. Fund transfer","id":"7691ba4d-554f-4cbb-a73f-c3a56c56af63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{   \n    \"type\":\"BALANCE\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v3/profiles/<profile-on-behalf-of-which-transfer-was-created>/transfers/{{new-transfer-id}}/payments","description":"<p>The only way to fund your transfers via API is to fund them from balance.\nNote that based on the user origin this call might be the subject for SCA, more details in <a href=\"https://api-docs.wise.com/#strong-customer-authentication\">API Documentation</a></p>\n","urlObject":{"path":["v3","profiles","<profile-on-behalf-of-which-transfer-was-created>","transfers","{{new-transfer-id}}","payments"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"84a741ad-4481-4b05-a98a-62a31883e607","name":"1. Fund transfer","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{   \n    \"type\":\"BALANCE\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v3/profiles/{{personal-profile-id}}/transfers/{{new-transfer-id}}/payments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Oct 2021 15:10:21 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"107","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"45595d88b423e3df71e3f86917335067","enabled":true},{"key":"x-trace-id","value":"db7e63866499b99f","enabled":true},{"key":"x-2fa-approval-result","value":"APPROVED","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"x-envoy-upstream-service-time","value":"330","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true},{"key":"vary","value":"Origin,Access-Control-Request-Method,Access-Control-Request-Headers,accept-encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"BALANCE\",\n    \"status\": \"COMPLETED\",\n    \"errorCode\": null,\n    \"errorMessage\": null,\n    \"balanceTransactionId\": 2218118\n}"}],"_postman_id":"7691ba4d-554f-4cbb-a73f-c3a56c56af63"}],"id":"de0eebd9-bf33-469e-bfb6-5cd8f48981ea","_postman_id":"de0eebd9-bf33-469e-bfb6-5cd8f48981ea","description":""}],"id":"8a093d8a-b752-4460-8b79-9138a0ce71d5","event":[{"listen":"prerequest","script":{"id":"82a5a0ed-37b7-4a33-98d6-c9ddb4ae27c8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d112bdcf-c101-44ca-a4c0-fee15949a6cc","type":"text/javascript","exec":[""]}}],"_postman_id":"8a093d8a-b752-4460-8b79-9138a0ce71d5","description":""},{"name":"2. Webhooks subscription","item":[{"name":"1. Create subsription for transfer state change","event":[{"listen":"test","script":{"id":"a8c33253-299d-4d97-8a31-1178f1e22da4","exec":["var jsonData = JSON.parse(responseBody);","pm.environment.set(\"webhook1-id\", jsonData.id);"],"type":"text/javascript"}}],"id":"752d293a-be5a-498f-8e57-98defc6cefa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n       \"name\": \"Webhook Subscription #1\",\n       \"trigger_on\": \"transfers#state-change\",\n       \"delivery\": {\n         \"version\": \"2.0.0\",\n         \"url\": \"https://your.webhook.url/12345\"\n         }\n      }"},"url":"{{host}}/v3/profiles/{{business-profile-id}}/subscriptions","urlObject":{"path":["v3","profiles","{{business-profile-id}}","subscriptions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"752d293a-be5a-498f-8e57-98defc6cefa6"},{"name":"2. Create subsription for borderless deposit","event":[{"listen":"test","script":{"id":"9bb9ccae-0614-490c-825f-9c2a4234c5fb","exec":["var jsonData = JSON.parse(responseBody);","pm.environment.set(\"webhook2-id\", jsonData.id);"],"type":"text/javascript"}}],"id":"d804c1f9-a54a-43e8-9533-2203eab25e68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n       \"name\": \"Webhook Subscription #2\",\n       \"trigger_on\": \"balances#credit\",\n       \"delivery\": {\n         \"version\": \"2.0.0\",\n         \"url\": \"https://your.webhook.url/12345\"\n         }\n      }"},"url":"{{host}}/v3/profiles/{{business-profile-id}}/subscriptions","urlObject":{"path":["v3","profiles","{{business-profile-id}}","subscriptions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d804c1f9-a54a-43e8-9533-2203eab25e68"},{"name":"3. List webhook subscriptions","event":[{"listen":"test","script":{"id":"6c1047ec-1265-4c0a-88cf-0317e17251ae","exec":["var jsonData = JSON.parse(responseBody);","tests['There are two subscriptions availabale'] = (jsonData.length == 2)"],"type":"text/javascript"}}],"id":"63ebff5d-170e-49c3-8cac-6c970893e355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/v3/profiles/{{business-profile-id}}/subscriptions","urlObject":{"path":["v3","profiles","{{business-profile-id}}","subscriptions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"63ebff5d-170e-49c3-8cac-6c970893e355"},{"name":"4. Get webhook subscription by ID","event":[{"listen":"test","script":{"id":"38fe44f9-a866-47a2-8b8d-c6c9034709b5","exec":["var jsonData = JSON.parse(responseBody);","var value = pm.environment.get(\"webhook1-id\");","tests['Correct subscription is returned'] = (jsonData.id = value)"],"type":"text/javascript"}}],"id":"f71dd224-bbd8-4427-8d31-7520ff26e199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/v3/profiles/{{business-profile-id}}/subscriptions/{{webhook1-id}}","urlObject":{"path":["v3","profiles","{{business-profile-id}}","subscriptions","{{webhook1-id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f71dd224-bbd8-4427-8d31-7520ff26e199"},{"name":"5. Delete webhook subscription for transfer state change","event":[{"listen":"test","script":{"id":"f002df6b-fbc6-4ad2-80af-648fcf46a2f1","exec":["",""],"type":"text/javascript"}}],"id":"a93e9c3e-1bbd-4f14-b7d3-b99c80a850c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/v3/profiles/{{business-profile-id}}/subscriptions/{{webhook1-id}}","urlObject":{"path":["v3","profiles","{{business-profile-id}}","subscriptions","{{webhook1-id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a93e9c3e-1bbd-4f14-b7d3-b99c80a850c0"},{"name":"6. Delete webhook subscription for borderless deposit","event":[{"listen":"test","script":{"id":"8ca88eae-eaca-44d3-a653-ecc65e665c49","exec":["",""],"type":"text/javascript"}}],"id":"3b5c5b20-2675-4cdc-bca6-4648b9cc4dc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/v3/profiles/{{business-profile-id}}/subscriptions/{{webhook2-id}}","urlObject":{"path":["v3","profiles","{{business-profile-id}}","subscriptions","{{webhook2-id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b5c5b20-2675-4cdc-bca6-4648b9cc4dc7"}],"id":"fb815b4f-4fd7-488c-a9ab-7e1ca6b24bd9","event":[{"listen":"prerequest","script":{"id":"1e0a5783-f0f6-431a-a296-df1032aff004","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"50254076-d152-4e81-88af-0075839be6ac","type":"text/javascript","exec":[""]}}],"_postman_id":"fb815b4f-4fd7-488c-a9ab-7e1ca6b24bd9","description":""},{"name":"3. Transfer state simulation","item":[{"name":"1. Set as processing","id":"bd6cef6c-a9ec-4614-9b8a-930b754d815e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/v1/simulation/transfers/{{new-transfer-id}}/processing","urlObject":{"path":["v1","simulation","transfers","{{new-transfer-id}}","processing"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd6cef6c-a9ec-4614-9b8a-930b754d815e"},{"name":"2. Set as funds_converted","id":"81837318-e4bb-4523-9577-5d8026480897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/v1/simulation/transfers/{{new-transfer-id}}/funds_converted","urlObject":{"path":["v1","simulation","transfers","{{new-transfer-id}}","funds_converted"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"81837318-e4bb-4523-9577-5d8026480897"},{"name":"3. Set as outgoing_payment_sent","id":"1a00c539-0a33-4dca-bc9c-b9a288450451","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/v1/simulation/transfers/{{new-transfer-id}}/outgoing_payment_sent","urlObject":{"path":["v1","simulation","transfers","{{new-transfer-id}}","outgoing_payment_sent"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a00c539-0a33-4dca-bc9c-b9a288450451"},{"name":"4. Set as bounced_back","id":"986fd81d-4f39-49e4-b6d7-a569ccd982e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/v1/simulation/transfers/{{new-transfer-id}}/bounced_back","urlObject":{"path":["v1","simulation","transfers","{{new-transfer-id}}","bounced_back"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"986fd81d-4f39-49e4-b6d7-a569ccd982e9"},{"name":"5. Set as funds_refunded","id":"716533fa-62b0-4739-bb58-3ef32b1180b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/v1/simulation/transfers/{{new-transfer-id}}/funds_refunded","urlObject":{"path":["v1","simulation","transfers","{{new-transfer-id}}","funds_refunded"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"716533fa-62b0-4739-bb58-3ef32b1180b3"}],"id":"d085d9a9-0fe1-4274-a098-ba41dd0159f4","description":"<p>You can simulate payment processing by changing transfer statuses using these endpoints.</p>\n<p>This feature is limited to sandbox only. Please note, simulation doesn't work with email transfers.</p>\n","event":[{"listen":"prerequest","script":{"id":"054829bd-885b-4b30-8a1a-f31a059a7be3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d75f2892-645a-4d04-9149-966400a45ae6","type":"text/javascript","exec":[""]}}],"_postman_id":"d085d9a9-0fe1-4274-a098-ba41dd0159f4"},{"name":"4. Get transfer receipt","item":[{"name":"Get reciept PDF","id":"cb082e5e-f1ac-47ac-827e-571484df6725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/v1/transfers/{{new-transfer-id}}/receipt.pdf","description":"<p>Download transfer confirmation receipt in PDF format for transfers that are in status <strong>outgoing_payment_sent</strong>.</p>\n","urlObject":{"path":["v1","transfers","{{new-transfer-id}}","receipt.pdf"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb082e5e-f1ac-47ac-827e-571484df6725"}],"id":"0583493e-3e7f-4a86-a645-75e898490218","event":[{"listen":"prerequest","script":{"id":"3b7d750a-cc8d-467f-ab52-89ed7e0e2697","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"86bc9ef7-07f1-4393-b890-9a2a90bd9114","type":"text/javascript","exec":[""]}}],"_postman_id":"0583493e-3e7f-4a86-a645-75e898490218","description":""},{"name":"5. Multi currency account automations","item":[{"name":"1. Account information","item":[{"name":"GET List of balances","event":[{"listen":"test","script":{"id":"02e4c2b7-50c8-436a-8e45-b1e19598e8a2","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData[0].id) postman.setEnvironmentVariable(\"borderless-id\", jsonData[0].id);"],"type":"text/javascript"}}],"id":"ac75efa6-59f1-4f5e-932e-db90eefbf237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/v1/borderless-accounts?profileId={profile-id}","description":"<p>Get a list of multi currency account balances</p>\n","urlObject":{"path":["v1","borderless-accounts"],"host":["{{host}}"],"query":[{"key":"profileId","value":"{profile-id}"}],"variable":[]}},"response":[],"_postman_id":"ac75efa6-59f1-4f5e-932e-db90eefbf237"},{"name":"GET balance statement","id":"1fe779a4-1a73-4cd9-a1d6-10cc2aa6e380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/v3/profiles/{profile-id}/borderless-accounts/{{borderless-id}}/statement.json?currency=EUR&intervalStart=2019-03-18T00:00:00.000Z&intervalEnd=2019-03-18T23:59:59.999Z","urlObject":{"path":["v3","profiles","{profile-id}","borderless-accounts","{{borderless-id}}","statement.json"],"host":["{{host}}"],"query":[{"key":"currency","value":"EUR"},{"key":"intervalStart","value":"2019-03-18T00:00:00.000Z"},{"key":"intervalEnd","value":"2019-03-18T23:59:59.999Z"}],"variable":[]}},"response":[],"_postman_id":"1fe779a4-1a73-4cd9-a1d6-10cc2aa6e380"}],"id":"9720c1b6-941e-4cd3-8910-0b85daaf1e1f","_postman_id":"9720c1b6-941e-4cd3-8910-0b85daaf1e1f","description":""},{"name":"2. Account top up order","item":[{"name":"1. Create Quote","event":[{"listen":"test","script":{"id":"ee937135-0792-4087-a8de-29a7886df1b8","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData.id) postman.setEnvironmentVariable(\"new-quote-id\", jsonData.id);"],"type":"text/javascript"}}],"id":"f4a79ba0-3c67-4807-940b-b162e3548ee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sourceCurrency\": \"GBP\",\n\t\"targetCurrency\": \"USD\",\n\t\"sourceAmount\": 100,\n\t\"targetAmount\": null,\n\t\"profile\": {profile-id}\n}"},"url":"{{host}}/v2/quotes","description":"<p><strong>Note</strong>: profile ID used in this call will define whether transfer is made on behalf of the person or business.</p>\n","urlObject":{"path":["v2","quotes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4820e0d8-9974-458b-9b8b-dc26c3c3fc79","name":"1. Create Quote","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"GBP\",\n    \"target\": \"EUR\",\n    \"sourceAmount\": \"100\",\n    \"rateType\": \"FIXED\",\n    \"type\": \"BALANCE_PAYOUT\",\n\t\"profile\": 564\n}"},"url":"{{host}}/v1/quotes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Oct 2020 12:50:32 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"c8e75685-9bde-9c96-affd-1c966a46e353","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"462","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2934568,\n    \"source\": \"GBP\",\n    \"target\": \"EUR\",\n    \"sourceAmount\": 100,\n    \"targetAmount\": 109.76,\n    \"type\": \"BALANCE_PAYOUT\",\n    \"rate\": 1.10497,\n    \"createdTime\": \"2020-10-29T12:50:32.055Z\",\n    \"createdByUserId\": 5461414,\n    \"profile\": 564,\n    \"rateType\": \"FLOATING\",\n    \"deliveryEstimate\": \"2020-10-29T15:45:00.000Z\",\n    \"fee\": 0.67,\n    \"feeDetails\": {\n        \"transferwise\": 0.67,\n        \"payIn\": 0,\n        \"discount\": 0,\n        \"priceSetId\": 134,\n        \"partner\": 0\n    },\n    \"allowedProfileTypes\": [\n        \"PERSONAL\",\n        \"BUSINESS\"\n    ],\n    \"guaranteedTargetAmount\": false,\n    \"ofSourceAmount\": true\n}"}],"_postman_id":"f4a79ba0-3c67-4807-940b-b162e3548ee2"},{"name":"2. GET balance recipient ID","event":[{"listen":"test","script":{"id":"5b29aaac-be10-4bd7-b2e8-a44bbe635d21","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData[0].id) postman.setEnvironmentVariable(\"borderles-recipient-id\", jsonData[0].recipientId);"],"type":"text/javascript"}}],"id":"d71906ec-6144-4a71-adee-fe62469c5884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/v1/borderless-accounts?profileId={profile-id}","description":"<p>Get a list of multi currency account balances.\nNote the <strong>recipientId</strong> field value from the response.</p>\n","urlObject":{"path":["v1","borderless-accounts"],"host":["{{host}}"],"query":[{"key":"profileId","value":"{profile-id}"}],"variable":[]}},"response":[],"_postman_id":"d71906ec-6144-4a71-adee-fe62469c5884"},{"name":"3. Generate GUID for idempotency","event":[{"listen":"test","script":{"id":"6c9338e5-b052-4f41-b901-97149dedd648","exec":["if (responseBody) postman.setEnvironmentVariable(\"idempotency-guid\", responseBody);"],"type":"text/javascript"}}],"id":"8d58a8ac-7b8f-49b5-81ce-0dc97b9b2e61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.uuidgenerator.net/api/guid","description":"<p>You don't have to use an API for this - you can almost certainly do it in code. This is just for testing convenience.</p>\n","urlObject":{"protocol":"https","path":["api","guid"],"host":["www","uuidgenerator","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d58a8ac-7b8f-49b5-81ce-0dc97b9b2e61"},{"name":"4. Create topup order","event":[{"listen":"test","script":{"id":"93143cfa-33de-4286-8d8e-b67bda0260db","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData.id) postman.setEnvironmentVariable(\"new-transfer-id\", jsonData.id);"],"type":"text/javascript"}}],"id":"3a24a114-3a46-4af2-939c-a85080ae8158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"targetAccount\": {{borderles-recipient-id}},\n    \"quoteUuid\": \"{{new-quote-id}}\",\n    \"customerTransactionId\": \"{{idempotency-guid}}\",\n    \"details\": {\n        \"reference\": \"my ref\",\n        \"transferPurpose\": \"verification.transfers.purpose.pay.bills\"\n    }\n}"},"url":"{{host}}/v1/transfers","description":"<p>A transfer is a payment order to recipient account based on a quote. Once created, a transfer needs to be funded within the next five working days. Otherwise, it will be automatically canceled.</p>\n","urlObject":{"path":["v1","transfers"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e754e1da-5262-4095-9cae-247f14c72df6","name":"5. Create transfer","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"targetAccount\": {{new-recipient-id}},\n    \"quote\": {{new-quote-id}},\n    \"customerTransactionId\": \"{{idempotency-guid}}\",\n    \"details\": {\n        \"reference\": \"my ref\",\n        \"transferPurpose\": \"verification.transfers.purpose.pay.bills\"\n    }\n}"},"url":"{{host}}/v1/transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Oct 2020 13:01:23 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"f481fce1-7c2d-9bb6-8e30-c0d269611e2c","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"x-xss-protection","value":"1 ; mode=block","enabled":true},{"key":"referrer-policy","value":"no-referrer","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"12185","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 48902285,\n    \"user\": 5461414,\n    \"targetAccount\": 14109559,\n    \"sourceAccount\": null,\n    \"quote\": 2934720,\n    \"quoteUuid\": \"2934720\",\n    \"status\": \"incoming_payment_waiting\",\n    \"reference\": \"my ref\",\n    \"rate\": 0,\n    \"created\": \"2020-10-29 13:01:23\",\n    \"business\": null,\n    \"transferRequest\": null,\n    \"details\": {\n        \"reference\": \"my ref\"\n    },\n    \"hasActiveIssues\": false,\n    \"sourceCurrency\": \"GBP\",\n    \"sourceValue\": 98.89,\n    \"targetCurrency\": \"USD\",\n    \"targetValue\": 0,\n    \"customerTransactionId\": \"bbfcecdd-112c-46d9-87c8-73ea4c8fdfab\"\n}"}],"_postman_id":"3a24a114-3a46-4af2-939c-a85080ae8158"}],"id":"052f5c76-ab1f-4d6f-89e8-53b3571eadc7","description":"<p>There are 2 different ways you can send funds to your borderless account:</p>\n<ol>\n<li><p>Simply send domestic bank transfer from your bank account to your <strong>borderless account details</strong> (IBAN / SortCode-AccountNo etc). There is no need to setup a topup order in this case.</p>\n</li>\n<li><p>Create a topup order and then send corresponding amount via domestic or international bank transfer to <strong>TransferWise escrow bank account details</strong>.</p>\n</li>\n</ol>\n<p>You can obtain escrow account details from UI, you can check those in UI by creating transfer and selecting <strong>Manually transfer the money from your bank</strong> option while funding. This is one time action that is why we don't provide API endpoint for this.</p>\n<p>This option is usually used when you are sending funds via international (swift) transfers.</p>\n<p>Setting up a topup order is similar to setting up a regular transfer. Some minor changes are documented below.</p>\n","event":[{"listen":"prerequest","script":{"id":"7dc650d0-7dec-4d3b-a485-6c9ed262ac9b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9b477da6-df4d-4a88-b55f-4ad0a10df5d0","type":"text/javascript","exec":[""]}}],"_postman_id":"052f5c76-ab1f-4d6f-89e8-53b3571eadc7"},{"name":"3. Convert currencies","item":[{"name":"1. Create Quote","event":[{"listen":"test","script":{"id":"2406f781-f628-41b0-86b1-26ed5a2ec090","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData.id) postman.setEnvironmentVariable(\"new-quote-id\", jsonData.id);"],"type":"text/javascript"}}],"id":"4e99c7ef-1445-44b4-90c3-026f51145f6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"GBP\",\n    \"target\": \"USD\",\n    \"sourceAmount\": \"100\",\n    \"rateType\": \"FIXED\",\n    \"type\": \"BALANCE_CONVERSION\",\n\t\"profile\": <profileId>\n}"},"url":"{{host}}/v1/quotes","description":"<p><strong>Note</strong>: For currencies conversion quote should have type BALANCE_CONVERSION. Profile ID used in this call will define whether transfer is made on behalf of the person or business.</p>\n","urlObject":{"path":["v1","quotes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"38032763-a568-4e95-bb58-2627743d324d","name":"1. Create Quote","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"source\": \"GBP\",\n    \"target\": \"EUR\",\n    \"sourceAmount\": \"100\",\n    \"rateType\": \"FIXED\",\n    \"type\": \"BALANCE_PAYOUT\",\n\t\"profile\": 564\n}"},"url":"{{host}}/v1/quotes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Oct 2020 12:50:32 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"c8e75685-9bde-9c96-affd-1c966a46e353","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"462","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2934568,\n    \"source\": \"GBP\",\n    \"target\": \"EUR\",\n    \"sourceAmount\": 100,\n    \"targetAmount\": 109.76,\n    \"type\": \"BALANCE_PAYOUT\",\n    \"rate\": 1.10497,\n    \"createdTime\": \"2020-10-29T12:50:32.055Z\",\n    \"createdByUserId\": 5461414,\n    \"profile\": 564,\n    \"rateType\": \"FLOATING\",\n    \"deliveryEstimate\": \"2020-10-29T15:45:00.000Z\",\n    \"fee\": 0.67,\n    \"feeDetails\": {\n        \"transferwise\": 0.67,\n        \"payIn\": 0,\n        \"discount\": 0,\n        \"priceSetId\": 134,\n        \"partner\": 0\n    },\n    \"allowedProfileTypes\": [\n        \"PERSONAL\",\n        \"BUSINESS\"\n    ],\n    \"guaranteedTargetAmount\": false,\n    \"ofSourceAmount\": true\n}"}],"_postman_id":"4e99c7ef-1445-44b4-90c3-026f51145f6a"},{"name":"2. GET balance ID","event":[{"listen":"test","script":{"id":"4f10a673-b3bd-4ebc-8018-ec64e20bea24","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData.id) postman.setEnvironmentVariable(\"borderles-id\", jsonData.recipientId);"],"type":"text/javascript"}}],"id":"647e5b37-f46f-4e79-adca-3e5bfd4beb70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/v1/borderless-accounts?profileId=<profileId>","description":"<p>Get a list of multi currency account balances.\nNote the <strong>id</strong> field value from the response.</p>\n","urlObject":{"path":["v1","borderless-accounts"],"host":["{{host}}"],"query":[{"key":"profileId","value":"<profileId>"}],"variable":[]}},"response":[],"_postman_id":"647e5b37-f46f-4e79-adca-3e5bfd4beb70"},{"name":"3. Generate GUID for idempotency Copy","event":[{"listen":"test","script":{"id":"d37c6ae2-cd15-4d04-9dec-9a9b63b8d77e","exec":["if (responseBody) postman.setEnvironmentVariable(\"idempotency-guid\", responseBody);"],"type":"text/javascript"}}],"id":"7d83cb7e-8ae1-4676-a21c-a425eb53b5b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.uuidgenerator.net/api/guid","description":"<p>You don't have to use an API for this - you can almost certainly do it in code. This is just for testing convenience.</p>\n","urlObject":{"protocol":"https","path":["api","guid"],"host":["www","uuidgenerator","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d83cb7e-8ae1-4676-a21c-a425eb53b5b6"},{"name":"4. Initiate currencies conversion","event":[{"listen":"test","script":{"id":"6e92da64-3ffc-48c5-8947-da3d9477d286","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData.id) postman.setEnvironmentVariable(\"new-transfer-id\", jsonData.id);"],"type":"text/javascript"}}],"id":"2119e601-5ae2-4f68-b0e0-386b9e3dbc16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-idempotence-uuid","value":"{{idempotency-guid}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quote\": {{new-quote-id}}\n}"},"url":"{{host}}/v1/borderless-accounts/{{borderles-id}}/conversions","description":"<p>Convert funds between your borderless account currencies. Quote which is used in this call must have type \"BALANCE_CONVERSION\".</p>\n<p>Note that this call needs an extra field in header called \"X-idempotence-uuid\".</p>\n","urlObject":{"path":["v1","borderless-accounts","{{borderles-id}}","conversions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"45fbfa45-92b7-4a31-844a-214ffe6f49ef","name":"5. Create transfer","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"targetAccount\": {{new-recipient-id}},\n    \"quote\": {{new-quote-id}},\n    \"customerTransactionId\": \"{{idempotency-guid}}\",\n    \"details\": {\n        \"reference\": \"my ref\",\n        \"transferPurpose\": \"verification.transfers.purpose.pay.bills\"\n    }\n}"},"url":"{{host}}/v1/transfers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Oct 2020 13:01:23 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"f481fce1-7c2d-9bb6-8e30-c0d269611e2c","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"x-xss-protection","value":"1 ; mode=block","enabled":true},{"key":"referrer-policy","value":"no-referrer","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"12185","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 48902285,\n    \"user\": 5461414,\n    \"targetAccount\": 14109559,\n    \"sourceAccount\": null,\n    \"quote\": 2934720,\n    \"quoteUuid\": \"2934720\",\n    \"status\": \"incoming_payment_waiting\",\n    \"reference\": \"my ref\",\n    \"rate\": 0,\n    \"created\": \"2020-10-29 13:01:23\",\n    \"business\": null,\n    \"transferRequest\": null,\n    \"details\": {\n        \"reference\": \"my ref\"\n    },\n    \"hasActiveIssues\": false,\n    \"sourceCurrency\": \"GBP\",\n    \"sourceValue\": 98.89,\n    \"targetCurrency\": \"USD\",\n    \"targetValue\": 0,\n    \"customerTransactionId\": \"bbfcecdd-112c-46d9-87c8-73ea4c8fdfab\"\n}"}],"_postman_id":"2119e601-5ae2-4f68-b0e0-386b9e3dbc16"}],"id":"f7135b89-60cb-41bc-9730-2a19ca0e440d","description":"<p>Convert funds between your borderless account currencies. </p>\n","event":[{"listen":"prerequest","script":{"id":"735249e9-9a0e-4cd7-ae57-f52bcf08c9f3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"58572a70-f233-48bc-b2c9-689d78c1daba","type":"text/javascript","exec":[""]}}],"_postman_id":"f7135b89-60cb-41bc-9730-2a19ca0e440d"}],"id":"da66ad30-98a2-48de-9e84-4f3d27770895","event":[{"listen":"prerequest","script":{"id":"67104b96-0ec2-4090-9f4f-a5b11fd6a386","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"81c0a031-4ad4-4101-a411-567bcf1ed317","type":"text/javascript","exec":[""]}}],"_postman_id":"da66ad30-98a2-48de-9e84-4f3d27770895","description":""},{"name":"6. Onboarding API - Work In Progress","item":[{"name":"1. Creating a User","item":[{"name":"1. Client Credentials Token","event":[{"listen":"test","script":{"id":"ae85fc31-5b34-48dd-ba83-aed8f07d218b","exec":["const json = pm.response.json();","","pm.test(\"response is ok and has required properties\", function () {","    pm.response.to.have.status(200);","    pm.expect(json).to.have.property(\"access_token\");","    if (!json.access_token) {","        postman.setNextRequest(null);","    }","});","","pm.environment.set(\"client-credentials-token\", json.access_token);","","postman.setNextRequest(\"2. Create User\");"],"type":"text/javascript"}}],"id":"282a7251-1316-4efa-8157-51d9a47b5bfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{client-secret}}","username":"{{client-id}}","saveHelperData":"<save-helper-data>","showPassword":"<show-password>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"{{host}}/oauth/token","description":"<p>Get a client credentials token using your client id and secret.</p>\n","urlObject":{"path":["oauth","token"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a2de3da1-3b3b-4ace-a50a-5b378b56818a","name":"1. Client Credentials Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"{{host}}/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Sep 2020 08:31:58 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Content-Length","value":"116","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"66610617-cc23-9fdb-b975-013395bf41d6","enabled":true},{"key":"x-application-context","value":"identity-service:oauth-clients,one-time-token,staging,kubernetes-customenvs:12345","enabled":true},{"key":"cache-control","value":"no-store","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"x-newrelic-app-data","value":"PxQGWVBaCwUGR1JTAQMPUFAHBRFORDQHUjZKA1ZLVVFHDFYPbU5kBwZqGA4HFkxbbEsVDVxUWUZMYXlgNk9BTgBMCE4IFgQAAlEOUAFXBk5WDxtDBFMMAwQFAwNVBVFTUgVXC0BKBQNcEV0/","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-envoy-upstream-service-time","value":"29","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"{token}\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 43199,\n    \"scope\": \"transfers\"\n}"}],"_postman_id":"282a7251-1316-4efa-8157-51d9a47b5bfb"},{"name":"2. Create User","event":[{"listen":"prerequest","script":{"id":"c7c81837-69c0-4f3d-8536-520cef42f572","exec":["pm.environment.set(\"email\", pm.variables.replaceIn('Brendan62@gmail.com'));","pm.environment.set(\"registrationCode\", pm.variables.replaceIn('5db8e28b-2af8-4a59-9c7c-1cb7c9bd6039'));",""],"type":"text/javascript"}},{"listen":"test","script":{"id":"57853698-d13d-4e36-a4e5-492852c70a6f","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(201);","    if (pm.response.code != 201) {","        postman.setNextRequest(null);","    }","});","","postman.setNextRequest(\"3. Get User Tokens\");"],"type":"text/javascript"}}],"id":"b7df9c73-e0d2-4ca0-8dc4-9a21e250322b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{client-credentials-token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"{{email}}\",\n\t\"registrationCode\": \"{{registrationCode}}\",\n\t\"language\":\"EN\"\n}"},"url":"{{host}}/v1/user/signup/registration_code","description":"<p>Create a new user account without any profiles. Subsequently the profile creation endpoints must be used to complete the customer's account creation.</p>\n<p>It is advised to generate a <a href=\"https://www.uuidgenerator.net/api/guid\">UUID</a> for the <strong>registration code</strong> input. The <strong>registration code</strong> is sensitive information that should be used and stored according to security standards that also apply to passwords.</p>\n<p>In case the user you are trying to create already exists in Wise, you'll receive an error. This means the user is already a Wise customer, so you don't need to onboard them using this API. Instead you can just redirect them to our <a href=\"https://api-docs.wise.com/partners#connected-apps-integration-guide-user-authorization\">authorization page</a> in order to link their account with Wise.</p>\n","urlObject":{"path":["v1","user","signup","registration_code"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b7d65106-03c1-4661-a200-9eca24efabf5","name":"1. Create User","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{client-credentials-token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"new-user45@email.com\",\n\t\"registrationCode\": \"32b1a076-4d9b-45d4-be77-4ebfc18b160e\",\n\t\"language\":\"EN\"\n}"},"url":"{{host}}/v1/user/signup/registration_code"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Sep 2020 08:36:36 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"d92d1304-672f-96ae-b7b8-853c994e24b7","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-application-context","value":"identity-service:oauth-clients,one-time-token,staging,kubernetes-customenvs:12345","enabled":true},{"key":"location","value":"/v1/users/5554127","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"x-newrelic-app-data","value":"PxQGWVBaCwUGR1JTAQMPUFAHBRFORDQHUjZKA1ZLVVFHDFYPbU5kBwZqGBdXPxdGQwETPhhCXgEKREZvTRQGBVkRTBBZTF1dXTpaDlUEE0o0eWQ1T0EUAx5UTVIZBgRSUgcFAE5XU1QcQA9UCAhQClJXDVIIUgYAVAUVTQACVEBVOQ==","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"769","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": {user_id},\n    \"name\": null,\n    \"email\": \"{user_email}\",\n    \"active\": true,\n    \"details\": null\n}"},{"id":"09c5cab9-552c-48e1-86b7-04357546cfdc","name":"2. Create User Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{client-credentials-token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"new-user@email.com\",\n\t\"registrationCode\": \"32b1a076-4d9b-45d4-be77-4ebfc18b160e\",\n\t\"language\":\"EN\"\n}"},"url":"{{host}}/v1/user/signup/registration_code"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Sep 2020 08:35:04 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"b5248063-0b69-9591-96af-34c284e737a7","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-application-context","value":"identity-service:oauth-clients,one-time-token,staging,kubernetes-customenvs:12345","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"x-newrelic-app-data","value":"PxQGWVBaCwUGR1JTAQMPUFAHBRFORDQHUjZKA1ZLVVFHDFYPbU5kBwZqGBdXPxdGQwETPhhCXgEKREZvTRQGBVkRTBBZTF1dXTpaDlUEE0o0eWQ1T0EUAx5UTVIZAQ5WUAkCA1FKUlIEThpQWgoEVwFTWwUDAARSUgMEQ0oFWV9DATw=","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"117","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"NOT_UNIQUE\",\n            \"message\": \"You’re already a member. Please login\",\n            \"path\": \"email\",\n            \"arguments\": [\n                \"email\",\n                \"class com.transferwise.fx.api.ApiRegisterCommand\",\n                \"ne******@email.com\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"b7df9c73-e0d2-4ca0-8dc4-9a21e250322b"},{"name":"3. Get User Tokens","event":[{"listen":"test","script":{"id":"6dc03da3-a3fd-42a5-80e3-b07976b47ce8","exec":["const json = pm.response.json();","","pm.test(\"response is ok and has required properties\", function () {","    pm.response.to.have.status(200);","    pm.expect(json).to.have.property(\"access_token\");","    if (!json.access_token || !json.refresh_token) {","        postman.setNextRequest(null);","    }","});","","pm.environment.set(\"token\", json.access_token);","pm.environment.set(\"refresh\", json.refresh_token);","","postman.setNextRequest(\"1. Create business profile\");",""],"type":"text/javascript"}}],"id":"1a671f07-fb4a-4165-97ae-9aae4c50b181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{client-secret}}","username":"{{client-id}}","saveHelperData":"<save-helper-data>","showPassword":"<show-password>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"registration_code","type":"text"},{"key":"client_id","value":"{{client-id}}","type":"text"},{"key":"email","value":"{{email}}","type":"text"},{"key":"registration_code","value":"{{registrationCode}}","type":"text"}]},"url":"{{host}}/oauth/token","description":"<p>Request an access token for the newly created user. A refresh token is also provided as part of the response, which can be used generate a new access token if it has expired.</p>\n<p>This is a long lived access token that should be stored securely and reused for creating user profile related resources. It does, however, have a limited scope, so you won't be able to use this access token for creating transfers before the customer finalizes their account setup and authorizes the partner's access to it. </p>\n<p>Use this token for every subsequent API call in Steps 2-3</p>\n","urlObject":{"path":["oauth","token"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7e4299b3-e976-4fd3-970a-0c92ff58b97e","name":"1. Get User Tokens","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"registration_code","type":"text"},{"key":"client_id","value":"{{client-id}}","type":"text"},{"key":"email","value":"new-user@email.com","type":"text"},{"key":"registration_code","value":"<UUID for user>","type":"text"}]},"url":"{{host}}/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Sep 2020 08:39:19 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Content-Length","value":"171","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"8aa8a811-a558-94a4-8bde-abba4ebb17a5","enabled":true},{"key":"x-application-context","value":"identity-service:oauth-clients,one-time-token,staging,kubernetes-customenvs:12345","enabled":true},{"key":"cache-control","value":"no-store","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"x-newrelic-app-data","value":"PxQGWVBaCwUGR1JTAQMPUFAHBRFORDQHUjZKA1ZLVVFHDFYPbU5kBwZqGA4HFkxbbEsVDVxUWUZMYXlgNk9BTgBMCE4IFgQABVAJUwdUBU5VBQZNRFMOBVYHUVFTVw5fXQBTBQdETwRRDksHZQ==","enabled":true},{"key":"vary","value":"Accept-Encoding","enabled":true},{"key":"x-envoy-upstream-service-time","value":"35","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"{access_token}\",\n    \"token_type\": \"bearer\",\n    \"refresh_token\": \"{refresh_token}\",\n    \"expires_in\": 43199,\n    \"scope\": \"transfers\"\n}"}],"_postman_id":"1a671f07-fb4a-4165-97ae-9aae4c50b181"}],"id":"e12b7213-3922-4b95-b56d-ab0962403709","event":[{"listen":"prerequest","script":{"id":"4e520c3e-3f1c-4ddb-b319-c996d5589313","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9139991e-01b3-417c-9b00-3c7b56fbf855","type":"text/javascript","exec":[""]}}],"_postman_id":"e12b7213-3922-4b95-b56d-ab0962403709","description":""},{"name":"2. Creating Profiles","item":[{"name":"2.1. Business Profile","item":[{"name":"1. Create business profile","event":[{"listen":"test","script":{"id":"06e8bbf5-ce68-48b5-8ba6-3aa4fce8b0d6","exec":["const json = pm.response.json();","","pm.test(\"response is ok and has required properties\", function () {","    pm.response.to.have.status(200);","    pm.expect(json).to.have.property(\"id\");","    if (!json.id) {","        postman.setNextRequest(null);","    }","});","","pm.environment.set(\"business-profile-id\", json.id);","","postman.setNextRequest(\"2. Create business address\");",""],"type":"text/javascript"}}],"id":"795d845c-e9df-4885-896f-60049c6d4799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"business\",\n    \"details\" : {\n        \"name\": \"Bayer, Gutkowski and Stamm\",\n        \"registrationNumber\": \"12144939\",\n        \"acn\": null,\n        \"abn\": null,\n        \"arbn\": null,\n        \"companyType\": \"LIMITED\",\n        \"companyRole\": \"OWNER\",\n        \"webpage\": \"http://bruce.com\",\n        \"businessCategory\":\"CONSULTING_IT_BUSINESS_SERVICES\",\n        \"businessSubCategory\":\"DESIGN\"\n    }\n}"},"url":"{{host}}/v1/profiles","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Format</th>\n<th>Validation Rules (java regex)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>\"business\"</td>\n<td>Text</td>\n<td>Always \"business\"</td>\n</tr>\n<tr>\n<td>details.name</td>\n<td>Business name</td>\n<td>Text</td>\n<td>Must not contain: <code>%#^@{}\"!~&lt;&gt;\\</code>. (<code>(^[^%#^@{}\"!~&lt;&gt;\\\\]+$)</code>)</td>\n</tr>\n<tr>\n<td>details.registrationNumber</td>\n<td>Business registration number</td>\n<td>Text</td>\n<td>1 to 30 characters.</td>\n</tr>\n<tr>\n<td>details.acn</td>\n<td>Australian Company Number  (only for Australian businesses)</td>\n<td>Text</td>\n<td>Must be valid ACN.</td>\n</tr>\n<tr>\n<td>details.abn</td>\n<td>Australian Business Number (only for Australian businesses)</td>\n<td>Text</td>\n<td>Must be valid ABN.</td>\n</tr>\n<tr>\n<td>details.arbn</td>\n<td>Australian Registered Body Number  (only for Australian businesses)</td>\n<td>Text</td>\n<td>Must be valid ARBN.</td>\n</tr>\n<tr>\n<td>details.companyType</td>\n<td>Company legal form. Allowed values:   <ul><li>LIMITED</li><li>PARTNERSHIP</li><li>SOLE_TRADER</li><li>LIMITED_BY_GUARANTEE</li><li>LIMITED_LIABILITY_COMPANY</li><li>FOR_PROFIT_CORPORATION</li><li>NON_PROFIT_CORPORATION</li><li>LIMITED_PARTNERSHIP</li><li>LIMITED_LIABILITY_PARTNERSHIP</li><li>GENERAL_PARTNERSHIP</li><li>SOLE_PROPRIETORSHIP</li><li>PRIVATE_LIMITED_COMPANY</li><li>PUBLIC_LIMITED_COMPANY</li><li>TRUST</li><li>OTHER</li></ul></td>\n<td>Text</td>\n<td>Must be one of the enum values.</td>\n</tr>\n<tr>\n<td>details.companyRole</td>\n<td>Role of person. Allowed Values: <ul><li>OWNER</li><li>DIRECTOR</li><li>OTHER</li></ul></td>\n<td>Text</td>\n<td>Must be one of the enum values.</td>\n</tr>\n<tr>\n<td>details.descriptionOfBusiness</td>\n<td>Sector / filed of activity (DEPRECATED)</td>\n<td>Text</td>\n<td>Deprecated, use <code>businessCategory</code> and set this as <code>null</code>.</td>\n</tr>\n<tr>\n<td>details.webpage (conditional)</td>\n<td>Business webpage. Required if companyType is OTHER</td>\n<td>Text</td>\n<td>Valid URL. (<code>^(?i)\\\\b(https?://)?((?=[a-z0-9-]{1,63}\\\\.)[a-z0-9]+(-[a-z0-9]+)*\\\\.)+[a-z]{2,63}\\\\b(/.*)*$</code>)</td>\n</tr>\n<tr>\n<td>details.businessCategory</td>\n<td>Type of business, see below for permitted values</td>\n<td>Text</td>\n<td>One of the below Business Category values.</td>\n</tr>\n<tr>\n<td>details.businessSubCategory</td>\n<td>Specific sub category of the business type, see below for permitted values</td>\n<td>Text</td>\n<td>A valid subcategory of the selected <code>businessCategory</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"business-category\">Business Category</h4>\n<p>Ensure when submitting a business profile that you submit a category and associated sub-category from the list below. You should map from the information you have about the business to one of our categories and sub-categories. If this is problematic please <a href=\"#contact-us\">get in touch with us</a> to discuss alternate solutions.</p>\n<p>The categories and their sub-categories are as follows:</p>\n<ul>\n  <li>CHARITY_NON_PROFIT</li>\n  <ul>\n    <li>CHARITY_ALL_ACTIVITIES</li>\n  </ul>\n  <li>CONSULTING_IT_BUSINESS_SERVICES</li>\n  <ul>\n    <li>ADVERTISING_AND_MARKETING</li>\n    <li>ARCHITECTURE</li>\n    <li>COMPANY_ESTABLISHMENT_FORMATION_SERVICES</li>\n    <li>DESIGN</li>\n    <li>FINANCIAL_CONSULTING_ACCOUNTING_TAXATION_AUDITING</li>\n    <li>IT_DEVELOPMENT</li>\n    <li>IT_HOSTING_SERVICES</li>\n    <li>IT_CONSULTING_AND_SERVICES</li>\n    <li>LEGAL_SERVICES</li>\n    <li>MANAGEMENT_CONSULTING</li>\n    <li>SCIENTIFIC_AND_TECHNICAL_CONSULTING</li>\n    <li>SOFTWARE_AS_A_SERVICE</li>\n    <li>TRANSLATION_AND_LANGUAGE_SERVICES</li>\n    <li>CONSULTING_OTHER</li>\n    <li>SERVICES_OTHER</li>\n    <li>FREELANCE_PLATFORMS</li>\n    <li>RECRUITMENT_SERVICES</li>\n    <li>MAINTENANCE_SERVICES</li>\n    <li>FREELANCE_PLATFORMS</li>\n  </ul>\n  <li>DESIGN_MARKETING_COMMUNICATIONS</li>\n  <ul>\n    <li>ADVERTISING_AND_MARKETING\n    </li><li>ARCHITECTURE</li>\n    <li>AUDIO_AND_VIDEO</li>\n    <li>DESIGN</li>\n    <li>PHOTOGRAPHY</li>\n    <li>PRINT_AND_ONLINE_MEDIA</li>\n    <li>TELECOMMUNICATIONS_SERVICES</li>\n    <li>TRANSLATION_AND_LANGUAGE_SERVICES</li>\n  </ul>\n  <li>MEDIA_COMMUNICATION_ENTERTAINMENT</li>\n  <ul>\n    <li>ADULT_CONTENT</li>\n    <li>AUDIO_AND_VIDEO</li>\n    <li>FINE_ARTS</li>\n    <li>ARTS_OTHER</li>\n    <li>EVENTS_AND_ENTERTAINMENT</li>\n    <li>GAMBLING_BETTING_AND_ONLINE_GAMING</li>\n    <li>NEWSPAPERS_MAGAZINES_AND_BOOKS</li>\n    <li>PERFORMING_ARTS</li>\n    <li>PHOTOGRAPHY</li>\n    <li>TELECOMMUNICATIONS_SERVICES</li>\n    <li>VIDEO_GAMING</li>\n  </ul>\n  <li>EDUCATION_LEARNING</li>\n  <ul>\n    <li>SCHOOLS_AND_UNIVERSITIES,</li>\n    <li>TEACHING_AND_TUTORING</li>\n    <li>ONLINE_LEARNING</li>\n  </ul>\n  <li>FINANCIAL_SERVICES_PRODUCTS_HOLDING_COMPANIES</li>\n  <ul>\n    <li>CROWDFUNDING</li>\n    <li>CRYPTOCURRENCY_FINANCIAL_SERVICES</li>\n    <li>FINANCIAL_CONSULTING_ACCOUNTING_TAXATION_AUDITING</li>\n    <li>HOLDING_COMPANIES</li>\n    <li>INSURANCE</li>\n    <li>INVESTMENTS</li>\n    <li>MONEY_SERVICE_BUSINESSES</li>\n    <li>FINANCIAL_SERVICES_OTHER</li>\n  </ul>\n  <li>FOOD_BEVERAGES_TOBACCO</li>\n  <ul>\n    <li>ALCOHOL</li>\n    <li>FOOD_MANUFACTURING_RETAIL</li>\n    <li>RESTAURANTS_AND_CATERING</li>\n    <li>SOFT_DRINKS</li>\n    <li>TOBACCO</li>\n    <li>VITAMINS_AND_DIETARY_SUPPLEMENTS</li>\n  </ul>\n  <li>HEALTH_PHARMACEUTICALS_PERSONAL_CARE</li>\n  <ul>\n    <li>HEALTH_AND_BEAUTY_PRODUCTS_AND_SERVICES,\n    </li><li>DENTAL_SERVICES,\n    </li><li>DOCTORS_AND_MEDICAL_SERVICES,\n    </li><li>ELDERLY_OR_OTHER_CARE_HOME,\n    </li><li>FITNESS_SPORTS_SERVICES,\n    </li><li>MEDICAL_EQUIPMENT,\n    </li><li>NURSING_AND_OTHER_CARE_SERVICES,\n    </li><li>PHARMACEUTICALS,\n    </li><li>PHARMACY,\n    </li><li>VITAMINS_AND_DIETARY_SUPPLEMENTS</li>\n  </ul>\n  <li>PUBLIC_GOVERNMENT_SERVICES</li>\n  <ul>\n    <li>PUBLIC_ALL_SERVICES</li>\n    <li>MAINTENANCE_SERVICES</li>\n    <li>GOVERNMENT_SERVICES</li>\n    <li>TELECOMMUNICATIONS_SERVICES</li>\n    <li>UTILITY_SERVICES</li>\n  </ul>\n  <li>REAL_ESTATE_CONSTRUCTION</li>\n  <ul>\n    <li>ARCHITECTURE</li>\n    <li>CONSTRUCTION</li>\n    <li>REAL_ESTATE_DEVELOPMENT</li>\n    <li>REAL_ESTATE_SALE_PURCHASE_AND_MANAGEMENT</li>\n  </ul>\n  <li>RETAIL_WHOLESALE_MANUFACTURING</li>\n  <ul>\n    <li>AGRICULTURE_SEEDS_PLANTS</li>\n    <li>FINE_ARTS</li>\n    <li>ARTS_OTHER</li>\n    <li>AUTOMOTIVE_SALES_SPARE_PARTS_TRADE</li>\n    <li>AUTOMOTIVE_MANUFACTURING</li>\n    <li>CHEMICALS</li>\n    <li>CLOTHING</li>\n    <li>ELECTRICAL_PRODUCTS</li>\n    <li>FIREARMS_WEAPONS_AND_MILITARY_GOODS_SERVICES</li>\n    <li>HOME_ACCESSORIES_FURNITURE</li>\n    <li>FINE_JEWELLERY_WATCHES</li>\n    <li>FASHION_JEWELLERY</li>\n    <li>HEALTH_AND_BEAUTY_PRODUCTS_AND_SERVICES</li>\n    <li>LEGAL_HIGHS_AND_RELATED_ACCESSORIES</li>\n    <li>MACHINERY</li>\n    <li>PETS</li>\n    <li>PRECIOUS_STONES_DIAMONDS_AND_METALS</li>\n    <li>SPORTING_EQUIPMENT</li>\n    <li>MANUFACTURING_OTHER</li>\n    <li>RETAIL_WHOLESALE_MARKETPLACE_AUCTION</li>\n    <li>RETAIL_WHOLESALE_OTHER</li>\n    <li>TOYS_AND_GAMES</li>\n  </ul>\n  <li>TRAVEL_TRANSPORT_TOUR_AGENCIES</li>\n  <ul>\n    <li>ACCOMMODATION_HOTELS</li>\n    <li>PASSENGER_TRANSPORT</li>\n    <li>FREIGHT_TRANSPORT</li>\n    <li>RIDESHARING_TRANSPORT_SHARING_SERVICES</li>\n    <li>TRANSPORT</li>\n    <li>TRAVEL_AGENCIES</li>\n    <li>TOUR_OPERATORS</li>\n    <li>TRAVEL_OR_TOUR_ACTIVITIES_OTHER</li>\n  </ul>\n  <li>OTHER</li>\n  <ul>\n    <li>OTHER_NOT_LISTED_ABOVE</li>\n  </ul>\n</ul>","urlObject":{"path":["v1","profiles"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7cbe03b7-900e-4024-8085-e5b4f8af4615","name":"1. Create business profile","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"business\",\n    \"details\" : {\n        \"name\": \"ABC Logistics Ltd\",\n        \"registrationNumber\": \"12144939\",\n        \"acn\": null,\n        \"abn\": null,\n        \"arbn\": null,\n        \"companyType\": \"LIMITED\",\n        \"companyRole\": \"OWNER\",\n        \"webpage\": \"https://abc-logistics.com\",\n        \"businessCategory\":\"CONSULTING_IT_BUSINESS_SERVICES\",\n        \"businessSubCategory\":\"DESIGN\"\n    }\n}"},"url":"{{host}}/v1/profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Sep 2020 09:17:41 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"ee8a2e69-3360-9a90-89b9-580d278f292c","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"1109","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": {{business-profile-id}},\n    \"type\": \"business\",\n    \"details\": {\n        \"name\": \"ABC Logistics Ltd\",\n        \"registrationNumber\": \"12144939\",\n        \"acn\": null,\n        \"abn\": null,\n        \"arbn\": null,\n        \"companyType\": \"LIMITED\",\n        \"companyRole\": \"OWNER\",\n        \"descriptionOfBusiness\": \"DESIGN\",\n        \"primaryAddress\": 37034385,\n        \"webpage\": \"https://abc-logistics.com\",\n        \"businessCategory\": \"CONSULTING_IT_BUSINESS_SERVICES\",\n        \"businessSubCategory\": \"DESIGN\"\n    }\n}"}],"_postman_id":"795d845c-e9df-4885-896f-60049c6d4799"},{"name":"2. Create business address","event":[{"listen":"test","script":{"id":"183fecd1-5f11-4f37-a6d1-a6d0fda8be8a","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","    if (pm.response.code != 200) {","        postman.setNextRequest(null);","    }","});","","postman.setNextRequest(\"3. Create business directors\");",""],"type":"text/javascript"}}],"id":"528e612e-4457-48c5-927c-0a766d5fbe0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"profile\": {{business-profile-id}},\n    \"details\": {\n        \"country\": \"GB\",\n        \"firstLine\": \"1 A Road\",\n        \"postCode\": \"B11D33\",\n        \"city\": \"London\",\n        \"state\": null,\n        \"occupation\": null\n    }\n}"},"url":"{{host}}/v1/addresses","urlObject":{"path":["v1","addresses"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"422067fb-f628-4970-8c79-bd1108c7e024","name":"2. Create address","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"profile\": {{business-profile-id}},\n    \"details\": {\n        \"country\": \"GB\",\n        \"firstLine\": \"1 A Road\",\n        \"postCode\": \"B11D33\",\n        \"city\": \"London\",\n        \"state\": null,\n        \"occupation\": null\n    }\n}"},"url":"{{host}}/v1/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Sep 2020 09:21:00 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"799ce4df-c9aa-978a-929f-34582a7ae841","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"846","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 37034385,\n    \"profile\": 16034433,\n    \"details\": {\n        \"country\": \"GB\",\n        \"firstLine\": \"1 A Road\",\n        \"postCode\": \"B11D33\",\n        \"city\": \"London\",\n        \"state\": null,\n        \"occupation\": null,\n        \"occupations\": null\n    }\n}"}],"_postman_id":"528e612e-4457-48c5-927c-0a766d5fbe0a"},{"name":"3. Create business directors","event":[{"listen":"test","script":{"id":"e4ee9d6f-be0d-46c2-91a0-0c5f50cf8706","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(201);","    if (pm.response.code != 201) {","        postman.setNextRequest(null);","    }","});","","postman.setNextRequest(\"4. Create business UBOs\");"],"type":"text/javascript"}}],"id":"07d54eee-8e36-4d56-9f9d-6085d7991114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n             {\n                 \"firstName\": \"Ally\",\n                 \"lastName\": \"Pollich\",\n                 \"dateOfBirth\": \"1982-01-01\",\n                 \"countryOfResidenceIso3Code\": \"usa\"\n             },\n             {\n                 \"firstName\": \"Nicola\",\n                 \"lastName\": \"Ratke\",\n                 \"dateOfBirth\": \"1981-01-01\",\n                 \"countryOfResidenceIso3Code\": \"usa\"\n             }\n        ]"},"url":"{{host}}/v1/profiles/{{business-profile-id}}/directors","urlObject":{"path":["v1","profiles","{{business-profile-id}}","directors"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9f08961a-2ed5-4939-b69c-38d53c17b850","name":"3. Create business directors","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n             {\n                 \"firstName\": \"John\",\n                 \"lastName\": \"Doe\",\n                 \"dateOfBirth\": \"1982-01-01\",\n                 \"countryOfResidenceIso3Code\": \"usa\"\n             },\n             {\n                 \"firstName\": \"Jane\",\n                 \"lastName\": \"Doe\",\n                 \"dateOfBirth\": \"1981-01-01\",\n                 \"countryOfResidenceIso3Code\": \"usa\"\n             }\n        ]"},"url":"{{host}}/v1/profiles/{{business-profile-id}}/directors"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Sep 2020 09:21:54 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"503464ef-1689-9115-9444-b5a31e2f9765","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"location","value":"/v1/profiles/16034433/directors","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"159","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 700104,\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1982-01-01\",\n        \"countryOfResidenceIso3Code\": \"usa\"\n    },\n    {\n        \"id\": 700105,\n        \"firstName\": \"Jane\",\n        \"lastName\": \"Doe\",\n        \"dateOfBirth\": \"1981-01-01\",\n        \"countryOfResidenceIso3Code\": \"usa\"\n    }\n]"}],"_postman_id":"07d54eee-8e36-4d56-9f9d-6085d7991114"},{"name":"4. Create business UBOs","event":[{"listen":"test","script":{"id":"da28be3b-ad4e-413a-826f-5cdd9bfc7e80","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(201);","    if (pm.response.code != 201) {","        postman.setNextRequest(null);","    }","});","","postman.setNextRequest(\"5. Set account purpose\");"],"type":"text/javascript"}}],"id":"21011701-7f92-4358-8b80-0a65466fbef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n             {\n                 \"name\": \"Clint Marvin\",\n                 \"dateOfBirth\": \"1982-05-20\",\n                 \"countryOfResidenceIso3Code\": \"usa\",\n                 \"addressFirstLine\": \"781 Caleb Way\",\n                 \"postCode\": \"FK 12345\",\n                 \"ownershipPercentage\": 30\n             },\n             {\n                 \"name\": \"Patty Jacobi\",\n                 \"dateOfBirth\": \"1981-12-07\",\n                 \"countryOfResidenceIso3Code\": \"usa\",\n                 \"addressFirstLine\": \"16255 Volkman Corners\",\n                 \"postCode\": \"FK 12545\",\n                 \"ownershipPercentage\": 40\n             }\n        ]"},"url":"{{host}}/v1/profiles/{{business-profile-id}}/ubos","urlObject":{"path":["v1","profiles","{{business-profile-id}}","ubos"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8bcdd4d1-e297-4c3a-9b84-7901f021a3a7","name":"4. Create business UBOs","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n             {\n                 \"name\": \"John Doe\",\n                 \"dateOfBirth\": \"1982-05-20\",\n                 \"countryOfResidenceIso3Code\": \"usa\",\n                 \"addressFirstLine\": \"123 Fake St\",\n                 \"postCode\": \"FK 12345\",\n                 \"ownershipPercentage\": 30\n             },\n             {\n                 \"name\": \"Jane Doe\",\n                 \"dateOfBirth\": \"1981-12-07\",\n                 \"countryOfResidenceIso3Code\": \"usa\",\n                 \"addressFirstLine\": \"125 Fake St\",\n                 \"postCode\": \"FK 12545\",\n                 \"ownershipPercentage\": 40\n             }\n        ]"},"url":"{{host}}/v1/profiles/{{business-profile-id}}/ubos"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Sep 2020 09:27:35 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"10e72f64-e4ee-95de-94d5-bb3235d263df","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"location","value":"/v1/profiles/16034433/ubos","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"220","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"e28cc6e9b343eef7f618923b4ade2619\",\n        \"name\": \"John Doe\",\n        \"dateOfBirth\": \"1982-05-20\",\n        \"countryOfResidenceIso3Code\": \"usa\",\n        \"addressFirstLine\": \"123 Fake St\",\n        \"postCode\": \"FK 12345\",\n        \"ownershipPercentage\": 30\n    },\n    {\n        \"id\": \"a9578a5a0544d06fd73756dc627518a4\",\n        \"name\": \"Jane Doe\",\n        \"dateOfBirth\": \"1981-12-07\",\n        \"countryOfResidenceIso3Code\": \"usa\",\n        \"addressFirstLine\": \"125 Fake St\",\n        \"postCode\": \"FK 12545\",\n        \"ownershipPercentage\": 40\n    }\n]"}],"_postman_id":"21011701-7f92-4358-8b80-0a65466fbef1"},{"name":"5. Set account purpose","event":[{"listen":"test","script":{"id":"671505bc-b3bc-49ca-9fb2-d3a9480c8ea0","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(201);","    if (pm.response.code != 201) {","        postman.setNextRequest(null);","    }","});","","postman.setNextRequest(\"1. Create personal profile\");"],"type":"text/javascript"}}],"id":"6713e1a3-bb20-4e64-a2ec-9fc083b7a7a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\" : {\n        \"accountPurpose\":\"INVESTING_IN_FUNDS_STOCKS_BONDS_OPTIONS_FUTURES_OR_OTHER\"\n    }\n}"},"url":"{{host}}/v1/profiles/{{business-profile-id}}/extensions","description":"<p>End point to setup account purpose.</p>\n<p>List of available values:</p>\n<ul>\n<li>\"INVESTING_IN_FUNDS_STOCKS_BONDS_OPTIONS_FUTURES_OR_OTHER\"</li>\n<li>\"DISTRIBUTING_COMPANY_PROFITS_OR_PAYING_DIVIDENDS\"</li>\n<li>\"PAYING_RENT_MORTGAGE_BANK_LOAN_INSURANCE_CREDIT\"</li>\n<li>\"PAYING_FOR_GOODS_SERVICES_ABROAD\"</li>\n<li>\"PAYING_RENT_UTILITIES_OR_PROPERTY_CHARGES\"</li>\n<li>\"PAYING_SUPPLIERS_CONTRACTORS_EMPLOYEES\"</li>\n<li>\"PAYING_TAX_ON_PROFIT_OR_PROPERTY\"</li>\n<li>\"TRANSFER_WITHIN_COMPANY_OR_GROUP\"</li>\n</ul>\n","urlObject":{"path":["v1","profiles","{{business-profile-id}}","extensions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5143a378-bd2f-4c75-90bf-230ae671377e","name":"5. Set account purpose","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"details\" : {\n        \"accountPurpose\":\"INVESTING_IN_FUNDS_STOCKS_BONDS_OPTIONS_FUTURES_OR_OTHER\"\n    }\n}"},"url":"{{host}}/v1/profiles/{{business-profile-id}}/extensions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Sep 2020 09:27:35 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"10e72f64-e4ee-95de-94d5-bb3235d263df","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"location","value":"/v1/profiles/16034433/ubos","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"220","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"6713e1a3-bb20-4e64-a2ec-9fc083b7a7a5"}],"id":"981d6189-fb3c-48d8-9207-f512a87b47cf","event":[{"listen":"prerequest","script":{"id":"3ad1284b-ddfa-4b39-b2da-deecc6302f7f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cb04898f-d183-40e9-a61e-7d75a17df5aa","type":"text/javascript","exec":[""]}}],"_postman_id":"981d6189-fb3c-48d8-9207-f512a87b47cf","description":""},{"name":"2.2. Personal Profile","item":[{"name":"1. Create personal profile","event":[{"listen":"test","script":{"id":"16dd11a5-6beb-48d9-91b8-14a0190d1906","exec":["const json = pm.response.json();","","pm.test(\"response is ok and has required properties\", function () {","    pm.response.to.have.status(200);","    pm.expect(json).to.have.property(\"id\");","    if (!json.id) {","        postman.setNextRequest(null);","    }","});","","pm.environment.set(\"personal-profile-id\", json.id);","","postman.setNextRequest(\"2. Create personal address\");",""],"type":"text/javascript"}}],"id":"d11d740d-ea83-4432-b89e-2b7d7c506ffc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"personal\",\n    \"details\" : {\n        \"firstName\": \"Theo\",\n        \"lastName\": \"Bode\",\n        \"dateOfBirth\": \"1990-01-10\",\n        \"phoneNumber\": \"+447921123458\"\n    }\n}"},"url":"{{host}}/v1/profiles","description":"<p>Create personal user profile. One person cannot have multiple active duplicate user profiles, creating multiple profiles with the same details will fail.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Format</th>\n<th>Validation rules (<code>java regex</code>)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>\"personal\"</td>\n<td>Text</td>\n<td>Must be \"personal\".</td>\n</tr>\n<tr>\n<td>details.firstName</td>\n<td>First name (including middle names)</td>\n<td>Text (max 30 chars)</td>\n<td>Must not contain: <code>%#^@{}\"!~&lt;&gt;\\</code>. (<code>(^[^%#^@{}\"!~&lt;&gt;\\\\]+$)</code>)</td>\n</tr>\n<tr>\n<td>details.lastName</td>\n<td>Last name</td>\n<td>Text (max 30 chars)</td>\n<td>Must not contain: <code>%#^@{}\"!~&lt;&gt;\\</code>. (<code>(^[^%#^@{}\"!~&lt;&gt;\\\\]+$)</code>)</td>\n</tr>\n<tr>\n<td>details.dateOfBirth</td>\n<td>Date of birth</td>\n<td>YYYY-MM-DD</td>\n<td>Must be YYYY-MM-DD format.</td>\n</tr>\n<tr>\n<td>details.phoneNumber</td>\n<td>Phone number</td>\n<td>Text</td>\n<td>Must be a valid phone number, validated through <a href=\"https://github.com/google/\">Google's phone number library</a>.</td>\n</tr>\n<tr>\n<td>details.firstNameInKana</td>\n<td>First name in Katakana (required for from JPY personal transfers)</td>\n<td>Text (Katakana)</td>\n<td>Must be in katakana with double width space or standard spaces only. (<code>[\\p{InKatakana} \\u3000]+</code>)</td>\n</tr>\n<tr>\n<td>details.lastNameInKana</td>\n<td>Last name in Katakana (required for from JPY personal transfers)</td>\n<td>Text (Katakana)</td>\n<td>Must be in katakana with double width space or standard spaces only. (<code>[\\p{InKatakana} \\u3000]+</code>)Create a personal profile with the KYC data verified by the bank.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","profiles"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4f600fc2-c36a-4b78-8d68-91ac35ef929f","name":"1. Create personal profile","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"personal\",\n    \"details\" : {\n        \"firstName\": \"Joe\",\n        \"lastName\": \"Bloggs\",\n        \"dateOfBirth\": \"1990-01-10\",\n        \"phoneNumber\": \"+447921123458\"\n    }\n}"},"url":"{{host}}/v1/profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Sep 2020 09:01:52 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"03f7344d-53aa-90f3-a423-d43e461f79de","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"947","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 16034418,\n    \"type\": \"personal\",\n    \"details\": {\n        \"firstName\": \"Joe\",\n        \"lastName\": \"Bloggs\",\n        \"dateOfBirth\": \"1990-01-10\",\n        \"phoneNumber\": \"+447921123458\",\n        \"avatar\": null,\n        \"occupation\": null,\n        \"occupations\": null,\n        \"primaryAddress\": 37034374\n    }\n}"}],"_postman_id":"d11d740d-ea83-4432-b89e-2b7d7c506ffc"},{"name":"2. Create personal address","event":[{"listen":"test","script":{"id":"ac58f844-473f-48f8-a39a-eac174476a03","exec":["pm.test(\"response is ok\", function () {","    pm.response.to.have.status(200);","    if (pm.response.code != 200) {","        postman.setNextRequest(null);","    }","});","","postman.setNextRequest(\"1. Generate Claim Account Code\");",""],"type":"text/javascript"}}],"id":"983afbca-ff49-42fc-ac75-cce028bd8ec5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"profile\": {{personal-profile-id}},\n    \"details\": {\n        \"country\": \"GB\",\n        \"firstLine\": \"1 A Road\",\n        \"postCode\": \"A11D33\",\n        \"city\": \"London\",\n        \"state\": null,\n        \"occupation\": null\n    }\n}"},"url":"{{host}}/v1/addresses","urlObject":{"path":["v1","addresses"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e10218b2-54b2-4616-a04e-a664ff622607","name":"2. Create address","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"profile\": {{personal-profile-id}},\n    \"details\": {\n        \"country\": \"GB\",\n        \"firstLine\": \"1 A Road\",\n        \"postCode\": \"A11D33\",\n        \"city\": \"London\",\n        \"state\": null,\n        \"occupation\": null\n    }\n}"},"url":"{{host}}/v1/addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Sep 2020 09:06:50 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"ebb8e13c-257e-9250-aed1-cbc5e87be7ab","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"512","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 37034374,\n    \"profile\": {{personal-profile-id}},\n    \"details\": {\n        \"country\": \"GB\",\n        \"firstLine\": \"1 A Road\",\n        \"postCode\": \"A11D33\",\n        \"city\": \"London\",\n        \"state\": null,\n        \"occupation\": null,\n        \"occupations\": null\n    }\n}"}],"_postman_id":"983afbca-ff49-42fc-ac75-cce028bd8ec5"}],"id":"8cae191a-f40a-46b9-a9bf-650f1d90a61b","event":[{"listen":"prerequest","script":{"id":"acef34b4-d905-49e1-83a9-1548369986b7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ef106080-43ae-486f-bf03-1957999cac37","type":"text/javascript","exec":[""]}}],"_postman_id":"8cae191a-f40a-46b9-a9bf-650f1d90a61b","description":""},{"name":"3. Get profile list","event":[{"listen":"test","script":{"id":"047f1a9a-7d53-49c9-a9f1-87ef807a4086","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData[0].id) postman.setEnvironmentVariable(\"personal-profile-id\", jsonData[0].id);","if (jsonData[1].id) postman.setEnvironmentVariable(\"business-profile-id\", jsonData[1].id);"],"type":"text/javascript"}}],"id":"13ed9346-7a1d-4b72-87bf-7eb3e91b0e18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/v2/profiles","description":"<p>You can get the list of profiles created earlier.</p>\n","urlObject":{"path":["v2","profiles"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e0acd83e-e79a-4859-8442-e4e99151f7e1","name":"3. Get profile list - no profiles","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/v2/profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Sep 2020 09:00:38 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-request-id","value":"8c476e41-59f7-90be-8b58-d97267d7faa3","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-envoy-upstream-service-time","value":"78","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"13ed9346-7a1d-4b72-87bf-7eb3e91b0e18"}],"id":"52701e02-57ca-4301-a7d5-d52103cd1c4d","description":"<p>These API calls will allow you to share all the customer data you might have with Wise.</p>\n<p>The <strong>Business Profile</strong> is a collection of resources describing all the required onboarding data related to a business, while the <strong>Personal Profile</strong> is a collection of resources describing an individual who will be authorizing the connection between Wise and the Partner. Usually, this is one of the business owners.</p>\n","_postman_id":"52701e02-57ca-4301-a7d5-d52103cd1c4d"},{"name":"3. Claim Account","item":[{"name":"1. Generate Claim Account Code","event":[{"listen":"test","script":{"id":"22c7be45-431a-4b55-9fbc-ab68bdd7f84a","exec":["const json = pm.response.json();","","pm.test(\"response is ok and has required properties\", function () {","    pm.response.to.have.status(200);","    pm.expect(json).to.have.property(\"claimAccountCode\");","});","","console.log(\"claim_account_code=\" + json.claimAccountCode)"],"type":"text/javascript"}}],"id":"ef302910-8a8f-4245-ab82-7d8fe15be8f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"registrationCode\": \"{{registrationCode}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/user/claim-account","description":"<p>Use the <strong>Registration Code</strong> from Step 1.2 to generate a <strong>Claim Account Code</strong></p>\n","urlObject":{"path":["v1","user","claim-account"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"30792b5f-3ce4-4c19-932f-5e882c757725","name":"1. Generate Claim Account Code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"registrationCode\": \"<UUID for user>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v1/user/claim-account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Dec 2021 11:31:18 GMT","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx/1.14.0 (Ubuntu)","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"content-encoding","value":"gzip","enabled":true},{"key":"x-trace-id","value":"10c57c0693eb6e8e","enabled":true},{"key":"x-envoy-upstream-service-time","value":"49","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true},{"key":"vary","value":"accept-encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"claimAccountCode\": \"<Claim Account Code>\"\n}"}],"_postman_id":"ef302910-8a8f-4245-ab82-7d8fe15be8f1"}],"id":"77074381-5bfa-4b4c-9f82-7a5a8f1f979d","description":"<p>The last step of the Onboarding API Flow is to generate a <strong>Claim Account Code</strong>. The <strong>Claim Account Code</strong> is a short lived token (5 minutes) that allows the customer to claim the account created by the Onboarding API as their own. In case the customer fails to claim the account within the short lived validity window, a new <strong>Claim Account Code</strong> can be generated by the partner.</p>\n","_postman_id":"77074381-5bfa-4b4c-9f82-7a5a8f1f979d"},{"name":"4. Redirect to Authorization Page","item":[],"id":"a76914ba-17cf-43ab-a3ec-3b0aff9b5dd7","description":"<p>You will need to redirect the customer to Wise in order to finalize the account setup by confirming that the data submitted by the Onboarding API is accurate, and filling in any missing data where applicable.</p>\n<p>Sandbox:  </p>\n<p><code>https://sandbox.transferwise.tech/oauth/authorize/?client_id={clientId}&amp;redirect_uri={redirectUri}&amp;state={state}&amp;claim_account_code={claim_account_code}</code></p>\n<p>Live:  </p>\n<p><code>https://wise.com/oauth/authorize/?client_id={clientId}&amp;redirect_uri={redirectUri}&amp;state={state}&amp;claim_account_code={claim_account_code}</code></p>\n<p>List of available parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id (required)</td>\n<td>The client ID you received from us.</td>\n</tr>\n<tr>\n<td>redirect_uri (required)</td>\n<td>The preconfigured URL in your application where users will be sent after authorization.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>An opaque value, used for security purposes. If this parameter is set in the request, then it is returned to the application as part of the redirect URL. <a href=\"https://auth0.com/docs/protocols/oauth2/oauth-state\">More about state parameter</a>.</td>\n</tr>\n<tr>\n<td>claim_account_code (required)</td>\n<td>Short lived security code generated at Step 3. This helps us identify who the connecting user.</td>\n</tr>\n</tbody>\n</table>\n</div><p>On Wise, there are a couple of steps that need to be completed for the journey to complete:</p>\n<ol>\n<li>Securing the account with a password</li>\n<li>Reviewing data uploaded via the Onboarding API</li>\n<li>Authorize access to the account</li>\n</ol>\n","_postman_id":"a76914ba-17cf-43ab-a3ec-3b0aff9b5dd7"}],"id":"78728cf6-43f1-46ad-b351-7c856a3cced4","description":"<p>Our partner integrations require customers to become Wise users in the process of connecting their account to Wise. This is an initial one time setup during which customers enter their personal and business details, which is a manual process. Integrating partners might also have collected some or all onboarding data required by Wise. The Onboarding API is designed to speed up customer onboarding onto Wise, by leveraging the data that integrating partners have already collected from them.</p>\n<img src=\"https://wise.com/public-resources/assets/api-docs/onboarding_api_authorization_journey.gif\" alt=\"alt text\" />\n\n<p>The following sequence diagram is here to illustrate the flow.</p>\n<img src=\"https://wise.com/public-resources/assets/api-docs/onboarding_api_public_flowchart.svg\" alt=\"alt text\" />\n\n<p><strong>T1</strong> - Client Credentials Token</p>\n<p><strong>T2</strong> - User Token</p>\n<p><strong>Steps:</strong></p>\n<ul>\n<li><strong>Steps 1-3</strong> are what we refer to as the Onboarding API and its usage is detailed below.</li>\n<li><strong>Step 4</strong> is a UX redirect journey where customers are asked to confirm their onboarding details.</li>\n<li><strong>Steps 5-6</strong> denote the ongoing access.</li>\n</ul>\n","_postman_id":"78728cf6-43f1-46ad-b351-7c856a3cced4"}],"id":"1545331b-8785-4dd4-95f2-4cab517f9f27","description":"<p>This lets you to automate how you use your TransferWise account. You can automate payments, connect your business tools, and create ways to manage your finances.</p>\n<p>You can:</p>\n<ul><li><p>Power your cross-border and domestic payouts with a single API integration.</p></li><li><p>Pay out directly to bank accounts or email recipients.</p></li><li><p>Monitor payments received to your TransferWise local bank details (AUD, EUR, GBP, NZD, USD, PLN etc).</p></li><li><p>Get statements for balance reconciliation and accounting purposes.</p></li><li><p>Fully automate transfer creation and track statuses.</p></li><li><p>Always get the mid-market exchange and our low cost transparent fees.</p></li><li><p>Use our platform to create and build your own tool to manage your finances.</p></li></ul>\n\n<p>Our <a href=\"https://api-docs.transferwise.com/#payouts-guide\">Payouts Guide</a> will help you get started with the technical integration.<br /><em>NB! If your international payment volume is £50,000+ a month, contact our Sales team for a consultation</em> <a href=\"https://wise.com/gb/business/contact?utm_medium=apidocs&amp;utm_campaign=postman\">here</a><em>. We'll be happy to chat with you on how to make the best use of TransferWise.</em></p>\n","event":[{"listen":"prerequest","script":{"id":"8e323ad4-689b-47b6-9f70-aef998d53cd1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0f12f7ca-d358-4753-b0cb-914a64edfb1c","type":"text/javascript","exec":[""]}}],"_postman_id":"1545331b-8785-4dd4-95f2-4cab517f9f27"},{"name":"Affiliates","item":[{"name":"Get current exchange rates","id":"fdb72901-edfb-4ba8-bb78-913db67303dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{client-secret}}","username":"{{client-id}}"},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/v1/rates?source=EUR&target=USD","description":"<p>TransferWise updates exchange rates in nearly real-time – at least once per minute. This allows you to track and see the current mid-market exchange rate for any currency route.</p>\n<p>See more at <a href=\"https://api-docs.transferwise.com/#exchange-rates-list\">Exchange Rates.List</a> </p>\n","urlObject":{"path":["v1","rates"],"host":["{{host}}"],"query":[{"key":"source","value":"EUR"},{"key":"target","value":"USD"}],"variable":[]}},"response":[],"_postman_id":"fdb72901-edfb-4ba8-bb78-913db67303dd"},{"name":"Get exchange rate history","id":"e4f40ead-77c4-4f79-971b-e8a6a2061c6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{client-secret}}","username":"{{client-id}}"},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/v1/rates?source=EUR&target=USD&from=2018-08-15T00:00:00&to=2018-08-30T23:59:59&group=day","description":"<p>We expose up to 30 days exchange rate history via our API. This helps you to build an analysis page to show trends and implement an alerting system for your users.</p>\n<p>See more at <a href=\"https://api-docs.transferwise.com/#exchange-rates-list\">Exchange Rates.List</a></p>\n","urlObject":{"path":["v1","rates"],"host":["{{host}}"],"query":[{"key":"source","value":"EUR"},{"key":"target","value":"USD"},{"key":"from","value":"2018-08-15T00:00:00"},{"key":"to","value":"2018-08-30T23:59:59"},{"key":"group","value":"day"}],"variable":[]}},"response":[],"_postman_id":"e4f40ead-77c4-4f79-971b-e8a6a2061c6d"},{"name":"Get pricing and speed","id":"2ebed0b0-3938-4abc-854e-6cc729c406f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{client-secret}}","username":"{{client-id}}"},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/v1/quotes?source=EUR&target=GBP&rateType=FIXED&targetAmount=600","description":"<p><strong>Is currency route supported?</strong></p>\n<p>If we don't support a route then this endpoint will respond with an error code \"error.route.not.supported\".</p>\n<p><strong>How much does a transfer cost?</strong></p>\n<p>The TransferWise fee is included in the response. </p>\n<p><strong>How long does my transfer take?</strong></p>\n<p>Estimated delivery time is included in the response. \nThis can vary quite a lot for different currency routes. For example transfers often only take a few hours from EUR to GBP, while sending money from USD can take 1-2 business days. \nThis endpoint allows you to find out the estimated delivery time for each currency route.</p>\n<p>See more at <a href=\"https://api-docs.transferwise.com/#quotes-get-temporary-quote\">Get Temporary Quote</a></p>\n","urlObject":{"path":["v1","quotes"],"host":["{{host}}"],"query":[{"key":"source","value":"EUR"},{"key":"target","value":"GBP"},{"key":"rateType","value":"FIXED"},{"key":"targetAmount","value":"600"}],"variable":[]}},"response":[],"_postman_id":"2ebed0b0-3938-4abc-854e-6cc729c406f4"},{"name":"Get price comparison","id":"9043b8c3-b2a8-48a0-86f1-72b8cc97ca78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.transferwise.com/v3/comparisons/?sourceCurrency=GBP&targetCurrency=EUR&sendAmount=10000","description":"<p>API to build a transparent price comparison page based on data collected by TransferWise</p>\n","urlObject":{"protocol":"https","path":["v3","comparisons",""],"host":["api","transferwise","com"],"query":[{"key":"sourceCurrency","value":"GBP"},{"key":"targetCurrency","value":"EUR"},{"key":"sendAmount","value":"10000"},{"disabled":true,"key":"sourceCountry","value":"GB"},{"disabled":true,"key":"targetCountry","value":"DE"},{"disabled":true,"key":"providerType","value":"moneyTransferProvider"}],"variable":[]}},"response":[{"id":"823eb219-6213-4bac-84eb-cb2b1ee09a60","name":"Get price comparison","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.transferwise.com/v3/comparisons/?sourceCurrency=GBP&targetCurrency=EUR&sendAmount=10000","protocol":"https","host":["api","transferwise","com"],"path":["v3","comparisons",""],"query":[{"key":"sourceCurrency","value":"GBP","type":"text","description":"ISO 4217 source currency code"},{"key":"targetCurrency","value":"EUR","type":"text","description":"ISO 4217 target currency code"},{"key":"sendAmount","value":"10000","type":"text","description":"Amount in source currency"},{"key":"sourceCountry","value":"","type":"text","description":"(Optional) Filter by source country (ISO 3166-1 Alpha-2 code)","disabled":true},{"key":"targetCountry","value":"","type":"text","description":"(Optional) Filter by target country (ISO 3166-1 Alpha-2 code)","disabled":true},{"key":"providerType","value":"","type":"text","description":"(Optional) Filter by provider type, one of \"bank\",\"moneyTransferProvider\"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Dec 2020 05:49:00 GMT","enabled":true},{"key":"Content-Type","value":"application/json;charset=UTF-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"x-request-id","value":"503e4c22-3964-972d-b583-a6cd68410bc5","enabled":true},{"key":"x-trace-id","value":"e37144cf8f51ff65","enabled":true},{"key":"vary","value":"accept-encoding,origin,access-control-request-headers,access-control-request-method","enabled":true},{"key":"x-content-type-options","value":"nosniff","enabled":true},{"key":"x-xss-protection","value":"1; mode=block","enabled":true},{"key":"cache-control","value":"no-cache, no-store, max-age=0, must-revalidate","enabled":true},{"key":"pragma","value":"no-cache","enabled":true},{"key":"expires","value":"0","enabled":true},{"key":"x-frame-options","value":"DENY","enabled":true},{"key":"x-envoy-upstream-service-time","value":"105","enabled":true},{"key":"x-envoy-attempt-count","value":"1","enabled":true},{"key":"CF-Cache-Status","value":"DYNAMIC","enabled":true},{"key":"cf-request-id","value":"06c398471e000096cef1078000000001","enabled":true},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=31536000","enabled":true},{"key":"Server","value":"cloudflare","enabled":true},{"key":"CF-RAY","value":"5fb2c31e997f96ce-FRA","enabled":true},{"key":"Content-Encoding","value":"br","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"sourceCurrency\": \"GBP\",\n    \"targetCurrency\": \"EUR\",\n    \"sourceCountry\": null,\n    \"targetCountry\": null,\n    \"providerCountry\": null,\n    \"providerType\": null,\n    \"sendAmount\": 10000,\n    \"providers\": [\n        {\n            \"id\": 39,\n            \"alias\": \"transferwise\",\n            \"name\": \"TransferWise\",\n            \"logo\": \"https://dq8dwmysp7hk1.cloudfront.net/logos/transferwise.svg\",\n            \"type\": \"moneyTransferProvider\",\n            \"partner\": false,\n            \"quotes\": [\n                {\n                    \"rate\": 1.11123,\n                    \"fee\": 35.14,\n                    \"receivedAmount\": 11073.25,\n                    \"dateCollected\": \"2020-12-02T05:49:00Z\",\n                    \"sourceCountry\": null,\n                    \"targetCountry\": null,\n                    \"markup\": 0,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT9H55M59.30464S\",\n                            \"max\": \"PT9H55M59.30464S\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 94,\n            \"alias\": \"starling-bank\",\n            \"name\": \"Starling Bank\",\n            \"logo\": \"https://dq8dwmysp7hk1.cloudfront.net/logos/starling-bank.svg\",\n            \"type\": \"bank\",\n            \"partner\": false,\n            \"quotes\": [\n                {\n                    \"rate\": 1.11102121,\n                    \"fee\": 40.3,\n                    \"receivedAmount\": 11065.44,\n                    \"dateCollected\": \"2020-12-01T09:19:23Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"DE\",\n                    \"markup\": 0.01878909,\n                    \"deliveryEstimation\": {\n                        \"duration\": null,\n                        \"providerGivesEstimate\": true\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 44,\n            \"alias\": \"monzo\",\n            \"name\": \"Monzo\",\n            \"logo\": \"https://dq8dwmysp7hk1.cloudfront.net/logos/monzo.svg\",\n            \"type\": \"bank\",\n            \"partner\": true,\n            \"quotes\": [\n                {\n                    \"rate\": 1.11123,\n                    \"fee\": 35.14,\n                    \"receivedAmount\": 11073.25,\n                    \"dateCollected\": \"2020-12-02T05:49:00Z\",\n                    \"sourceCountry\": null,\n                    \"targetCountry\": null,\n                    \"markup\": 0,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT9H55M59.30464S\",\n                            \"max\": \"PT9H55M59.30464S\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"alias\": \"natwest\",\n            \"name\": \"NatWest\",\n            \"logo\": \"https://dq8dwmysp7hk1.cloudfront.net/logos/natwest.svg\",\n            \"type\": \"bank\",\n            \"partner\": false,\n            \"quotes\": [\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"YT\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"AD\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"IE\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"PT\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"AX\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"BE\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"IT\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"RE\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"AT\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"SK\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"SM\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"SI\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"BL\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"CY\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"DE\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"TF\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"ME\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MF\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MC\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"EE\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"LT\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"LU\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"LV\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"FI\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"NL\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"VA\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MQ\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MT\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": null,\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": null,\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"ES\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GB\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GF\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"FR\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"PM\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GP\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT48H\",\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:02.421762Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GR\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 5,\n            \"alias\": \"rbs\",\n            \"name\": \"RBS\",\n            \"logo\": \"https://dq8dwmysp7hk1.cloudfront.net/logos/rbs.svg\",\n            \"type\": \"bank\",\n            \"partner\": false,\n            \"quotes\": [\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"RE\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"AT\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"IT\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"YT\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"IE\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"PT\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"PM\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GR\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GP\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GF\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"FR\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"FI\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"NL\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"ES\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MQ\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MT\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"EE\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MC\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MF\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"LT\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"LU\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"LV\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": null,\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": null,\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"DE\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"CY\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"SI\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"SK\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"SM\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"BE\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.05727792,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10572.78,\n                    \"dateCollected\": \"2020-12-02T05:30:01.893953Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"BL\",\n                    \"markup\": 4.8551677,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 31,\n            \"alias\": \"nationwide\",\n            \"name\": \"Nationwide\",\n            \"logo\": \"https://dq8dwmysp7hk1.cloudfront.net/logos/nationwide.svg\",\n            \"type\": \"bank\",\n            \"partner\": false,\n            \"quotes\": [\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"IM\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"YT\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"IE\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"AT\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"RE\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"AX\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"IT\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"IS\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"BE\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"JE\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"SI\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"SK\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"BL\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GI\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GP\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": null,\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": null,\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GF\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GG\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GR\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"PT\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"PM\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MT\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"EE\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"ES\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"FI\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"NL\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"FR\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"SM\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"CY\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"LU\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"LT\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"DE\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MC\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.0853777,\n                    \"fee\": 20,\n                    \"receivedAmount\": 10832.07,\n                    \"dateCollected\": \"2020-12-02T05:20:00.883134Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MF\",\n                    \"markup\": 2.32645807,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": null,\n                            \"max\": \"PT96H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 1,\n            \"alias\": \"barclays\",\n            \"name\": \"Barclays\",\n            \"logo\": \"https://dq8dwmysp7hk1.cloudfront.net/logos/barclays.svg\",\n            \"type\": \"bank\",\n            \"partner\": false,\n            \"quotes\": [\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"ES\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MT\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"NL\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"FI\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"LT\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"LV\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"LU\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MC\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"MQ\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"EE\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"CY\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"DE\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"SI\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"SK\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"SM\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"IT\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"AT\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"RE\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"BE\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"IE\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"YT\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": null,\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": null,\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"AD\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GR\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GP\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"PM\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"PT\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"FR\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                },\n                {\n                    \"rate\": 1.08046668,\n                    \"fee\": 0,\n                    \"receivedAmount\": 10804.67,\n                    \"dateCollected\": \"2020-12-02T05:00:05.224456Z\",\n                    \"sourceCountry\": \"GB\",\n                    \"targetCountry\": \"GF\",\n                    \"markup\": 2.76840258,\n                    \"deliveryEstimation\": {\n                        \"duration\": {\n                            \"min\": \"PT24H\",\n                            \"max\": \"PT24H\"\n                        },\n                        \"providerGivesEstimate\": true\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"9043b8c3-b2a8-48a0-86f1-72b8cc97ca78"}],"id":"1f11c14b-c780-43c5-ab77-8b769d6cbdb9","description":"<p>When you <a href=\"https://transferwise.com/partnerwise\">apply to the TransferWise affiliates program</a> you can get access to our API to help you build your own valuable content for your customers or readers.</p>\n<p>The TransferWise API lets you to:</p>\n<ul>\n    <li>Get the real-time mid-market exchange rates for any currency route.</li>\n    <li>Get up to 30 days of historical mid-market exchange rates for any currency route.</li>\n    <li>Get a TransferWise quote for any supported currency route, which includes our fees and estimated delivery time.</li>\n</ul>\n\n<p>The <a href=\"#affiliates-integration-guide\">Affiliates Integration Guide</a> helps you get started with the technical integration.</p>\n","_postman_id":"1f11c14b-c780-43c5-ab77-8b769d6cbdb9"},{"name":"Receive Money","item":[{"name":"1. Create webhooks subscription","item":[{"name":"1. Create subsription for borderless deposit","event":[{"listen":"test","script":{"id":"23ecdefe-12f1-4f23-9c34-df404639337e","exec":["var jsonData = JSON.parse(responseBody);","pm.environment.set(\"webhook2-id\", jsonData.id);"],"type":"text/javascript"}}],"id":"23b268bb-5fbf-4cf9-bd92-10a9496a4383","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n       \"name\": \"Webhook Subscription #2\",\n       \"trigger_on\": \"balances#credit\",\n       \"delivery\": {\n         \"version\": \"2.0.0\",\n         \"url\": \"https://your.webhook.url/12345\"\n         }\n      }"},"url":"{{host}}/v3/profiles/{{business-profile-id}}/subscriptions","urlObject":{"path":["v3","profiles","{{business-profile-id}}","subscriptions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"23b268bb-5fbf-4cf9-bd92-10a9496a4383"},{"name":"2. List webhook subscriptions","event":[{"listen":"test","script":{"id":"a832311e-bce3-4b80-b101-cc916e204d39","exec":["var jsonData = JSON.parse(responseBody);","tests['There are two subscriptions availabale'] = (jsonData.length == 2)"],"type":"text/javascript"}}],"id":"ec5a2a85-5a38-46de-aa3f-a09129abefaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/v3/profiles/{{business-profile-id}}/subscriptions","urlObject":{"path":["v3","profiles","{{business-profile-id}}","subscriptions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec5a2a85-5a38-46de-aa3f-a09129abefaf"},{"name":"3. Get webhook subscription by ID","event":[{"listen":"test","script":{"id":"a22a6495-3246-4ecc-ad33-1066a33680c9","exec":["var jsonData = JSON.parse(responseBody);","var value = pm.environment.get(\"webhook1-id\");","tests['Correct subscription is returned'] = (jsonData.id = value)"],"type":"text/javascript"}}],"id":"ec77b677-1ab3-426b-aed9-a9084119ea32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/v3/profiles/{{business-profile-id}}/subscriptions/{{webhook1-id}}","urlObject":{"path":["v3","profiles","{{business-profile-id}}","subscriptions","{{webhook1-id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec77b677-1ab3-426b-aed9-a9084119ea32"},{"name":"4. Delete webhook subscription for borderless deposit","event":[{"listen":"test","script":{"id":"f1527cdf-125e-4f02-acb0-ab9912766da5","exec":["",""],"type":"text/javascript"}}],"id":"e30b9786-7d66-4dca-bb53-e333eaa4a0f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/v3/profiles/{{business-profile-id}}/subscriptions/{{webhook2-id}}","urlObject":{"path":["v3","profiles","{{business-profile-id}}","subscriptions","{{webhook2-id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e30b9786-7d66-4dca-bb53-e333eaa4a0f7"}],"id":"6d72fb39-3b83-48ec-b54a-d0551aac8a7d","event":[{"listen":"prerequest","script":{"id":"93143d59-5795-43a2-8e0c-616d66ef9603","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8770587e-ef71-4b0d-b38a-680ce6ebbd28","type":"text/javascript","exec":[""]}}],"_postman_id":"6d72fb39-3b83-48ec-b54a-d0551aac8a7d","description":""},{"name":"GET List of balances","event":[{"listen":"test","script":{"id":"7882ed71-148f-4cd8-87c1-dc05f933f5a9","exec":["var jsonData = JSON.parse(responseBody);","if (jsonData[0].id) postman.setEnvironmentVariable(\"borderless-id\", jsonData[0].id);"],"type":"text/javascript"}}],"id":"de838aca-07cb-4217-8c73-f31c0eee149e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/v1/borderless-accounts?profileId={profile-id}","description":"<p>Get a list of multi currency account balances</p>\n","urlObject":{"path":["v1","borderless-accounts"],"host":["{{host}}"],"query":[{"key":"profileId","value":"{profile-id}"}],"variable":[]}},"response":[],"_postman_id":"de838aca-07cb-4217-8c73-f31c0eee149e"},{"name":"GET balance statement","id":"e4fa75aa-a8d0-4191-8de0-3e14b7d2b401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/v3/profiles/{profile-id}/borderless-accounts/{{borderless-id}}/statement.json?currency=EUR&intervalStart=2019-03-18T00:00:00.000Z&intervalEnd=2019-03-18T23:59:59.999Z","urlObject":{"path":["v3","profiles","{profile-id}","borderless-accounts","{{borderless-id}}","statement.json"],"host":["{{host}}"],"query":[{"key":"currency","value":"EUR"},{"key":"intervalStart","value":"2019-03-18T00:00:00.000Z"},{"key":"intervalEnd","value":"2019-03-18T23:59:59.999Z"}],"variable":[]}},"response":[],"_postman_id":"e4fa75aa-a8d0-4191-8de0-3e14b7d2b401"}],"id":"ad151511-2235-4163-9f29-105604ac334b","description":"<p>You can receive money to the local bank details that come with your TransferWise account (USD, EUR, GBP, AUD, NZD, PLN etc) and reconcile these incoming payments via the API.</p>\n<p>You’re also able to create a webhook subscription to receive event callbacks to your server when payments are received. Here’s more information about the <a href=\"https://api-docs.transferwise.com/#webhook-events\">webhooks</a>.</p>\n<p>Please note that we don't send any information over webhook calls that might contain personally identifiable information (PII) about the sender (including the payment reference).</p>\n<p>To reconcile incoming payments you might also need to match the information received via webhooks with the information that can be obtained from the <a href=\"https://api-docs.transferwise.com/#borderless-accounts-get-account-statement\">statements</a>. </p>\n","event":[{"listen":"prerequest","script":{"id":"7d25b82c-41c8-4154-9d28-28a2c3df4a66","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"099bfb4c-8d92-47b0-b4e5-177f99a19af9","type":"text/javascript","exec":[""]}}],"_postman_id":"ad151511-2235-4163-9f29-105604ac334b"}],"event":[{"listen":"prerequest","script":{"id":"84711860-0930-4051-a59c-52b47dd0c553","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c1d7391e-56d6-4235-a4ca-8e6670d9cc10","type":"text/javascript","exec":[""]}}]}