{"info":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"34827934","collectionId":"83ea6610-1dd5-42c0-b643-9e87d527242e","publishedId":"2sAYQgiUgW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"413fd0"},"publishDate":"2025-03-09T03:27:45.000Z"},"item":[{"name":"Products","item":[{"name":"Create Product - Subscription","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"product_id\", jsonData.id);"],"type":"text/javascript","packages":{},"id":"83f957d6-4a98-44c1-bfde-c6e813e91974"}}],"id":"ea85c70c-fe0d-4678-bc04-be8b348bb432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"product-7313461c-7a98-410c-9530-0f9ba34862a3\",\r\n    \"type\": \"subscription\",\r\n    \"name\": \"Motorsports Racing 2024 - PC\",\r\n    \"description\": \"2024 Release!\",\r\n    \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\r\n    \"country_of_origin\": \"US\",\r\n    \"tax_code\": \"downloadable-software\",\r\n    \"metadata\": {\r\n        \"test\": 1,\r\n        \"ab\": {\r\n            \"hello\": \"there\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","products"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"d185be42-fd61-4346-8cb4-ffe053321b86","name":"Create Product - Subscription","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"product-be5b004d-aa5c-497a-bbed-62f796b2dabc\",\r\n    \"type\": \"subscription\",\r\n    \"name\": \"Motorsports Racing 2024 - PC\",\r\n    \"description\": \"2024 Release!\",\r\n    \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\r\n    \"country_of_origin\": \"US\",\r\n    \"tax_code\": \"downloadable-software\",\r\n    \"metadata\": {\r\n        \"test\": 1,\r\n        \"ab\": {\r\n            \"hello\": \"there\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"793"},{"key":"date","value":"Tue, 28 Jan 2025 02:17:07 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"exn_id\": \"0025AE15-3E5A-CB84-2BCF-E153D30EFB9F\",\n    \"id\": \"product-9d8be759-3635-4996-bcf6-e9de52048cd0\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"type\": \"subscription\",\n    \"name\": \"Motorsports Racing 2024 - PC\",\n    \"description\": \"2024 Release!\",\n    \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\n    \"country_of_origin\": \"US\",\n    \"package_dimensions\": null,\n    \"dangerous_goods\": false,\n    \"country_restrictions\": null,\n    \"metadata\": {\n        \"test\": 1,\n        \"ab\": {\n            \"hello\": \"there\"\n        }\n    },\n    \"price_data\": {\n        \"currency\": \"USD\",\n        \"price_type\": \"exclusive\"\n    },\n    \"plans\": null,\n    \"is_active\": true,\n    \"tax_code\": \"downloadable-software\",\n    \"created_at\": 1738030627,\n    \"updated_at\": 1738030627,\n    \"buy_link_id\": \"C3BDC9CD-F9DB-79B8-585E-B2DBDCF65A71\",\n    \"buy_link\": \"https://api.expandnow.dev/buy-links/C3BDC9CD-F9DB-79B8-585E-B2DBDCF65A71\"\n}"}],"_postman_id":"ea85c70c-fe0d-4678-bc04-be8b348bb432"},{"name":"Create Product - Digital","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"product_id\", jsonData.id);"],"type":"text/javascript","packages":{},"id":"1aa69c52-3e82-417a-916b-508c9cc2d0cc"}}],"id":"d7057e02-fa39-4172-b5f7-64c0bb6ac5c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"product-82a01440-ebc4-425a-98e1-5591be0afa38\",\r\n    \"type\": \"digital\",\r\n    \"name\": \"Motorsports Racing 2024 - PC\",\r\n    \"description\": \"2024 Release!\",\r\n    \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\r\n    \"country_of_origin\": \"US\",\r\n    \"tax_code\": \"downloadable-software\",\r\n    \"price_data\": {\r\n        \"unit_amount\": \r\n    },\r\n    \"metadata\": {\r\n        \"test\": 1,\r\n        \"ab\": {\r\n            \"hello\": \"there\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","products"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"4062ceb4-53b7-41d4-8211-6c4687fc003b","name":"Create Product - Digital","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"product-f4759f26-51b8-44c1-93f0-f9b7bef04407\",\r\n    \"type\": \"digital\",\r\n    \"name\": \"Motorsports Racing 2024 - PC\",\r\n    \"description\": \"2024 Release!\",\r\n    \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\r\n    \"country_of_origin\": \"US\",\r\n    \"tax_code\": \"downloadable-software\",\r\n    \"price_data\": {\r\n        \"unit_amount\": \r\n    },\r\n    \"metadata\": {\r\n        \"test\": 1,\r\n        \"ab\": {\r\n            \"hello\": \"there\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"806"},{"key":"date","value":"Tue, 28 Jan 2025 02:17:17 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"exn_id\": \"F351B244-64EB-0CBB-05CA-05C82FC8EA6E\",\n    \"id\": \"product-1679e25e-21a4-4259-aa33-f9a7d7df8024\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"type\": \"digital\",\n    \"name\": \"Motorsports Racing 2024 - PC\",\n    \"description\": \"2024 Release!\",\n    \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\n    \"country_of_origin\": \"US\",\n    \"package_dimensions\": null,\n    \"dangerous_goods\": false,\n    \"country_restrictions\": null,\n    \"metadata\": {\n        \"test\": 1,\n        \"ab\": {\n            \"hello\": \"there\"\n        }\n    },\n    \"price_data\": {\n        \"unit_amount\": 523,\n        \"currency\": \"USD\",\n        \"price_type\": \"exclusive\"\n    },\n    \"plans\": null,\n    \"is_active\": true,\n    \"tax_code\": \"downloadable-software\",\n    \"created_at\": 1738030637,\n    \"updated_at\": 1738030637,\n    \"buy_link_id\": \"0CA5B7D9-5390-9A11-7FC0-04196CCC61B6\",\n    \"buy_link\": \"https://api.expandnow.dev/buy-links/0CA5B7D9-5390-9A11-7FC0-04196CCC61B6\"\n}"}],"_postman_id":"d7057e02-fa39-4172-b5f7-64c0bb6ac5c0"},{"name":"Create Product - Physical","event":[{"listen":"test","script":{"id":"fda156d5-8e3f-40d6-b970-9121f12bb151","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"product_id\", jsonData.id);"],"type":"text/javascript","packages":{}}}],"id":"0b0e3c98-8ab3-4712-9120-d521ac13e690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"physical-113234234\",\r\n    \"type\": \"physical\",\r\n    \"name\": \"Retro Digital Clock\",\r\n    \"description\": \"Retro but cool!\",\r\n    \"image_url\": \"https://expandnow.dev/assets/clock.png\",\r\n    \"country_of_origin\": \"US\",\r\n    \"tax_code\": \"saas\",\r\n    \"price_data\": {\r\n        \"unit_amount\": 1999,\r\n        \"currency\": \"USD\"\r\n    },\r\n    \"metadata\": {\r\n        \"test\": 1,\r\n        \"ab\": {\r\n            \"hello\": \"there\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","products"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"27d8c478-8db6-4ccd-b1a3-82753f6338b4","name":"Create Product - Physical","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"physical-113234234\",\r\n    \"type\": \"physical\",\r\n    \"name\": \"Retro Digital Clock\",\r\n    \"description\": \"Retro but cool!\",\r\n    \"image_url\": \"https://expandnow.dev/assets/clock.png\",\r\n    \"country_of_origin\": \"US\",\r\n    \"tax_code\": \"saas\",\r\n    \"price_data\": {\r\n        \"unit_amount\": 1999,\r\n        \"currency\": \"USD\"\r\n    },\r\n    \"metadata\": {\r\n        \"test\": 1,\r\n        \"ab\": {\r\n            \"hello\": \"there\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"724"},{"key":"date","value":"Tue, 28 Jan 2025 02:17:38 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"exn_id\": \"61841ECB-5B77-A854-18A3-0CD49745AAB4\",\n    \"id\": \"physical-113234234\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"type\": \"physical\",\n    \"name\": \"Retro Digital Clock\",\n    \"description\": \"Retro but cool!\",\n    \"image_url\": \"https://expandnow.dev/assets/clock.png\",\n    \"country_of_origin\": \"US\",\n    \"package_dimensions\": null,\n    \"dangerous_goods\": false,\n    \"country_restrictions\": null,\n    \"metadata\": {\n        \"test\": 1,\n        \"ab\": {\n            \"hello\": \"there\"\n        }\n    },\n    \"price_data\": {\n        \"unit_amount\": 1999,\n        \"currency\": \"USD\",\n        \"price_type\": \"exclusive\"\n    },\n    \"plans\": null,\n    \"is_active\": true,\n    \"tax_code\": \"saas\",\n    \"created_at\": 1738030658,\n    \"updated_at\": 1738030658,\n    \"buy_link_id\": \"AC71F606-F8DA-DC8B-B2FC-8739C2199DD8\",\n    \"buy_link\": \"https://api.expandnow.dev/buy-links/AC71F606-F8DA-DC8B-B2FC-8739C2199DD8\"\n}"}],"_postman_id":"0b0e3c98-8ab3-4712-9120-d521ac13e690"},{"name":"Update Product","id":"41f75103-beba-4611-94e5-87d244790f24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"tax_code\": \"saas\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products/{{product_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","products","{{product_id}}"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"50ffec0e-04d7-4af9-94a8-b0e27193e549","name":"Update Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"tax_code\": \"saas\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products/{{product_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"711"},{"key":"date","value":"Tue, 28 Jan 2025 02:17:47 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"exn_id\": \"61841ecb-5b77-a854-18a3-0cd49745aab4\",\n    \"brand_id\": \"e92111de-8304-26d4-92a3-a4aef3b8b426\",\n    \"type\": \"physical\",\n    \"name\": \"Retro Digital Clock\",\n    \"description\": \"Retro but cool!\",\n    \"image_url\": \"https://expandnow.dev/assets/clock.png\",\n    \"country_of_origin\": \"US\",\n    \"package_dimensions\": null,\n    \"dangerous_goods\": false,\n    \"country_restrictions\": null,\n    \"metadata\": {\n        \"ab\": {\n            \"hello\": \"there\"\n        },\n        \"test\": 1\n    },\n    \"price_data\": {\n        \"currency\": \"USD\",\n        \"price_type\": \"exclusive\",\n        \"unit_amount\": 1999\n    },\n    \"created_at\": 1738030658,\n    \"updated_at\": 1738030667,\n    \"buy_link_id\": \"AC71F606-F8DA-DC8B-B2FC-8739C2199DD8\",\n    \"id\": \"physical-113234234\",\n    \"is_active\": true,\n    \"tax_code\": \"saas\",\n    \"buy_link\": \"https://api.expandnow.dev/buy-links/AC71F606-F8DA-DC8B-B2FC-8739C2199DD8\"\n}"}],"_postman_id":"41f75103-beba-4611-94e5-87d244790f24"},{"name":"Associate Plan to Product","id":"09c58f06-4781-4004-92a4-67738bb8bbcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new product\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products/{{product_id}}/plans/{{plan_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","products","{{product_id}}","plans","{{plan_id}}"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"d5ca64df-b499-484a-8c15-a2d541d2c0d0","name":"Associate Plan to Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new product\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products/{{product_id}}/plans/{{plan_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"780"},{"key":"date","value":"Tue, 28 Jan 2025 02:18:49 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"exn_id\": \"0025ae15-3e5a-cb84-2bcf-e153d30efb9f\",\n    \"brand_id\": \"e92111de-8304-26d4-92a3-a4aef3b8b426\",\n    \"type\": \"subscription\",\n    \"name\": \"Motorsports Racing 2024 - PC\",\n    \"description\": \"2024 Release!\",\n    \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\n    \"country_of_origin\": \"US\",\n    \"package_dimensions\": null,\n    \"dangerous_goods\": false,\n    \"country_restrictions\": null,\n    \"metadata\": {\n        \"ab\": {\n            \"hello\": \"there\"\n        },\n        \"test\": 1\n    },\n    \"price_data\": {\n        \"currency\": \"USD\",\n        \"price_type\": \"exclusive\"\n    },\n    \"created_at\": 1738030627,\n    \"updated_at\": 1738030729,\n    \"buy_link_id\": \"C3BDC9CD-F9DB-79B8-585E-B2DBDCF65A71\",\n    \"id\": \"product-9d8be759-3635-4996-bcf6-e9de52048cd0\",\n    \"is_active\": true,\n    \"tax_code\": \"downloadable-software\",\n    \"buy_link\": \"https://api.expandnow.dev/buy-links/C3BDC9CD-F9DB-79B8-585E-B2DBDCF65A71\"\n}"}],"_postman_id":"09c58f06-4781-4004-92a4-67738bb8bbcd"},{"name":"Get Products","id":"e92574e8-bd93-4a54-80a6-102c753590d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","products"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"7ede3fe8-f351-4922-b299-7c688b0f4ced","name":"Get Products","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"2381"},{"key":"date","value":"Tue, 28 Jan 2025 02:18:58 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"has_more\": false,\n    \"data\": [\n        {\n            \"id\": \"physical-113234234\",\n            \"type\": \"physical\",\n            \"name\": \"Retro Digital Clock\",\n            \"description\": \"Retro but cool!\",\n            \"image_url\": \"https://expandnow.dev/assets/clock.png\",\n            \"buy_link_id\": \"AC71F606-F8DA-DC8B-B2FC-8739C2199DD8\",\n            \"is_active\": true,\n            \"created_at\": 1738030658,\n            \"buy_link\": \"https://api.expandnow.dev/buy-links/AC71F606-F8DA-DC8B-B2FC-8739C2199DD8\"\n        },\n        {\n            \"id\": \"product-1679e25e-21a4-4259-aa33-f9a7d7df8024\",\n            \"type\": \"digital\",\n            \"name\": \"Motorsports Racing 2024 - PC\",\n            \"description\": \"2024 Release!\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\n            \"buy_link_id\": \"0CA5B7D9-5390-9A11-7FC0-04196CCC61B6\",\n            \"is_active\": true,\n            \"created_at\": 1738030637,\n            \"buy_link\": \"https://api.expandnow.dev/buy-links/0CA5B7D9-5390-9A11-7FC0-04196CCC61B6\"\n        },\n        {\n            \"id\": \"product-9d8be759-3635-4996-bcf6-e9de52048cd0\",\n            \"type\": \"subscription\",\n            \"name\": \"Motorsports Racing 2024 - PC\",\n            \"description\": \"2024 Release!\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\n            \"buy_link_id\": \"C3BDC9CD-F9DB-79B8-585E-B2DBDCF65A71\",\n            \"is_active\": true,\n            \"created_at\": 1738030627,\n            \"buy_link\": \"https://api.expandnow.dev/buy-links/C3BDC9CD-F9DB-79B8-585E-B2DBDCF65A71\"\n        },\n        {\n            \"id\": \"product-d083c09d-3ed3-49bd-8c05-b3bd490a39bd\",\n            \"type\": \"subscription\",\n            \"name\": \"Motorsports Racing 2024 - PC\",\n            \"description\": \"2024 Release!\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\n            \"buy_link_id\": \"0CEF61C7-FF81-0F71-C9EC-5608A9FAD10B\",\n            \"is_active\": true,\n            \"created_at\": 1738029398,\n            \"buy_link\": \"https://api.expandnow.dev/buy-links/0CEF61C7-FF81-0F71-C9EC-5608A9FAD10B\"\n        },\n        {\n            \"id\": \"physical-1\",\n            \"type\": \"physical\",\n            \"name\": \"Retro Digital Clock\",\n            \"description\": \"Retro but cool!\",\n            \"image_url\": \"https://expandnow.dev/assets/clock.png\",\n            \"buy_link_id\": \"F92295D3-80C5-E965-904F-C68E71B683C5\",\n            \"is_active\": true,\n            \"created_at\": 1738028096,\n            \"buy_link\": \"https://api.expandnow.dev/buy-links/F92295D3-80C5-E965-904F-C68E71B683C5\"\n        },\n        {\n            \"id\": \"product-23006563-93b3-45ab-91a4-fc449a535bd9\",\n            \"type\": \"digital\",\n            \"name\": \"Motorsports Racing 2024 - PC\",\n            \"description\": \"2024 Release!\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\n            \"buy_link_id\": \"31E85245-770A-DEE1-7384-0C2B7AB3CDBA\",\n            \"is_active\": true,\n            \"created_at\": 1737608023,\n            \"buy_link\": \"https://api.expandnow.dev/buy-links/31E85245-770A-DEE1-7384-0C2B7AB3CDBA\"\n        }\n    ]\n}"}],"_postman_id":"e92574e8-bd93-4a54-80a6-102c753590d2"},{"name":"Get Product By ID","id":"dabf546f-acdb-4ab8-911b-09c5de04adb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products/{{product_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","products","{{product_id}}"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"b6d8a9cb-2cd7-4396-a807-d40be96edbd0","name":"Get Product By ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/products/{{product_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"1278"},{"key":"date","value":"Tue, 28 Jan 2025 02:19:06 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"exn_id\": \"0025ae15-3e5a-cb84-2bcf-e153d30efb9f\",\n    \"brand_id\": \"e92111de-8304-26d4-92a3-a4aef3b8b426\",\n    \"type\": \"subscription\",\n    \"name\": \"Motorsports Racing 2024 - PC\",\n    \"description\": \"2024 Release!\",\n    \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\n    \"country_of_origin\": \"US\",\n    \"package_dimensions\": null,\n    \"dangerous_goods\": false,\n    \"country_restrictions\": null,\n    \"metadata\": {\n        \"ab\": {\n            \"hello\": \"there\"\n        },\n        \"test\": 1\n    },\n    \"price_data\": {\n        \"currency\": \"USD\",\n        \"price_type\": \"exclusive\"\n    },\n    \"created_at\": 1738030627,\n    \"updated_at\": 1738030729,\n    \"buy_link_id\": \"C3BDC9CD-F9DB-79B8-585E-B2DBDCF65A71\",\n    \"id\": \"product-9d8be759-3635-4996-bcf6-e9de52048cd0\",\n    \"is_active\": true,\n    \"tax_code\": \"downloadable-software\",\n    \"plans\": [\n        {\n            \"exn_id\": \"4bc01a35-eddb-55f7-b9c1-b2743ffa52d7\",\n            \"brand_id\": \"e92111de-8304-26d4-92a3-a4aef3b8b426\",\n            \"id\": \"weekly\",\n            \"name\": \"Weekly-bef8bae6-92b1-476e-83d5-9856a4dcc523\",\n            \"has_free_trial\": true,\n            \"free_trial\": {\n                \"interval\": \"WEEKS\",\n                \"interval_count\": 7\n            },\n            \"price_data\": {\n                \"amount\": 100,\n                \"currency\": \"EUR\"\n            },\n            \"schedule\": {\n                \"interval\": \"WEEKS\",\n                \"interval_count\": 1\n            },\n            \"has_setup_fee\": true,\n            \"setup_fee\": {\n                \"amount\": 10\n            },\n            \"metadata\": null,\n            \"recurly_plan_id\": null,\n            \"buy_link\": null,\n            \"created_at\": 1738030702,\n            \"updated_at\": 1738030702\n        }\n    ],\n    \"buy_link\": \"https://api.expandnow.dev/buy-links/C3BDC9CD-F9DB-79B8-585E-B2DBDCF65A71\"\n}"}],"_postman_id":"dabf546f-acdb-4ab8-911b-09c5de04adb2"}],"id":"15fa2d08-e3fc-43f1-8342-940d8d54706a","_postman_id":"15fa2d08-e3fc-43f1-8342-940d8d54706a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Plans","item":[{"name":"Create Plan","event":[{"listen":"test","script":{"id":"89722cda-80f6-48d6-8b14-82476e0a2125","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"plan_id\", jsonData.id);"],"type":"text/javascript","packages":{}}}],"id":"c998bc99-ffda-4d09-8a02-d0338d2b2e68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"weekly\",\r\n    \"name\": \"Weekly-206ecab6-d2cb-4424-b562-477c9a47ecfe\",\r\n    \"has_free_trial\": true,\r\n    \"free_trial\": {\r\n        \"interval\": \"WEEKS\",\r\n        \"interval_count\": 7\r\n    },\r\n    \"price_data\": {\r\n        \"amount\": 100,\r\n        \"currency\": \"EUR\"\r\n    },\r\n    \"schedule\": {\r\n        \"interval\": \"WEEKS\",\r\n        \"interval_count\": 1\r\n    },\r\n    \"has_setup_fee\": true,\r\n    \"setup_fee\": {\r\n        \"amount\": 10\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/plans","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","plans"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"e3e16c95-2b49-45fb-a87e-5ce4d0f90943","name":"Create Plan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"weekly\",\r\n    \"name\": \"Weekly-86c6f0fc-dc7f-4985-8318-e80ef379c5bd\",\r\n    \"has_free_trial\": true,\r\n    \"free_trial\": {\r\n        \"interval\": \"WEEKS\",\r\n        \"interval_count\": 7\r\n    },\r\n    \"price_data\": {\r\n        \"amount\": 100,\r\n        \"currency\": \"EUR\"\r\n    },\r\n    \"schedule\": {\r\n        \"interval\": \"WEEKS\",\r\n        \"interval_count\": 1\r\n    },\r\n    \"has_setup_fee\": true,\r\n    \"setup_fee\": {\r\n        \"amount\": 10\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/plans"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"471"},{"key":"date","value":"Tue, 28 Jan 2025 02:18:23 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"exn_id\": \"4BC01A35-EDDB-55F7-B9C1-B2743FFA52D7\",\n    \"id\": \"weekly\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"name\": \"Weekly-bef8bae6-92b1-476e-83d5-9856a4dcc523\",\n    \"has_free_trial\": true,\n    \"free_trial\": {\n        \"interval\": \"WEEKS\",\n        \"interval_count\": 7\n    },\n    \"price_data\": {\n        \"amount\": 100,\n        \"currency\": \"EUR\"\n    },\n    \"schedule\": {\n        \"interval\": \"WEEKS\",\n        \"interval_count\": 1\n    },\n    \"has_setup_fee\": true,\n    \"setup_fee\": {\n        \"amount\": 10\n    },\n    \"metadata\": null,\n    \"created_at\": 1738030702,\n    \"updated_at\": 1738030702,\n    \"recurly_plan_id\": null\n}"}],"_postman_id":"c998bc99-ffda-4d09-8a02-d0338d2b2e68"},{"name":"Update Plan","id":"481e66b2-9a4c-4908-ac5a-4a65a6d495b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new product\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/plans/{{plan_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","plans","{{plan_id}}"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"481e66b2-9a4c-4908-ac5a-4a65a6d495b7"},{"name":"Get Plans","id":"8aad245d-5771-4f45-8d7b-088ebb12f517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/plans","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","plans"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"1867fa7f-153f-4f68-95b4-028641f801c4","name":"Get Plans","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/plans"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"1060"},{"key":"date","value":"Tue, 28 Jan 2025 02:19:18 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"has_more\": false,\n    \"data\": [\n        {\n            \"id\": \"weekly\",\n            \"name\": \"Weekly-bef8bae6-92b1-476e-83d5-9856a4dcc523\",\n            \"has_free_trial\": true,\n            \"free_trial\": {\n                \"interval\": \"WEEKS\",\n                \"interval_count\": 7\n            },\n            \"price_data\": {\n                \"amount\": 100,\n                \"currency\": \"EUR\"\n            },\n            \"schedule\": {\n                \"interval\": \"WEEKS\",\n                \"interval_count\": 1\n            },\n            \"has_setup_fee\": true,\n            \"setup_fee\": {\n                \"amount\": 10\n            },\n            \"metadata\": null,\n            \"created_at\": 1738030702\n        },\n        {\n            \"id\": \"daily\",\n            \"name\": \"Daily-30962156-033a-4e0f-9e8c-d67cbaecc66b\",\n            \"has_free_trial\": true,\n            \"free_trial\": {\n                \"interval\": \"DAYS\",\n                \"interval_count\": 7\n            },\n            \"price_data\": {\n                \"amount\": 100,\n                \"currency\": \"EUR\"\n            },\n            \"schedule\": {\n                \"interval\": \"MONTHS\",\n                \"interval_count\": 1\n            },\n            \"has_setup_fee\": true,\n            \"setup_fee\": {\n                \"amount\": 10\n            },\n            \"metadata\": null,\n            \"created_at\": 1738029469\n        },\n        {\n            \"id\": \"e8a7a91a-ffea-4a90-a308-eb819d06e7aa\",\n            \"name\": \"Daily-3b45528b-fceb-4487-b365-05cd00817e51\",\n            \"has_free_trial\": true,\n            \"free_trial\": {\n                \"interval\": \"DAYS\",\n                \"interval_count\": 7\n            },\n            \"price_data\": {\n                \"amount\": 100,\n                \"currency\": \"EUR\",\n                \"price_type\": \"inclusive\"\n            },\n            \"schedule\": {\n                \"interval\": \"MONTHS\",\n                \"interval_count\": 1\n            },\n            \"has_setup_fee\": true,\n            \"setup_fee\": {\n                \"amount\": 10\n            },\n            \"metadata\": null,\n            \"created_at\": 1737605080\n        }\n    ]\n}"}],"_postman_id":"8aad245d-5771-4f45-8d7b-088ebb12f517"},{"name":"Get Plan By ID","id":"c0a7dfd0-62ad-4dc6-9404-77c10dd696ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/plans/{{plan_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","plans","{{plan_id}}"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"6524782e-61b0-45d1-908a-57b865f3059e","name":"Get Plan By ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/plans/{{plan_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"487"},{"key":"date","value":"Tue, 28 Jan 2025 02:19:28 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"exn_id\": \"4bc01a35-eddb-55f7-b9c1-b2743ffa52d7\",\n    \"brand_id\": \"e92111de-8304-26d4-92a3-a4aef3b8b426\",\n    \"id\": \"weekly\",\n    \"name\": \"Weekly-bef8bae6-92b1-476e-83d5-9856a4dcc523\",\n    \"has_free_trial\": true,\n    \"free_trial\": {\n        \"interval\": \"WEEKS\",\n        \"interval_count\": 7\n    },\n    \"price_data\": {\n        \"amount\": 100,\n        \"currency\": \"EUR\"\n    },\n    \"schedule\": {\n        \"interval\": \"WEEKS\",\n        \"interval_count\": 1\n    },\n    \"has_setup_fee\": true,\n    \"setup_fee\": {\n        \"amount\": 10\n    },\n    \"metadata\": null,\n    \"recurly_plan_id\": null,\n    \"buy_link\": null,\n    \"created_at\": 1738030702,\n    \"updated_at\": 1738030702\n}"}],"_postman_id":"c0a7dfd0-62ad-4dc6-9404-77c10dd696ba"}],"id":"cd9064e4-ac6b-4bd8-9e43-1014d0fa649f","_postman_id":"cd9064e4-ac6b-4bd8-9e43-1014d0fa649f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Tax Codes","item":[{"name":"Get Tax Codes","id":"d8f2c861-70c4-4b52-a31d-2042108b6ec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.expandnow.dev/v1/tax-codes","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","tax-codes"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"887f32e5-a92a-4a66-9972-f85a3be7c83b","name":"Get Tax Codes","originalRequest":{"method":"GET","header":[],"url":"https://api.expandnow.dev/v1/tax-codes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"182"},{"key":"date","value":"Tue, 28 Jan 2025 02:19:49 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"has_more\": false,\n    \"data\": [\n        {\n            \"id\": \"saas\",\n            \"description\": \"Software as a Service\",\n            \"is_active\": true\n        },\n        {\n            \"id\": \"downloadable-software\",\n            \"description\": \"Downloadable Software\",\n            \"is_active\": true\n        }\n    ]\n}"}],"_postman_id":"d8f2c861-70c4-4b52-a31d-2042108b6ec1"},{"name":"Get Tax Code by ID","id":"26d5587c-c599-4c7f-9f24-d6a673c4cfc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.expandnow.dev/v1/tax-codes/downloadable-software","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","tax-codes","downloadable-software"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"56388a93-97b8-4d29-a93e-9b37c5c7b7e8","name":"Get Tax Code by ID","originalRequest":{"method":"GET","header":[],"url":"https://api.expandnow.dev/v1/tax-codes/downloadable-software"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"85"},{"key":"date","value":"Tue, 28 Jan 2025 02:19:59 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"downloadable-software\",\n    \"description\": \"Downloadable Software\",\n    \"is_active\": true\n}"}],"_postman_id":"26d5587c-c599-4c7f-9f24-d6a673c4cfc8"}],"id":"4b36c0d5-dd73-49c4-89d4-0ec5ad63755a","_postman_id":"4b36c0d5-dd73-49c4-89d4-0ec5ad63755a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Tax Quotes","item":[{"name":"Single Products","item":[{"name":"Tax Quote - Single Item Physical","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"92c54209-5418-4649-8466-e2ffdf72ba41"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"643eee19-4e89-45af-9f07-b0757b181fa0"}}],"id":"c2a0f1e0-1a03-4bcc-9b07-c6a940a7a299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"tax_treatment\": \"exclusive\",\r\n    \"client_reference_id\": \"client_1234\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"tax_code\": \"saas\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"0ece7722-95b2-4ee2-a6c5-bf937c1aefb5\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"amount\": \r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"US\"\r\n            }\r\n        },\r\n        \"shipping_method\": {\r\n            \"display_name\": \"Overnight Shipping\",\r\n            \"id\": \"overnight\",\r\n            \"price_data\": {\r\n                \"amount\": 500\r\n            },\r\n            \"delivery_estimate\": \"By May 1\",\r\n            \"delivery_terms\": \"delivered_duties_paid\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/quote","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","quote"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"e73b05b7-a96a-40b0-8693-058658550eb6","name":"Tax Quote - Single Item Physical","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"tax_treatment\": \"exclusive\",\r\n    \"client_reference_id\": \"client_1234\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"tax_code\": \"saas\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"b58f99e8-b653-41fa-999f-0f02f58f645c\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"amount\": \r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"US\"\r\n            }\r\n        },\r\n        \"shipping_method\": {\r\n            \"display_name\": \"Overnight Shipping\",\r\n            \"id\": \"overnight\",\r\n            \"price_data\": {\r\n                \"amount\": 500\r\n            },\r\n            \"delivery_estimate\": \"By May 1\",\r\n            \"delivery_terms\": \"delivered_duties_paid\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Tue, 28 Jan 2025 02:13:38 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"order\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"id\": \"A946489A-50C1-42C0-4550-2F3BBC460743\",\n    \"status\": \"draft\",\n    \"language\": \"EN\",\n    \"transaction_currency\": \"USD\",\n    \"transaction_delivery_country\": \"US\",\n    \"client_reference_id\": \"client_1234\",\n    \"tax_treatment\": \"exclusive\",\n    \"checkout_session\": null,\n    \"previous_checkout_sessions\": [],\n    \"order_session\": null,\n    \"previous_order_sessions\": [],\n    \"line_items\": [\n        {\n            \"product_id\": \"physical_1\",\n            \"tax_code\": \"saas\",\n            \"type\": \"physical\",\n            \"external_reference_id\": \"2faf9fd7-0c07-4d8c-9881-e7b51ddcc50b\",\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\n            \"quantity\": 3,\n            \"price_data\": {\n                \"amount\": 886\n            },\n            \"id\": \"6536DB5A-85F8-4BFA-0E0B-E1B8F45200EE\",\n            \"fulfilled_quantity\": 0,\n            \"refunded_quantity\": 0,\n            \"fulfillable_quantity\": 0,\n            \"cancelled_quantity\": 0,\n            \"requires_shipping\": true,\n            \"fulfillment_status\": \"unfulfilled\",\n            \"price\": 286,\n            \"amount_subtotal\": 858,\n            \"amount_discount\": 0,\n            \"amount_total\": 858,\n            \"expandnow_costing_details\": {\n                \"price_rounding_rule\": \"NO_ROUNDING\",\n                \"unit_amount_pre_conversion\": 295,\n                \"unrounded_price\": 286,\n                \"unit_price\": 286,\n                \"unit_discount\": 0,\n                \"currency_details\": {\n                    \"currency\": \"EUR\",\n                    \"currency_exchange_rate\": \"0.969740\"\n                },\n                \"calculated_rate\": 0,\n                \"jurisdictions\": {\n                    \"us_mn\": {\n                        \"description\": \"US - Minnesota Sales Tax\",\n                        \"registrationNumber\": \"\",\n                        \"taxSystem\": \"taxjar\",\n                        \"taxAttribute\": 1,\n                        \"inclusiveAllowed\": \"FALSE\",\n                        \"statementScheduleId\": \"\",\n                        \"account\": 25521,\n                        \"accounting\": {\n                            \"description\": \"A/P - Tax Output - US Minnesota Sales Tax\",\n                            \"accountType\": \"payablesTaxOutput\",\n                            \"currency\": \"USD\",\n                            \"account_id\": 25521\n                        }\n                    }\n                },\n                \"tax_currency\": \"USD\",\n                \"tax_exchange_rate\": 1,\n                \"net_price\": 286,\n                \"tax_details\": {\n                    \"tax_treatment\": \"exclusive\",\n                    \"sale_type\": \"local\",\n                    \"tax_rate\": \"0.00000\",\n                    \"unit_tax\": 0,\n                    \"total_tax\": 0,\n                    \"duty_rate\": 0,\n                    \"unit_landed_cost\": 0,\n                    \"total_landed_cost\": 0,\n                    \"total_tax_or_landed_cost\": 0\n                }\n            },\n            \"sale_type\": \"local\",\n            \"line_item_amounts\": {\n                \"transaction_details\": {\n                    \"order_currency\": \"USD\",\n                    \"total_product_price\": 858,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 858,\n                    \"total_shipping_price\": 485,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 485,\n                    \"total_product_and_shipping_amount\": 1343\n                },\n                \"merchant_details\": {\n                    \"merchant_currency\": \"EUR\",\n                    \"exchange_rate\": \"1.031204\",\n                    \"total_product_price\": 885,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 885,\n                    \"total_shipping_price\": 500,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 500,\n                    \"total_product_and_shipping_amount\": 1385\n                }\n            }\n        }\n    ],\n    \"amount_subtotal\": 858,\n    \"amount_total\": 1343,\n    \"total_details\": {\n        \"amount_tax\": 0,\n        \"amount_shipping\": 485,\n        \"amount_landed_cost\": 0,\n        \"amount_discount\": 0\n    },\n    \"billing_address\": {\n        \"first_name\": \"Pete\",\n        \"last_name\": \"Schuppe\",\n        \"phone\": \"5073455611\",\n        \"email\": \"chris@expandnow.com\",\n        \"address\": {\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"city\": \"Plymouth\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"country_code\": \"US\",\n            \"region_name\": \"Minnesota\"\n        }\n    },\n    \"fulfillments\": [],\n    \"fulfillment\": {\n        \"requires_shipping_address\": true,\n        \"shipping_address\": {\n            \"first_name\": \"Pete\",\n            \"last_name\": \"Schuppe\",\n            \"phone\": \"188.730.0073 x1552\",\n            \"email\": \"chris@expandnow.com\",\n            \"address\": {\n                \"line1\": \"10 Main\",\n                \"line2\": \"Suite 200\",\n                \"city\": \"Plymouth\",\n                \"region\": \"MN\",\n                \"postal_code\": \"55343\",\n                \"country_code\": \"US\",\n                \"region_name\": \"Minnesota\"\n            }\n        },\n        \"groups\": [\n            {\n                \"group_id\": 1,\n                \"external_reference_id\": null,\n                \"delivery_mode\": \"SHIP\",\n                \"items\": [\n                    {\n                        \"line_item_id\": \"6536DB5A-85F8-4BFA-0E0B-E1B8F45200EE\",\n                        \"product_id\": \"physical_1\",\n                        \"external_reference_id\": \"2faf9fd7-0c07-4d8c-9881-e7b51ddcc50b\",\n                        \"type\": \"physical\",\n                        \"quantity\": 3,\n                        \"tax_code\": \"saas\"\n                    }\n                ],\n                \"shipping_from\": {\n                    \"city\": \"Plymouth\",\n                    \"line1\": \"10 Main\",\n                    \"line2\": \"Suite 200\",\n                    \"region\": \"MN\",\n                    \"postal_code\": \"55343\",\n                    \"country_code\": \"US\"\n                },\n                \"shipping_method\": {\n                    \"display_name\": \"Overnight Shipping\",\n                    \"id\": \"overnight\",\n                    \"price_data\": {\n                        \"amount\": 500\n                    },\n                    \"delivery_estimate\": \"By May 1\",\n                    \"delivery_terms\": \"delivered_duties_paid\",\n                    \"price\": 485,\n                    \"amount_subtotal\": 485,\n                    \"amount_discount\": 0,\n                    \"amount_total\": 485,\n                    \"expandnow_costing_details\": {\n                        \"calculated_rate\": 0,\n                        \"jurisdictions\": {\n                            \"us_mn\": {\n                                \"description\": \"US - Minnesota Sales Tax\",\n                                \"registrationNumber\": \"\",\n                                \"taxSystem\": \"taxjar\",\n                                \"taxAttribute\": 1,\n                                \"inclusiveAllowed\": \"FALSE\",\n                                \"statementScheduleId\": \"\",\n                                \"account\": 25521,\n                                \"accounting\": {\n                                    \"description\": \"A/P - Tax Output - US Minnesota Sales Tax\",\n                                    \"accountType\": \"payablesTaxOutput\",\n                                    \"currency\": \"USD\",\n                                    \"account_id\": 25521\n                                }\n                            }\n                        },\n                        \"tax_currency\": \"USD\",\n                        \"tax_exchange_rate\": 1,\n                        \"order_total_quantity\": 3,\n                        \"unit_price\": 162,\n                        \"unit_net_price\": 162,\n                        \"net_price\": 485,\n                        \"tax_details\": {\n                            \"tax_treatment\": \"exclusive\",\n                            \"sale_type\": \"local\",\n                            \"tax_rate\": \"0.00000\",\n                            \"unit_tax\": 0,\n                            \"total_tax\": 0,\n                            \"duty_rate\": 0,\n                            \"unit_landed_cost\": 0,\n                            \"total_landed_cost\": 0,\n                            \"total_tax_or_landed_cost\": 0\n                        },\n                        \"currency_details\": {\n                            \"currency\": \"EUR\",\n                            \"currency_exchange_rate\": \"0.969740\"\n                        }\n                    }\n                },\n                \"packages\": [],\n                \"sale_type\": \"local\",\n                \"group_quantity\": 3,\n                \"available_shipping_methods\": [\n                    {\n                        \"id\": \"ground\",\n                        \"price_data\": {\n                            \"amount\": 500,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Ground\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"3 Days\",\n                        \"price\": 485,\n                        \"amount_subtotal\": 485,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 485,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 3,\n                            \"unit_price\": 162,\n                            \"unit_net_price\": 162,\n                            \"net_price\": 485,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": \"0.969740\"\n                            }\n                        }\n                    },\n                    {\n                        \"id\": \"overnight\",\n                        \"price_data\": {\n                            \"amount\": 5000,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Overnight Shipping\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"Tomorrow\",\n                        \"price\": 4849,\n                        \"amount_subtotal\": 4849,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 4849,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 3,\n                            \"unit_price\": 1616,\n                            \"unit_net_price\": 1616,\n                            \"net_price\": 4849,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": \"0.969740\"\n                            }\n                        }\n                    }\n                ]\n            }\n        ]\n    },\n    \"cancellations\": [],\n    \"payment_required\": true,\n    \"payment\": null,\n    \"payment_method\": null,\n    \"localization\": {\n        \"disclosures\": {\n            \"terms_of_sale\": \"Please note, by continuing with checkout ExpandNow will process your personal data in accordance with its Data Privacy Statement. You can read about how and why ExpandNow processes personal data here.\"\n        },\n        \"addresses\": {\n            \"shipping\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            },\n            \"billing\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            }\n        },\n        \"order_summary\": [\n            {\n                \"type\": \"ORDER_SUBTOTAL\",\n                \"amount\": 858,\n                \"display_amount\": \"$8.58\",\n                \"display_text\": \"Subtotal\"\n            },\n            {\n                \"type\": \"ORDER_SHIPPING\",\n                \"amount\": 485,\n                \"display_amount\": \"$4.85\",\n                \"display_text\": \"Shipping\"\n            },\n            {\n                \"type\": \"ORDER_TAX\",\n                \"amount\": 0,\n                \"display_amount\": \"$0.00\",\n                \"display_text\": \"Tax and Duties\"\n            },\n            {\n                \"type\": \"ORDER_TOTAL\",\n                \"amount\": 1343,\n                \"display_amount\": \"$13.43\",\n                \"display_text\": \"Total\"\n            },\n            {\n                \"type\": \"DUTIES_MESSAGE\",\n                \"display_text\": \"All applicable duties, taxes and fees are included in the total amount of your order. We guarantee you will not be required to pay any additional cost on delivery.\"\n            }\n        ]\n    },\n    \"metadata\": {\n        \"key\": \"value\",\n        \"open\": {\n            \"ended\": \"data\"\n        }\n    },\n    \"transaction_details\": {\n        \"vendor\": \"9e73165f-fa88-580e-cfe6-6faa86069dc1\",\n        \"vendor_currency\": \"EUR\",\n        \"entity_functional_currency\": \"USD\",\n        \"transaction_currency\": \"USD\",\n        \"order_currency_to_vendor_currency_exchange_rate\": \"1.031204\",\n        \"order_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"vendor_currency_to_entity_functional_currency_exchange_rate\": \"0.969740\",\n        \"merchant_base_currency\": \"EUR\",\n        \"exchange_rate\": \"0.969740\",\n        \"total_net_product_price\": 858,\n        \"total_net_shipping\": 485,\n        \"total_order_tax\": 0,\n        \"total_order_tax_details\": {\n            \"total_product_tax\": 0,\n            \"total_shipping_tax\": 0\n        },\n        \"total_order_landed_cost\": 0,\n        \"total_order_landed_cost_details\": {\n            \"total_product_landed_cost\": 0,\n            \"total_shipping_landed_cost\": 0\n        },\n        \"total_order_tax_or_landed_cost\": 0,\n        \"total_order_amount\": 1343,\n        \"check_math\": 0\n    },\n    \"selling_entity\": \"expand_now_usa\",\n    \"created_at\": 1738030417,\n    \"updated_at\": 1738030417,\n    \"validations\": {\n        \"addresses\": {\n            \"billing\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            },\n            \"shipping\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            }\n        }\n    },\n    \"customer_id\": null,\n    \"costing_data\": {\n        \"merchant_currency\": \"EUR\",\n        \"margin_source\": \"total\",\n        \"exchange_rate\": \"1.031204\",\n        \"net_product_price\": 885,\n        \"net_shipping\": 500,\n        \"tax\": 0,\n        \"landed_cost\": 0,\n        \"total\": 1385,\n        \"expandnow_total_margin\": 96,\n        \"expandnow_total_margin_details\": {\n            \"expandnow_standard_margin\": 69,\n            \"expandnow_margin_rate\": 0.05,\n            \"expandnow_currency_margin\": 27,\n            \"expandnow_currency_margin_rate\": 0.02,\n            \"expandnow_margin_source\": \"total\"\n        },\n        \"freight_account\": \"brand\",\n        \"merchant_price\": 788,\n        \"freight_paid_to_merchant\": 500,\n        \"landed_cost_paid_to_merchant\": 0,\n        \"tax_on_merchant_sale\": 0,\n        \"account_determination\": {\n            \"shopper_sale\": {\n                \"receivables_shopper\": {\n                    \"id\": 12002,\n                    \"name\": \"A/R - Shopper - USD\",\n                    \"type\": \"receivables_shopper\",\n                    \"currency\": \"USD\"\n                },\n                \"shipping_revenue\": {\n                    \"id\": 42000,\n                    \"name\": \"Shipping Revenue\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                },\n                \"sales\": {\n                    \"id\": 40000,\n                    \"name\": \"Sales\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                }\n            },\n            \"brand_sale\": {\n                \"cost_of_sales\": {\n                    \"id\": 50000,\n                    \"name\": \"Cost of Sales\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"cost_of_shipping\": {\n                    \"id\": 52000,\n                    \"name\": \"Cost of Shipping\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"payables_brand_detail\": {\n                    \"id\": 20001,\n                    \"name\": \"A/P - Brand Detail - EUR\",\n                    \"type\": \"payables_brand_detail\",\n                    \"currency\": \"EUR\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"c2a0f1e0-1a03-4bcc-9b07-c6a940a7a299"},{"name":"Tax Quote - Subscription","event":[{"listen":"test","script":{"exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"order_id\", jsonData.id);\r","\r","pm.environment.set(\"payment_id\", jsonData.payment.id);\r","\r","pm.environment.set(\"line_item_id\", jsonData.line_items[0].id);\r","pm.environment.set(\"line_item_quantity\", jsonData.line_items[0].quantity);\r",""],"type":"text/javascript","packages":{},"id":"7615755f-2ccf-4396-9709-bc5d595fee9d"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"281cb228-7dd8-4182-a4d5-e6ff7463f88f"}}],"id":"3321889d-c2ea-4b19-9d21-b157ee1c1072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"EUR\",\r\n    \"transaction_delivery_country\": \"NL\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"client_1234\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"{{product_id}}\",\r\n            \"plan_id\": \"{{plan_id}}\"\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/quote","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","quote"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"26ca65f0-447e-48a1-a306-5da8a7471d9d","name":"Tax Quote - Subscription","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"EUR\",\r\n    \"transaction_delivery_country\": \"NL\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"client_1234\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"{{product_id}}\",\r\n            \"plan_id\": \"{{plan_id}}\"\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"8152"},{"key":"date","value":"Tue, 28 Jan 2025 02:16:39 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"order\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"id\": \"C40C9AFC-5338-7201-582B-5D405989E047\",\n    \"status\": \"draft\",\n    \"language\": \"EN\",\n    \"transaction_currency\": \"EUR\",\n    \"transaction_delivery_country\": \"NL\",\n    \"client_reference_id\": \"client_1234\",\n    \"tax_treatment\": \"inclusive\",\n    \"checkout_session\": null,\n    \"previous_checkout_sessions\": [],\n    \"order_session\": null,\n    \"previous_order_sessions\": [],\n    \"line_items\": [\n        {\n            \"product_id\": \"product-d083c09d-3ed3-49bd-8c05-b3bd490a39bd\",\n            \"tax_code\": \"downloadable-software\",\n            \"type\": \"subscription\",\n            \"name\": \"Motorsports Racing 2024 - PC\",\n            \"description\": \"2024 Release!\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\n            \"quantity\": 1,\n            \"price_data\": {\n                \"amount\": 100,\n                \"currency\": \"EUR\"\n            },\n            \"plan_data\": {\n                \"exn_id\": \"0250b536-c8b8-b336-dc57-87e4fe0ba07c\",\n                \"brand_id\": \"e92111de-8304-26d4-92a3-a4aef3b8b426\",\n                \"id\": \"daily\",\n                \"name\": \"Daily-30962156-033a-4e0f-9e8c-d67cbaecc66b\",\n                \"has_free_trial\": true,\n                \"free_trial\": {\n                    \"interval\": \"DAYS\",\n                    \"interval_count\": 7\n                },\n                \"price_data\": {\n                    \"amount\": 100,\n                    \"currency\": \"EUR\"\n                },\n                \"schedule\": {\n                    \"interval\": \"MONTHS\",\n                    \"interval_count\": 1\n                },\n                \"has_setup_fee\": true,\n                \"setup_fee\": {\n                    \"amount\": 10\n                },\n                \"metadata\": null,\n                \"recurly_plan_id\": \"wbukr7e8ucvv\",\n                \"buy_link\": null,\n                \"created_at\": 1738029469,\n                \"updated_at\": 1738029469\n            },\n            \"id\": \"C7499881-6527-8197-B3E5-0AB4B96BF8C9\",\n            \"fulfilled_quantity\": 0,\n            \"refunded_quantity\": 0,\n            \"fulfillable_quantity\": 0,\n            \"cancelled_quantity\": 0,\n            \"requires_shipping\": false,\n            \"fulfillment_status\": \"unfulfilled\",\n            \"price\": 121,\n            \"amount_subtotal\": 121,\n            \"amount_discount\": 0,\n            \"amount_total\": 121,\n            \"expandnow_costing_details\": {\n                \"price_rounding_rule\": \"NO_ROUNDING\",\n                \"unit_amount_pre_conversion\": 100,\n                \"unrounded_price\": 121,\n                \"unit_price\": 121,\n                \"unit_discount\": 0,\n                \"currency_details\": {\n                    \"currency\": \"EUR\",\n                    \"currency_exchange_rate\": 1\n                },\n                \"calculated_rate\": 0.21,\n                \"jurisdictions\": {\n                    \"eu_oss\": {\n                        \"description\": \"One Stop Shop VAT\",\n                        \"registrationNumber\": \"TBD\",\n                        \"taxSystem\": \"internal\",\n                        \"taxAttribute\": 1,\n                        \"inclusiveAllowed\": \"TRUE\",\n                        \"statementScheduleId\": \"Q01\",\n                        \"account\": 25001,\n                        \"accounting\": {\n                            \"description\": \"A/P - Tax Output - OSS\",\n                            \"accountType\": \"payablesTaxOutput\",\n                            \"currency\": \"EUR\",\n                            \"account_id\": 25001\n                        },\n                        \"rate\": \"0.21\"\n                    }\n                },\n                \"tax_currency\": \"EUR\",\n                \"tax_exchange_rate\": 1,\n                \"net_price\": 121,\n                \"tax_details\": {\n                    \"tax_treatment\": \"inclusive\",\n                    \"sale_type\": \"cross_border\",\n                    \"tax_rate\": \"0.00000\",\n                    \"unit_tax\": 0,\n                    \"total_tax\": 0,\n                    \"duty_rate\": \"0.00000\",\n                    \"unit_landed_cost\": 0,\n                    \"total_landed_cost\": 0,\n                    \"total_tax_or_landed_cost\": 0\n                }\n            },\n            \"sale_type\": \"cross_border\",\n            \"line_item_amounts\": {\n                \"transaction_details\": {\n                    \"order_currency\": \"EUR\",\n                    \"total_product_price\": 121,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 121,\n                    \"total_shipping_price\": 0,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 0,\n                    \"total_product_and_shipping_amount\": 121\n                },\n                \"merchant_details\": {\n                    \"merchant_currency\": \"EUR\",\n                    \"exchange_rate\": 1,\n                    \"total_product_price\": 121,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 121,\n                    \"total_shipping_price\": 0,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 0,\n                    \"total_product_and_shipping_amount\": 121\n                }\n            }\n        }\n    ],\n    \"amount_subtotal\": 121,\n    \"amount_total\": 121,\n    \"total_details\": {\n        \"amount_tax\": 0,\n        \"amount_shipping\": 0,\n        \"amount_landed_cost\": 0,\n        \"amount_discount\": 0\n    },\n    \"billing_address\": {\n        \"first_name\": \"Moriah\",\n        \"last_name\": \"Hagenes\",\n        \"phone\": \"5073455611\",\n        \"email\": \"chris@expandnow.com\",\n        \"address\": {\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"city\": \"Plymouth\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"country_code\": \"US\",\n            \"region_name\": \"Minnesota\"\n        }\n    },\n    \"fulfillments\": [],\n    \"fulfillment\": {\n        \"requires_shipping_address\": false,\n        \"shipping_address\": null,\n        \"groups\": [\n            {\n                \"group_id\": 1,\n                \"external_reference_id\": null,\n                \"delivery_mode\": \"DIGITAL\",\n                \"items\": [\n                    {\n                        \"line_item_id\": \"C7499881-6527-8197-B3E5-0AB4B96BF8C9\",\n                        \"product_id\": \"product-d083c09d-3ed3-49bd-8c05-b3bd490a39bd\",\n                        \"external_reference_id\": null,\n                        \"type\": \"subscription\",\n                        \"quantity\": 1,\n                        \"tax_code\": \"downloadable-software\"\n                    }\n                ],\n                \"shipping_from\": {\n                    \"city\": \"Plymouth\",\n                    \"line1\": \"10 Main\",\n                    \"line2\": \"Suite 200\",\n                    \"region\": \"MN\",\n                    \"postal_code\": \"55343\",\n                    \"country_code\": \"US\"\n                },\n                \"sale_type\": \"cross_border\",\n                \"group_quantity\": 1\n            }\n        ]\n    },\n    \"cancellations\": [],\n    \"payment_required\": true,\n    \"payment\": null,\n    \"payment_method\": null,\n    \"localization\": {\n        \"disclosures\": {\n            \"terms_of_sale\": \"Please note, by continuing with checkout ExpandNow will process your personal data in accordance with its Data Privacy Statement. You can read about how and why ExpandNow processes personal data here.\"\n        },\n        \"addresses\": {\n            \"shipping\": {\n                \"country_code\": \"NL\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{postal_code}{city}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{postal_code} {city}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Street and house number\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"postal_code\": \"Postal code\",\n                    \"city\": \"City\",\n                    \"phone\": \"Phone\"\n                }\n            },\n            \"billing\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            }\n        },\n        \"order_summary\": [\n            {\n                \"type\": \"ORDER_SUBTOTAL\",\n                \"amount\": 121,\n                \"display_amount\": \"€1.21\",\n                \"display_text\": \"Subtotal\"\n            },\n            {\n                \"type\": \"ORDER_SHIPPING\",\n                \"amount\": 0,\n                \"display_amount\": \"€0.00\",\n                \"display_text\": \"Shipping\"\n            },\n            {\n                \"type\": \"ORDER_TOTAL\",\n                \"amount\": 121,\n                \"display_amount\": \"€1.21\",\n                \"display_text\": \"Total\"\n            },\n            {\n                \"type\": \"DUTIES_MESSAGE\",\n                \"display_text\": \"All applicable duties, taxes and fees are included in the total amount of your order. We guarantee you will not be required to pay any additional cost on delivery.\"\n            }\n        ]\n    },\n    \"metadata\": {\n        \"key\": \"value\",\n        \"open\": {\n            \"ended\": \"data\"\n        }\n    },\n    \"transaction_details\": {\n        \"vendor\": \"9e73165f-fa88-580e-cfe6-6faa86069dc1\",\n        \"vendor_currency\": \"EUR\",\n        \"entity_functional_currency\": \"EUR\",\n        \"transaction_currency\": \"EUR\",\n        \"order_currency_to_vendor_currency_exchange_rate\": 1,\n        \"order_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"vendor_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"merchant_base_currency\": \"EUR\",\n        \"exchange_rate\": 1,\n        \"total_net_product_price\": 121,\n        \"total_net_shipping\": 0,\n        \"total_order_tax\": 0,\n        \"total_order_tax_details\": {\n            \"total_product_tax\": 0,\n            \"total_shipping_tax\": 0\n        },\n        \"total_order_landed_cost\": 0,\n        \"total_order_landed_cost_details\": {\n            \"total_product_landed_cost\": 0,\n            \"total_shipping_landed_cost\": 0\n        },\n        \"total_order_tax_or_landed_cost\": 0,\n        \"total_order_amount\": 121,\n        \"check_math\": 0\n    },\n    \"selling_entity\": \"expand_now_ireland\",\n    \"created_at\": 1738030599,\n    \"updated_at\": 1738030599,\n    \"validations\": {\n        \"addresses\": {\n            \"billing\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            },\n            \"shipping\": {\n                \"complete\": true,\n                \"required_fields\": [],\n                \"incomplete_fields\": []\n            }\n        }\n    },\n    \"customer_id\": null,\n    \"costing_data\": {\n        \"merchant_currency\": \"EUR\",\n        \"margin_source\": \"total\",\n        \"exchange_rate\": 1,\n        \"net_product_price\": 121,\n        \"net_shipping\": 0,\n        \"tax\": 0,\n        \"landed_cost\": 0,\n        \"total\": 121,\n        \"expandnow_total_margin\": 6,\n        \"expandnow_total_margin_details\": {\n            \"expandnow_standard_margin\": 6,\n            \"expandnow_margin_rate\": 0.05,\n            \"expandnow_currency_margin\": 0,\n            \"expandnow_currency_margin_rate\": 0.02,\n            \"expandnow_margin_source\": \"total\"\n        },\n        \"freight_account\": \"brand\",\n        \"merchant_price\": 114,\n        \"freight_paid_to_merchant\": 0,\n        \"landed_cost_paid_to_merchant\": 0,\n        \"tax_on_merchant_sale\": 0,\n        \"account_determination\": {\n            \"shopper_sale\": {\n                \"receivables_shopper\": {\n                    \"id\": 12001,\n                    \"name\": \"A/R - Shopper - EUR\",\n                    \"type\": \"receivables_shopper\",\n                    \"currency\": \"EUR\"\n                },\n                \"shipping_revenue\": {\n                    \"id\": 42000,\n                    \"name\": \"Shipping Revenue\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"EUR\"\n                },\n                \"sales\": {\n                    \"id\": 40000,\n                    \"name\": \"Sales\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"EUR\"\n                }\n            },\n            \"brand_sale\": {\n                \"cost_of_sales\": {\n                    \"id\": 50000,\n                    \"name\": \"Cost of Sales\",\n                    \"type\": \"cost\",\n                    \"currency\": \"EUR\"\n                },\n                \"cost_of_shipping\": {\n                    \"id\": 52000,\n                    \"name\": \"Cost of Shipping\",\n                    \"type\": \"cost\",\n                    \"currency\": \"EUR\"\n                },\n                \"payables_brand_detail\": {\n                    \"id\": 20001,\n                    \"name\": \"A/P - Brand Detail - EUR\",\n                    \"type\": \"payables_brand_detail\",\n                    \"currency\": \"EUR\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"3321889d-c2ea-4b19-9d21-b157ee1c1072"},{"name":"Tax Quote - Single Item Digital","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"order_id\", jsonData.id);\r","\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.payment.id);\r","\r","postman.setEnvironmentVariable(\"line_item_id\", jsonData.line_items[0].id);\r","postman.setEnvironmentVariable(\"line_item_quantity\", jsonData.line_items[0].quantity);"],"type":"text/javascript","packages":{},"id":"81ea6fbd-7717-4f8f-9837-a3919a67ebcb"}}],"id":"462e8a65-4c91-470f-b92f-ada63f7e9be2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"client_1234\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"digital_1\",\r\n            \"tax_code\": \"downloadable-software\",\r\n            \"type\": \"digital\",\r\n            \"external_reference_id\": \"1234\",\r\n            \"name\": \"Motorsports Racing 2024 - PC\",\r\n            \"description\": \"2024 Release!\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\r\n            \"quantity\": 1,\r\n            \"price_data\": {\r\n                \"amount\": 20000\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"123\",\r\n        \"last_name\": \"123\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/quote","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","quote"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"0b07a1b3-e7b5-4276-849a-dcd2e22408e3","name":"Tax Quote - Single Item Digital","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"client_1234\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"digital_1\",\r\n            \"tax_code\": \"downloadable-software\",\r\n            \"type\": \"digital\",\r\n            \"external_reference_id\": \"1234\",\r\n            \"name\": \"Motorsports Racing 2024 - PC\",\r\n            \"description\": \"2024 Release!\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\r\n            \"quantity\": 1,\r\n            \"price_data\": {\r\n                \"amount\": 20000\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"123\",\r\n        \"last_name\": \"123\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/quote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"7686"},{"key":"date","value":"Tue, 28 Jan 2025 02:14:32 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"order\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"id\": \"B46E9717-6F50-8781-A832-AD4A9E26083C\",\n    \"status\": \"draft\",\n    \"language\": \"EN\",\n    \"transaction_currency\": \"USD\",\n    \"transaction_delivery_country\": \"US\",\n    \"client_reference_id\": \"client_1234\",\n    \"tax_treatment\": \"inclusive\",\n    \"checkout_session\": null,\n    \"previous_checkout_sessions\": [],\n    \"order_session\": null,\n    \"previous_order_sessions\": [],\n    \"line_items\": [\n        {\n            \"product_id\": \"digital_1\",\n            \"tax_code\": \"downloadable-software\",\n            \"type\": \"digital\",\n            \"external_reference_id\": \"1234\",\n            \"name\": \"Motorsports Racing 2024 - PC\",\n            \"description\": \"2024 Release!\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\n            \"quantity\": 1,\n            \"price_data\": {\n                \"amount\": 20000\n            },\n            \"id\": \"38898D96-BC2E-3A44-484C-C759F253153D\",\n            \"fulfilled_quantity\": 0,\n            \"refunded_quantity\": 0,\n            \"fulfillable_quantity\": 0,\n            \"cancelled_quantity\": 0,\n            \"requires_shipping\": false,\n            \"fulfillment_status\": \"unfulfilled\",\n            \"price\": 19395,\n            \"amount_subtotal\": 19395,\n            \"amount_discount\": 0,\n            \"amount_total\": 19395,\n            \"expandnow_costing_details\": {\n                \"price_rounding_rule\": \"NO_ROUNDING\",\n                \"unit_amount_pre_conversion\": 20000,\n                \"unrounded_price\": 19395,\n                \"unit_price\": 19395,\n                \"unit_discount\": 0,\n                \"currency_details\": {\n                    \"currency\": \"EUR\",\n                    \"currency_exchange_rate\": \"0.969740\"\n                },\n                \"calculated_rate\": 0.09025,\n                \"jurisdictions\": {\n                    \"us_mn\": {\n                        \"description\": \"US - Minnesota Sales Tax\",\n                        \"registrationNumber\": \"\",\n                        \"taxSystem\": \"taxjar\",\n                        \"taxAttribute\": 1,\n                        \"inclusiveAllowed\": \"FALSE\",\n                        \"statementScheduleId\": \"\",\n                        \"account\": 25521,\n                        \"accounting\": {\n                            \"description\": \"A/P - Tax Output - US Minnesota Sales Tax\",\n                            \"accountType\": \"payablesTaxOutput\",\n                            \"currency\": \"USD\",\n                            \"account_id\": 25521\n                        }\n                    }\n                },\n                \"tax_currency\": \"USD\",\n                \"tax_exchange_rate\": 1,\n                \"net_price\": 17789,\n                \"tax_details\": {\n                    \"tax_treatment\": \"inclusive\",\n                    \"sale_type\": \"local\",\n                    \"tax_rate\": \"0.09025\",\n                    \"unit_tax\": 1606,\n                    \"total_tax\": 1606,\n                    \"duty_rate\": 0,\n                    \"unit_landed_cost\": 0,\n                    \"total_landed_cost\": 0,\n                    \"total_tax_or_landed_cost\": 1606\n                }\n            },\n            \"sale_type\": \"local\",\n            \"line_item_amounts\": {\n                \"transaction_details\": {\n                    \"order_currency\": \"USD\",\n                    \"total_product_price\": 17789,\n                    \"total_product_tax\": 1606,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 19395,\n                    \"total_shipping_price\": 0,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 0,\n                    \"total_product_and_shipping_amount\": 19395\n                },\n                \"merchant_details\": {\n                    \"merchant_currency\": \"EUR\",\n                    \"exchange_rate\": \"1.031204\",\n                    \"total_product_price\": 18344,\n                    \"total_product_tax\": 1656,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 20000,\n                    \"total_shipping_price\": 0,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 0,\n                    \"total_product_and_shipping_amount\": 20000\n                }\n            }\n        }\n    ],\n    \"amount_subtotal\": 19395,\n    \"amount_total\": 19395,\n    \"total_details\": {\n        \"amount_tax\": 0,\n        \"amount_shipping\": 0,\n        \"amount_landed_cost\": 0,\n        \"amount_discount\": 0\n    },\n    \"billing_address\": {\n        \"first_name\": \"123\",\n        \"last_name\": \"123\",\n        \"phone\": \"5073455611\",\n        \"email\": \"chris@expandnow.com\",\n        \"address\": {\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"city\": \"Plymouth\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"country_code\": \"US\",\n            \"region_name\": \"Minnesota\"\n        }\n    },\n    \"fulfillments\": [],\n    \"fulfillment\": {\n        \"requires_shipping_address\": false,\n        \"shipping_address\": null,\n        \"groups\": [\n            {\n                \"group_id\": 1,\n                \"external_reference_id\": null,\n                \"delivery_mode\": \"DIGITAL\",\n                \"items\": [\n                    {\n                        \"line_item_id\": \"38898D96-BC2E-3A44-484C-C759F253153D\",\n                        \"product_id\": \"digital_1\",\n                        \"external_reference_id\": \"1234\",\n                        \"type\": \"digital\",\n                        \"quantity\": 1,\n                        \"tax_code\": \"downloadable-software\"\n                    }\n                ],\n                \"shipping_from\": {\n                    \"city\": \"Plymouth\",\n                    \"line1\": \"10 Main\",\n                    \"line2\": \"Suite 200\",\n                    \"region\": \"MN\",\n                    \"postal_code\": \"55343\",\n                    \"country_code\": \"US\"\n                },\n                \"sale_type\": \"local\",\n                \"group_quantity\": 1\n            }\n        ]\n    },\n    \"cancellations\": [],\n    \"payment_required\": true,\n    \"payment\": null,\n    \"payment_method\": null,\n    \"localization\": {\n        \"disclosures\": {\n            \"terms_of_sale\": \"Please note, by continuing with checkout ExpandNow will process your personal data in accordance with its Data Privacy Statement. You can read about how and why ExpandNow processes personal data here.\"\n        },\n        \"addresses\": {\n            \"shipping\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            },\n            \"billing\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            }\n        },\n        \"order_summary\": [\n            {\n                \"type\": \"ORDER_SUBTOTAL\",\n                \"amount\": 19395,\n                \"display_amount\": \"$193.95\",\n                \"display_text\": \"Subtotal\"\n            },\n            {\n                \"type\": \"ORDER_SHIPPING\",\n                \"amount\": 0,\n                \"display_amount\": \"$0.00\",\n                \"display_text\": \"Shipping\"\n            },\n            {\n                \"type\": \"ORDER_TOTAL\",\n                \"amount\": 19395,\n                \"display_amount\": \"$193.95\",\n                \"display_text\": \"Total\"\n            },\n            {\n                \"type\": \"DUTIES_MESSAGE\",\n                \"display_text\": \"All applicable duties, taxes and fees are included in the total amount of your order. We guarantee you will not be required to pay any additional cost on delivery.\"\n            }\n        ]\n    },\n    \"metadata\": {\n        \"key\": \"value\",\n        \"open\": {\n            \"ended\": \"data\"\n        }\n    },\n    \"transaction_details\": {\n        \"vendor\": \"9e73165f-fa88-580e-cfe6-6faa86069dc1\",\n        \"vendor_currency\": \"EUR\",\n        \"entity_functional_currency\": \"USD\",\n        \"transaction_currency\": \"USD\",\n        \"order_currency_to_vendor_currency_exchange_rate\": \"1.031204\",\n        \"order_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"vendor_currency_to_entity_functional_currency_exchange_rate\": \"0.969740\",\n        \"merchant_base_currency\": \"EUR\",\n        \"exchange_rate\": \"0.969740\",\n        \"total_net_product_price\": 17789,\n        \"total_net_shipping\": 0,\n        \"total_order_tax\": 1606,\n        \"total_order_tax_details\": {\n            \"total_product_tax\": 1606,\n            \"total_shipping_tax\": 0\n        },\n        \"total_order_landed_cost\": 0,\n        \"total_order_landed_cost_details\": {\n            \"total_product_landed_cost\": 0,\n            \"total_shipping_landed_cost\": 0\n        },\n        \"total_order_tax_or_landed_cost\": 1606,\n        \"total_order_amount\": 19395,\n        \"check_math\": 0\n    },\n    \"selling_entity\": \"expand_now_usa\",\n    \"created_at\": 1738030471,\n    \"updated_at\": 1738030471,\n    \"validations\": {\n        \"addresses\": {\n            \"billing\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            },\n            \"shipping\": {\n                \"complete\": true,\n                \"required_fields\": [],\n                \"incomplete_fields\": []\n            }\n        }\n    },\n    \"customer_id\": null,\n    \"costing_data\": {\n        \"merchant_currency\": \"EUR\",\n        \"margin_source\": \"total\",\n        \"exchange_rate\": \"1.031204\",\n        \"net_product_price\": 18344,\n        \"net_shipping\": 0,\n        \"tax\": 1656,\n        \"landed_cost\": 0,\n        \"total\": 20000,\n        \"expandnow_total_margin\": 1400,\n        \"expandnow_total_margin_details\": {\n            \"expandnow_standard_margin\": 1000,\n            \"expandnow_margin_rate\": 0.05,\n            \"expandnow_currency_margin\": 400,\n            \"expandnow_currency_margin_rate\": 0.02,\n            \"expandnow_margin_source\": \"total\"\n        },\n        \"freight_account\": \"brand\",\n        \"merchant_price\": 16944,\n        \"freight_paid_to_merchant\": 0,\n        \"landed_cost_paid_to_merchant\": 0,\n        \"tax_on_merchant_sale\": 0,\n        \"account_determination\": {\n            \"shopper_sale\": {\n                \"receivables_shopper\": {\n                    \"id\": 12002,\n                    \"name\": \"A/R - Shopper - USD\",\n                    \"type\": \"receivables_shopper\",\n                    \"currency\": \"USD\"\n                },\n                \"shipping_revenue\": {\n                    \"id\": 42000,\n                    \"name\": \"Shipping Revenue\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                },\n                \"sales\": {\n                    \"id\": 40000,\n                    \"name\": \"Sales\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                }\n            },\n            \"brand_sale\": {\n                \"cost_of_sales\": {\n                    \"id\": 50000,\n                    \"name\": \"Cost of Sales\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"cost_of_shipping\": {\n                    \"id\": 52000,\n                    \"name\": \"Cost of Shipping\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"payables_brand_detail\": {\n                    \"id\": 20001,\n                    \"name\": \"A/P - Brand Detail - EUR\",\n                    \"type\": \"payables_brand_detail\",\n                    \"currency\": \"EUR\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"462e8a65-4c91-470f-b92f-ada63f7e9be2"}],"id":"9c8d6446-c933-44c7-8f34-616e52eb80ab","_postman_id":"9c8d6446-c933-44c7-8f34-616e52eb80ab","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}}],"id":"608909f7-a924-4ce0-a26a-d55c225172fc","_postman_id":"608909f7-a924-4ce0-a26a-d55c225172fc","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Create Order","item":[{"name":"Fulfillment Use Cases","item":[{"name":"Single Products","item":[{"name":"Create Order - Single Item Physical","event":[{"listen":"test","script":{"exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"order_id\", jsonData.id);\r","\r","pm.environment.set(\"payment_id\", jsonData.payment.id);\r","\r","pm.environment.set(\"line_item_id\", jsonData.line_items[0].id);\r","pm.environment.set(\"line_item_quantity\", jsonData.line_items[0].quantity);\r",""],"type":"text/javascript","packages":{},"id":"09f627ad-a01f-4112-89ff-656d00b6fe5e"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"dd902113-2be3-4245-ae2c-86d7b572edf1"}}],"id":"2a1b7e3b-b864-4a98-9c5f-cbfde83908a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"tax_treatment\": \"exclusive\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical-1\",\r\n            \"tax_code\": \"saas\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"a3ae4c50-f2fd-43fc-bffc-9377bffafcef\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"amount\": \r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"US\"\r\n            }\r\n        },\r\n        \"shipping_method\": {\r\n            \"display_name\": \"Overnight Shipping\",\r\n            \"id\": \"overnight\",\r\n            \"price_data\": {\r\n                \"amount\": 500\r\n            },\r\n            \"delivery_estimate\": \"By May 1\",\r\n            \"delivery_terms\": \"delivered_duties_paid\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"3205b251-4f65-458d-b553-c46b8496b0e8","name":"Create Order - Single Item Physical","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"tax_treatment\": \"exclusive\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical-1\",\r\n            \"tax_code\": \"saas\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"bf4571e8-a4bd-4df7-8a00-3e1a4fbf29c8\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"amount\": \r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"US\"\r\n            }\r\n        },\r\n        \"shipping_method\": {\r\n            \"display_name\": \"Overnight Shipping\",\r\n            \"id\": \"overnight\",\r\n            \"price_data\": {\r\n                \"amount\": 500\r\n            },\r\n            \"delivery_estimate\": \"By May 1\",\r\n            \"delivery_terms\": \"delivered_duties_paid\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Tue, 28 Jan 2025 02:28:29 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"order\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"id\": \"2A405597-E216-272B-4596-66B8EA0F90C3\",\n    \"status\": \"ready\",\n    \"language\": \"EN\",\n    \"transaction_currency\": \"USD\",\n    \"transaction_delivery_country\": \"US\",\n    \"client_reference_id\": \"upstream_id_1738031307\",\n    \"tax_treatment\": \"exclusive\",\n    \"checkout_session\": {\n        \"url\": \"https://api.expandnow.dev/demos/hosted-checkout/048b4c17ef241930735366beb1626de37ac156a3a2c84ce0a181e8b239f81fb0\",\n        \"id\": \"9DBFC06E-2523-4E56-2F2B-D36136DFC510\",\n        \"status\": \"open\",\n        \"created_at\": 1738031308\n    },\n    \"previous_checkout_sessions\": [],\n    \"order_session\": null,\n    \"previous_order_sessions\": [],\n    \"line_items\": [\n        {\n            \"product_id\": \"physical-1\",\n            \"tax_code\": \"saas\",\n            \"type\": \"physical\",\n            \"external_reference_id\": \"13cd350a-401f-44f7-9e36-12bfab4ffad4\",\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\n            \"quantity\": 3,\n            \"price_data\": {\n                \"amount\": 611\n            },\n            \"id\": \"B148ECD7-C219-BCE0-54C5-3D0F77FD27B3\",\n            \"fulfilled_quantity\": 0,\n            \"refunded_quantity\": 0,\n            \"fulfillable_quantity\": 0,\n            \"cancelled_quantity\": 0,\n            \"requires_shipping\": true,\n            \"fulfillment_status\": \"unfulfilled\",\n            \"price\": 198,\n            \"amount_subtotal\": 594,\n            \"amount_discount\": 0,\n            \"amount_total\": 594,\n            \"expandnow_costing_details\": {\n                \"price_rounding_rule\": \"NO_ROUNDING\",\n                \"unit_amount_pre_conversion\": 203,\n                \"unrounded_price\": 198,\n                \"unit_price\": 198,\n                \"unit_discount\": 0,\n                \"currency_details\": {\n                    \"currency\": \"EUR\",\n                    \"currency_exchange_rate\": \"0.969740\"\n                },\n                \"calculated_rate\": 0,\n                \"jurisdictions\": {\n                    \"us_mn\": {\n                        \"description\": \"US - Minnesota Sales Tax\",\n                        \"registrationNumber\": \"\",\n                        \"taxSystem\": \"taxjar\",\n                        \"taxAttribute\": 1,\n                        \"inclusiveAllowed\": \"FALSE\",\n                        \"statementScheduleId\": \"\",\n                        \"account\": 25521,\n                        \"accounting\": {\n                            \"description\": \"A/P - Tax Output - US Minnesota Sales Tax\",\n                            \"accountType\": \"payablesTaxOutput\",\n                            \"currency\": \"USD\",\n                            \"account_id\": 25521\n                        }\n                    }\n                },\n                \"tax_currency\": \"USD\",\n                \"tax_exchange_rate\": 1,\n                \"net_price\": 198,\n                \"tax_details\": {\n                    \"tax_treatment\": \"exclusive\",\n                    \"sale_type\": \"local\",\n                    \"tax_rate\": \"0.00000\",\n                    \"unit_tax\": 0,\n                    \"total_tax\": 0,\n                    \"duty_rate\": 0,\n                    \"unit_landed_cost\": 0,\n                    \"total_landed_cost\": 0,\n                    \"total_tax_or_landed_cost\": 0\n                }\n            },\n            \"sale_type\": \"local\",\n            \"line_item_amounts\": {\n                \"transaction_details\": {\n                    \"order_currency\": \"USD\",\n                    \"total_product_price\": 594,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 594,\n                    \"total_shipping_price\": 485,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 485,\n                    \"total_product_and_shipping_amount\": 1079\n                },\n                \"merchant_details\": {\n                    \"merchant_currency\": \"EUR\",\n                    \"exchange_rate\": \"1.031204\",\n                    \"total_product_price\": 613,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 613,\n                    \"total_shipping_price\": 500,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 500,\n                    \"total_product_and_shipping_amount\": 1113\n                }\n            }\n        }\n    ],\n    \"amount_subtotal\": 594,\n    \"amount_total\": 1079,\n    \"total_details\": {\n        \"amount_tax\": 0,\n        \"amount_shipping\": 485,\n        \"amount_landed_cost\": 0,\n        \"amount_discount\": 0\n    },\n    \"billing_address\": {\n        \"first_name\": \"Freddie\",\n        \"last_name\": \"Grant\",\n        \"phone\": \"5073455611\",\n        \"email\": \"chris@expandnow.com\",\n        \"address\": {\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"city\": \"Plymouth\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"country_code\": \"US\",\n            \"region_name\": \"Minnesota\"\n        }\n    },\n    \"fulfillments\": [],\n    \"fulfillment\": {\n        \"requires_shipping_address\": true,\n        \"shipping_address\": {\n            \"first_name\": \"Freddie\",\n            \"last_name\": \"Grant\",\n            \"phone\": \"1-425-159-8541 x713\",\n            \"email\": \"chris@expandnow.com\",\n            \"address\": {\n                \"line1\": \"10 Main\",\n                \"line2\": \"Suite 200\",\n                \"city\": \"Plymouth\",\n                \"region\": \"MN\",\n                \"postal_code\": \"55343\",\n                \"country_code\": \"US\",\n                \"region_name\": \"Minnesota\"\n            }\n        },\n        \"groups\": [\n            {\n                \"group_id\": 1,\n                \"external_reference_id\": null,\n                \"delivery_mode\": \"SHIP\",\n                \"items\": [\n                    {\n                        \"line_item_id\": \"B148ECD7-C219-BCE0-54C5-3D0F77FD27B3\",\n                        \"product_id\": \"physical-1\",\n                        \"external_reference_id\": \"13cd350a-401f-44f7-9e36-12bfab4ffad4\",\n                        \"type\": \"physical\",\n                        \"quantity\": 3,\n                        \"tax_code\": \"saas\"\n                    }\n                ],\n                \"shipping_from\": {\n                    \"city\": \"Plymouth\",\n                    \"line1\": \"10 Main\",\n                    \"line2\": \"Suite 200\",\n                    \"region\": \"MN\",\n                    \"postal_code\": \"55343\",\n                    \"country_code\": \"US\"\n                },\n                \"shipping_method\": {\n                    \"display_name\": \"Overnight Shipping\",\n                    \"id\": \"overnight\",\n                    \"price_data\": {\n                        \"amount\": 500\n                    },\n                    \"delivery_estimate\": \"By May 1\",\n                    \"delivery_terms\": \"delivered_duties_paid\",\n                    \"price\": 485,\n                    \"amount_subtotal\": 485,\n                    \"amount_discount\": 0,\n                    \"amount_total\": 485,\n                    \"expandnow_costing_details\": {\n                        \"calculated_rate\": 0,\n                        \"jurisdictions\": {\n                            \"us_mn\": {\n                                \"description\": \"US - Minnesota Sales Tax\",\n                                \"registrationNumber\": \"\",\n                                \"taxSystem\": \"taxjar\",\n                                \"taxAttribute\": 1,\n                                \"inclusiveAllowed\": \"FALSE\",\n                                \"statementScheduleId\": \"\",\n                                \"account\": 25521,\n                                \"accounting\": {\n                                    \"description\": \"A/P - Tax Output - US Minnesota Sales Tax\",\n                                    \"accountType\": \"payablesTaxOutput\",\n                                    \"currency\": \"USD\",\n                                    \"account_id\": 25521\n                                }\n                            }\n                        },\n                        \"tax_currency\": \"USD\",\n                        \"tax_exchange_rate\": 1,\n                        \"order_total_quantity\": 3,\n                        \"unit_price\": 162,\n                        \"unit_net_price\": 162,\n                        \"net_price\": 485,\n                        \"tax_details\": {\n                            \"tax_treatment\": \"exclusive\",\n                            \"sale_type\": \"local\",\n                            \"tax_rate\": \"0.00000\",\n                            \"unit_tax\": 0,\n                            \"total_tax\": 0,\n                            \"duty_rate\": 0,\n                            \"unit_landed_cost\": 0,\n                            \"total_landed_cost\": 0,\n                            \"total_tax_or_landed_cost\": 0\n                        },\n                        \"currency_details\": {\n                            \"currency\": \"EUR\",\n                            \"currency_exchange_rate\": \"0.969740\"\n                        }\n                    }\n                },\n                \"packages\": [],\n                \"sale_type\": \"local\",\n                \"group_quantity\": 3,\n                \"available_shipping_methods\": [\n                    {\n                        \"id\": \"ground\",\n                        \"price_data\": {\n                            \"amount\": 500,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Ground\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"3 Days\",\n                        \"price\": 485,\n                        \"amount_subtotal\": 485,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 485,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 3,\n                            \"unit_price\": 162,\n                            \"unit_net_price\": 162,\n                            \"net_price\": 485,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": \"0.969740\"\n                            }\n                        }\n                    },\n                    {\n                        \"id\": \"overnight\",\n                        \"price_data\": {\n                            \"amount\": 5000,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Overnight Shipping\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"Tomorrow\",\n                        \"price\": 4849,\n                        \"amount_subtotal\": 4849,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 4849,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 3,\n                            \"unit_price\": 1616,\n                            \"unit_net_price\": 1616,\n                            \"net_price\": 4849,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": \"0.969740\"\n                            }\n                        }\n                    }\n                ]\n            }\n        ]\n    },\n    \"cancellations\": [],\n    \"payment_required\": true,\n    \"payment\": {\n        \"type\": \"payment\",\n        \"id\": \"6B3A9332-2F2C-2B68-1367-593C063B0847\",\n        \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n        \"client_secret\": \"87d4bf5fca854f3b28e07d745a04c4202a8380f721ee3e20c127cefddcf7672b\",\n        \"pay_now_url\": \"https://api.expandnow.dev/demos/pay-now/6B3A9332-2F2C-2B68-1367-593C063B0847\",\n        \"status\": \"requires_payment_method\",\n        \"client_reference_id\": \"upstream_id_1738031307\",\n        \"order_id\": \"2A405597-E216-272B-4596-66B8EA0F90C3\",\n        \"currency\": \"USD\",\n        \"language\": \"EN\",\n        \"amount\": 1079,\n        \"country_code\": \"US\",\n        \"total_details\": {\n            \"amount_prefunded\": 0,\n            \"amount_capturable\": 0,\n            \"amount_captured\": 0,\n            \"amount_refunded\": 0,\n            \"amount_pending_refund\": 0,\n            \"amount_available_to_refund\": 0,\n            \"amount_cancelled\": 0\n        },\n        \"available_payment_methods\": [\n            {\n                \"type\": \"PAYPAL\",\n                \"provider_id\": \"paypal\",\n                \"position\": 1,\n                \"provider_configuration\": {\n                    \"client_key\": \"AXkdDo01XOpPqDA7aGH0hnWnn67MvdPEFotqSV9BGAF2nBwiasyNrohOq0fw_A8rlpJtZOEOJPuak1iX\",\n                    \"environment\": \"test\"\n                },\n                \"for_testing_only\": {\n                    \"paypal_demo_link\": \"https://api.expandnow.dev/demos/paypal-dropin.html?paymentClientSecret=87d4bf5fca854f3b28e07d745a04c4202a8380f721ee3e20c127cefddcf7672b\"\n                }\n            },\n            {\n                \"type\": \"ADYEN_DROPIN\",\n                \"provider_id\": \"adyen\",\n                \"position\": 2,\n                \"provider_configuration\": {\n                    \"client_key\": \"test_ROS6RO7R6JER5DLJHDKZPLZAZ4VKZQJS\",\n                    \"locale\": \"en_US\",\n                    \"environment\": \"test\",\n                    \"country_code\": \"US\"\n                },\n                \"provider_data\": {\n                    \"payment_methods_response\": {\n                        \"paymentMethods\": [\n                            {\n                                \"brands\": [\n                                    \"visa\",\n                                    \"mc\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"credit\",\n                                \"name\": \"Credit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"brands\": [\n                                    \"visa\",\n                                    \"mc\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"debit\",\n                                \"name\": \"Debit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"name\": \"Pay later with Klarna.\",\n                                \"type\": \"klarna\"\n                            },\n                            {\n                                \"name\": \"Pay over time with Klarna.\",\n                                \"type\": \"klarna_account\"\n                            },\n                            {\n                                \"name\": \"Paysafecard\",\n                                \"type\": \"paysafecard\"\n                            }\n                        ]\n                    }\n                },\n                \"for_testing_only\": {\n                    \"adyen_demo_link\": \"https://api.expandnow.dev/demos/adyen-dropin.html?paymentClientSecret=87d4bf5fca854f3b28e07d745a04c4202a8380f721ee3e20c127cefddcf7672b\"\n                }\n            }\n        ],\n        \"payment_method\": null,\n        \"transactions\": [],\n        \"billing_address\": null,\n        \"shipping_address\": null,\n        \"line_items\": null,\n        \"created_at\": 1738031308,\n        \"updated_at\": 1738031308\n    },\n    \"payment_method\": null,\n    \"localization\": {\n        \"disclosures\": {\n            \"terms_of_sale\": \"Please note, by continuing with checkout ExpandNow will process your personal data in accordance with its Data Privacy Statement. You can read about how and why ExpandNow processes personal data here.\"\n        },\n        \"addresses\": {\n            \"shipping\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            },\n            \"billing\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            }\n        },\n        \"order_summary\": [\n            {\n                \"type\": \"ORDER_SUBTOTAL\",\n                \"amount\": 594,\n                \"display_amount\": \"$5.94\",\n                \"display_text\": \"Subtotal\"\n            },\n            {\n                \"type\": \"ORDER_SHIPPING\",\n                \"amount\": 485,\n                \"display_amount\": \"$4.85\",\n                \"display_text\": \"Shipping\"\n            },\n            {\n                \"type\": \"ORDER_TAX\",\n                \"amount\": 0,\n                \"display_amount\": \"$0.00\",\n                \"display_text\": \"Tax and Duties\"\n            },\n            {\n                \"type\": \"ORDER_TOTAL\",\n                \"amount\": 1079,\n                \"display_amount\": \"$10.79\",\n                \"display_text\": \"Total\"\n            },\n            {\n                \"type\": \"DUTIES_MESSAGE\",\n                \"display_text\": \"All applicable duties, taxes and fees are included in the total amount of your order. We guarantee you will not be required to pay any additional cost on delivery.\"\n            }\n        ]\n    },\n    \"metadata\": {\n        \"key\": \"value\",\n        \"open\": {\n            \"ended\": \"data\"\n        }\n    },\n    \"transaction_details\": {\n        \"vendor\": \"9e73165f-fa88-580e-cfe6-6faa86069dc1\",\n        \"vendor_currency\": \"EUR\",\n        \"entity_functional_currency\": \"USD\",\n        \"transaction_currency\": \"USD\",\n        \"order_currency_to_vendor_currency_exchange_rate\": \"1.031204\",\n        \"order_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"vendor_currency_to_entity_functional_currency_exchange_rate\": \"0.969740\",\n        \"merchant_base_currency\": \"EUR\",\n        \"exchange_rate\": \"0.969740\",\n        \"total_net_product_price\": 594,\n        \"total_net_shipping\": 485,\n        \"total_order_tax\": 0,\n        \"total_order_tax_details\": {\n            \"total_product_tax\": 0,\n            \"total_shipping_tax\": 0\n        },\n        \"total_order_landed_cost\": 0,\n        \"total_order_landed_cost_details\": {\n            \"total_product_landed_cost\": 0,\n            \"total_shipping_landed_cost\": 0\n        },\n        \"total_order_tax_or_landed_cost\": 0,\n        \"total_order_amount\": 1079,\n        \"check_math\": 0\n    },\n    \"selling_entity\": \"expand_now_usa\",\n    \"created_at\": 1738031308,\n    \"updated_at\": 1738031308,\n    \"validations\": {\n        \"addresses\": {\n            \"billing\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            },\n            \"shipping\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            }\n        }\n    },\n    \"customer_id\": null,\n    \"costing_data\": {\n        \"merchant_currency\": \"EUR\",\n        \"margin_source\": \"total\",\n        \"exchange_rate\": \"1.031204\",\n        \"net_product_price\": 613,\n        \"net_shipping\": 500,\n        \"tax\": 0,\n        \"landed_cost\": 0,\n        \"total\": 1113,\n        \"expandnow_total_margin\": 77,\n        \"expandnow_total_margin_details\": {\n            \"expandnow_standard_margin\": 55,\n            \"expandnow_margin_rate\": 0.05,\n            \"expandnow_currency_margin\": 22,\n            \"expandnow_currency_margin_rate\": 0.02,\n            \"expandnow_margin_source\": \"total\"\n        },\n        \"freight_account\": \"brand\",\n        \"merchant_price\": 535,\n        \"freight_paid_to_merchant\": 500,\n        \"landed_cost_paid_to_merchant\": 0,\n        \"tax_on_merchant_sale\": 0,\n        \"account_determination\": {\n            \"shopper_sale\": {\n                \"receivables_shopper\": {\n                    \"id\": 12002,\n                    \"name\": \"A/R - Shopper - USD\",\n                    \"type\": \"receivables_shopper\",\n                    \"currency\": \"USD\"\n                },\n                \"shipping_revenue\": {\n                    \"id\": 42000,\n                    \"name\": \"Shipping Revenue\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                },\n                \"sales\": {\n                    \"id\": 40000,\n                    \"name\": \"Sales\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                }\n            },\n            \"brand_sale\": {\n                \"cost_of_sales\": {\n                    \"id\": 50000,\n                    \"name\": \"Cost of Sales\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"cost_of_shipping\": {\n                    \"id\": 52000,\n                    \"name\": \"Cost of Shipping\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"payables_brand_detail\": {\n                    \"id\": 20001,\n                    \"name\": \"A/P - Brand Detail - EUR\",\n                    \"type\": \"payables_brand_detail\",\n                    \"currency\": \"EUR\"\n                }\n            }\n        }\n    },\n    \"payment_id\": \"6B3A9332-2F2C-2B68-1367-593C063B0847\"\n}"}],"_postman_id":"2a1b7e3b-b864-4a98-9c5f-cbfde83908a6"},{"name":"Create Order - Single Item Physical GB","event":[{"listen":"test","script":{"exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"order_id\", jsonData.id);\r","\r","pm.environment.set(\"payment_id\", jsonData.payment.id);\r","\r","pm.environment.set(\"line_item_id\", jsonData.line_items[0].id);\r","pm.environment.set(\"line_item_quantity\", jsonData.line_items[0].quantity);\r",""],"type":"text/javascript","packages":{},"id":"9d730332-1705-4b04-8375-b6709e18f243"}}],"id":"35def521-3a50-4a2b-9208-29ecea5375b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"GBP\",\r\n    \"transaction_delivery_country\": \"GB\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"0192e3f741b073a4a1e7e6882fa20778\",\r\n            \"tax_code\": \"downloadable-software\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"01930d9d2d74728ea60f6677455a42c4\",\r\n            \"name\": \"Variant product\",\r\n            \"description\": \"\",\r\n            \"image_url\": \"\",\r\n            \"quantity\": 1,\r\n            \"price_data\": {\r\n                \"amount\": 1680\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders?XDEBUG_SESSION=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[{"key":"XDEBUG_SESSION","value":"1"}],"variable":[]}},"response":[{"id":"f116a428-0a6f-43c5-827e-fbb101483fc7","name":"Create Order - Single Item Physical GB","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"GBP\",\r\n    \"transaction_delivery_country\": \"GB\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"0192e3f741b073a4a1e7e6882fa20778\",\r\n            \"tax_code\": \"downloadable-software\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"01930d9d2d74728ea60f6677455a42c4\",\r\n            \"name\": \"Variant product\",\r\n            \"description\": \"\",\r\n            \"image_url\": \"\",\r\n            \"quantity\": 1,\r\n            \"price_data\": {\r\n                \"amount\": 1680\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.expandnow.dev/v1/orders?XDEBUG_SESSION=1","protocol":"https","host":["api","expandnow","dev"],"path":["v1","orders"],"query":[{"key":"XDEBUG_SESSION","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Tue, 28 Jan 2025 02:28:57 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"order\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"id\": \"F26F1AD4-F86E-4518-2995-846F41776D90\",\n    \"status\": \"draft\",\n    \"language\": \"EN\",\n    \"transaction_currency\": \"GBP\",\n    \"transaction_delivery_country\": \"GB\",\n    \"client_reference_id\": \"upstream_id_1738031335\",\n    \"tax_treatment\": \"inclusive\",\n    \"checkout_session\": {\n        \"url\": \"https://api.expandnow.dev/demos/hosted-checkout/c390e19559cdcb4eafe3b7cb07ba511620d51a35f4efcda0b468b0bfe04b3426\",\n        \"id\": \"3308C77D-83AF-57C9-BC3D-7506D47CDEEA\",\n        \"status\": \"open\",\n        \"created_at\": 1738031336\n    },\n    \"previous_checkout_sessions\": [],\n    \"order_session\": null,\n    \"previous_order_sessions\": [],\n    \"line_items\": [\n        {\n            \"product_id\": \"0192e3f741b073a4a1e7e6882fa20778\",\n            \"tax_code\": \"downloadable-software\",\n            \"type\": \"physical\",\n            \"external_reference_id\": \"01930d9d2d74728ea60f6677455a42c4\",\n            \"name\": \"Variant product\",\n            \"description\": \"\",\n            \"image_url\": \"\",\n            \"quantity\": 1,\n            \"price_data\": {\n                \"amount\": 1680\n            },\n            \"id\": \"2513A438-E23D-64E5-943E-16A232E46B4A\",\n            \"fulfilled_quantity\": 0,\n            \"refunded_quantity\": 0,\n            \"fulfillable_quantity\": 0,\n            \"cancelled_quantity\": 0,\n            \"requires_shipping\": true,\n            \"fulfillment_status\": \"unfulfilled\",\n            \"price\": 2428,\n            \"amount_subtotal\": 2428,\n            \"amount_discount\": 0,\n            \"amount_total\": 2428,\n            \"expandnow_costing_details\": {\n                \"price_rounding_rule\": \"NO_ROUNDING\",\n                \"unit_amount_pre_conversion\": 1680,\n                \"unrounded_price\": 2428,\n                \"unit_price\": 2428,\n                \"unit_discount\": 0,\n                \"currency_details\": {\n                    \"currency\": \"EUR\",\n                    \"currency_exchange_rate\": \"1.204541\"\n                },\n                \"calculated_rate\": 0,\n                \"jurisdictions\": [],\n                \"tax_currency\": \"\",\n                \"tax_exchange_rate\": 1,\n                \"net_price\": 2428,\n                \"tax_details\": {\n                    \"tax_treatment\": \"inclusive\",\n                    \"sale_type\": \"cross_border\",\n                    \"tax_rate\": \"0.00000\",\n                    \"unit_tax\": 0,\n                    \"total_tax\": 0,\n                    \"duty_rate\": \"0.00000\",\n                    \"unit_landed_cost\": 0,\n                    \"total_landed_cost\": 0,\n                    \"total_tax_or_landed_cost\": 0\n                }\n            },\n            \"sale_type\": \"cross_border\",\n            \"line_item_amounts\": {\n                \"transaction_details\": {\n                    \"order_currency\": \"GBP\",\n                    \"total_product_price\": 2428,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 2428,\n                    \"total_shipping_price\": 602,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 602,\n                    \"total_product_and_shipping_amount\": 3030\n                },\n                \"merchant_details\": {\n                    \"merchant_currency\": \"EUR\",\n                    \"exchange_rate\": \"0.830192\",\n                    \"total_product_price\": 2016,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 2016,\n                    \"total_shipping_price\": 500,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 500,\n                    \"total_product_and_shipping_amount\": 2515\n                }\n            }\n        }\n    ],\n    \"amount_subtotal\": 2428,\n    \"amount_total\": 3030,\n    \"total_details\": {\n        \"amount_tax\": 0,\n        \"amount_shipping\": 602,\n        \"amount_landed_cost\": 0,\n        \"amount_discount\": 0\n    },\n    \"billing_address\": null,\n    \"fulfillments\": [],\n    \"fulfillment\": {\n        \"requires_shipping_address\": true,\n        \"shipping_address\": null,\n        \"groups\": [\n            {\n                \"group_id\": 1,\n                \"external_reference_id\": null,\n                \"delivery_mode\": \"SHIP\",\n                \"items\": [\n                    {\n                        \"line_item_id\": \"2513A438-E23D-64E5-943E-16A232E46B4A\",\n                        \"product_id\": \"0192e3f741b073a4a1e7e6882fa20778\",\n                        \"external_reference_id\": \"01930d9d2d74728ea60f6677455a42c4\",\n                        \"type\": \"physical\",\n                        \"quantity\": 1,\n                        \"tax_code\": \"downloadable-software\"\n                    }\n                ],\n                \"shipping_from\": {\n                    \"city\": \"Plymouth\",\n                    \"line1\": \"10 Main\",\n                    \"line2\": \"Suite 200\",\n                    \"region\": \"MN\",\n                    \"postal_code\": \"55343\",\n                    \"country_code\": \"US\"\n                },\n                \"shipping_method\": {\n                    \"id\": \"ground\",\n                    \"price_data\": {\n                        \"amount\": 500,\n                        \"price_type\": \"inclusive\"\n                    },\n                    \"display_name\": \"Ground\",\n                    \"delivery_terms\": \"delivered_duties_paid\",\n                    \"delivery_estimate\": \"3 Days\",\n                    \"price\": 602,\n                    \"amount_subtotal\": 602,\n                    \"amount_discount\": 0,\n                    \"amount_total\": 602,\n                    \"expandnow_costing_details\": {\n                        \"calculated_rate\": 0,\n                        \"jurisdictions\": [],\n                        \"tax_currency\": \"\",\n                        \"tax_exchange_rate\": 1,\n                        \"order_total_quantity\": 1,\n                        \"unit_price\": 602,\n                        \"unit_net_price\": 602,\n                        \"net_price\": 602,\n                        \"tax_details\": {\n                            \"tax_treatment\": \"inclusive\",\n                            \"sale_type\": \"cross_border\",\n                            \"tax_rate\": \"0.00000\",\n                            \"unit_tax\": 0,\n                            \"total_tax\": 0,\n                            \"duty_rate\": \"0.00000\",\n                            \"unit_landed_cost\": 0,\n                            \"total_landed_cost\": 0,\n                            \"total_tax_or_landed_cost\": 0\n                        },\n                        \"currency_details\": {\n                            \"currency\": \"EUR\",\n                            \"currency_exchange_rate\": \"1.204541\"\n                        }\n                    }\n                },\n                \"packages\": [],\n                \"sale_type\": \"cross_border\",\n                \"group_quantity\": 1,\n                \"available_shipping_methods\": [\n                    {\n                        \"id\": \"ground\",\n                        \"price_data\": {\n                            \"amount\": 500,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Ground\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"3 Days\",\n                        \"price\": 602,\n                        \"amount_subtotal\": 602,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 602,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 1,\n                            \"unit_price\": 602,\n                            \"unit_net_price\": 602,\n                            \"net_price\": 602,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": \"1.204541\"\n                            }\n                        }\n                    },\n                    {\n                        \"id\": \"overnight\",\n                        \"price_data\": {\n                            \"amount\": 5000,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Overnight Shipping\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"Tomorrow\",\n                        \"price\": 6023,\n                        \"amount_subtotal\": 6023,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 6023,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 1,\n                            \"unit_price\": 6023,\n                            \"unit_net_price\": 6023,\n                            \"net_price\": 6023,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": \"1.204541\"\n                            }\n                        }\n                    }\n                ]\n            }\n        ]\n    },\n    \"cancellations\": [],\n    \"payment_required\": true,\n    \"payment\": null,\n    \"payment_method\": null,\n    \"localization\": {\n        \"disclosures\": {\n            \"terms_of_sale\": \"Please note, by continuing with checkout ExpandNow will process your personal data in accordance with its Data Privacy Statement. You can read about how and why ExpandNow processes personal data here.\"\n        },\n        \"addresses\": {\n            \"shipping\": {\n                \"country_code\": \"GB\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city}_{postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"postal_code\": \"Postcode\",\n                    \"phone\": \"Phone\"\n                }\n            },\n            \"billing\": []\n        },\n        \"order_summary\": [\n            {\n                \"type\": \"ORDER_SUBTOTAL\",\n                \"amount\": 2428,\n                \"display_amount\": \"£24.28\",\n                \"display_text\": \"Subtotal\"\n            },\n            {\n                \"type\": \"ORDER_SHIPPING\",\n                \"amount\": 602,\n                \"display_amount\": \"£6.02\",\n                \"display_text\": \"Shipping\"\n            },\n            {\n                \"type\": \"ORDER_TOTAL\",\n                \"amount\": 3030,\n                \"display_amount\": \"£30.30\",\n                \"display_text\": \"Total\"\n            },\n            {\n                \"type\": \"DUTIES_MESSAGE\",\n                \"display_text\": \"All applicable duties, taxes and fees are included in the total amount of your order. We guarantee you will not be required to pay any additional cost on delivery.\"\n            }\n        ]\n    },\n    \"metadata\": null,\n    \"transaction_details\": {\n        \"vendor\": \"9e73165f-fa88-580e-cfe6-6faa86069dc1\",\n        \"vendor_currency\": \"EUR\",\n        \"entity_functional_currency\": \"EUR\",\n        \"transaction_currency\": \"GBP\",\n        \"order_currency_to_vendor_currency_exchange_rate\": \"0.830192\",\n        \"order_currency_to_entity_functional_currency_exchange_rate\": \"0.830192\",\n        \"vendor_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"merchant_base_currency\": \"EUR\",\n        \"exchange_rate\": \"1.204541\",\n        \"total_net_product_price\": 2428,\n        \"total_net_shipping\": 602,\n        \"total_order_tax\": 0,\n        \"total_order_tax_details\": {\n            \"total_product_tax\": 0,\n            \"total_shipping_tax\": 0\n        },\n        \"total_order_landed_cost\": 0,\n        \"total_order_landed_cost_details\": {\n            \"total_product_landed_cost\": 0,\n            \"total_shipping_landed_cost\": 0\n        },\n        \"total_order_tax_or_landed_cost\": 0,\n        \"total_order_amount\": 3030,\n        \"check_math\": 0\n    },\n    \"selling_entity\": \"expand_now_ireland\",\n    \"created_at\": 1738031336,\n    \"updated_at\": 1738031336,\n    \"validations\": {\n        \"addresses\": {\n            \"billing\": {\n                \"complete\": false,\n                \"required_fields\": [],\n                \"incomplete_fields\": []\n            },\n            \"shipping\": {\n                \"complete\": false,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"postal_code\",\n                    \"phone\"\n                ]\n            }\n        }\n    },\n    \"customer_id\": null,\n    \"costing_data\": {\n        \"merchant_currency\": \"EUR\",\n        \"margin_source\": \"total\",\n        \"exchange_rate\": \"0.830192\",\n        \"net_product_price\": 2016,\n        \"net_shipping\": 500,\n        \"tax\": 0,\n        \"landed_cost\": 0,\n        \"total\": 2516,\n        \"expandnow_total_margin\": 176,\n        \"expandnow_total_margin_details\": {\n            \"expandnow_standard_margin\": 125,\n            \"expandnow_margin_rate\": 0.05,\n            \"expandnow_currency_margin\": 50,\n            \"expandnow_currency_margin_rate\": 0.02,\n            \"expandnow_margin_source\": \"total\"\n        },\n        \"freight_account\": \"brand\",\n        \"merchant_price\": 1839,\n        \"freight_paid_to_merchant\": 500,\n        \"landed_cost_paid_to_merchant\": 0,\n        \"tax_on_merchant_sale\": 0,\n        \"account_determination\": {\n            \"shopper_sale\": {\n                \"receivables_shopper\": {\n                    \"id\": 12003,\n                    \"name\": \"A/R - Shopper - GBP\",\n                    \"type\": \"receivables_shopper\",\n                    \"currency\": \"GBP\"\n                },\n                \"shipping_revenue\": {\n                    \"id\": 42000,\n                    \"name\": \"Shipping Revenue\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"EUR\"\n                },\n                \"sales\": {\n                    \"id\": 40000,\n                    \"name\": \"Sales\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"EUR\"\n                }\n            },\n            \"brand_sale\": {\n                \"cost_of_sales\": {\n                    \"id\": 50000,\n                    \"name\": \"Cost of Sales\",\n                    \"type\": \"cost\",\n                    \"currency\": \"EUR\"\n                },\n                \"cost_of_shipping\": {\n                    \"id\": 52000,\n                    \"name\": \"Cost of Shipping\",\n                    \"type\": \"cost\",\n                    \"currency\": \"EUR\"\n                },\n                \"payables_brand_detail\": {\n                    \"id\": 20001,\n                    \"name\": \"A/P - Brand Detail - EUR\",\n                    \"type\": \"payables_brand_detail\",\n                    \"currency\": \"EUR\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"35def521-3a50-4a2b-9208-29ecea5375b1"},{"name":"Create Order - Single Item Physical - Amount","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"order_id\", jsonData.id);\r","\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.payment.id);\r","\r","postman.setEnvironmentVariable(\"line_item_id\", jsonData.line_items[0].id);\r","postman.setEnvironmentVariable(\"line_item_quantity\", jsonData.line_items[0].quantity);"],"type":"text/javascript","packages":{},"id":"1f3f7c4a-351f-4e77-807b-bae9fc9734a9"}}],"id":"5b1d63e0-5481-4c19-98c5-49e1ccddb2a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"EUR\",\r\n    \"transaction_delivery_country\": \"NL\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"tax_code\": \"saas\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"2b54d9d3-0979-48ef-be85-7905528dc52a\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"amount\": 34200\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Amsterdam\",\r\n            \"postal_code\": \"1000AD\",\r\n            \"country_code\": \"NL\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"5073455611\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Amsterdam\",\r\n                \"postal_code\": \"1000AD\",\r\n                \"country_code\": \"NL\"\r\n            }\r\n        },\r\n        \"shipping_method\": {\r\n            \"display_name\": \"Overnight Shipping\",\r\n            \"id\": \"1234\",\r\n            \"price_data\": {\r\n                \"amount\": 5000\r\n            },\r\n            \"delivery_estimate\": \"By May 1\",\r\n            \"delivery_terms\": \"delivered_duties_paid\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"ac3ea9fa-6e3d-47d3-8843-7a548812eff9","name":"Create Order - Single Item Physical - Amount","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"EUR\",\r\n    \"transaction_delivery_country\": \"NL\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"tax_code\": \"saas\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"4b136177-611b-4f8c-90bc-72d99e27122e\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"amount\": 34200\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Amsterdam\",\r\n            \"postal_code\": \"1000AD\",\r\n            \"country_code\": \"NL\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"5073455611\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Amsterdam\",\r\n                \"postal_code\": \"1000AD\",\r\n                \"country_code\": \"NL\"\r\n            }\r\n        },\r\n        \"shipping_method\": {\r\n            \"display_name\": \"Overnight Shipping\",\r\n            \"id\": \"1234\",\r\n            \"price_data\": {\r\n                \"amount\": 5000\r\n            },\r\n            \"delivery_estimate\": \"By May 1\",\r\n            \"delivery_terms\": \"delivered_duties_paid\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Tue, 28 Jan 2025 02:29:12 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"order\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"id\": \"D3A68B1C-7692-A9EA-3F0D-E5E252C88264\",\n    \"status\": \"ready\",\n    \"language\": \"EN\",\n    \"transaction_currency\": \"EUR\",\n    \"transaction_delivery_country\": \"NL\",\n    \"client_reference_id\": \"upstream_id_1738031350\",\n    \"tax_treatment\": \"inclusive\",\n    \"checkout_session\": {\n        \"url\": \"https://api.expandnow.dev/demos/hosted-checkout/3f189344c1671175a34e54ce169ee55e86042b3bc2c0f5fc9a7520ee3af9e2d2\",\n        \"id\": \"E5F45DDE-90F1-56F0-0EBF-8E1CFA716B14\",\n        \"status\": \"open\",\n        \"created_at\": 1738031351\n    },\n    \"previous_checkout_sessions\": [],\n    \"order_session\": null,\n    \"previous_order_sessions\": [],\n    \"line_items\": [\n        {\n            \"product_id\": \"physical_1\",\n            \"tax_code\": \"saas\",\n            \"type\": \"physical\",\n            \"external_reference_id\": \"cac9ac91-6710-4663-a2cb-b84cb23733b0\",\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\n            \"quantity\": 3,\n            \"price_data\": {\n                \"amount\": 34200\n            },\n            \"id\": \"F115F5E4-B16E-95AC-CBEC-A1EE850B0F93\",\n            \"fulfilled_quantity\": 0,\n            \"refunded_quantity\": 0,\n            \"fulfillable_quantity\": 0,\n            \"cancelled_quantity\": 0,\n            \"requires_shipping\": true,\n            \"fulfillment_status\": \"unfulfilled\",\n            \"price\": 13794,\n            \"amount_subtotal\": 41382,\n            \"amount_discount\": 0,\n            \"amount_total\": 41382,\n            \"expandnow_costing_details\": {\n                \"price_rounding_rule\": \"NO_ROUNDING\",\n                \"unit_amount_pre_conversion\": 11400,\n                \"unrounded_price\": 13794,\n                \"unit_price\": 13794,\n                \"unit_discount\": 0,\n                \"currency_details\": {\n                    \"currency\": \"EUR\",\n                    \"currency_exchange_rate\": 1\n                },\n                \"calculated_rate\": 0,\n                \"jurisdictions\": [],\n                \"tax_currency\": \"\",\n                \"tax_exchange_rate\": 1,\n                \"net_price\": 13794,\n                \"tax_details\": {\n                    \"tax_treatment\": \"inclusive\",\n                    \"sale_type\": \"cross_border\",\n                    \"tax_rate\": \"0.00000\",\n                    \"unit_tax\": 0,\n                    \"total_tax\": 0,\n                    \"duty_rate\": \"0.00000\",\n                    \"unit_landed_cost\": 0,\n                    \"total_landed_cost\": 0,\n                    \"total_tax_or_landed_cost\": 0\n                }\n            },\n            \"sale_type\": \"cross_border\",\n            \"line_item_amounts\": {\n                \"transaction_details\": {\n                    \"order_currency\": \"EUR\",\n                    \"total_product_price\": 41382,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 41382,\n                    \"total_shipping_price\": 5000,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 5000,\n                    \"total_product_and_shipping_amount\": 46382\n                },\n                \"merchant_details\": {\n                    \"merchant_currency\": \"EUR\",\n                    \"exchange_rate\": 1,\n                    \"total_product_price\": 41382,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 41382,\n                    \"total_shipping_price\": 5000,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 5000,\n                    \"total_product_and_shipping_amount\": 46382\n                }\n            }\n        }\n    ],\n    \"amount_subtotal\": 41382,\n    \"amount_total\": 46382,\n    \"total_details\": {\n        \"amount_tax\": 0,\n        \"amount_shipping\": 5000,\n        \"amount_landed_cost\": 0,\n        \"amount_discount\": 0\n    },\n    \"billing_address\": {\n        \"first_name\": \"Dane\",\n        \"last_name\": \"Collier\",\n        \"phone\": \"5073455611\",\n        \"email\": \"chris@expandnow.com\",\n        \"address\": {\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"city\": \"Amsterdam\",\n            \"postal_code\": \"1000AD\",\n            \"country_code\": \"NL\"\n        }\n    },\n    \"fulfillments\": [],\n    \"fulfillment\": {\n        \"requires_shipping_address\": true,\n        \"shipping_address\": {\n            \"first_name\": \"Dane\",\n            \"last_name\": \"Collier\",\n            \"phone\": \"5073455611\",\n            \"email\": \"chris@expandnow.com\",\n            \"address\": {\n                \"line1\": \"10 Main\",\n                \"line2\": \"Suite 200\",\n                \"city\": \"Amsterdam\",\n                \"postal_code\": \"1000AD\",\n                \"country_code\": \"NL\"\n            }\n        },\n        \"groups\": [\n            {\n                \"group_id\": 1,\n                \"external_reference_id\": null,\n                \"delivery_mode\": \"SHIP\",\n                \"items\": [\n                    {\n                        \"line_item_id\": \"F115F5E4-B16E-95AC-CBEC-A1EE850B0F93\",\n                        \"product_id\": \"physical_1\",\n                        \"external_reference_id\": \"cac9ac91-6710-4663-a2cb-b84cb23733b0\",\n                        \"type\": \"physical\",\n                        \"quantity\": 3,\n                        \"tax_code\": \"saas\"\n                    }\n                ],\n                \"shipping_from\": {\n                    \"city\": \"Plymouth\",\n                    \"line1\": \"10 Main\",\n                    \"line2\": \"Suite 200\",\n                    \"region\": \"MN\",\n                    \"postal_code\": \"55343\",\n                    \"country_code\": \"US\"\n                },\n                \"shipping_method\": {\n                    \"display_name\": \"Overnight Shipping\",\n                    \"id\": \"1234\",\n                    \"price_data\": {\n                        \"amount\": 5000\n                    },\n                    \"delivery_estimate\": \"By May 1\",\n                    \"delivery_terms\": \"delivered_duties_paid\",\n                    \"price\": 5000,\n                    \"amount_subtotal\": 5000,\n                    \"amount_discount\": 0,\n                    \"amount_total\": 5000,\n                    \"expandnow_costing_details\": {\n                        \"calculated_rate\": 0,\n                        \"jurisdictions\": [],\n                        \"tax_currency\": \"\",\n                        \"tax_exchange_rate\": 1,\n                        \"order_total_quantity\": 3,\n                        \"unit_price\": 1667,\n                        \"unit_net_price\": 1667,\n                        \"net_price\": 5000,\n                        \"tax_details\": {\n                            \"tax_treatment\": \"inclusive\",\n                            \"sale_type\": \"cross_border\",\n                            \"tax_rate\": \"0.00000\",\n                            \"unit_tax\": 0,\n                            \"total_tax\": 0,\n                            \"duty_rate\": \"0.00000\",\n                            \"unit_landed_cost\": 0,\n                            \"total_landed_cost\": 0,\n                            \"total_tax_or_landed_cost\": 0\n                        },\n                        \"currency_details\": {\n                            \"currency\": \"EUR\",\n                            \"currency_exchange_rate\": 1\n                        }\n                    }\n                },\n                \"packages\": [],\n                \"sale_type\": \"cross_border\",\n                \"group_quantity\": 3,\n                \"available_shipping_methods\": [\n                    {\n                        \"id\": \"ground\",\n                        \"price_data\": {\n                            \"amount\": 500,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Ground\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"3 Days\",\n                        \"price\": 500,\n                        \"amount_subtotal\": 500,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 500,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 3,\n                            \"unit_price\": 167,\n                            \"unit_net_price\": 167,\n                            \"net_price\": 500,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": 1\n                            }\n                        }\n                    },\n                    {\n                        \"id\": \"overnight\",\n                        \"price_data\": {\n                            \"amount\": 5000,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Overnight Shipping\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"Tomorrow\",\n                        \"price\": 5000,\n                        \"amount_subtotal\": 5000,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 5000,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 3,\n                            \"unit_price\": 1667,\n                            \"unit_net_price\": 1667,\n                            \"net_price\": 5000,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": 1\n                            }\n                        }\n                    }\n                ]\n            }\n        ]\n    },\n    \"cancellations\": [],\n    \"payment_required\": true,\n    \"payment\": {\n        \"type\": \"payment\",\n        \"id\": \"02D54893-6BAC-392A-50F5-E740E1877FEB\",\n        \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n        \"client_secret\": \"60feecc8aeac14e54e3454b07071af59cb1f27a8a9ccaadbaa7c120b464e53fc\",\n        \"pay_now_url\": \"https://api.expandnow.dev/demos/pay-now/02D54893-6BAC-392A-50F5-E740E1877FEB\",\n        \"status\": \"requires_payment_method\",\n        \"client_reference_id\": \"upstream_id_1738031350\",\n        \"order_id\": \"D3A68B1C-7692-A9EA-3F0D-E5E252C88264\",\n        \"currency\": \"EUR\",\n        \"language\": \"EN\",\n        \"amount\": 46382,\n        \"country_code\": \"NL\",\n        \"total_details\": {\n            \"amount_prefunded\": 0,\n            \"amount_capturable\": 0,\n            \"amount_captured\": 0,\n            \"amount_refunded\": 0,\n            \"amount_pending_refund\": 0,\n            \"amount_available_to_refund\": 0,\n            \"amount_cancelled\": 0\n        },\n        \"available_payment_methods\": [\n            {\n                \"type\": \"PAYPAL\",\n                \"provider_id\": \"paypal\",\n                \"position\": 1,\n                \"provider_configuration\": {\n                    \"client_key\": \"AXkdDo01XOpPqDA7aGH0hnWnn67MvdPEFotqSV9BGAF2nBwiasyNrohOq0fw_A8rlpJtZOEOJPuak1iX\",\n                    \"environment\": \"test\"\n                },\n                \"for_testing_only\": {\n                    \"paypal_demo_link\": \"https://api.expandnow.dev/demos/paypal-dropin.html?paymentClientSecret=60feecc8aeac14e54e3454b07071af59cb1f27a8a9ccaadbaa7c120b464e53fc\"\n                }\n            },\n            {\n                \"type\": \"ADYEN_DROPIN\",\n                \"provider_id\": \"adyen\",\n                \"position\": 2,\n                \"provider_configuration\": {\n                    \"client_key\": \"test_ROS6RO7R6JER5DLJHDKZPLZAZ4VKZQJS\",\n                    \"locale\": \"en_US\",\n                    \"environment\": \"test\",\n                    \"country_code\": \"NL\"\n                },\n                \"provider_data\": {\n                    \"payment_methods_response\": {\n                        \"paymentMethods\": [\n                            {\n                                \"issuers\": [\n                                    {\n                                        \"id\": \"1165\",\n                                        \"name\": \"iDeal Test Issuer\"\n                                    }\n                                ],\n                                \"name\": \"iDEAL\",\n                                \"type\": \"ideal\"\n                            },\n                            {\n                                \"brands\": [\n                                    \"mc\",\n                                    \"visa\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"credit\",\n                                \"name\": \"Credit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"brands\": [\n                                    \"mc\",\n                                    \"visa\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"debit\",\n                                \"name\": \"Debit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"name\": \"Pay later with Klarna.\",\n                                \"type\": \"klarna\"\n                            },\n                            {\n                                \"name\": \"Paysafecard\",\n                                \"type\": \"paysafecard\"\n                            },\n                            {\n                                \"name\": \"Pay over time with Klarna.\",\n                                \"type\": \"klarna_account\"\n                            },\n                            {\n                                \"name\": \"Pay now with Klarna.\",\n                                \"type\": \"klarna_paynow\"\n                            }\n                        ]\n                    }\n                },\n                \"for_testing_only\": {\n                    \"adyen_demo_link\": \"https://api.expandnow.dev/demos/adyen-dropin.html?paymentClientSecret=60feecc8aeac14e54e3454b07071af59cb1f27a8a9ccaadbaa7c120b464e53fc\"\n                }\n            }\n        ],\n        \"payment_method\": null,\n        \"transactions\": [],\n        \"billing_address\": null,\n        \"shipping_address\": null,\n        \"line_items\": null,\n        \"created_at\": 1738031351,\n        \"updated_at\": 1738031351\n    },\n    \"payment_method\": null,\n    \"localization\": {\n        \"disclosures\": {\n            \"terms_of_sale\": \"Please note, by continuing with checkout ExpandNow will process your personal data in accordance with its Data Privacy Statement. You can read about how and why ExpandNow processes personal data here.\"\n        },\n        \"addresses\": {\n            \"shipping\": {\n                \"country_code\": \"NL\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{postal_code}{city}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{postal_code} {city}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Street and house number\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"postal_code\": \"Postal code\",\n                    \"city\": \"City\",\n                    \"phone\": \"Phone\"\n                }\n            },\n            \"billing\": {\n                \"country_code\": \"NL\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{postal_code}{city}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{postal_code} {city}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Street and house number\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"postal_code\": \"Postal code\",\n                    \"city\": \"City\",\n                    \"phone\": \"Phone\"\n                }\n            }\n        },\n        \"order_summary\": [\n            {\n                \"type\": \"ORDER_SUBTOTAL\",\n                \"amount\": 41382,\n                \"display_amount\": \"€413.82\",\n                \"display_text\": \"Subtotal\"\n            },\n            {\n                \"type\": \"ORDER_SHIPPING\",\n                \"amount\": 5000,\n                \"display_amount\": \"€50.00\",\n                \"display_text\": \"Shipping\"\n            },\n            {\n                \"type\": \"ORDER_TOTAL\",\n                \"amount\": 46382,\n                \"display_amount\": \"€463.82\",\n                \"display_text\": \"Total\"\n            },\n            {\n                \"type\": \"DUTIES_MESSAGE\",\n                \"display_text\": \"All applicable duties, taxes and fees are included in the total amount of your order. We guarantee you will not be required to pay any additional cost on delivery.\"\n            }\n        ]\n    },\n    \"metadata\": {\n        \"key\": \"value\",\n        \"open\": {\n            \"ended\": \"data\"\n        }\n    },\n    \"transaction_details\": {\n        \"vendor\": \"9e73165f-fa88-580e-cfe6-6faa86069dc1\",\n        \"vendor_currency\": \"EUR\",\n        \"entity_functional_currency\": \"EUR\",\n        \"transaction_currency\": \"EUR\",\n        \"order_currency_to_vendor_currency_exchange_rate\": 1,\n        \"order_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"vendor_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"merchant_base_currency\": \"EUR\",\n        \"exchange_rate\": 1,\n        \"total_net_product_price\": 41382,\n        \"total_net_shipping\": 5000,\n        \"total_order_tax\": 0,\n        \"total_order_tax_details\": {\n            \"total_product_tax\": 0,\n            \"total_shipping_tax\": 0\n        },\n        \"total_order_landed_cost\": 0,\n        \"total_order_landed_cost_details\": {\n            \"total_product_landed_cost\": 0,\n            \"total_shipping_landed_cost\": 0\n        },\n        \"total_order_tax_or_landed_cost\": 0,\n        \"total_order_amount\": 46382,\n        \"check_math\": 0\n    },\n    \"selling_entity\": \"expand_now_ireland\",\n    \"created_at\": 1738031351,\n    \"updated_at\": 1738031351,\n    \"validations\": {\n        \"addresses\": {\n            \"billing\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"postal_code\",\n                    \"city\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            },\n            \"shipping\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"postal_code\",\n                    \"city\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            }\n        }\n    },\n    \"customer_id\": null,\n    \"costing_data\": {\n        \"merchant_currency\": \"EUR\",\n        \"margin_source\": \"total\",\n        \"exchange_rate\": 1,\n        \"net_product_price\": 41382,\n        \"net_shipping\": 5000,\n        \"tax\": 0,\n        \"landed_cost\": 0,\n        \"total\": 46382,\n        \"expandnow_total_margin\": 2319,\n        \"expandnow_total_margin_details\": {\n            \"expandnow_standard_margin\": 2319,\n            \"expandnow_margin_rate\": 0.05,\n            \"expandnow_currency_margin\": 0,\n            \"expandnow_currency_margin_rate\": 0.02,\n            \"expandnow_margin_source\": \"total\"\n        },\n        \"freight_account\": \"brand\",\n        \"merchant_price\": 39062,\n        \"freight_paid_to_merchant\": 5000,\n        \"landed_cost_paid_to_merchant\": 0,\n        \"tax_on_merchant_sale\": 0,\n        \"account_determination\": {\n            \"shopper_sale\": {\n                \"receivables_shopper\": {\n                    \"id\": 12001,\n                    \"name\": \"A/R - Shopper - EUR\",\n                    \"type\": \"receivables_shopper\",\n                    \"currency\": \"EUR\"\n                },\n                \"shipping_revenue\": {\n                    \"id\": 42000,\n                    \"name\": \"Shipping Revenue\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"EUR\"\n                },\n                \"sales\": {\n                    \"id\": 40000,\n                    \"name\": \"Sales\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"EUR\"\n                }\n            },\n            \"brand_sale\": {\n                \"cost_of_sales\": {\n                    \"id\": 50000,\n                    \"name\": \"Cost of Sales\",\n                    \"type\": \"cost\",\n                    \"currency\": \"EUR\"\n                },\n                \"cost_of_shipping\": {\n                    \"id\": 52000,\n                    \"name\": \"Cost of Shipping\",\n                    \"type\": \"cost\",\n                    \"currency\": \"EUR\"\n                },\n                \"payables_brand_detail\": {\n                    \"id\": 20001,\n                    \"name\": \"A/P - Brand Detail - EUR\",\n                    \"type\": \"payables_brand_detail\",\n                    \"currency\": \"EUR\"\n                }\n            }\n        }\n    },\n    \"payment_id\": \"02D54893-6BAC-392A-50F5-E740E1877FEB\"\n}"}],"_postman_id":"5b1d63e0-5481-4c19-98c5-49e1ccddb2a3"},{"name":"Create Order - Single Item Physical - Amount - Exclusive Display","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"order_id\", jsonData.id);\r","\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.payment.id);\r","\r","postman.setEnvironmentVariable(\"line_item_id\", jsonData.line_items[0].id);\r","postman.setEnvironmentVariable(\"line_item_quantity\", jsonData.line_items[0].quantity);"],"type":"text/javascript","packages":{},"id":"ef1b88fa-5a93-40b9-89f4-8e2d7dbc2f4b"}}],"id":"59f91dad-5f9c-4e18-8986-37ad6bb9aefd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"tax_treatment\": \"exclusive\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"tax_code\": \"saas\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"fa633de5-8073-45d9-b602-bbdfd3872aa9\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"amount\": 34200\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"5073455611\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"US\"\r\n            }\r\n        },\r\n        \"shipping_method\": {\r\n            \"display_name\": \"Overnight Shipping\",\r\n            \"id\": \"1234\",\r\n            \"price_data\": {\r\n                \"amount\": 5000\r\n            },\r\n            \"delivery_estimate\": \"By May 1\",\r\n            \"delivery_terms\": \"delivered_duties_paid\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"e60e5c17-de1e-4d25-9875-9e494912877d","name":"Create Order - Single Item Physical - Amount - Exclusive Display","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"tax_treatment\": \"exclusive\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"tax_code\": \"saas\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"7620eecb-5d15-4869-9358-ff73c410450d\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"amount\": 34200\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"5073455611\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"US\"\r\n            }\r\n        },\r\n        \"shipping_method\": {\r\n            \"display_name\": \"Overnight Shipping\",\r\n            \"id\": \"1234\",\r\n            \"price_data\": {\r\n                \"amount\": 5000\r\n            },\r\n            \"delivery_estimate\": \"By May 1\",\r\n            \"delivery_terms\": \"delivered_duties_paid\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Tue, 28 Jan 2025 02:29:28 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"order\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"id\": \"42FDEFA5-10AC-CE01-205C-6E34F51F1DFD\",\n    \"status\": \"ready\",\n    \"language\": \"EN\",\n    \"transaction_currency\": \"USD\",\n    \"transaction_delivery_country\": \"US\",\n    \"client_reference_id\": \"upstream_id_1738031366\",\n    \"tax_treatment\": \"exclusive\",\n    \"checkout_session\": {\n        \"url\": \"https://api.expandnow.dev/demos/hosted-checkout/56651d17fda457affd51cb3668b6507d22760f0e683797616d3afac9ddb000f7\",\n        \"id\": \"9DB8102C-7F50-E577-F1BB-D3208783D8E5\",\n        \"status\": \"open\",\n        \"created_at\": 1738031367\n    },\n    \"previous_checkout_sessions\": [],\n    \"order_session\": null,\n    \"previous_order_sessions\": [],\n    \"line_items\": [\n        {\n            \"product_id\": \"physical_1\",\n            \"tax_code\": \"saas\",\n            \"type\": \"physical\",\n            \"external_reference_id\": \"fd51eeb5-948e-40fb-b1c0-4b724ab37f00\",\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\n            \"quantity\": 3,\n            \"price_data\": {\n                \"amount\": 34200\n            },\n            \"id\": \"B8909EB7-2A0A-E3A4-BF08-4231B9E85D8D\",\n            \"fulfilled_quantity\": 0,\n            \"refunded_quantity\": 0,\n            \"fulfillable_quantity\": 0,\n            \"cancelled_quantity\": 0,\n            \"requires_shipping\": true,\n            \"fulfillment_status\": \"unfulfilled\",\n            \"price\": 11055,\n            \"amount_subtotal\": 33165,\n            \"amount_discount\": 0,\n            \"amount_total\": 33165,\n            \"expandnow_costing_details\": {\n                \"price_rounding_rule\": \"NO_ROUNDING\",\n                \"unit_amount_pre_conversion\": 11400,\n                \"unrounded_price\": 11055,\n                \"unit_price\": 11055,\n                \"unit_discount\": 0,\n                \"currency_details\": {\n                    \"currency\": \"EUR\",\n                    \"currency_exchange_rate\": \"0.969740\"\n                },\n                \"calculated_rate\": 0,\n                \"jurisdictions\": {\n                    \"us_mn\": {\n                        \"description\": \"US - Minnesota Sales Tax\",\n                        \"registrationNumber\": \"\",\n                        \"taxSystem\": \"taxjar\",\n                        \"taxAttribute\": 1,\n                        \"inclusiveAllowed\": \"FALSE\",\n                        \"statementScheduleId\": \"\",\n                        \"account\": 25521,\n                        \"accounting\": {\n                            \"description\": \"A/P - Tax Output - US Minnesota Sales Tax\",\n                            \"accountType\": \"payablesTaxOutput\",\n                            \"currency\": \"USD\",\n                            \"account_id\": 25521\n                        }\n                    }\n                },\n                \"tax_currency\": \"USD\",\n                \"tax_exchange_rate\": 1,\n                \"net_price\": 11055,\n                \"tax_details\": {\n                    \"tax_treatment\": \"exclusive\",\n                    \"sale_type\": \"local\",\n                    \"tax_rate\": \"0.00000\",\n                    \"unit_tax\": 0,\n                    \"total_tax\": 0,\n                    \"duty_rate\": 0,\n                    \"unit_landed_cost\": 0,\n                    \"total_landed_cost\": 0,\n                    \"total_tax_or_landed_cost\": 0\n                }\n            },\n            \"sale_type\": \"local\",\n            \"line_item_amounts\": {\n                \"transaction_details\": {\n                    \"order_currency\": \"USD\",\n                    \"total_product_price\": 33165,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 33165,\n                    \"total_shipping_price\": 4849,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 4849,\n                    \"total_product_and_shipping_amount\": 38014\n                },\n                \"merchant_details\": {\n                    \"merchant_currency\": \"EUR\",\n                    \"exchange_rate\": \"1.031204\",\n                    \"total_product_price\": 34200,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 34200,\n                    \"total_shipping_price\": 5000,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 5000,\n                    \"total_product_and_shipping_amount\": 39200\n                }\n            }\n        }\n    ],\n    \"amount_subtotal\": 33165,\n    \"amount_total\": 38014,\n    \"total_details\": {\n        \"amount_tax\": 0,\n        \"amount_shipping\": 4849,\n        \"amount_landed_cost\": 0,\n        \"amount_discount\": 0\n    },\n    \"billing_address\": {\n        \"first_name\": \"Mireille\",\n        \"last_name\": \"Leannon\",\n        \"phone\": \"5073455611\",\n        \"email\": \"chris@expandnow.com\",\n        \"address\": {\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"city\": \"Plymouth\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"country_code\": \"US\",\n            \"region_name\": \"Minnesota\"\n        }\n    },\n    \"fulfillments\": [],\n    \"fulfillment\": {\n        \"requires_shipping_address\": true,\n        \"shipping_address\": {\n            \"first_name\": \"Mireille\",\n            \"last_name\": \"Leannon\",\n            \"phone\": \"5073455611\",\n            \"email\": \"chris@expandnow.com\",\n            \"address\": {\n                \"line1\": \"10 Main\",\n                \"line2\": \"Suite 200\",\n                \"city\": \"Plymouth\",\n                \"region\": \"MN\",\n                \"postal_code\": \"55343\",\n                \"country_code\": \"US\",\n                \"region_name\": \"Minnesota\"\n            }\n        },\n        \"groups\": [\n            {\n                \"group_id\": 1,\n                \"external_reference_id\": null,\n                \"delivery_mode\": \"SHIP\",\n                \"items\": [\n                    {\n                        \"line_item_id\": \"B8909EB7-2A0A-E3A4-BF08-4231B9E85D8D\",\n                        \"product_id\": \"physical_1\",\n                        \"external_reference_id\": \"fd51eeb5-948e-40fb-b1c0-4b724ab37f00\",\n                        \"type\": \"physical\",\n                        \"quantity\": 3,\n                        \"tax_code\": \"saas\"\n                    }\n                ],\n                \"shipping_from\": {\n                    \"city\": \"Plymouth\",\n                    \"line1\": \"10 Main\",\n                    \"line2\": \"Suite 200\",\n                    \"region\": \"MN\",\n                    \"postal_code\": \"55343\",\n                    \"country_code\": \"US\"\n                },\n                \"shipping_method\": {\n                    \"display_name\": \"Overnight Shipping\",\n                    \"id\": \"1234\",\n                    \"price_data\": {\n                        \"amount\": 5000\n                    },\n                    \"delivery_estimate\": \"By May 1\",\n                    \"delivery_terms\": \"delivered_duties_paid\",\n                    \"price\": 4849,\n                    \"amount_subtotal\": 4849,\n                    \"amount_discount\": 0,\n                    \"amount_total\": 4849,\n                    \"expandnow_costing_details\": {\n                        \"calculated_rate\": 0,\n                        \"jurisdictions\": {\n                            \"us_mn\": {\n                                \"description\": \"US - Minnesota Sales Tax\",\n                                \"registrationNumber\": \"\",\n                                \"taxSystem\": \"taxjar\",\n                                \"taxAttribute\": 1,\n                                \"inclusiveAllowed\": \"FALSE\",\n                                \"statementScheduleId\": \"\",\n                                \"account\": 25521,\n                                \"accounting\": {\n                                    \"description\": \"A/P - Tax Output - US Minnesota Sales Tax\",\n                                    \"accountType\": \"payablesTaxOutput\",\n                                    \"currency\": \"USD\",\n                                    \"account_id\": 25521\n                                }\n                            }\n                        },\n                        \"tax_currency\": \"USD\",\n                        \"tax_exchange_rate\": 1,\n                        \"order_total_quantity\": 3,\n                        \"unit_price\": 1616,\n                        \"unit_net_price\": 1616,\n                        \"net_price\": 4849,\n                        \"tax_details\": {\n                            \"tax_treatment\": \"exclusive\",\n                            \"sale_type\": \"local\",\n                            \"tax_rate\": \"0.00000\",\n                            \"unit_tax\": 0,\n                            \"total_tax\": 0,\n                            \"duty_rate\": 0,\n                            \"unit_landed_cost\": 0,\n                            \"total_landed_cost\": 0,\n                            \"total_tax_or_landed_cost\": 0\n                        },\n                        \"currency_details\": {\n                            \"currency\": \"EUR\",\n                            \"currency_exchange_rate\": \"0.969740\"\n                        }\n                    }\n                },\n                \"packages\": [],\n                \"sale_type\": \"local\",\n                \"group_quantity\": 3,\n                \"available_shipping_methods\": [\n                    {\n                        \"id\": \"ground\",\n                        \"price_data\": {\n                            \"amount\": 500,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Ground\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"3 Days\",\n                        \"price\": 485,\n                        \"amount_subtotal\": 485,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 485,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 3,\n                            \"unit_price\": 162,\n                            \"unit_net_price\": 162,\n                            \"net_price\": 485,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": \"0.969740\"\n                            }\n                        }\n                    },\n                    {\n                        \"id\": \"overnight\",\n                        \"price_data\": {\n                            \"amount\": 5000,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Overnight Shipping\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"Tomorrow\",\n                        \"price\": 4849,\n                        \"amount_subtotal\": 4849,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 4849,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 3,\n                            \"unit_price\": 1616,\n                            \"unit_net_price\": 1616,\n                            \"net_price\": 4849,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": \"0.969740\"\n                            }\n                        }\n                    }\n                ]\n            }\n        ]\n    },\n    \"cancellations\": [],\n    \"payment_required\": true,\n    \"payment\": {\n        \"type\": \"payment\",\n        \"id\": \"25B794C2-9B05-07B5-CE5B-17291125F7AE\",\n        \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n        \"client_secret\": \"fe33ec9aac46a7f2381a54e280301a71a9efe2a6764b2014bdd41b5c3f4d1d85\",\n        \"pay_now_url\": \"https://api.expandnow.dev/demos/pay-now/25B794C2-9B05-07B5-CE5B-17291125F7AE\",\n        \"status\": \"requires_payment_method\",\n        \"client_reference_id\": \"upstream_id_1738031366\",\n        \"order_id\": \"42FDEFA5-10AC-CE01-205C-6E34F51F1DFD\",\n        \"currency\": \"USD\",\n        \"language\": \"EN\",\n        \"amount\": 38014,\n        \"country_code\": \"US\",\n        \"total_details\": {\n            \"amount_prefunded\": 0,\n            \"amount_capturable\": 0,\n            \"amount_captured\": 0,\n            \"amount_refunded\": 0,\n            \"amount_pending_refund\": 0,\n            \"amount_available_to_refund\": 0,\n            \"amount_cancelled\": 0\n        },\n        \"available_payment_methods\": [\n            {\n                \"type\": \"PAYPAL\",\n                \"provider_id\": \"paypal\",\n                \"position\": 1,\n                \"provider_configuration\": {\n                    \"client_key\": \"AXkdDo01XOpPqDA7aGH0hnWnn67MvdPEFotqSV9BGAF2nBwiasyNrohOq0fw_A8rlpJtZOEOJPuak1iX\",\n                    \"environment\": \"test\"\n                },\n                \"for_testing_only\": {\n                    \"paypal_demo_link\": \"https://api.expandnow.dev/demos/paypal-dropin.html?paymentClientSecret=fe33ec9aac46a7f2381a54e280301a71a9efe2a6764b2014bdd41b5c3f4d1d85\"\n                }\n            },\n            {\n                \"type\": \"ADYEN_DROPIN\",\n                \"provider_id\": \"adyen\",\n                \"position\": 2,\n                \"provider_configuration\": {\n                    \"client_key\": \"test_ROS6RO7R6JER5DLJHDKZPLZAZ4VKZQJS\",\n                    \"locale\": \"en_US\",\n                    \"environment\": \"test\",\n                    \"country_code\": \"US\"\n                },\n                \"provider_data\": {\n                    \"payment_methods_response\": {\n                        \"paymentMethods\": [\n                            {\n                                \"brands\": [\n                                    \"visa\",\n                                    \"mc\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"credit\",\n                                \"name\": \"Credit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"brands\": [\n                                    \"visa\",\n                                    \"mc\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"debit\",\n                                \"name\": \"Debit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"name\": \"Pay later with Klarna.\",\n                                \"type\": \"klarna\"\n                            },\n                            {\n                                \"name\": \"Pay over time with Klarna.\",\n                                \"type\": \"klarna_account\"\n                            },\n                            {\n                                \"name\": \"Paysafecard\",\n                                \"type\": \"paysafecard\"\n                            }\n                        ]\n                    }\n                },\n                \"for_testing_only\": {\n                    \"adyen_demo_link\": \"https://api.expandnow.dev/demos/adyen-dropin.html?paymentClientSecret=fe33ec9aac46a7f2381a54e280301a71a9efe2a6764b2014bdd41b5c3f4d1d85\"\n                }\n            }\n        ],\n        \"payment_method\": null,\n        \"transactions\": [],\n        \"billing_address\": null,\n        \"shipping_address\": null,\n        \"line_items\": null,\n        \"created_at\": 1738031368,\n        \"updated_at\": 1738031368\n    },\n    \"payment_method\": null,\n    \"localization\": {\n        \"disclosures\": {\n            \"terms_of_sale\": \"Please note, by continuing with checkout ExpandNow will process your personal data in accordance with its Data Privacy Statement. You can read about how and why ExpandNow processes personal data here.\"\n        },\n        \"addresses\": {\n            \"shipping\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            },\n            \"billing\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            }\n        },\n        \"order_summary\": [\n            {\n                \"type\": \"ORDER_SUBTOTAL\",\n                \"amount\": 33165,\n                \"display_amount\": \"$331.65\",\n                \"display_text\": \"Subtotal\"\n            },\n            {\n                \"type\": \"ORDER_SHIPPING\",\n                \"amount\": 4849,\n                \"display_amount\": \"$48.49\",\n                \"display_text\": \"Shipping\"\n            },\n            {\n                \"type\": \"ORDER_TAX\",\n                \"amount\": 0,\n                \"display_amount\": \"$0.00\",\n                \"display_text\": \"Tax and Duties\"\n            },\n            {\n                \"type\": \"ORDER_TOTAL\",\n                \"amount\": 38014,\n                \"display_amount\": \"$380.14\",\n                \"display_text\": \"Total\"\n            },\n            {\n                \"type\": \"DUTIES_MESSAGE\",\n                \"display_text\": \"All applicable duties, taxes and fees are included in the total amount of your order. We guarantee you will not be required to pay any additional cost on delivery.\"\n            }\n        ]\n    },\n    \"metadata\": {\n        \"key\": \"value\",\n        \"open\": {\n            \"ended\": \"data\"\n        }\n    },\n    \"transaction_details\": {\n        \"vendor\": \"9e73165f-fa88-580e-cfe6-6faa86069dc1\",\n        \"vendor_currency\": \"EUR\",\n        \"entity_functional_currency\": \"USD\",\n        \"transaction_currency\": \"USD\",\n        \"order_currency_to_vendor_currency_exchange_rate\": \"1.031204\",\n        \"order_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"vendor_currency_to_entity_functional_currency_exchange_rate\": \"0.969740\",\n        \"merchant_base_currency\": \"EUR\",\n        \"exchange_rate\": \"0.969740\",\n        \"total_net_product_price\": 33165,\n        \"total_net_shipping\": 4849,\n        \"total_order_tax\": 0,\n        \"total_order_tax_details\": {\n            \"total_product_tax\": 0,\n            \"total_shipping_tax\": 0\n        },\n        \"total_order_landed_cost\": 0,\n        \"total_order_landed_cost_details\": {\n            \"total_product_landed_cost\": 0,\n            \"total_shipping_landed_cost\": 0\n        },\n        \"total_order_tax_or_landed_cost\": 0,\n        \"total_order_amount\": 38014,\n        \"check_math\": 0\n    },\n    \"selling_entity\": \"expand_now_usa\",\n    \"created_at\": 1738031367,\n    \"updated_at\": 1738031367,\n    \"validations\": {\n        \"addresses\": {\n            \"billing\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            },\n            \"shipping\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            }\n        }\n    },\n    \"customer_id\": null,\n    \"costing_data\": {\n        \"merchant_currency\": \"EUR\",\n        \"margin_source\": \"total\",\n        \"exchange_rate\": \"1.031204\",\n        \"net_product_price\": 34200,\n        \"net_shipping\": 5000,\n        \"tax\": 0,\n        \"landed_cost\": 0,\n        \"total\": 39200,\n        \"expandnow_total_margin\": 2744,\n        \"expandnow_total_margin_details\": {\n            \"expandnow_standard_margin\": 1960,\n            \"expandnow_margin_rate\": 0.05,\n            \"expandnow_currency_margin\": 784,\n            \"expandnow_currency_margin_rate\": 0.02,\n            \"expandnow_margin_source\": \"total\"\n        },\n        \"freight_account\": \"brand\",\n        \"merchant_price\": 31456,\n        \"freight_paid_to_merchant\": 5000,\n        \"landed_cost_paid_to_merchant\": 0,\n        \"tax_on_merchant_sale\": 0,\n        \"account_determination\": {\n            \"shopper_sale\": {\n                \"receivables_shopper\": {\n                    \"id\": 12002,\n                    \"name\": \"A/R - Shopper - USD\",\n                    \"type\": \"receivables_shopper\",\n                    \"currency\": \"USD\"\n                },\n                \"shipping_revenue\": {\n                    \"id\": 42000,\n                    \"name\": \"Shipping Revenue\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                },\n                \"sales\": {\n                    \"id\": 40000,\n                    \"name\": \"Sales\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                }\n            },\n            \"brand_sale\": {\n                \"cost_of_sales\": {\n                    \"id\": 50000,\n                    \"name\": \"Cost of Sales\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"cost_of_shipping\": {\n                    \"id\": 52000,\n                    \"name\": \"Cost of Shipping\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"payables_brand_detail\": {\n                    \"id\": 20001,\n                    \"name\": \"A/P - Brand Detail - EUR\",\n                    \"type\": \"payables_brand_detail\",\n                    \"currency\": \"EUR\"\n                }\n            }\n        }\n    },\n    \"payment_id\": \"25B794C2-9B05-07B5-CE5B-17291125F7AE\"\n}"}],"_postman_id":"59f91dad-5f9c-4e18-8986-37ad6bb9aefd"},{"name":"Create Order - Single Item Digital","event":[{"listen":"test","script":{"id":"88f69e73-33fc-449c-b62c-ee72842a345f","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"order_id\", jsonData.id);\r","\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.payment.id);\r","\r","postman.setEnvironmentVariable(\"line_item_id\", jsonData.line_items[0].id);\r","postman.setEnvironmentVariable(\"line_item_quantity\", jsonData.line_items[0].quantity);"],"type":"text/javascript","packages":{}}}],"id":"9400cf1e-ce07-4084-88ef-bfb1ee5fc9ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"product-94f813ac-764a-4813-8cac-2cb458f01813\",\r\n            \"type\": \"digital\",\r\n            \"tax_code\": \"downloadable-software\",\r\n            \"external_reference_id\": \"1234\",\r\n            \"name\": \"Motorsports Racing 2024 - PC\",\r\n            \"description\": \"2024 Release!\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\r\n            \"quantity\": 1,\r\n            \"price_data\": {\r\n                \"amount\": 20000,\r\n                \"currency\": \"EUR\"\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"123\",\r\n        \"last_name\": \"123\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"e30e3ddd-a46c-4631-8964-da41c2735e99","name":"Create Order - Single Item Digital","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"product-94f813ac-764a-4813-8cac-2cb458f01813\",\r\n            \"type\": \"digital\",\r\n            \"tax_code\": \"downloadable-software\",\r\n            \"external_reference_id\": \"1234\",\r\n            \"name\": \"Motorsports Racing 2024 - PC\",\r\n            \"description\": \"2024 Release!\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\r\n            \"quantity\": 1,\r\n            \"price_data\": {\r\n                \"amount\": 20000,\r\n                \"currency\": \"EUR\"\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"123\",\r\n        \"last_name\": \"123\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Tue, 28 Jan 2025 02:29:52 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"order\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"id\": \"4CCC43CB-0198-7E5E-E784-E06B798241B8\",\n    \"status\": \"ready\",\n    \"language\": \"EN\",\n    \"transaction_currency\": \"USD\",\n    \"transaction_delivery_country\": \"US\",\n    \"client_reference_id\": \"upstream_id_1738031390\",\n    \"tax_treatment\": \"exclusive\",\n    \"checkout_session\": {\n        \"url\": \"https://api.expandnow.dev/demos/hosted-checkout/572568dd8464ca82a75efcd68bc4eb6357c5419f5b66cb871fa9dfc3c50cacc3\",\n        \"id\": \"0C81B1A0-5C12-1725-D8F5-169E6C83388F\",\n        \"status\": \"open\",\n        \"created_at\": 1738031391\n    },\n    \"previous_checkout_sessions\": [],\n    \"order_session\": null,\n    \"previous_order_sessions\": [],\n    \"line_items\": [\n        {\n            \"product_id\": \"product-94f813ac-764a-4813-8cac-2cb458f01813\",\n            \"type\": \"digital\",\n            \"tax_code\": \"downloadable-software\",\n            \"external_reference_id\": \"1234\",\n            \"name\": \"Motorsports Racing 2024 - PC\",\n            \"description\": \"2024 Release!\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\n            \"quantity\": 1,\n            \"price_data\": {\n                \"amount\": 20000,\n                \"currency\": \"EUR\"\n            },\n            \"id\": \"88507F9D-24EF-9EB0-B8FB-DB39EBD6EB97\",\n            \"fulfilled_quantity\": 0,\n            \"refunded_quantity\": 0,\n            \"fulfillable_quantity\": 0,\n            \"cancelled_quantity\": 0,\n            \"requires_shipping\": false,\n            \"fulfillment_status\": \"unfulfilled\",\n            \"price\": 19395,\n            \"amount_subtotal\": 19395,\n            \"amount_discount\": 0,\n            \"amount_total\": 19395,\n            \"expandnow_costing_details\": {\n                \"price_rounding_rule\": \"NO_ROUNDING\",\n                \"unit_amount_pre_conversion\": 20000,\n                \"unrounded_price\": 19395,\n                \"unit_price\": 19395,\n                \"unit_discount\": 0,\n                \"currency_details\": {\n                    \"currency\": \"EUR\",\n                    \"currency_exchange_rate\": \"0.969740\"\n                },\n                \"calculated_rate\": 0.09025,\n                \"jurisdictions\": {\n                    \"us_mn\": {\n                        \"description\": \"US - Minnesota Sales Tax\",\n                        \"registrationNumber\": \"\",\n                        \"taxSystem\": \"taxjar\",\n                        \"taxAttribute\": 1,\n                        \"inclusiveAllowed\": \"FALSE\",\n                        \"statementScheduleId\": \"\",\n                        \"account\": 25521,\n                        \"accounting\": {\n                            \"description\": \"A/P - Tax Output - US Minnesota Sales Tax\",\n                            \"accountType\": \"payablesTaxOutput\",\n                            \"currency\": \"USD\",\n                            \"account_id\": 25521\n                        }\n                    }\n                },\n                \"tax_currency\": \"USD\",\n                \"tax_exchange_rate\": 1,\n                \"net_price\": 19395,\n                \"tax_details\": {\n                    \"tax_treatment\": \"exclusive\",\n                    \"sale_type\": \"local\",\n                    \"tax_rate\": \"0.09025\",\n                    \"unit_tax\": 1750,\n                    \"total_tax\": 1750,\n                    \"duty_rate\": 0,\n                    \"unit_landed_cost\": 0,\n                    \"total_landed_cost\": 0,\n                    \"total_tax_or_landed_cost\": 1750\n                }\n            },\n            \"sale_type\": \"local\",\n            \"line_item_amounts\": {\n                \"transaction_details\": {\n                    \"order_currency\": \"USD\",\n                    \"total_product_price\": 19395,\n                    \"total_product_tax\": 1750,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 21145,\n                    \"total_shipping_price\": 0,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 0,\n                    \"total_product_and_shipping_amount\": 21145\n                },\n                \"merchant_details\": {\n                    \"merchant_currency\": \"EUR\",\n                    \"exchange_rate\": \"1.031204\",\n                    \"total_product_price\": 20000,\n                    \"total_product_tax\": 1805,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 21805,\n                    \"total_shipping_price\": 0,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 0,\n                    \"total_product_and_shipping_amount\": 21805\n                }\n            }\n        }\n    ],\n    \"amount_subtotal\": 19395,\n    \"amount_total\": 21145,\n    \"total_details\": {\n        \"amount_tax\": 1750,\n        \"amount_shipping\": 0,\n        \"amount_landed_cost\": 0,\n        \"amount_discount\": 0\n    },\n    \"billing_address\": {\n        \"first_name\": \"123\",\n        \"last_name\": \"123\",\n        \"phone\": \"5073455611\",\n        \"email\": \"chris@expandnow.com\",\n        \"address\": {\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"city\": \"Plymouth\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"country_code\": \"US\",\n            \"region_name\": \"Minnesota\"\n        }\n    },\n    \"fulfillments\": [],\n    \"fulfillment\": {\n        \"requires_shipping_address\": false,\n        \"shipping_address\": null,\n        \"groups\": [\n            {\n                \"group_id\": 1,\n                \"external_reference_id\": null,\n                \"delivery_mode\": \"DIGITAL\",\n                \"items\": [\n                    {\n                        \"line_item_id\": \"88507F9D-24EF-9EB0-B8FB-DB39EBD6EB97\",\n                        \"product_id\": \"product-94f813ac-764a-4813-8cac-2cb458f01813\",\n                        \"external_reference_id\": \"1234\",\n                        \"type\": \"digital\",\n                        \"quantity\": 1,\n                        \"tax_code\": \"downloadable-software\"\n                    }\n                ],\n                \"shipping_from\": {\n                    \"city\": \"Plymouth\",\n                    \"line1\": \"10 Main\",\n                    \"line2\": \"Suite 200\",\n                    \"region\": \"MN\",\n                    \"postal_code\": \"55343\",\n                    \"country_code\": \"US\"\n                },\n                \"sale_type\": \"local\",\n                \"group_quantity\": 1\n            }\n        ]\n    },\n    \"cancellations\": [],\n    \"payment_required\": true,\n    \"payment\": {\n        \"type\": \"payment\",\n        \"id\": \"7F69C03E-016D-190E-F3A7-E32BC841B59A\",\n        \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n        \"client_secret\": \"421b5913fc6200243040cd420b35b93f8399052670db90bf8d568cd1cfb8c754\",\n        \"pay_now_url\": \"https://api.expandnow.dev/demos/pay-now/7F69C03E-016D-190E-F3A7-E32BC841B59A\",\n        \"status\": \"requires_payment_method\",\n        \"client_reference_id\": \"upstream_id_1738031390\",\n        \"order_id\": \"4CCC43CB-0198-7E5E-E784-E06B798241B8\",\n        \"currency\": \"USD\",\n        \"language\": \"EN\",\n        \"amount\": 21145,\n        \"country_code\": \"US\",\n        \"total_details\": {\n            \"amount_prefunded\": 0,\n            \"amount_capturable\": 0,\n            \"amount_captured\": 0,\n            \"amount_refunded\": 0,\n            \"amount_pending_refund\": 0,\n            \"amount_available_to_refund\": 0,\n            \"amount_cancelled\": 0\n        },\n        \"available_payment_methods\": [\n            {\n                \"type\": \"PAYPAL\",\n                \"provider_id\": \"paypal\",\n                \"position\": 1,\n                \"provider_configuration\": {\n                    \"client_key\": \"AXkdDo01XOpPqDA7aGH0hnWnn67MvdPEFotqSV9BGAF2nBwiasyNrohOq0fw_A8rlpJtZOEOJPuak1iX\",\n                    \"environment\": \"test\"\n                },\n                \"for_testing_only\": {\n                    \"paypal_demo_link\": \"https://api.expandnow.dev/demos/paypal-dropin.html?paymentClientSecret=421b5913fc6200243040cd420b35b93f8399052670db90bf8d568cd1cfb8c754\"\n                }\n            },\n            {\n                \"type\": \"ADYEN_DROPIN\",\n                \"provider_id\": \"adyen\",\n                \"position\": 2,\n                \"provider_configuration\": {\n                    \"client_key\": \"test_ROS6RO7R6JER5DLJHDKZPLZAZ4VKZQJS\",\n                    \"locale\": \"en_US\",\n                    \"environment\": \"test\",\n                    \"country_code\": \"US\"\n                },\n                \"provider_data\": {\n                    \"payment_methods_response\": {\n                        \"paymentMethods\": [\n                            {\n                                \"brands\": [\n                                    \"visa\",\n                                    \"mc\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"credit\",\n                                \"name\": \"Credit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"brands\": [\n                                    \"visa\",\n                                    \"mc\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"debit\",\n                                \"name\": \"Debit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"name\": \"Pay later with Klarna.\",\n                                \"type\": \"klarna\"\n                            },\n                            {\n                                \"name\": \"Pay over time with Klarna.\",\n                                \"type\": \"klarna_account\"\n                            },\n                            {\n                                \"name\": \"Paysafecard\",\n                                \"type\": \"paysafecard\"\n                            }\n                        ]\n                    }\n                },\n                \"for_testing_only\": {\n                    \"adyen_demo_link\": \"https://api.expandnow.dev/demos/adyen-dropin.html?paymentClientSecret=421b5913fc6200243040cd420b35b93f8399052670db90bf8d568cd1cfb8c754\"\n                }\n            }\n        ],\n        \"payment_method\": null,\n        \"transactions\": [],\n        \"billing_address\": null,\n        \"shipping_address\": null,\n        \"line_items\": null,\n        \"created_at\": 1738031391,\n        \"updated_at\": 1738031391\n    },\n    \"payment_method\": null,\n    \"localization\": {\n        \"disclosures\": {\n            \"terms_of_sale\": \"Please note, by continuing with checkout ExpandNow will process your personal data in accordance with its Data Privacy Statement. You can read about how and why ExpandNow processes personal data here.\"\n        },\n        \"addresses\": {\n            \"shipping\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            },\n            \"billing\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            }\n        },\n        \"order_summary\": [\n            {\n                \"type\": \"ORDER_SUBTOTAL\",\n                \"amount\": 19395,\n                \"display_amount\": \"$193.95\",\n                \"display_text\": \"Subtotal\"\n            },\n            {\n                \"type\": \"ORDER_SHIPPING\",\n                \"amount\": 0,\n                \"display_amount\": \"$0.00\",\n                \"display_text\": \"Shipping\"\n            },\n            {\n                \"type\": \"ORDER_TAX\",\n                \"amount\": 1750,\n                \"display_amount\": \"$17.50\",\n                \"display_text\": \"Tax and Duties\"\n            },\n            {\n                \"type\": \"ORDER_TOTAL\",\n                \"amount\": 21145,\n                \"display_amount\": \"$211.45\",\n                \"display_text\": \"Total\"\n            },\n            {\n                \"type\": \"DUTIES_MESSAGE\",\n                \"display_text\": \"All applicable duties, taxes and fees are included in the total amount of your order. We guarantee you will not be required to pay any additional cost on delivery.\"\n            }\n        ]\n    },\n    \"metadata\": {\n        \"key\": \"value\",\n        \"open\": {\n            \"ended\": \"data\"\n        }\n    },\n    \"transaction_details\": {\n        \"vendor\": \"9e73165f-fa88-580e-cfe6-6faa86069dc1\",\n        \"vendor_currency\": \"EUR\",\n        \"entity_functional_currency\": \"USD\",\n        \"transaction_currency\": \"USD\",\n        \"order_currency_to_vendor_currency_exchange_rate\": \"1.031204\",\n        \"order_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"vendor_currency_to_entity_functional_currency_exchange_rate\": \"0.969740\",\n        \"merchant_base_currency\": \"EUR\",\n        \"exchange_rate\": \"0.969740\",\n        \"total_net_product_price\": 19395,\n        \"total_net_shipping\": 0,\n        \"total_order_tax\": 1750,\n        \"total_order_tax_details\": {\n            \"total_product_tax\": 1750,\n            \"total_shipping_tax\": 0\n        },\n        \"total_order_landed_cost\": 0,\n        \"total_order_landed_cost_details\": {\n            \"total_product_landed_cost\": 0,\n            \"total_shipping_landed_cost\": 0\n        },\n        \"total_order_tax_or_landed_cost\": 1750,\n        \"total_order_amount\": 21145,\n        \"check_math\": 0\n    },\n    \"selling_entity\": \"expand_now_usa\",\n    \"created_at\": 1738031391,\n    \"updated_at\": 1738031391,\n    \"validations\": {\n        \"addresses\": {\n            \"billing\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            },\n            \"shipping\": {\n                \"complete\": true,\n                \"required_fields\": [],\n                \"incomplete_fields\": []\n            }\n        }\n    },\n    \"customer_id\": null,\n    \"costing_data\": {\n        \"merchant_currency\": \"EUR\",\n        \"margin_source\": \"total\",\n        \"exchange_rate\": \"1.031204\",\n        \"net_product_price\": 20000,\n        \"net_shipping\": 0,\n        \"tax\": 1805,\n        \"landed_cost\": 0,\n        \"total\": 21805,\n        \"expandnow_total_margin\": 1526,\n        \"expandnow_total_margin_details\": {\n            \"expandnow_standard_margin\": 1090,\n            \"expandnow_margin_rate\": 0.05,\n            \"expandnow_currency_margin\": 436,\n            \"expandnow_currency_margin_rate\": 0.02,\n            \"expandnow_margin_source\": \"total\"\n        },\n        \"freight_account\": \"brand\",\n        \"merchant_price\": 18473,\n        \"freight_paid_to_merchant\": 0,\n        \"landed_cost_paid_to_merchant\": 0,\n        \"tax_on_merchant_sale\": 0,\n        \"account_determination\": {\n            \"shopper_sale\": {\n                \"receivables_shopper\": {\n                    \"id\": 12002,\n                    \"name\": \"A/R - Shopper - USD\",\n                    \"type\": \"receivables_shopper\",\n                    \"currency\": \"USD\"\n                },\n                \"shipping_revenue\": {\n                    \"id\": 42000,\n                    \"name\": \"Shipping Revenue\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                },\n                \"sales\": {\n                    \"id\": 40000,\n                    \"name\": \"Sales\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                }\n            },\n            \"brand_sale\": {\n                \"cost_of_sales\": {\n                    \"id\": 50000,\n                    \"name\": \"Cost of Sales\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"cost_of_shipping\": {\n                    \"id\": 52000,\n                    \"name\": \"Cost of Shipping\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"payables_brand_detail\": {\n                    \"id\": 20001,\n                    \"name\": \"A/P - Brand Detail - EUR\",\n                    \"type\": \"payables_brand_detail\",\n                    \"currency\": \"EUR\"\n                }\n            }\n        }\n    },\n    \"payment_id\": \"7F69C03E-016D-190E-F3A7-E32BC841B59A\"\n}"}],"_postman_id":"9400cf1e-ce07-4084-88ef-bfb1ee5fc9ff"},{"name":"Create Order - Single Item Physical - Using Just Product ID","event":[{"listen":"test","script":{"id":"ca84f252-cd6f-4d4d-af94-e96822d759aa","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"order_id\", jsonData.id);\r","\r","pm.environment.set(\"payment_id\", jsonData.payment.id);\r","\r","pm.environment.set(\"line_item_id\", jsonData.line_items[0].id);\r","pm.environment.set(\"line_item_quantity\", jsonData.line_items[0].quantity);\r",""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"d3fe2d69-54a6-491c-90d1-86600c775bf0","exec":[""],"type":"text/javascript","packages":{}}}],"id":"fcb061da-4e51-46c0-943e-17949457ee9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"tax_treatment\": \"exclusive\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical-1\",\r\n            \"quantity\": 3\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"US\"\r\n            }\r\n        },\r\n        \"shipping_method\": {\r\n            \"display_name\": \"Overnight Shipping\",\r\n            \"id\": \"overnight\",\r\n            \"price_data\": {\r\n                \"amount\": 500\r\n            },\r\n            \"delivery_estimate\": \"By May 1\",\r\n            \"delivery_terms\": \"delivered_duties_paid\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"6a28833f-a4d4-4d25-a052-11a75890ff3f","name":"Create Order - Single Item Physical - Using Just Product ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"tax_treatment\": \"exclusive\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical-1\",\r\n            \"quantity\": 3\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"US\"\r\n            }\r\n        },\r\n        \"shipping_method\": {\r\n            \"display_name\": \"Overnight Shipping\",\r\n            \"id\": \"overnight\",\r\n            \"price_data\": {\r\n                \"amount\": 500\r\n            },\r\n            \"delivery_estimate\": \"By May 1\",\r\n            \"delivery_terms\": \"delivered_duties_paid\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Tue, 28 Jan 2025 02:30:10 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"order\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"id\": \"51AAF7B8-4E58-1266-78CA-56B071ADC8E4\",\n    \"status\": \"ready\",\n    \"language\": \"EN\",\n    \"transaction_currency\": \"USD\",\n    \"transaction_delivery_country\": \"US\",\n    \"client_reference_id\": \"upstream_id_1738031408\",\n    \"tax_treatment\": \"exclusive\",\n    \"checkout_session\": {\n        \"url\": \"https://api.expandnow.dev/demos/hosted-checkout/0cc31616ffabaead6ef23125b11d4fa9b58c654f4da1233d6d70de7c230902c5\",\n        \"id\": \"B5CF253A-673E-DA2B-C16F-57B77620E6DB\",\n        \"status\": \"open\",\n        \"created_at\": 1738031410\n    },\n    \"previous_checkout_sessions\": [],\n    \"order_session\": null,\n    \"previous_order_sessions\": [],\n    \"line_items\": [\n        {\n            \"product_id\": \"physical-1\",\n            \"tax_code\": \"saas\",\n            \"type\": \"physical\",\n            \"name\": \"Retro Digital Clock\",\n            \"description\": \"Retro but cool!\",\n            \"image_url\": \"https://expandnow.dev/assets/clock.png\",\n            \"quantity\": 3,\n            \"price_data\": {\n                \"currency\": \"USD\",\n                \"unit_amount\": 1999\n            },\n            \"id\": \"AA2086ED-5E72-B69F-FDD5-F21E435FD95B\",\n            \"fulfilled_quantity\": 0,\n            \"refunded_quantity\": 0,\n            \"fulfillable_quantity\": 0,\n            \"cancelled_quantity\": 0,\n            \"requires_shipping\": true,\n            \"fulfillment_status\": \"unfulfilled\",\n            \"price\": 1999,\n            \"amount_subtotal\": 5997,\n            \"amount_discount\": 0,\n            \"amount_total\": 5997,\n            \"expandnow_costing_details\": {\n                \"price_rounding_rule\": \"NO_ROUNDING\",\n                \"unit_amount_pre_conversion\": 1999,\n                \"unrounded_price\": 1999,\n                \"unit_price\": 1999,\n                \"unit_discount\": 0,\n                \"currency_details\": {\n                    \"currency\": \"USD\",\n                    \"currency_exchange_rate\": 1\n                },\n                \"calculated_rate\": 0,\n                \"jurisdictions\": {\n                    \"us_mn\": {\n                        \"description\": \"US - Minnesota Sales Tax\",\n                        \"registrationNumber\": \"\",\n                        \"taxSystem\": \"taxjar\",\n                        \"taxAttribute\": 1,\n                        \"inclusiveAllowed\": \"FALSE\",\n                        \"statementScheduleId\": \"\",\n                        \"account\": 25521,\n                        \"accounting\": {\n                            \"description\": \"A/P - Tax Output - US Minnesota Sales Tax\",\n                            \"accountType\": \"payablesTaxOutput\",\n                            \"currency\": \"USD\",\n                            \"account_id\": 25521\n                        }\n                    }\n                },\n                \"tax_currency\": \"USD\",\n                \"tax_exchange_rate\": 1,\n                \"net_price\": 1999,\n                \"tax_details\": {\n                    \"tax_treatment\": \"exclusive\",\n                    \"sale_type\": \"local\",\n                    \"tax_rate\": \"0.00000\",\n                    \"unit_tax\": 0,\n                    \"total_tax\": 0,\n                    \"duty_rate\": 0,\n                    \"unit_landed_cost\": 0,\n                    \"total_landed_cost\": 0,\n                    \"total_tax_or_landed_cost\": 0\n                }\n            },\n            \"sale_type\": \"local\",\n            \"line_item_amounts\": {\n                \"transaction_details\": {\n                    \"order_currency\": \"USD\",\n                    \"total_product_price\": 5997,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 5997,\n                    \"total_shipping_price\": 485,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 485,\n                    \"total_product_and_shipping_amount\": 6482\n                },\n                \"merchant_details\": {\n                    \"merchant_currency\": \"EUR\",\n                    \"exchange_rate\": \"1.031204\",\n                    \"total_product_price\": 6184,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 6184,\n                    \"total_shipping_price\": 500,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 500,\n                    \"total_product_and_shipping_amount\": 6684\n                }\n            }\n        }\n    ],\n    \"amount_subtotal\": 5997,\n    \"amount_total\": 6482,\n    \"total_details\": {\n        \"amount_tax\": 0,\n        \"amount_shipping\": 485,\n        \"amount_landed_cost\": 0,\n        \"amount_discount\": 0\n    },\n    \"billing_address\": {\n        \"first_name\": \"Alexis\",\n        \"last_name\": \"Jacobs\",\n        \"phone\": \"804.274.8982 x672\",\n        \"email\": \"chris@expandnow.com\",\n        \"address\": {\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"city\": \"Plymouth\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"country_code\": \"US\",\n            \"region_name\": \"Minnesota\"\n        }\n    },\n    \"fulfillments\": [],\n    \"fulfillment\": {\n        \"requires_shipping_address\": true,\n        \"shipping_address\": {\n            \"first_name\": \"Alexis\",\n            \"last_name\": \"Jacobs\",\n            \"phone\": \"804.274.8982 x672\",\n            \"email\": \"chris@expandnow.com\",\n            \"address\": {\n                \"line1\": \"10 Main\",\n                \"line2\": \"Suite 200\",\n                \"city\": \"Plymouth\",\n                \"region\": \"MN\",\n                \"postal_code\": \"55343\",\n                \"country_code\": \"US\",\n                \"region_name\": \"Minnesota\"\n            }\n        },\n        \"groups\": [\n            {\n                \"group_id\": 1,\n                \"external_reference_id\": null,\n                \"delivery_mode\": \"SHIP\",\n                \"items\": [\n                    {\n                        \"line_item_id\": \"AA2086ED-5E72-B69F-FDD5-F21E435FD95B\",\n                        \"product_id\": \"physical-1\",\n                        \"external_reference_id\": null,\n                        \"type\": \"physical\",\n                        \"quantity\": 3,\n                        \"tax_code\": \"saas\"\n                    }\n                ],\n                \"shipping_from\": {\n                    \"city\": \"Plymouth\",\n                    \"line1\": \"10 Main\",\n                    \"line2\": \"Suite 200\",\n                    \"region\": \"MN\",\n                    \"postal_code\": \"55343\",\n                    \"country_code\": \"US\"\n                },\n                \"shipping_method\": {\n                    \"display_name\": \"Overnight Shipping\",\n                    \"id\": \"overnight\",\n                    \"price_data\": {\n                        \"amount\": 500\n                    },\n                    \"delivery_estimate\": \"By May 1\",\n                    \"delivery_terms\": \"delivered_duties_paid\",\n                    \"price\": 485,\n                    \"amount_subtotal\": 485,\n                    \"amount_discount\": 0,\n                    \"amount_total\": 485,\n                    \"expandnow_costing_details\": {\n                        \"calculated_rate\": 0,\n                        \"jurisdictions\": {\n                            \"us_mn\": {\n                                \"description\": \"US - Minnesota Sales Tax\",\n                                \"registrationNumber\": \"\",\n                                \"taxSystem\": \"taxjar\",\n                                \"taxAttribute\": 1,\n                                \"inclusiveAllowed\": \"FALSE\",\n                                \"statementScheduleId\": \"\",\n                                \"account\": 25521,\n                                \"accounting\": {\n                                    \"description\": \"A/P - Tax Output - US Minnesota Sales Tax\",\n                                    \"accountType\": \"payablesTaxOutput\",\n                                    \"currency\": \"USD\",\n                                    \"account_id\": 25521\n                                }\n                            }\n                        },\n                        \"tax_currency\": \"USD\",\n                        \"tax_exchange_rate\": 1,\n                        \"order_total_quantity\": 3,\n                        \"unit_price\": 162,\n                        \"unit_net_price\": 162,\n                        \"net_price\": 485,\n                        \"tax_details\": {\n                            \"tax_treatment\": \"exclusive\",\n                            \"sale_type\": \"local\",\n                            \"tax_rate\": \"0.00000\",\n                            \"unit_tax\": 0,\n                            \"total_tax\": 0,\n                            \"duty_rate\": 0,\n                            \"unit_landed_cost\": 0,\n                            \"total_landed_cost\": 0,\n                            \"total_tax_or_landed_cost\": 0\n                        },\n                        \"currency_details\": {\n                            \"currency\": \"EUR\",\n                            \"currency_exchange_rate\": \"0.969740\"\n                        }\n                    }\n                },\n                \"packages\": [],\n                \"sale_type\": \"local\",\n                \"group_quantity\": 3,\n                \"available_shipping_methods\": [\n                    {\n                        \"id\": \"ground\",\n                        \"price_data\": {\n                            \"amount\": 500,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Ground\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"3 Days\",\n                        \"price\": 485,\n                        \"amount_subtotal\": 485,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 485,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 3,\n                            \"unit_price\": 162,\n                            \"unit_net_price\": 162,\n                            \"net_price\": 485,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": \"0.969740\"\n                            }\n                        }\n                    },\n                    {\n                        \"id\": \"overnight\",\n                        \"price_data\": {\n                            \"amount\": 5000,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Overnight Shipping\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"Tomorrow\",\n                        \"price\": 4849,\n                        \"amount_subtotal\": 4849,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 4849,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 3,\n                            \"unit_price\": 1616,\n                            \"unit_net_price\": 1616,\n                            \"net_price\": 4849,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": \"0.969740\"\n                            }\n                        }\n                    }\n                ]\n            }\n        ]\n    },\n    \"cancellations\": [],\n    \"payment_required\": true,\n    \"payment\": {\n        \"type\": \"payment\",\n        \"id\": \"F7EC5EE5-19E6-28C5-1EFB-E147F1276737\",\n        \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n        \"client_secret\": \"bfc4dd19d2434e80a64afc4643f64a80ab14e2a6ddad10d3bade9787e8b099c0\",\n        \"pay_now_url\": \"https://api.expandnow.dev/demos/pay-now/F7EC5EE5-19E6-28C5-1EFB-E147F1276737\",\n        \"status\": \"requires_payment_method\",\n        \"client_reference_id\": \"upstream_id_1738031408\",\n        \"order_id\": \"51AAF7B8-4E58-1266-78CA-56B071ADC8E4\",\n        \"currency\": \"USD\",\n        \"language\": \"EN\",\n        \"amount\": 6482,\n        \"country_code\": \"US\",\n        \"total_details\": {\n            \"amount_prefunded\": 0,\n            \"amount_capturable\": 0,\n            \"amount_captured\": 0,\n            \"amount_refunded\": 0,\n            \"amount_pending_refund\": 0,\n            \"amount_available_to_refund\": 0,\n            \"amount_cancelled\": 0\n        },\n        \"available_payment_methods\": [\n            {\n                \"type\": \"PAYPAL\",\n                \"provider_id\": \"paypal\",\n                \"position\": 1,\n                \"provider_configuration\": {\n                    \"client_key\": \"AXkdDo01XOpPqDA7aGH0hnWnn67MvdPEFotqSV9BGAF2nBwiasyNrohOq0fw_A8rlpJtZOEOJPuak1iX\",\n                    \"environment\": \"test\"\n                },\n                \"for_testing_only\": {\n                    \"paypal_demo_link\": \"https://api.expandnow.dev/demos/paypal-dropin.html?paymentClientSecret=bfc4dd19d2434e80a64afc4643f64a80ab14e2a6ddad10d3bade9787e8b099c0\"\n                }\n            },\n            {\n                \"type\": \"ADYEN_DROPIN\",\n                \"provider_id\": \"adyen\",\n                \"position\": 2,\n                \"provider_configuration\": {\n                    \"client_key\": \"test_ROS6RO7R6JER5DLJHDKZPLZAZ4VKZQJS\",\n                    \"locale\": \"en_US\",\n                    \"environment\": \"test\",\n                    \"country_code\": \"US\"\n                },\n                \"provider_data\": {\n                    \"payment_methods_response\": {\n                        \"paymentMethods\": [\n                            {\n                                \"brands\": [\n                                    \"visa\",\n                                    \"mc\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"credit\",\n                                \"name\": \"Credit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"brands\": [\n                                    \"visa\",\n                                    \"mc\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"debit\",\n                                \"name\": \"Debit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"name\": \"Pay later with Klarna.\",\n                                \"type\": \"klarna\"\n                            },\n                            {\n                                \"name\": \"Pay over time with Klarna.\",\n                                \"type\": \"klarna_account\"\n                            },\n                            {\n                                \"name\": \"Paysafecard\",\n                                \"type\": \"paysafecard\"\n                            }\n                        ]\n                    }\n                },\n                \"for_testing_only\": {\n                    \"adyen_demo_link\": \"https://api.expandnow.dev/demos/adyen-dropin.html?paymentClientSecret=bfc4dd19d2434e80a64afc4643f64a80ab14e2a6ddad10d3bade9787e8b099c0\"\n                }\n            }\n        ],\n        \"payment_method\": null,\n        \"transactions\": [],\n        \"billing_address\": null,\n        \"shipping_address\": null,\n        \"line_items\": null,\n        \"created_at\": 1738031410,\n        \"updated_at\": 1738031410\n    },\n    \"payment_method\": null,\n    \"localization\": {\n        \"disclosures\": {\n            \"terms_of_sale\": \"Please note, by continuing with checkout ExpandNow will process your personal data in accordance with its Data Privacy Statement. You can read about how and why ExpandNow processes personal data here.\"\n        },\n        \"addresses\": {\n            \"shipping\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            },\n            \"billing\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            }\n        },\n        \"order_summary\": [\n            {\n                \"type\": \"ORDER_SUBTOTAL\",\n                \"amount\": 5997,\n                \"display_amount\": \"$59.97\",\n                \"display_text\": \"Subtotal\"\n            },\n            {\n                \"type\": \"ORDER_SHIPPING\",\n                \"amount\": 485,\n                \"display_amount\": \"$4.85\",\n                \"display_text\": \"Shipping\"\n            },\n            {\n                \"type\": \"ORDER_TAX\",\n                \"amount\": 0,\n                \"display_amount\": \"$0.00\",\n                \"display_text\": \"Tax and Duties\"\n            },\n            {\n                \"type\": \"ORDER_TOTAL\",\n                \"amount\": 6482,\n                \"display_amount\": \"$64.82\",\n                \"display_text\": \"Total\"\n            },\n            {\n                \"type\": \"DUTIES_MESSAGE\",\n                \"display_text\": \"All applicable duties, taxes and fees are included in the total amount of your order. We guarantee you will not be required to pay any additional cost on delivery.\"\n            }\n        ]\n    },\n    \"metadata\": {\n        \"key\": \"value\",\n        \"open\": {\n            \"ended\": \"data\"\n        }\n    },\n    \"transaction_details\": {\n        \"vendor\": \"9e73165f-fa88-580e-cfe6-6faa86069dc1\",\n        \"vendor_currency\": \"EUR\",\n        \"entity_functional_currency\": \"USD\",\n        \"transaction_currency\": \"USD\",\n        \"order_currency_to_vendor_currency_exchange_rate\": \"1.031204\",\n        \"order_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"vendor_currency_to_entity_functional_currency_exchange_rate\": \"0.969740\",\n        \"merchant_base_currency\": \"EUR\",\n        \"exchange_rate\": \"0.969740\",\n        \"total_net_product_price\": 5997,\n        \"total_net_shipping\": 485,\n        \"total_order_tax\": 0,\n        \"total_order_tax_details\": {\n            \"total_product_tax\": 0,\n            \"total_shipping_tax\": 0\n        },\n        \"total_order_landed_cost\": 0,\n        \"total_order_landed_cost_details\": {\n            \"total_product_landed_cost\": 0,\n            \"total_shipping_landed_cost\": 0\n        },\n        \"total_order_tax_or_landed_cost\": 0,\n        \"total_order_amount\": 6482,\n        \"check_math\": 0\n    },\n    \"selling_entity\": \"expand_now_usa\",\n    \"created_at\": 1738031409,\n    \"updated_at\": 1738031409,\n    \"validations\": {\n        \"addresses\": {\n            \"billing\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            },\n            \"shipping\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            }\n        }\n    },\n    \"customer_id\": null,\n    \"costing_data\": {\n        \"merchant_currency\": \"EUR\",\n        \"margin_source\": \"total\",\n        \"exchange_rate\": \"1.031204\",\n        \"net_product_price\": 6184,\n        \"net_shipping\": 500,\n        \"tax\": 0,\n        \"landed_cost\": 0,\n        \"total\": 6684,\n        \"expandnow_total_margin\": 467,\n        \"expandnow_total_margin_details\": {\n            \"expandnow_standard_margin\": 334,\n            \"expandnow_margin_rate\": 0.05,\n            \"expandnow_currency_margin\": 133,\n            \"expandnow_currency_margin_rate\": 0.02,\n            \"expandnow_margin_source\": \"total\"\n        },\n        \"freight_account\": \"brand\",\n        \"merchant_price\": 5716,\n        \"freight_paid_to_merchant\": 500,\n        \"landed_cost_paid_to_merchant\": 0,\n        \"tax_on_merchant_sale\": 0,\n        \"account_determination\": {\n            \"shopper_sale\": {\n                \"receivables_shopper\": {\n                    \"id\": 12002,\n                    \"name\": \"A/R - Shopper - USD\",\n                    \"type\": \"receivables_shopper\",\n                    \"currency\": \"USD\"\n                },\n                \"shipping_revenue\": {\n                    \"id\": 42000,\n                    \"name\": \"Shipping Revenue\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                },\n                \"sales\": {\n                    \"id\": 40000,\n                    \"name\": \"Sales\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                }\n            },\n            \"brand_sale\": {\n                \"cost_of_sales\": {\n                    \"id\": 50000,\n                    \"name\": \"Cost of Sales\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"cost_of_shipping\": {\n                    \"id\": 52000,\n                    \"name\": \"Cost of Shipping\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"payables_brand_detail\": {\n                    \"id\": 20001,\n                    \"name\": \"A/P - Brand Detail - EUR\",\n                    \"type\": \"payables_brand_detail\",\n                    \"currency\": \"EUR\"\n                }\n            }\n        }\n    },\n    \"payment_id\": \"F7EC5EE5-19E6-28C5-1EFB-E147F1276737\"\n}"}],"_postman_id":"fcb061da-4e51-46c0-943e-17949457ee9b"},{"name":"Create Order - Single Item Subscription","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"order_id\", jsonData.id);\r","\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.payment.id);\r","\r","postman.setEnvironmentVariable(\"line_item_id\", jsonData.line_items[0].id);\r","postman.setEnvironmentVariable(\"line_item_quantity\", jsonData.line_items[0].quantity);"],"type":"text/javascript","packages":{},"id":"430898a0-6885-4e8b-a038-865f1169d809"}}],"id":"72943834-cb56-4a6b-9446-f5b10ece23c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"product-d083c09d-3ed3-49bd-8c05-b3bd490a39bd\",\r\n            \"plan_id\": \"daily\"\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"123\",\r\n        \"last_name\": \"123\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders?XDEBUG_SESSION=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[{"key":"XDEBUG_SESSION","value":"1"}],"variable":[]}},"response":[{"id":"0f03c19e-6f37-426c-b245-0129c6843924","name":"Create Order - Single Item Subscription","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"product-d083c09d-3ed3-49bd-8c05-b3bd490a39bd\",\r\n            \"plan_id\": \"daily\"\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"123\",\r\n        \"last_name\": \"123\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.expandnow.dev/v1/orders?XDEBUG_SESSION=1","protocol":"https","host":["api","expandnow","dev"],"path":["v1","orders"],"query":[{"key":"XDEBUG_SESSION","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Tue, 28 Jan 2025 02:30:49 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"order\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"id\": \"5D9F528C-6F9C-A061-7504-9F9278213A88\",\n    \"status\": \"ready\",\n    \"language\": \"EN\",\n    \"transaction_currency\": \"USD\",\n    \"transaction_delivery_country\": \"US\",\n    \"client_reference_id\": \"upstream_id_1738031446\",\n    \"tax_treatment\": \"inclusive\",\n    \"checkout_session\": {\n        \"url\": \"https://api.expandnow.dev/demos/hosted-checkout/95f862e536426e0c4cab74d8741c6056bb659fe4e84a7d138114718edaab1cb3\",\n        \"id\": \"9C486B8C-955D-748E-8E65-7E566C0171E0\",\n        \"status\": \"open\",\n        \"created_at\": 1738031448\n    },\n    \"previous_checkout_sessions\": [],\n    \"order_session\": null,\n    \"previous_order_sessions\": [],\n    \"line_items\": [\n        {\n            \"product_id\": \"product-d083c09d-3ed3-49bd-8c05-b3bd490a39bd\",\n            \"tax_code\": \"downloadable-software\",\n            \"type\": \"subscription\",\n            \"name\": \"Motorsports Racing 2024 - PC\",\n            \"description\": \"2024 Release!\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\n            \"quantity\": 1,\n            \"price_data\": {\n                \"amount\": 100,\n                \"currency\": \"EUR\"\n            },\n            \"plan_data\": {\n                \"exn_id\": \"0250b536-c8b8-b336-dc57-87e4fe0ba07c\",\n                \"brand_id\": \"e92111de-8304-26d4-92a3-a4aef3b8b426\",\n                \"id\": \"daily\",\n                \"name\": \"Daily-30962156-033a-4e0f-9e8c-d67cbaecc66b\",\n                \"has_free_trial\": true,\n                \"free_trial\": {\n                    \"interval\": \"DAYS\",\n                    \"interval_count\": 7\n                },\n                \"price_data\": {\n                    \"amount\": 100,\n                    \"currency\": \"EUR\"\n                },\n                \"schedule\": {\n                    \"interval\": \"MONTHS\",\n                    \"interval_count\": 1\n                },\n                \"has_setup_fee\": true,\n                \"setup_fee\": {\n                    \"amount\": 10\n                },\n                \"metadata\": null,\n                \"recurly_plan_id\": \"wbukr7e8ucvv\",\n                \"buy_link\": null,\n                \"created_at\": 1738029469,\n                \"updated_at\": 1738029469\n            },\n            \"id\": \"31928F79-9AF0-F28F-5AB9-86336C4163C1\",\n            \"fulfilled_quantity\": 0,\n            \"refunded_quantity\": 0,\n            \"fulfillable_quantity\": 0,\n            \"cancelled_quantity\": 0,\n            \"requires_shipping\": false,\n            \"fulfillment_status\": \"unfulfilled\",\n            \"price\": 97,\n            \"amount_subtotal\": 97,\n            \"amount_discount\": 0,\n            \"amount_total\": 97,\n            \"expandnow_costing_details\": {\n                \"price_rounding_rule\": \"NO_ROUNDING\",\n                \"unit_amount_pre_conversion\": 100,\n                \"unrounded_price\": 97,\n                \"unit_price\": 97,\n                \"unit_discount\": 0,\n                \"currency_details\": {\n                    \"currency\": \"EUR\",\n                    \"currency_exchange_rate\": \"0.969740\"\n                },\n                \"calculated_rate\": 0.09025,\n                \"jurisdictions\": {\n                    \"us_mn\": {\n                        \"description\": \"US - Minnesota Sales Tax\",\n                        \"registrationNumber\": \"\",\n                        \"taxSystem\": \"taxjar\",\n                        \"taxAttribute\": 1,\n                        \"inclusiveAllowed\": \"FALSE\",\n                        \"statementScheduleId\": \"\",\n                        \"account\": 25521,\n                        \"accounting\": {\n                            \"description\": \"A/P - Tax Output - US Minnesota Sales Tax\",\n                            \"accountType\": \"payablesTaxOutput\",\n                            \"currency\": \"USD\",\n                            \"account_id\": 25521\n                        }\n                    }\n                },\n                \"tax_currency\": \"USD\",\n                \"tax_exchange_rate\": 1,\n                \"net_price\": 89,\n                \"tax_details\": {\n                    \"tax_treatment\": \"inclusive\",\n                    \"sale_type\": \"local\",\n                    \"tax_rate\": \"0.09025\",\n                    \"unit_tax\": 8,\n                    \"total_tax\": 8,\n                    \"duty_rate\": 0,\n                    \"unit_landed_cost\": 0,\n                    \"total_landed_cost\": 0,\n                    \"total_tax_or_landed_cost\": 8\n                }\n            },\n            \"sale_type\": \"local\",\n            \"line_item_amounts\": {\n                \"transaction_details\": {\n                    \"order_currency\": \"USD\",\n                    \"total_product_price\": 89,\n                    \"total_product_tax\": 8,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 97,\n                    \"total_shipping_price\": 0,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 0,\n                    \"total_product_and_shipping_amount\": 97\n                },\n                \"merchant_details\": {\n                    \"merchant_currency\": \"EUR\",\n                    \"exchange_rate\": \"1.031204\",\n                    \"total_product_price\": 92,\n                    \"total_product_tax\": 8,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 100,\n                    \"total_shipping_price\": 0,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 0,\n                    \"total_product_and_shipping_amount\": 100\n                }\n            }\n        }\n    ],\n    \"amount_subtotal\": 97,\n    \"amount_total\": 97,\n    \"total_details\": {\n        \"amount_tax\": 0,\n        \"amount_shipping\": 0,\n        \"amount_landed_cost\": 0,\n        \"amount_discount\": 0\n    },\n    \"billing_address\": {\n        \"first_name\": \"123\",\n        \"last_name\": \"123\",\n        \"phone\": \"5073455611\",\n        \"email\": \"chris@expandnow.com\",\n        \"address\": {\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"city\": \"Plymouth\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"country_code\": \"US\",\n            \"region_name\": \"Minnesota\"\n        }\n    },\n    \"fulfillments\": [],\n    \"fulfillment\": {\n        \"requires_shipping_address\": false,\n        \"shipping_address\": null,\n        \"groups\": [\n            {\n                \"group_id\": 1,\n                \"external_reference_id\": null,\n                \"delivery_mode\": \"DIGITAL\",\n                \"items\": [\n                    {\n                        \"line_item_id\": \"31928F79-9AF0-F28F-5AB9-86336C4163C1\",\n                        \"product_id\": \"product-d083c09d-3ed3-49bd-8c05-b3bd490a39bd\",\n                        \"external_reference_id\": null,\n                        \"type\": \"subscription\",\n                        \"quantity\": 1,\n                        \"tax_code\": \"downloadable-software\"\n                    }\n                ],\n                \"shipping_from\": {\n                    \"city\": \"Plymouth\",\n                    \"line1\": \"10 Main\",\n                    \"line2\": \"Suite 200\",\n                    \"region\": \"MN\",\n                    \"postal_code\": \"55343\",\n                    \"country_code\": \"US\"\n                },\n                \"sale_type\": \"local\",\n                \"group_quantity\": 1\n            }\n        ]\n    },\n    \"cancellations\": [],\n    \"payment_required\": true,\n    \"payment\": {\n        \"type\": \"payment\",\n        \"id\": \"28680F95-9150-6372-CCED-98EC216142F8\",\n        \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n        \"client_secret\": \"38c1ad05ea0ef2207b5ad1ec827f325acef89652882e5f08d82fc48cf9064092\",\n        \"pay_now_url\": \"https://api.expandnow.dev/demos/pay-now/28680F95-9150-6372-CCED-98EC216142F8\",\n        \"status\": \"requires_payment_method\",\n        \"client_reference_id\": \"upstream_id_1738031446\",\n        \"order_id\": \"5D9F528C-6F9C-A061-7504-9F9278213A88\",\n        \"currency\": \"USD\",\n        \"language\": \"EN\",\n        \"amount\": 97,\n        \"country_code\": \"US\",\n        \"total_details\": {\n            \"amount_prefunded\": 0,\n            \"amount_capturable\": 0,\n            \"amount_captured\": 0,\n            \"amount_refunded\": 0,\n            \"amount_pending_refund\": 0,\n            \"amount_available_to_refund\": 0,\n            \"amount_cancelled\": 0\n        },\n        \"available_payment_methods\": [\n            {\n                \"type\": \"PAYPAL\",\n                \"provider_id\": \"paypal\",\n                \"position\": 1,\n                \"provider_configuration\": {\n                    \"client_key\": \"AXkdDo01XOpPqDA7aGH0hnWnn67MvdPEFotqSV9BGAF2nBwiasyNrohOq0fw_A8rlpJtZOEOJPuak1iX\",\n                    \"environment\": \"test\"\n                },\n                \"for_testing_only\": {\n                    \"paypal_demo_link\": \"https://api.expandnow.dev/demos/paypal-dropin.html?paymentClientSecret=38c1ad05ea0ef2207b5ad1ec827f325acef89652882e5f08d82fc48cf9064092\"\n                }\n            },\n            {\n                \"type\": \"ADYEN_DROPIN\",\n                \"provider_id\": \"adyen\",\n                \"position\": 2,\n                \"provider_configuration\": {\n                    \"client_key\": \"test_ROS6RO7R6JER5DLJHDKZPLZAZ4VKZQJS\",\n                    \"locale\": \"en_US\",\n                    \"environment\": \"test\",\n                    \"country_code\": \"US\"\n                },\n                \"provider_data\": {\n                    \"payment_methods_response\": {\n                        \"paymentMethods\": [\n                            {\n                                \"brands\": [\n                                    \"visa\",\n                                    \"mc\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"credit\",\n                                \"name\": \"Credit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"brands\": [\n                                    \"visa\",\n                                    \"mc\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"debit\",\n                                \"name\": \"Debit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"name\": \"Pay later with Klarna.\",\n                                \"type\": \"klarna\"\n                            },\n                            {\n                                \"name\": \"Pay over time with Klarna.\",\n                                \"type\": \"klarna_account\"\n                            },\n                            {\n                                \"name\": \"Paysafecard\",\n                                \"type\": \"paysafecard\"\n                            }\n                        ]\n                    }\n                },\n                \"for_testing_only\": {\n                    \"adyen_demo_link\": \"https://api.expandnow.dev/demos/adyen-dropin.html?paymentClientSecret=38c1ad05ea0ef2207b5ad1ec827f325acef89652882e5f08d82fc48cf9064092\"\n                }\n            }\n        ],\n        \"payment_method\": null,\n        \"transactions\": [],\n        \"billing_address\": null,\n        \"shipping_address\": null,\n        \"line_items\": null,\n        \"created_at\": 1738031448,\n        \"updated_at\": 1738031448\n    },\n    \"payment_method\": null,\n    \"localization\": {\n        \"disclosures\": {\n            \"terms_of_sale\": \"Please note, by continuing with checkout ExpandNow will process your personal data in accordance with its Data Privacy Statement. You can read about how and why ExpandNow processes personal data here.\"\n        },\n        \"addresses\": {\n            \"shipping\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            },\n            \"billing\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            }\n        },\n        \"order_summary\": [\n            {\n                \"type\": \"ORDER_SUBTOTAL\",\n                \"amount\": 97,\n                \"display_amount\": \"$0.97\",\n                \"display_text\": \"Subtotal\"\n            },\n            {\n                \"type\": \"ORDER_SHIPPING\",\n                \"amount\": 0,\n                \"display_amount\": \"$0.00\",\n                \"display_text\": \"Shipping\"\n            },\n            {\n                \"type\": \"ORDER_TOTAL\",\n                \"amount\": 97,\n                \"display_amount\": \"$0.97\",\n                \"display_text\": \"Total\"\n            },\n            {\n                \"type\": \"DUTIES_MESSAGE\",\n                \"display_text\": \"All applicable duties, taxes and fees are included in the total amount of your order. We guarantee you will not be required to pay any additional cost on delivery.\"\n            }\n        ]\n    },\n    \"metadata\": {\n        \"key\": \"value\",\n        \"open\": {\n            \"ended\": \"data\"\n        }\n    },\n    \"transaction_details\": {\n        \"vendor\": \"9e73165f-fa88-580e-cfe6-6faa86069dc1\",\n        \"vendor_currency\": \"EUR\",\n        \"entity_functional_currency\": \"USD\",\n        \"transaction_currency\": \"USD\",\n        \"order_currency_to_vendor_currency_exchange_rate\": \"1.031204\",\n        \"order_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"vendor_currency_to_entity_functional_currency_exchange_rate\": \"0.969740\",\n        \"merchant_base_currency\": \"EUR\",\n        \"exchange_rate\": \"0.969740\",\n        \"total_net_product_price\": 89,\n        \"total_net_shipping\": 0,\n        \"total_order_tax\": 8,\n        \"total_order_tax_details\": {\n            \"total_product_tax\": 8,\n            \"total_shipping_tax\": 0\n        },\n        \"total_order_landed_cost\": 0,\n        \"total_order_landed_cost_details\": {\n            \"total_product_landed_cost\": 0,\n            \"total_shipping_landed_cost\": 0\n        },\n        \"total_order_tax_or_landed_cost\": 8,\n        \"total_order_amount\": 97,\n        \"check_math\": 0\n    },\n    \"selling_entity\": \"expand_now_usa\",\n    \"created_at\": 1738031447,\n    \"updated_at\": 1738031447,\n    \"validations\": {\n        \"addresses\": {\n            \"billing\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            },\n            \"shipping\": {\n                \"complete\": true,\n                \"required_fields\": [],\n                \"incomplete_fields\": []\n            }\n        }\n    },\n    \"customer_id\": null,\n    \"costing_data\": {\n        \"merchant_currency\": \"EUR\",\n        \"margin_source\": \"total\",\n        \"exchange_rate\": \"1.031204\",\n        \"net_product_price\": 92,\n        \"net_shipping\": 0,\n        \"tax\": 8,\n        \"landed_cost\": 0,\n        \"total\": 100,\n        \"expandnow_total_margin\": 7,\n        \"expandnow_total_margin_details\": {\n            \"expandnow_standard_margin\": 5,\n            \"expandnow_margin_rate\": 0.05,\n            \"expandnow_currency_margin\": 2,\n            \"expandnow_currency_margin_rate\": 0.02,\n            \"expandnow_margin_source\": \"total\"\n        },\n        \"freight_account\": \"brand\",\n        \"merchant_price\": 85,\n        \"freight_paid_to_merchant\": 0,\n        \"landed_cost_paid_to_merchant\": 0,\n        \"tax_on_merchant_sale\": 0,\n        \"account_determination\": {\n            \"shopper_sale\": {\n                \"receivables_shopper\": {\n                    \"id\": 12002,\n                    \"name\": \"A/R - Shopper - USD\",\n                    \"type\": \"receivables_shopper\",\n                    \"currency\": \"USD\"\n                },\n                \"shipping_revenue\": {\n                    \"id\": 42000,\n                    \"name\": \"Shipping Revenue\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                },\n                \"sales\": {\n                    \"id\": 40000,\n                    \"name\": \"Sales\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                }\n            },\n            \"brand_sale\": {\n                \"cost_of_sales\": {\n                    \"id\": 50000,\n                    \"name\": \"Cost of Sales\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"cost_of_shipping\": {\n                    \"id\": 52000,\n                    \"name\": \"Cost of Shipping\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"payables_brand_detail\": {\n                    \"id\": 20001,\n                    \"name\": \"A/P - Brand Detail - EUR\",\n                    \"type\": \"payables_brand_detail\",\n                    \"currency\": \"EUR\"\n                }\n            }\n        }\n    },\n    \"payment_id\": \"28680F95-9150-6372-CCED-98EC216142F8\"\n}"}],"_postman_id":"72943834-cb56-4a6b-9446-f5b10ece23c6"},{"name":"Create Order - Single Item Physical (No fulfillment details)","event":[{"listen":"test","script":{"exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"order_id\", jsonData.id);\r","\r","pm.environment.set(\"payment_id\", jsonData.payment.id);\r","\r","pm.environment.set(\"line_item_id\", jsonData.line_items[0].id);\r","pm.environment.set(\"line_item_quantity\", jsonData.line_items[0].quantity);\r",""],"type":"text/javascript","packages":{},"id":"8a0e2636-b0a6-4502-925a-c3d2d418cd37"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"dfa23cf6-7db4-4b0b-9734-930a8529e3f2"}}],"id":"0b798f88-f545-4b8d-b0ae-9469baa0651e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"type\": \"physical\",\r\n            \"tax_code\": \"saas\",\r\n            \"external_reference_id\": \"4d625818-c373-4060-b430-cf62b4f4d964\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"amount\": \r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"3091ae12-d192-444d-93b7-3a8e0009f642","name":"Create Order - Single Item Physical (No fulfillment details)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"USD\",\r\n    \"transaction_delivery_country\": \"US\",\r\n    \"client_reference_id\": \"upstream_id_1775716394\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"type\": \"physical\",\r\n            \"tax_code\": \"saas\",\r\n            \"external_reference_id\": \"1f803804-542d-48f3-a0c1-ee585e5a8b3a\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"amount\": \r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"US\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Tue, 28 Jan 2025 02:31:08 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"order\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"id\": \"7D8119E5-C728-C414-D5D2-2ADDBFD12234\",\n    \"status\": \"draft\",\n    \"language\": \"EN\",\n    \"transaction_currency\": \"USD\",\n    \"transaction_delivery_country\": \"US\",\n    \"client_reference_id\": \"upstream_id_1738031466\",\n    \"tax_treatment\": \"exclusive\",\n    \"checkout_session\": {\n        \"url\": \"https://api.expandnow.dev/demos/hosted-checkout/1df6eb497ed91a600f7247b8a91dcaad51a47bc8f23859213883122555d3955e\",\n        \"id\": \"4FB1E889-787C-4CD8-44DD-70433C5F133B\",\n        \"status\": \"open\",\n        \"created_at\": 1738031467\n    },\n    \"previous_checkout_sessions\": [],\n    \"order_session\": null,\n    \"previous_order_sessions\": [],\n    \"line_items\": [\n        {\n            \"product_id\": \"physical_1\",\n            \"type\": \"physical\",\n            \"tax_code\": \"saas\",\n            \"external_reference_id\": \"7b0536dd-9cd0-4274-b861-1ba87f4f0284\",\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\n            \"quantity\": 3,\n            \"price_data\": {\n                \"amount\": 389\n            },\n            \"id\": \"21B67479-3171-41F0-8826-6EF965D23647\",\n            \"fulfilled_quantity\": 0,\n            \"refunded_quantity\": 0,\n            \"fulfillable_quantity\": 0,\n            \"cancelled_quantity\": 0,\n            \"requires_shipping\": true,\n            \"fulfillment_status\": \"unfulfilled\",\n            \"price\": 126,\n            \"amount_subtotal\": 378,\n            \"amount_discount\": 0,\n            \"amount_total\": 378,\n            \"expandnow_costing_details\": {\n                \"price_rounding_rule\": \"NO_ROUNDING\",\n                \"unit_amount_pre_conversion\": 129,\n                \"unrounded_price\": 126,\n                \"unit_price\": 126,\n                \"unit_discount\": 0,\n                \"currency_details\": {\n                    \"currency\": \"EUR\",\n                    \"currency_exchange_rate\": \"0.969740\"\n                },\n                \"calculated_rate\": 0,\n                \"jurisdictions\": [],\n                \"tax_currency\": \"\",\n                \"tax_exchange_rate\": 1,\n                \"net_price\": 126,\n                \"tax_details\": {\n                    \"tax_treatment\": \"exclusive\",\n                    \"sale_type\": \"local\",\n                    \"tax_rate\": \"0.00000\",\n                    \"unit_tax\": 0,\n                    \"total_tax\": 0,\n                    \"duty_rate\": 0,\n                    \"unit_landed_cost\": 0,\n                    \"total_landed_cost\": 0,\n                    \"total_tax_or_landed_cost\": 0\n                }\n            },\n            \"sale_type\": \"local\",\n            \"line_item_amounts\": {\n                \"transaction_details\": {\n                    \"order_currency\": \"USD\",\n                    \"total_product_price\": 378,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 378,\n                    \"total_shipping_price\": 485,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 485,\n                    \"total_product_and_shipping_amount\": 863\n                },\n                \"merchant_details\": {\n                    \"merchant_currency\": \"EUR\",\n                    \"exchange_rate\": \"1.031204\",\n                    \"total_product_price\": 390,\n                    \"total_product_tax\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_product_amount\": 390,\n                    \"total_shipping_price\": 500,\n                    \"total_shipping_tax\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_shipping_amount\": 500,\n                    \"total_product_and_shipping_amount\": 890\n                }\n            }\n        }\n    ],\n    \"amount_subtotal\": 378,\n    \"amount_total\": 863,\n    \"total_details\": {\n        \"amount_tax\": 0,\n        \"amount_shipping\": 485,\n        \"amount_landed_cost\": 0,\n        \"amount_discount\": 0\n    },\n    \"billing_address\": {\n        \"first_name\": \"America\",\n        \"last_name\": \"D'Amore\",\n        \"phone\": \"5073455611\",\n        \"email\": \"chris@expandnow.com\",\n        \"address\": {\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"city\": \"Plymouth\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"country_code\": \"US\",\n            \"region_name\": \"Minnesota\"\n        }\n    },\n    \"fulfillments\": [],\n    \"fulfillment\": {\n        \"requires_shipping_address\": true,\n        \"shipping_address\": null,\n        \"groups\": [\n            {\n                \"group_id\": 1,\n                \"external_reference_id\": null,\n                \"delivery_mode\": \"SHIP\",\n                \"items\": [\n                    {\n                        \"line_item_id\": \"21B67479-3171-41F0-8826-6EF965D23647\",\n                        \"product_id\": \"physical_1\",\n                        \"external_reference_id\": \"7b0536dd-9cd0-4274-b861-1ba87f4f0284\",\n                        \"type\": \"physical\",\n                        \"quantity\": 3,\n                        \"tax_code\": \"saas\"\n                    }\n                ],\n                \"shipping_from\": {\n                    \"city\": \"Plymouth\",\n                    \"line1\": \"10 Main\",\n                    \"line2\": \"Suite 200\",\n                    \"region\": \"MN\",\n                    \"postal_code\": \"55343\",\n                    \"country_code\": \"US\"\n                },\n                \"shipping_method\": {\n                    \"id\": \"ground\",\n                    \"price_data\": {\n                        \"amount\": 500,\n                        \"price_type\": \"inclusive\"\n                    },\n                    \"display_name\": \"Ground\",\n                    \"delivery_terms\": \"delivered_duties_paid\",\n                    \"delivery_estimate\": \"3 Days\",\n                    \"price\": 485,\n                    \"amount_subtotal\": 485,\n                    \"amount_discount\": 0,\n                    \"amount_total\": 485,\n                    \"expandnow_costing_details\": {\n                        \"calculated_rate\": 0,\n                        \"jurisdictions\": [],\n                        \"tax_currency\": \"\",\n                        \"tax_exchange_rate\": 1,\n                        \"order_total_quantity\": 3,\n                        \"unit_price\": 162,\n                        \"unit_net_price\": 162,\n                        \"net_price\": 485,\n                        \"tax_details\": {\n                            \"tax_treatment\": \"exclusive\",\n                            \"sale_type\": \"local\",\n                            \"tax_rate\": \"0.00000\",\n                            \"unit_tax\": 0,\n                            \"total_tax\": 0,\n                            \"duty_rate\": 0,\n                            \"unit_landed_cost\": 0,\n                            \"total_landed_cost\": 0,\n                            \"total_tax_or_landed_cost\": 0\n                        },\n                        \"currency_details\": {\n                            \"currency\": \"EUR\",\n                            \"currency_exchange_rate\": \"0.969740\"\n                        }\n                    }\n                },\n                \"packages\": [],\n                \"sale_type\": \"local\",\n                \"group_quantity\": 3,\n                \"available_shipping_methods\": [\n                    {\n                        \"id\": \"ground\",\n                        \"price_data\": {\n                            \"amount\": 500,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Ground\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"3 Days\",\n                        \"price\": 485,\n                        \"amount_subtotal\": 485,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 485,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 3,\n                            \"unit_price\": 162,\n                            \"unit_net_price\": 162,\n                            \"net_price\": 485,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": \"0.969740\"\n                            }\n                        }\n                    },\n                    {\n                        \"id\": \"overnight\",\n                        \"price_data\": {\n                            \"amount\": 5000,\n                            \"price_type\": \"inclusive\"\n                        },\n                        \"display_name\": \"Overnight Shipping\",\n                        \"delivery_terms\": \"delivered_duties_paid\",\n                        \"delivery_estimate\": \"Tomorrow\",\n                        \"price\": 4849,\n                        \"amount_subtotal\": 4849,\n                        \"amount_discount\": 0,\n                        \"amount_total\": 4849,\n                        \"expandnow_costing_details\": {\n                            \"order_total_quantity\": 3,\n                            \"unit_price\": 1616,\n                            \"unit_net_price\": 1616,\n                            \"net_price\": 4849,\n                            \"tax_details\": [],\n                            \"currency_details\": {\n                                \"currency\": \"EUR\",\n                                \"currency_exchange_rate\": \"0.969740\"\n                            }\n                        }\n                    }\n                ]\n            }\n        ]\n    },\n    \"cancellations\": [],\n    \"payment_required\": true,\n    \"payment\": null,\n    \"payment_method\": null,\n    \"localization\": {\n        \"disclosures\": {\n            \"terms_of_sale\": \"Please note, by continuing with checkout ExpandNow will process your personal data in accordance with its Data Privacy Statement. You can read about how and why ExpandNow processes personal data here.\"\n        },\n        \"addresses\": {\n            \"shipping\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            },\n            \"billing\": {\n                \"country_code\": \"US\",\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"localized_fields\": {\n                    \"country_code\": \"Country/region\",\n                    \"first_name\": \"First name\",\n                    \"last_name\": \"Last name\",\n                    \"company\": \"Company\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"city\": \"City\",\n                    \"region\": \"State\",\n                    \"postal_code\": \"ZIP code\",\n                    \"phone\": \"Phone\"\n                }\n            }\n        },\n        \"order_summary\": [\n            {\n                \"type\": \"ORDER_SUBTOTAL\",\n                \"amount\": 378,\n                \"display_amount\": \"$3.78\",\n                \"display_text\": \"Subtotal\"\n            },\n            {\n                \"type\": \"ORDER_SHIPPING\",\n                \"amount\": 485,\n                \"display_amount\": \"$4.85\",\n                \"display_text\": \"Shipping\"\n            },\n            {\n                \"type\": \"ORDER_TAX\",\n                \"amount\": 0,\n                \"display_amount\": \"$0.00\",\n                \"display_text\": \"Tax and Duties\"\n            },\n            {\n                \"type\": \"ORDER_TOTAL\",\n                \"amount\": 863,\n                \"display_amount\": \"$8.63\",\n                \"display_text\": \"Total\"\n            },\n            {\n                \"type\": \"DUTIES_MESSAGE\",\n                \"display_text\": \"All applicable duties, taxes and fees are included in the total amount of your order. We guarantee you will not be required to pay any additional cost on delivery.\"\n            }\n        ]\n    },\n    \"metadata\": {\n        \"key\": \"value\",\n        \"open\": {\n            \"ended\": \"data\"\n        }\n    },\n    \"transaction_details\": {\n        \"vendor\": \"9e73165f-fa88-580e-cfe6-6faa86069dc1\",\n        \"vendor_currency\": \"EUR\",\n        \"entity_functional_currency\": \"USD\",\n        \"transaction_currency\": \"USD\",\n        \"order_currency_to_vendor_currency_exchange_rate\": \"1.031204\",\n        \"order_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"vendor_currency_to_entity_functional_currency_exchange_rate\": \"0.969740\",\n        \"merchant_base_currency\": \"EUR\",\n        \"exchange_rate\": \"0.969740\",\n        \"total_net_product_price\": 378,\n        \"total_net_shipping\": 485,\n        \"total_order_tax\": 0,\n        \"total_order_tax_details\": {\n            \"total_product_tax\": 0,\n            \"total_shipping_tax\": 0\n        },\n        \"total_order_landed_cost\": 0,\n        \"total_order_landed_cost_details\": {\n            \"total_product_landed_cost\": 0,\n            \"total_shipping_landed_cost\": 0\n        },\n        \"total_order_tax_or_landed_cost\": 0,\n        \"total_order_amount\": 863,\n        \"check_math\": 0\n    },\n    \"selling_entity\": \"expand_now_usa\",\n    \"created_at\": 1738031467,\n    \"updated_at\": 1738031467,\n    \"validations\": {\n        \"addresses\": {\n            \"billing\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            },\n            \"shipping\": {\n                \"complete\": false,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ]\n            }\n        }\n    },\n    \"customer_id\": null,\n    \"costing_data\": {\n        \"merchant_currency\": \"EUR\",\n        \"margin_source\": \"total\",\n        \"exchange_rate\": \"1.031204\",\n        \"net_product_price\": 390,\n        \"net_shipping\": 500,\n        \"tax\": 0,\n        \"landed_cost\": 0,\n        \"total\": 890,\n        \"expandnow_total_margin\": 62,\n        \"expandnow_total_margin_details\": {\n            \"expandnow_standard_margin\": 44,\n            \"expandnow_margin_rate\": 0.05,\n            \"expandnow_currency_margin\": 17,\n            \"expandnow_currency_margin_rate\": 0.02,\n            \"expandnow_margin_source\": \"total\"\n        },\n        \"freight_account\": \"brand\",\n        \"merchant_price\": 327,\n        \"freight_paid_to_merchant\": 500,\n        \"landed_cost_paid_to_merchant\": 0,\n        \"tax_on_merchant_sale\": 0,\n        \"account_determination\": {\n            \"shopper_sale\": {\n                \"receivables_shopper\": {\n                    \"id\": 12002,\n                    \"name\": \"A/R - Shopper - USD\",\n                    \"type\": \"receivables_shopper\",\n                    \"currency\": \"USD\"\n                },\n                \"shipping_revenue\": {\n                    \"id\": 42000,\n                    \"name\": \"Shipping Revenue\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                },\n                \"sales\": {\n                    \"id\": 40000,\n                    \"name\": \"Sales\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                }\n            },\n            \"brand_sale\": {\n                \"cost_of_sales\": {\n                    \"id\": 50000,\n                    \"name\": \"Cost of Sales\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"cost_of_shipping\": {\n                    \"id\": 52000,\n                    \"name\": \"Cost of Shipping\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"payables_brand_detail\": {\n                    \"id\": 20001,\n                    \"name\": \"A/P - Brand Detail - EUR\",\n                    \"type\": \"payables_brand_detail\",\n                    \"currency\": \"EUR\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"0b798f88-f545-4b8d-b0ae-9469baa0651e"}],"id":"317bd1d7-63cd-4a19-9ecd-7d46fd6682fd","_postman_id":"317bd1d7-63cd-4a19-9ecd-7d46fd6682fd","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Fulfillment Groups","item":[{"name":"Create Order - Multiple Physical Single Group","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"order_id\", jsonData.id);\r","\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.payment.id);\r","\r","postman.setEnvironmentVariable(\"line_item_id\", jsonData.line_items[0].id);\r","postman.setEnvironmentVariable(\"line_item_quantity\", jsonData.line_items[0].quantity);"],"type":"text/javascript","packages":{},"id":"1f8fcf62-1e9c-4964-b6a4-2fe867379ef1"}}],"id":"847b0fdc-0475-4cb0-98da-76357cb9567b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"EUR\",\r\n    \"transaction_delivery_country\": \"NL\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"client_1234\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"415a1620-22df-4e28-b51f-7dccb46119ab\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"unit_amount\": 34200,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        },\r\n        {\r\n            \"product_id\": \"physical_2\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"111cbab2-be43-4341-8f69-e2a58fa393e9\",\r\n            \"name\": \"Half Sleeve Round Neck T-Shirt\",\r\n            \"description\": \"Boys cotton T-Shirt\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-1.png\",\r\n            \"quantity\": 2,\r\n            \"price_data\": {\r\n                \"unit_amount\": 20000,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"NL\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"5073455611\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"NL\"\r\n            }\r\n        },\r\n        \"shipping_method\": {\r\n            \"display_name\": \"Overnight Shipping\",\r\n            \"id\": \"1234\",\r\n            \"price_data\": {\r\n                \"amount\": 5000,\r\n                \"price_type\": \"inclusive\"\r\n            },\r\n            \"delivery_estimate\": \"By May 1\",\r\n            \"delivery_terms\": \"delivered_duties_paid\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"847b0fdc-0475-4cb0-98da-76357cb9567b"},{"name":"Create Order - Single Physical Single Digital","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"order_id\", jsonData.id);\r","\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.payment.id);\r","\r","postman.setEnvironmentVariable(\"line_item_id\", jsonData.line_items[0].id);\r","postman.setEnvironmentVariable(\"line_item_quantity\", jsonData.line_items[0].quantity);"],"type":"text/javascript","packages":{},"id":"62dafe2e-31bc-4673-a9bf-e57f4d469c41"}}],"id":"342b73ca-c7b8-43d5-b155-fcbece31ed37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"EUR\",\r\n    \"transaction_delivery_country\": \"NL\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"client_1234\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"b1ab4c15-c912-46c2-a5a9-f1f03e169c58\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"unit_amount\": 34200,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        },\r\n        {\r\n            \"product_id\": \"digital_1\",\r\n            \"type\": \"digital\",\r\n            \"external_reference_id\": \"397332ff-dc67-4108-b42c-60ade69a2642\",\r\n            \"name\": \"Motorsports Racing 2024 - PC\",\r\n            \"description\": \"2024 Release!\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"unit_amount\": 34200,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"NL\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"5073455611\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"NL\"\r\n            }\r\n        },\r\n        \"shipping_method\": {\r\n            \"display_name\": \"Overnight Shipping\",\r\n            \"id\": \"1234\",\r\n            \"price_data\": {\r\n                \"amount\": 5000,\r\n                \"price_type\": \"inclusive\"\r\n            },\r\n            \"delivery_estimate\": \"By May 1\",\r\n            \"delivery_terms\": \"delivered_duties_paid\"\r\n        }\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"342b73ca-c7b8-43d5-b155-fcbece31ed37"},{"name":"Create Order - Multiple Physical Multiple Group","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"order_id\", jsonData.id);\r","\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.payment.id);\r","\r","postman.setEnvironmentVariable(\"line_item_id\", jsonData.line_items[0].id);\r","postman.setEnvironmentVariable(\"line_item_quantity\", jsonData.line_items[0].quantity);"],"type":"text/javascript","packages":{},"id":"59c2ae55-c892-4d11-b7d9-8c493f7f5adf"}}],"id":"58b557ab-dfe0-43f6-a70b-eb8a27ec9ba2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"EUR\",\r\n    \"transaction_delivery_country\": \"NL\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"client_1234\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"dbaf7282-07ac-435f-9d3b-3f0339533e77\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"unit_amount\": 34200,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        },\r\n        {\r\n            \"product_id\": \"physical_2\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"0b2ba112-b7fa-4004-b502-1b8c643183ed\",\r\n            \"name\": \"Half Sleeve Round Neck T-Shirt\",\r\n            \"description\": \"Boys cotton T-Shirt\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-1.png\",\r\n            \"quantity\": 2,\r\n            \"price_data\": {\r\n                \"unit_amount\": 20000,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"NL\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"5073455611\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"NL\"\r\n            }\r\n        },\r\n        \"groups\": [\r\n            {\r\n                \"external_reference_id\": \"product_group_1\",\r\n                \"items\": [\r\n                    \"physical_1\"\r\n                ],\r\n                \"delivery_mode\": \"SHIP\",\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Standard Shipping\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 2000,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"By May 1\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            },\r\n            {\r\n                \"external_reference_id\": \"product_group_2\",\r\n                \"items\": [\r\n                    \"physical_2\"\r\n                ],\r\n                \"delivery_mode\": \"SHIP\",\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Overnight Shipping\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 5000,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"Tomorrow\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"58b557ab-dfe0-43f6-a70b-eb8a27ec9ba2"},{"name":"Create Order - Multiple Physical Multiple Group With Store Pickup","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"order_id\", jsonData.id);\r","\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.payment.id);\r","\r","postman.setEnvironmentVariable(\"line_item_id\", jsonData.line_items[0].id);\r","postman.setEnvironmentVariable(\"line_item_quantity\", jsonData.line_items[0].quantity);"],"type":"text/javascript","packages":{},"id":"b49872e3-fc40-45ad-a22e-2d0ee144139b"}}],"id":"5ef74cbe-0bce-452e-9332-28605cfc70b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"EUR\",\r\n    \"transaction_delivery_country\": \"NL\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"client_1234\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"2507d96e-a62e-41dc-b8ac-72e99f397f49\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"unit_amount\": 34200,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        },\r\n        {\r\n            \"product_id\": \"physical_2\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"e6c1e003-7f50-48d2-b026-d3543d02c6ba\",\r\n            \"name\": \"Half Sleeve Round Neck T-Shirt\",\r\n            \"description\": \"Boys cotton T-Shirt\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-1.png\",\r\n            \"quantity\": 2,\r\n            \"price_data\": {\r\n                \"unit_amount\": 20000,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"NL\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"5073455611\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"NL\"\r\n            }\r\n        },\r\n        \"groups\": [\r\n            {\r\n                \"external_reference_id\": \"product_group_1\",\r\n                \"items\": [\r\n                    \"physical_1\"\r\n                ],\r\n                \"delivery_mode\": \"SHIP\",\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Standard Shipping\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 2000,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"By May 1\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            },\r\n            {\r\n                \"external_reference_id\": \"product_group_2\",\r\n                \"items\": [\r\n                    \"physical_2\"\r\n                ],\r\n                \"delivery_mode\": \"PICK_UP\",\r\n                \"pickup_location\": {\r\n                    \"name\": \"ExpandNow World Headquarters\",\r\n                    \"phone\": \"5073455611\",\r\n                    \"address\": {\r\n                        \"line1\": \"10 Main\",\r\n                        \"line2\": \"Suite 200\",\r\n                        \"city\": \"Plymouth\",\r\n                        \"region\": \"MN\",\r\n                        \"postal_code\": \"55343\",\r\n                        \"country_code\": \"NL\"\r\n                    }\r\n                },\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Curbside Delivery\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 0,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"By May 1\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ef74cbe-0bce-452e-9332-28605cfc70b2"},{"name":"Create Order - Multiple Physical Multiple Group With Store Pickup And Digital","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"order_id\", jsonData.id);\r","\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.payment.id);\r","\r","postman.setEnvironmentVariable(\"line_item_id\", jsonData.line_items[0].id);\r","postman.setEnvironmentVariable(\"line_item_quantity\", jsonData.line_items[0].quantity);"],"type":"text/javascript","packages":{},"id":"ad54979a-20aa-447d-af43-0d3b90f643b1"}}],"id":"7b2af6c9-c4f2-4584-95c6-552408623eef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"EUR\",\r\n    \"transaction_delivery_country\": \"NL\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"client_1234\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"42297a09-8dd3-4600-9019-2ca2c12c036c\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"unit_amount\": 34200,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        },\r\n        {\r\n            \"product_id\": \"physical_2\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"4757357f-4c3b-4767-ab8e-3838d0bf5e59\",\r\n            \"name\": \"Half Sleeve Round Neck T-Shirt\",\r\n            \"description\": \"Boys cotton T-Shirt\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-1.png\",\r\n            \"quantity\": 2,\r\n            \"price_data\": {\r\n                \"unit_amount\": 20000,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        },\r\n        {\r\n            \"product_id\": \"digital_1\",\r\n            \"type\": \"digital\",\r\n            \"external_reference_id\": \"7420552d-336b-4aa1-b37a-54a6d8f54616\",\r\n            \"name\": \"Motorsports Racing 2024 - PC\",\r\n            \"description\": \"2024 Release!\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"unit_amount\": 34200,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"NL\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"5073455611\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"NL\"\r\n            }\r\n        },\r\n        \"groups\": [\r\n            {\r\n                \"external_reference_id\": \"product_group_1\",\r\n                \"items\": [\r\n                    \"physical_1\"\r\n                ],\r\n                \"delivery_mode\": \"SHIP\",\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Standard Shipping\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 2000,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"By May 1\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            },\r\n            {\r\n                \"external_reference_id\": \"product_group_2\",\r\n                \"items\": [\r\n                    \"physical_2\"\r\n                ],\r\n                \"delivery_mode\": \"PICK_UP\",\r\n                \"pickup_location\": {\r\n                    \"name\": \"ExpandNow World Headquarters\",\r\n                    \"phone\": \"5073455611\",\r\n                    \"address\": {\r\n                        \"line1\": \"10 Main\",\r\n                        \"line2\": \"Suite 200\",\r\n                        \"city\": \"Plymouth\",\r\n                        \"region\": \"MN\",\r\n                        \"postal_code\": \"55343\",\r\n                        \"country_code\": \"NL\"\r\n                    }\r\n                },\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Curbside Delivery\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 0,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"By May 1\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b2af6c9-c4f2-4584-95c6-552408623eef"},{"name":"Create Order - Multiple Physical Multiple Group With Store Pickup And Digital Copy","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"order_id\", jsonData.id);\r","\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.payment.id);\r","\r","postman.setEnvironmentVariable(\"line_item_id\", jsonData.line_items[0].id);\r","postman.setEnvironmentVariable(\"line_item_quantity\", jsonData.line_items[0].quantity);"],"type":"text/javascript","packages":{},"id":"ae58e3be-e7b4-4537-a07c-aaef49938ea4"}}],"id":"9a2917ee-8e70-48c5-9a2c-dc89b520c72f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"EUR\",\r\n    \"transaction_delivery_country\": \"NL\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"client_1234\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"f6f46168-0178-4631-9edb-c1364c48f498\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"unit_amount\": 34200,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        },\r\n        {\r\n            \"product_id\": \"physical_2\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"300346ca-33ef-47ae-90b9-42c9eb057fd2\",\r\n            \"name\": \"Half Sleeve Round Neck T-Shirt\",\r\n            \"description\": \"Boys cotton T-Shirt\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-1.png\",\r\n            \"quantity\": 2,\r\n            \"price_data\": {\r\n                \"unit_amount\": 20000,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        },\r\n        {\r\n            \"product_id\": \"physical_3\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"fc563184-8d78-469b-a7a9-296ab75e8732\",\r\n            \"name\": \"Noise Evolve Smartwatch\",\r\n            \"description\": \"The latest and greatest version.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-7.png\",\r\n            \"quantity\": 1,\r\n            \"price_data\": {\r\n                \"unit_amount\": 4400,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        },\r\n        {\r\n            \"product_id\": \"digital_1\",\r\n            \"type\": \"digital\",\r\n            \"external_reference_id\": \"bc1fea95-33eb-42ac-ac22-2bcf7b6b7c6f\",\r\n            \"name\": \"Motorsports Racing 2024 - PC\",\r\n            \"description\": \"2024 Release!\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"unit_amount\": 34200,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"NL\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"5073455611\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"NL\"\r\n            }\r\n        },\r\n        \"groups\": [\r\n            {\r\n                \"external_reference_id\": \"product_group_1\",\r\n                \"items\": [\r\n                    \"physical_1\",\r\n                    \"physical_3\"\r\n                ],\r\n                \"delivery_mode\": \"SHIP\",\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Standard Shipping\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 2000,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"By May 1\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            },\r\n            {\r\n                \"external_reference_id\": \"product_group_2\",\r\n                \"items\": [\r\n                    \"physical_2\"\r\n                ],\r\n                \"delivery_mode\": \"PICK_UP\",\r\n                \"pickup_location\": {\r\n                    \"name\": \"ExpandNow World Headquarters\",\r\n                    \"phone\": \"5073455611\",\r\n                    \"address\": {\r\n                        \"line1\": \"10 Main\",\r\n                        \"line2\": \"Suite 200\",\r\n                        \"city\": \"Plymouth\",\r\n                        \"region\": \"MN\",\r\n                        \"postal_code\": \"55343\",\r\n                        \"country_code\": \"NL\"\r\n                    }\r\n                },\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Curbside Delivery\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 0,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"By May 1\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a2917ee-8e70-48c5-9a2c-dc89b520c72f"},{"name":"Create Order - Multiple Physical Multiple Group With Store Pickup And Digital Copy 2","event":[{"listen":"test","script":{"exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"order_id\", jsonData.id);\r","\r","pm.environment.set(\"payment_id\", jsonData.payment.id);\r","\r","pm.environment.set(\"line_item_id\", jsonData.line_items[0].id);\r","pm.environment.set(\"line_item_quantity\", jsonData.line_items[0].quantity);\r","\r","pm.environment.set(\"line_item_2_id\", jsonData.line_items[1].id);\r","pm.environment.set(\"line_item_2_quantity\", jsonData.line_items[1].quantity);"],"type":"text/javascript","packages":{},"id":"ac385662-88d6-4237-aea8-1d78ed6e357b"}}],"id":"dfca522b-fb4c-4ed4-bd79-420291ff0f12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"transaction_currency\": \"EUR\",\r\n    \"transaction_delivery_country\": \"NL\",\r\n    \"tax_treatment\": \"inclusive\",\r\n    \"client_reference_id\": \"client_1234\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"dcbf6f6b-5fdd-4b96-b4b7-201382980f26\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"unit_amount\": 34200,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        },\r\n        {\r\n            \"product_id\": \"physical_2\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"3fbd4762-a747-4dab-a3a3-f0a98269f1c6\",\r\n            \"name\": \"Half Sleeve Round Neck T-Shirt\",\r\n            \"description\": \"Boys cotton T-Shirt\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-1.png\",\r\n            \"quantity\": 2,\r\n            \"price_data\": {\r\n                \"unit_amount\": 20000,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        },\r\n        {\r\n            \"product_id\": \"physical_3\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"d976115b-25ed-4e26-8479-7ac39e25b284\",\r\n            \"name\": \"Noise Evolve Smartwatch\",\r\n            \"description\": \"The latest and greatest version.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-7.png\",\r\n            \"quantity\": 1,\r\n            \"price_data\": {\r\n                \"unit_amount\": 4400,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        },\r\n        {\r\n            \"product_id\": \"digital_1\",\r\n            \"type\": \"digital\",\r\n            \"external_reference_id\": \"ae5047d5-f269-4e08-91ba-35dd8c35d1f9\",\r\n            \"name\": \"Motorsports Racing 2024 - PC\",\r\n            \"description\": \"2024 Release!\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"unit_amount\": 34200,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"\",\r\n        \"last_name\": \"\",\r\n        \"phone\": \"5073455611\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"NL\"\r\n        }\r\n    },\r\n    \"fulfillment\": {\r\n        \"shipping_address\": {\r\n            \"first_name\": \"\",\r\n            \"last_name\": \"\",\r\n            \"phone\": \"\",\r\n            \"email\": \"chris@expandnow.com\",\r\n            \"address\": {\r\n                \"line1\": \"10 Main\",\r\n                \"line2\": \"Suite 200\",\r\n                \"city\": \"Plymouth\",\r\n                \"region\": \"MN\",\r\n                \"postal_code\": \"55343\",\r\n                \"country_code\": \"NL\"\r\n            }\r\n        },\r\n        \"groups\": [\r\n            {\r\n                \"external_reference_id\": \"product_group_1\",\r\n                \"items\": [\r\n                    \"physical_1\",\r\n                    \"physical_3\"\r\n                ],\r\n                \"delivery_mode\": \"SHIP\",\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Standard Shipping\",\r\n                    \"id\": \"ground\",\r\n                    \"price_data\": {\r\n                        \"amount\": 500,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"By May 1\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                },\r\n                \"available_shipping_methods\": [\r\n                    {\r\n                        \"display_name\": \"Ground\",\r\n                        \"id\": \"ground\",\r\n                        \"price_data\": {\r\n                            \"amount\": 500,\r\n                            \"price_type\": \"inclusive\"\r\n                        },\r\n                        \"delivery_estimate\": \"3 Days\",\r\n                        \"delivery_terms\": \"delivered_duties_paid\"\r\n                    },\r\n                    {\r\n                        \"display_name\": \"Overnight Shipping\",\r\n                        \"id\": \"overnight\",\r\n                        \"price_data\": {\r\n                            \"amount\": 5000,\r\n                            \"price_type\": \"inclusive\"\r\n                        },\r\n                        \"delivery_estimate\": \"Tomorrow\",\r\n                        \"delivery_terms\": \"delivered_duties_paid\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"external_reference_id\": \"product_group_2\",\r\n                \"items\": [\r\n                    \"physical_2\"\r\n                ],\r\n                \"delivery_mode\": \"PICK_UP\",\r\n                \"pickup_location\": {\r\n                    \"name\": \"ExpandNow World Headquarters\",\r\n                    \"phone\": \"5073455611\",\r\n                    \"address\": {\r\n                        \"line1\": \"10 Main\",\r\n                        \"line2\": \"Suite 200\",\r\n                        \"city\": \"Plymouth\",\r\n                        \"region\": \"MN\",\r\n                        \"postal_code\": \"55343\",\r\n                        \"country_code\": \"NL\"\r\n                    }\r\n                },\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Curbside Delivery\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 0,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"By May 1\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfca522b-fb4c-4ed4-bd79-420291ff0f12"}],"id":"4bc0fbc8-7418-4574-9703-5bd65cd7c1a8","_postman_id":"4bc0fbc8-7418-4574-9703-5bd65cd7c1a8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}}],"id":"404c3db7-c9d0-4c34-9fe0-2217fd190844","_postman_id":"404c3db7-c9d0-4c34-9fe0-2217fd190844","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Fulfillment Group Management","item":[{"name":"Get Order Fulfillment Groups","id":"dd66d320-8cc2-4abc-8adb-06b36cf08c05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/fulfillment-groups/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","fulfillment-groups",""],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd66d320-8cc2-4abc-8adb-06b36cf08c05"},{"name":"Get Order Fulfillment Group","id":"a8a1391f-89b6-4221-a75f-687d23053015","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/fulfillment-groups/1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","fulfillment-groups","1"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8a1391f-89b6-4221-a75f-687d23053015"},{"name":"Update Order Fulfillment Group Shipping Method","id":"689338b9-6f2a-4e90-96f4-303ae862142c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipping_method\": {\r\n        \"display_name\": \"Standard Shipping\",\r\n        \"id\": \"1234\",\r\n        \"price_data\": {\r\n            \"amount\": 2000,\r\n            \"price_type\": \"inclusive\"\r\n        },\r\n        \"delivery_estimate\": \"By May 1\",\r\n        \"delivery_terms\": \"delivered_duties_paid\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/fulfillment-groups/1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","fulfillment-groups","1"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"689338b9-6f2a-4e90-96f4-303ae862142c"},{"name":"Update Fulfillment Groups","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"order_id\", jsonData.id);\r","\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.payment.id);\r","\r","postman.setEnvironmentVariable(\"line_item_id\", jsonData.line_items[0].id);\r","postman.setEnvironmentVariable(\"line_item_quantity\", jsonData.line_items[0].quantity);"],"type":"text/javascript","packages":{},"id":"277f754e-c9e6-485b-90e4-58426b431007"}}],"id":"eabc0e7e-e52e-446c-9b47-9ada11498ebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fulfillment\": {\r\n        \"groups\": [\r\n            {\r\n                \"external_reference_id\": \"product_group_1\",\r\n                \"items\": [\r\n                    \"physical_1\",\r\n                    \"physical_4\"\r\n                ],\r\n                \"delivery_mode\": \"SHIP\",\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Standard Shipping\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 2000,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"By May 1\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            },\r\n            {\r\n                \"external_reference_id\": \"product_group_1\",\r\n                \"items\": [\r\n                    \"physical_3\"\r\n                ],\r\n                \"delivery_mode\": \"SHIP\",\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Standard Shipping\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 5000,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"June 1-5, 2024\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            },\r\n            {\r\n                \"external_reference_id\": \"product_group_2\",\r\n                \"items\": [\r\n                    \"physical_2\"\r\n                ],\r\n                \"delivery_mode\": \"PICK_UP\",\r\n                \"pickup_location\": {\r\n                    \"name\": \"ExpandNow World Headquarters\",\r\n                    \"phone\": \"5073455611\",\r\n                    \"address\": {\r\n                        \"line1\": \"10 Main\",\r\n                        \"line2\": \"Suite 200\",\r\n                        \"city\": \"Plymouth\",\r\n                        \"region\": \"MN\",\r\n                        \"postal_code\": \"55343\",\r\n                        \"country_code\": \"NL\"\r\n                    }\r\n                },\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Curbside Delivery\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 0,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"By May 1\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}",""],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"eabc0e7e-e52e-446c-9b47-9ada11498ebe"},{"name":"Update Fulfillment Groups Copy","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"order_id\", jsonData.id);\r","\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.payment.id);\r","\r","postman.setEnvironmentVariable(\"line_item_id\", jsonData.line_items[0].id);\r","postman.setEnvironmentVariable(\"line_item_quantity\", jsonData.line_items[0].quantity);"],"type":"text/javascript","packages":{},"id":"be8800af-5113-4974-a77f-aa472b294141"}}],"id":"93bb794b-ae77-4c53-87d6-b3ef6214f976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fulfillment\": {\r\n        \"groups\": [\r\n            {\r\n                \"external_reference_id\": \"product_group_1\",\r\n                \"items\": [\r\n                    \"physical_1\",\r\n                    \"physical_4\"\r\n                ],\r\n                \"delivery_mode\": \"SHIP\",\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Standard Shipping\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 2000,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"By May 1\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            },\r\n            {\r\n                \"external_reference_id\": \"product_group_1\",\r\n                \"items\": [\r\n                    \"physical_3\"\r\n                ],\r\n                \"delivery_mode\": \"SHIP\",\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Standard Shipping\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 5000,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"June 1-5, 2024\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            },\r\n            {\r\n                \"external_reference_id\": \"product_group_2\",\r\n                \"items\": [\r\n                    \"physical_2\"\r\n                ],\r\n                \"delivery_mode\": \"PICK_UP\",\r\n                \"pickup_location\": {\r\n                    \"name\": \"ExpandNow World Headquarters\",\r\n                    \"phone\": \"5073455611\",\r\n                    \"address\": {\r\n                        \"line1\": \"10 Main\",\r\n                        \"line2\": \"Suite 200\",\r\n                        \"city\": \"Plymouth\",\r\n                        \"region\": \"MN\",\r\n                        \"postal_code\": \"55343\",\r\n                        \"country_code\": \"NL\"\r\n                    }\r\n                },\r\n                \"shipping_method\": {\r\n                    \"display_name\": \"Curbside Delivery\",\r\n                    \"id\": \"1234\",\r\n                    \"price_data\": {\r\n                        \"amount\": 0,\r\n                        \"price_type\": \"inclusive\"\r\n                    },\r\n                    \"delivery_estimate\": \"By May 1\",\r\n                    \"delivery_terms\": \"delivered_duties_paid\"\r\n                }\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/fulfillment-groups","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","fulfillment-groups"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"93bb794b-ae77-4c53-87d6-b3ef6214f976"}],"id":"c37dfad3-7b3a-4c75-8073-36c18d2a1763","_postman_id":"c37dfad3-7b3a-4c75-8073-36c18d2a1763","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Update Order","id":"6994f6e6-9747-46d3-9539-a4cf394c0b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"language\": \"de\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"6994f6e6-9747-46d3-9539-a4cf394c0b2d"},{"name":"Pay For Order","id":"a81ea87b-fe1a-4bf5-9c33-2dfcc57d1094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"type\":\"ADYEN_DROPIN\",\"data\":{\"type\":\"scheme\",\"holderName\":\"\",\"encryptedCardNumber\":\"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.NMilw9j17WBgtjvJnoZucpNQfFaOKa7vM2GxLyW3SfxhXlukvVcFOmK3mfoiS_MeMihe-7LAMfmc8LNhnkCFFVZksPoMMfCNSB4gVgKARA34r2cHY-soZBx0q7eRMSpfOSbE2N36WSXDL66nwIvYgZ0SDA8ev6yTmj1xa8QZMMDwwcSWMBlJZ-vT1xakCZ2NrkRL4f3dB_T9w2v_x9lPq0q7RUEWkQFsUWKOcZxwW59g8Pcy33WlNPsBZoD2L5JjOyE38evztiaPTLw0BcS2wRKQDkpHFo9-d_IUipbVPangVqMh-umv8P62fw0mAOU6cVe-kVejynftLRulE1W-NA.F4_y73Eky0KCyAwFDBzS1w.rdMOWMO_yOtx09PAIrpJKvL1D131gdXULyybZpIM7aIzc9PYlPTyvdG56clRVWpD_QuSoQnUwhk55bQwex3bDXYAeSyUGKj5DInJWK8enRIoaiTL8W_blT_rV0NpDkQ0Ifds9UAqXw6whPCxlirQaLIQhq6G-SXhlrCTyTPyvQOyTy_1aRE3eIaSgDyDXujmf05qe_pURJxkDfVB4m-Ty9W7BO7k1AmhsqDHfbU4cg1jeQMu-DTl3LS5VgUMX2-zCYfrmKDstEUsblbCMDJRqLiznRXx0VOFg0cnIg007nv-RP3N5rGGPKh7yRsGooaIS3BL5-cXrVHcUXy-PvHYDC1bvLxP-02X-1fdxex1nr01I9o_eZL0IlAOo2_JCkWPQfCOBCeeBfzcQWNeBFYBtzKNsvQmFx_uUi8V63LVWpDzeVldSMbBnKGgPaxLKwfdN5US9-mIGZPQ-CuXD9IUmqoMbW1ifk7oJ9Dn3FceeJ76FGzOZPfbG0fXH5VIFHOViqG3mjseLX2PmtJ0Wzgc0nNEeDso_WHe8BNtRDFU4bq7C4GbYWWH9LUnB5zE8jghobSllpWPyfsJh4lQMfYwmA.dAU5mRyNthc114LbNo2Ky9dFAQjIqQvhhDcwe_msmZo\",\"encryptedSecurityCode\":\"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.RKeJ2n0-frEAarEx9NtXLevikmjlFfQ--rMhbZ82s7VVgj5Mg5Se3cdmKQGWV7aNWtepfb5yUZR5N5L9Ra6Oergtip9iiMd-h_x604q8RkhPB9kLVEJPoMHHz8RyLMqxu6F_pxUuZGs0ki8sa5BalTFIJxTxIQcTscBgj5fZc-ouxKuu26dX6O7qf6yxDYJZS6AaWW3iyAOqNIwOy7P6WExiFGYy1v_BubdyKRsy_2zqGXez-5CQqk8-PZHQYn8qaulTbjSDg9HMssgxCXdkK6qoec_fkPinkTwOf_U0-EiAG-vhT9wxrovTBS2kQ7RW2xmpGb_zjZGgLcpiPY5k2g.2Py9yjy43Cf1_45sovda5g.bYYB14986Yts0AGgHl4exzMFjbolomiouPGSAahSEmsi6ISbr56st25FQG80P9MNFEdTR9j4NJI0NVRy69hCb8j1gAC_Ypvkf1euYE-ru2Y.zSdR0bRq-a_BaQxxssbKa_jVV779q1mqFxBQWG2u0OQ\",\"encryptedExpiryMonth\":\"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.0SkX-SuHXyJ8ELZK-PFkyKSaOtHLLrcls-58Oirk5A8tgpxoUfVhdMRKHLjYn_tcyUwCQS84IxLo-riC3_e8-gFpy1aeInq4QyLzDYURpAoDgEEWLAezRM_Crt48hwr2rSP5yI6N2yAoWmfpDfBbvrNACtaKVmBxLsZvp52dn2kfO-3PbltB-pVE8-CnUh5f9LdEDkTjYAaWpdnFefQPxSWYoQV53bnpOcZrVt2YJpdLIWGxgwf8qxjqmGWxkwf20bzqH0FPPpCYvQSdjghhYckeka46ENElWdtXKlGQHXWegMgU4vHB_9YQ6IP8FY6s5dZU2YZq3UuzCGs20F8gOw.WkDMSSaERjIxnrj_TLPyYg.JSznMMs7fn3nhcqEnrX_ENe9S2_IlacKmPfw7L0Zl5Ltyj9wawIvYOnz0e607-zj70Tnub7Y-wpZalTP1zXLfA.BfW68B5t8uuZG2C-e8XH6CKg_bTR31WjwtpRgVk0STo\",\"encryptedExpiryYear\":\"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.kHI51t-B-lp-syL2Vx1zXN7_su0aTYFxC7jMElaXrVH85bE5XP1yCu9Dhn-YEwilduG8O7aV8A3H7K2hjeoiDkVCJtXzM7I4rVSz9r4qKVyNG2CQ7RYnZ6dWMuY6N2tVQdflNbjCmC5AQm5o-Mj_1LE9d0e5nD1QVx9t3XmEs0P7q0zv6pZYcYNPmtHkdX9YqQxn0oMWlqYxQLHPqqlrTv3GVPTjjdVH4ZOim-QPK-2u2Fp8dBdNNav7r3xYjANIE96rtS8VGKbXYrwsLV4NQpBnz-_7RxvdiEGpMGU5wpOwtzxDzVegfLDPe_Vfu030csYd94Wiov0VWCF2vQDy0g.6vqeM4Eir2r_fkN0WnEnDg.0Sfc-hI3aGutVkzqnMozQESKK8XbLWw156ZBte_fTvnvX-MYhBmZSzP4Ud40TViOXDSmLI3d3Yj51J_117ZlVw.RhxWEAam795Qob3F7uCw3lKEID5QTKZK7LXFU2FChfU\",\"fundingSource\":\"credit\",\"checkoutAttemptId\":\"do-not-track\"}}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/pay","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","pay"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"a81ea87b-fe1a-4bf5-9c33-2dfcc57d1094"},{"name":"Pay For Order Copy","id":"c4ba8a18-5380-4a54-ab0e-801eb684e5ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"DUMMY_ADAPTER\",\r\n    \"data\": {\r\n        \"type\": \"scheme\",\r\n        \"holderName\": \"\",\r\n        \"encryptedCardNumber\": \"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.elFC94-iFoDQWoej3rURW8BSAz10nYNlk_QTJjAbdpJi9AguOw0vmU7Y5SIG-W5yaZEp5ADg1nsfMeYAMM-UbWaq2b6M-7B7s44SQqSN7AAI-FTb_bPjO9mYBZsk4H57fduCtmgfGSgBWgLMYWk3JWGpG7sAV_FIf1yU147O2F-YG9vkRbRXJ21O95IUjgOpz9KNbpUHd78Q14bFOXInp2EBGVMOVhOgdl7PaqG3pmjNGVrtgciRuUULwRIqGpAZH1z9owRwiYgqBt_wIoNA1oC0c5YqBkDHEmFi0O6ugkqut28TG3KpF7biasGbq44CEQpeGLAxi7bJGjPNmFX2jg.cChWRe59sQY3v2lgMWVBDw.gW_G7IP6xw1aDj10On16ZoTeJDevLUapGx48112kKACfjwy7I_KH0ZUIkCK2pzyIotR2sK_O9soaIbiVC3FeAldd1vudPmwQCrWwoNwTeHoOjKFn7Ha8mR72g3ZwvnXbvzn1IJ13G5aX7gSE89whhU26yCQCYTlT9dX70mKmzszMX2PLw-CQMzKE-Egk0qUjYIdDPcSbjwl0VhIOsmi8wB7WGcyVZD99Og2QdojzqVHKZ-YYV-ZrDVtgdSeQFViP7NsJGT-C1ZIUt79PhfdoLkF017sLpqJ801JZ9sdOu5_9NCoPpyq6AaF74Z6KmfIleDZNUsZszrxrOs_m1aqlr1K0YMw0uuP2kDb-Ngxax2sj0iqcrIbpzkYtcwJIeEAWS5k26BOIxzbr86ppiLrJhL4u56iVV5Sl6EO-3OeJf0A-DAk9y_Ce4AU47gxTHbtFZR80g8iyT6AwFrNZLj4DgaEqgttGIrEpT9CWOJBzwIS_Xmoi42KzKqKUfs-EjGBVTxrS2jcLUMshqaoE4G4dW_HRkXksis5cdCF_07w-jkB30U0M6JqdLAfdDXCfuhMa.eY0emX9KRCtM-FjSdeDmm_7HJVscAMw6DvfRK0JHdZk\",\r\n        \"encryptedSecurityCode\": \"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.GsZVKkoEKyptyYCGuUO3QXI6MjJP2U4R3yspUTFDmxGiEB2CLMA88ntEY46aVgm_KQfk29gA9DZQPndtsTrLSy-e0fXwDJ9pzLSDiqYVb-JaTFu528cqxPJf81l4L_afN5CN-vLRzJ3NUbK-SauG4m6jaHeOz46ikzbH4Cr-uBpJ0QVAV4I85jGPUddawhfYjjWQo_h9wizvTwHbRQM7cOnAoFzhAV6-YNgFGbE9vV9LZK4CRNMMkVlrx6XkWUCWmRRShWddCOLzgc3pes4ul4e2mtHSblh3CGwHM7jf7zi0dx2EHD9AZ9nzqven2mcDdcJEc_kjRP5nb0uDAMXa9A.cbSHdvS3Imy3xAHwl6lNyA.3UPrTuIEsHQgSgMiCRUKWH2iCVFTzS-j87IWfPIXdCHiTN6W3yPlaPzasMCedCnVyt3ftQWQh9gVVFeqf_R3vQ99VxiZ38WmIH50q-a4I2s.yoMw11e6vrkz2KtDIhXMG1F0PNSFUHeqYW-54c0vqMs\",\r\n        \"encryptedExpiryMonth\": \"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.PRCqgNtZYS6PFu0DLfvufCToX8x41ZT_mEmhy6PgI6cXeHyXE30kA967ZdzpVN9RRVVeDnsm5A94yKgJ5FzJ9e6tqNmbpfAcSJWrFCPnGQ8g0jzoB5po-vTeABx14JqrrKH_r-S6jkj41WsmjvA2EBrjGBFUkgIv6Q3z6xUAp3A6MxZPecq0P-p1E_uanKnQ7-tXVMrQyIbbvpwLKSK0BuI6dTcW4eRvOIrSzltXOnv-98t87Ox28whW_UtO4gHAPk7lw9CdCkGLjtzG2wgz5fQOEQeQEJ3t8ebrLVmCCxzAb_fb2aWLt13D5p-lLDcP797aDdw52o0_IhIsmt4kyw.jMF4vjQBpedS5anQAySpJw.UgTyjD0KrvL9Vbm5Of3WawCdWQF3Dcv4tVGA70Lgk2ppzPRcDrKed3vfmYOVv_r1vVUO2WYwXhse6x7IBy2dkA.yaAYKncF3llt-T3kVRxDz9nzOXSQIqTq7Kdkkn4WiSk\",\r\n        \"encryptedExpiryYear\": \"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.ZiLOZw470uouoI1BDoYX9cO8AZS_sg2FmEdWuVyFpt4PMjw2_5eFt2jA58SWKVSowQm-LJYR6NUI7pAr_KWUqqyjqbXStgQFv-POBAYjEfJIjEHJhGguRlPIzvDRm7d3p6MSeRkE1E4tD_yG7k_S9YfUe8JithhmZCvsWb4p6VhO2bKoBZ7sUIcOI7kMinQSoEbgN-GRU1YeGhD1A3A5ZbXjbw6kmtsBXB631Nf_VZYzUfOn7tsXlVJTYbLFymngqox7wbmf54qxiI4JqAqY3zjZNJpPB9aL6HYjitOhsNIWXacQ37euEtg-tpDlcmcDV696ThA3nvhnPWVqgbO5OA.F86WZRBnDXEnGh2T2uGCzg.oOuNb7Fj6gm3UHIz8g5wGnS8zn08-rfpu7Rwz5hdxvxfqFdSD7V-OYh1djAZRe9a2fHUVjbiBBPARp3xGSXv-w.deb9FzSD4nn4T6Qr4S6w-oJ_5rgzfYmqPMsulTuoclI\",\r\n        \"brand\": \"amex\",\r\n        \"checkoutAttemptId\": \"do-not-track\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/pay","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","pay"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4ba8a18-5380-4a54-ab0e-801eb684e5ee"},{"name":"Order Payment Details","id":"169f791d-73e3-46f8-856e-f4face531bb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/pay/details","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","pay","details"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"169f791d-73e3-46f8-856e-f4face531bb4"},{"name":"Retrieve Order","event":[{"listen":"test","script":{"exec":["\r",""],"type":"text/javascript","packages":{},"id":"e47bc7f8-b8f8-4504-b908-1100eb91ee8e"}}],"id":"41c3f763-f6a3-405f-97eb-844fc50d6034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"ae989d20-553d-4d2d-90aa-c7ad2ef43d3f","name":"Retrieve Order","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Tue, 28 Jan 2025 02:31:33 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"5d9f528c-6f9c-a061-7504-9f9278213a88\",\n    \"brand_id\": \"e92111de-8304-26d4-92a3-a4aef3b8b426\",\n    \"type\": \"order\",\n    \"status\": \"ready\",\n    \"language\": \"EN\",\n    \"transaction_currency\": \"USD\",\n    \"transaction_delivery_country\": \"US\",\n    \"client_reference_id\": \"upstream_id_1738031446\",\n    \"tax_treatment\": \"inclusive\",\n    \"amount_subtotal\": 97,\n    \"amount_total\": 97,\n    \"total_details\": {\n        \"amount_tax\": 0,\n        \"amount_discount\": 0,\n        \"amount_shipping\": 0,\n        \"amount_landed_cost\": 0\n    },\n    \"transaction_details\": {\n        \"vendor\": \"9e73165f-fa88-580e-cfe6-6faa86069dc1\",\n        \"check_math\": 0,\n        \"exchange_rate\": \"0.969740\",\n        \"total_order_tax\": 8,\n        \"vendor_currency\": \"EUR\",\n        \"total_net_shipping\": 0,\n        \"total_order_amount\": 97,\n        \"transaction_currency\": \"USD\",\n        \"merchant_base_currency\": \"EUR\",\n        \"total_net_product_price\": 89,\n        \"total_order_landed_cost\": 0,\n        \"total_order_tax_details\": {\n            \"total_product_tax\": 8,\n            \"total_shipping_tax\": 0\n        },\n        \"entity_functional_currency\": \"USD\",\n        \"total_order_tax_or_landed_cost\": 8,\n        \"total_order_landed_cost_details\": {\n            \"total_product_landed_cost\": 0,\n            \"total_shipping_landed_cost\": 0\n        },\n        \"order_currency_to_vendor_currency_exchange_rate\": \"1.031204\",\n        \"order_currency_to_entity_functional_currency_exchange_rate\": 1,\n        \"vendor_currency_to_entity_functional_currency_exchange_rate\": \"0.969740\"\n    },\n    \"selling_entity\": \"expand_now_usa\",\n    \"validations\": {\n        \"addresses\": {\n            \"billing\": {\n                \"complete\": true,\n                \"required_fields\": [\n                    \"country_code\",\n                    \"first_name\",\n                    \"last_name\",\n                    \"line1\",\n                    \"city\",\n                    \"region\",\n                    \"postal_code\",\n                    \"phone\"\n                ],\n                \"incomplete_fields\": []\n            },\n            \"shipping\": {\n                \"complete\": true,\n                \"required_fields\": [],\n                \"incomplete_fields\": []\n            }\n        }\n    },\n    \"customer_id\": null,\n    \"payment_id\": \"28680f95-9150-6372-cced-98ec216142f8\",\n    \"billing_address\": {\n        \"email\": \"chris@expandnow.com\",\n        \"phone\": \"5073455611\",\n        \"address\": {\n            \"city\": \"Plymouth\",\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"region_name\": \"Minnesota\",\n            \"country_code\": \"US\"\n        },\n        \"last_name\": \"123\",\n        \"first_name\": \"123\"\n    },\n    \"fulfillment\": {\n        \"groups\": [\n            {\n                \"items\": [\n                    {\n                        \"type\": \"subscription\",\n                        \"quantity\": 1,\n                        \"tax_code\": \"downloadable-software\",\n                        \"product_id\": \"product-d083c09d-3ed3-49bd-8c05-b3bd490a39bd\",\n                        \"line_item_id\": \"31928F79-9AF0-F28F-5AB9-86336C4163C1\",\n                        \"external_reference_id\": null\n                    }\n                ],\n                \"group_id\": 1,\n                \"sale_type\": \"local\",\n                \"delivery_mode\": \"DIGITAL\",\n                \"shipping_from\": {\n                    \"city\": \"Plymouth\",\n                    \"line1\": \"10 Main\",\n                    \"line2\": \"Suite 200\",\n                    \"region\": \"MN\",\n                    \"postal_code\": \"55343\",\n                    \"country_code\": \"US\"\n                },\n                \"group_quantity\": 1,\n                \"external_reference_id\": null\n            }\n        ],\n        \"shipping_address\": null,\n        \"requires_shipping_address\": false\n    },\n    \"localization\": {\n        \"addresses\": {\n            \"billing\": {\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"country_code\": \"US\",\n                \"localized_fields\": {\n                    \"city\": \"City\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"phone\": \"Phone\",\n                    \"region\": \"State\",\n                    \"company\": \"Company\",\n                    \"last_name\": \"Last name\",\n                    \"first_name\": \"First name\",\n                    \"postal_code\": \"ZIP code\",\n                    \"country_code\": \"Country/region\"\n                }\n            },\n            \"shipping\": {\n                \"formats\": {\n                    \"edit\": \"{country_code}_{first_name}{last_name}_{company}_{line1}_{line2}_{city}{region}{postal_code}_{phone}\",\n                    \"show\": \"{first_name} {last_name}_{company}_{line1}_{line2}_{city} {region} {postal_code}_{country_code}_{phone}\"\n                },\n                \"country_code\": \"US\",\n                \"localized_fields\": {\n                    \"city\": \"City\",\n                    \"line1\": \"Address\",\n                    \"line2\": \"Apartment, suite, etc\",\n                    \"phone\": \"Phone\",\n                    \"region\": \"State\",\n                    \"company\": \"Company\",\n                    \"last_name\": \"Last name\",\n                    \"first_name\": \"First name\",\n                    \"postal_code\": \"ZIP code\",\n                    \"country_code\": \"Country/region\"\n                }\n            }\n        },\n        \"disclosures\": {\n            \"terms_of_sale\": \"Please note, by continuing with checkout ExpandNow will process your personal data in accordance with its Data Privacy Statement. You can read about how and why ExpandNow processes personal data here.\"\n        },\n        \"order_summary\": [\n            {\n                \"type\": \"ORDER_SUBTOTAL\",\n                \"amount\": 97,\n                \"display_text\": \"Subtotal\",\n                \"display_amount\": \"$0.97\"\n            },\n            {\n                \"type\": \"ORDER_SHIPPING\",\n                \"amount\": 0,\n                \"display_text\": \"Shipping\",\n                \"display_amount\": \"$0.00\"\n            },\n            {\n                \"type\": \"ORDER_TOTAL\",\n                \"amount\": 97,\n                \"display_text\": \"Total\",\n                \"display_amount\": \"$0.97\"\n            },\n            {\n                \"type\": \"DUTIES_MESSAGE\",\n                \"display_text\": \"All applicable duties, taxes and fees are included in the total amount of your order. We guarantee you will not be required to pay any additional cost on delivery.\"\n            }\n        ]\n    },\n    \"metadata\": {\n        \"key\": \"value\",\n        \"open\": {\n            \"ended\": \"data\"\n        }\n    },\n    \"costing_data\": {\n        \"tax\": 8,\n        \"total\": 100,\n        \"landed_cost\": 0,\n        \"net_shipping\": 0,\n        \"exchange_rate\": \"1.031204\",\n        \"margin_source\": \"total\",\n        \"merchant_price\": 85,\n        \"freight_account\": \"brand\",\n        \"merchant_currency\": \"EUR\",\n        \"net_product_price\": 92,\n        \"tax_on_merchant_sale\": 0,\n        \"account_determination\": {\n            \"brand_sale\": {\n                \"cost_of_sales\": {\n                    \"id\": 50000,\n                    \"name\": \"Cost of Sales\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"cost_of_shipping\": {\n                    \"id\": 52000,\n                    \"name\": \"Cost of Shipping\",\n                    \"type\": \"cost\",\n                    \"currency\": \"USD\"\n                },\n                \"payables_brand_detail\": {\n                    \"id\": 20001,\n                    \"name\": \"A/P - Brand Detail - EUR\",\n                    \"type\": \"payables_brand_detail\",\n                    \"currency\": \"EUR\"\n                }\n            },\n            \"shopper_sale\": {\n                \"sales\": {\n                    \"id\": 40000,\n                    \"name\": \"Sales\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                },\n                \"shipping_revenue\": {\n                    \"id\": 42000,\n                    \"name\": \"Shipping Revenue\",\n                    \"type\": \"revenue\",\n                    \"currency\": \"USD\"\n                },\n                \"receivables_shopper\": {\n                    \"id\": 12002,\n                    \"name\": \"A/R - Shopper - USD\",\n                    \"type\": \"receivables_shopper\",\n                    \"currency\": \"USD\"\n                }\n            }\n        },\n        \"expandnow_total_margin\": 7,\n        \"freight_paid_to_merchant\": 0,\n        \"landed_cost_paid_to_merchant\": 0,\n        \"expandnow_total_margin_details\": {\n            \"expandnow_margin_rate\": 0.05,\n            \"expandnow_margin_source\": \"total\",\n            \"expandnow_currency_margin\": 2,\n            \"expandnow_standard_margin\": 5,\n            \"expandnow_currency_margin_rate\": 0.02\n        }\n    },\n    \"created_at\": 1738031447,\n    \"updated_at\": 1738031447,\n    \"payment_method\": null,\n    \"line_items\": [\n        {\n            \"id\": \"31928f79-9af0-f28f-5ab9-86336c4163c1\",\n            \"order_id\": \"5d9f528c-6f9c-a061-7504-9f9278213a88\",\n            \"product_id\": \"product-d083c09d-3ed3-49bd-8c05-b3bd490a39bd\",\n            \"external_reference_id\": null,\n            \"type\": \"subscription\",\n            \"name\": \"Motorsports Racing 2024 - PC\",\n            \"description\": \"2024 Release!\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-5.png\",\n            \"quantity\": 1,\n            \"fulfilled_quantity\": 0,\n            \"refunded_quantity\": 0,\n            \"fulfillable_quantity\": 0,\n            \"cancelled_quantity\": 0,\n            \"requires_shipping\": false,\n            \"fulfillment_status\": \"unfulfilled\",\n            \"price_data\": {\n                \"amount\": 100,\n                \"currency\": \"EUR\"\n            },\n            \"price\": 97,\n            \"amount_subtotal\": 97,\n            \"amount_discount\": 0,\n            \"amount_total\": 97,\n            \"expandnow_costing_details\": {\n                \"net_price\": 89,\n                \"unit_price\": 97,\n                \"tax_details\": {\n                    \"tax_rate\": \"0.09025\",\n                    \"unit_tax\": 8,\n                    \"duty_rate\": 0,\n                    \"sale_type\": \"local\",\n                    \"total_tax\": 8,\n                    \"tax_treatment\": \"inclusive\",\n                    \"unit_landed_cost\": 0,\n                    \"total_landed_cost\": 0,\n                    \"total_tax_or_landed_cost\": 8\n                },\n                \"tax_currency\": \"USD\",\n                \"jurisdictions\": {\n                    \"us_mn\": {\n                        \"account\": 25521,\n                        \"taxSystem\": \"taxjar\",\n                        \"accounting\": {\n                            \"currency\": \"USD\",\n                            \"account_id\": 25521,\n                            \"accountType\": \"payablesTaxOutput\",\n                            \"description\": \"A/P - Tax Output - US Minnesota Sales Tax\"\n                        },\n                        \"description\": \"US - Minnesota Sales Tax\",\n                        \"taxAttribute\": 1,\n                        \"inclusiveAllowed\": \"FALSE\",\n                        \"registrationNumber\": \"\",\n                        \"statementScheduleId\": \"\"\n                    }\n                },\n                \"unit_discount\": 0,\n                \"calculated_rate\": 0.09025,\n                \"unrounded_price\": 97,\n                \"currency_details\": {\n                    \"currency\": \"EUR\",\n                    \"currency_exchange_rate\": \"0.969740\"\n                },\n                \"tax_exchange_rate\": 1,\n                \"price_rounding_rule\": \"NO_ROUNDING\",\n                \"unit_amount_pre_conversion\": 100\n            },\n            \"sale_type\": \"local\",\n            \"line_item_amounts\": {\n                \"merchant_details\": {\n                    \"exchange_rate\": \"1.031204\",\n                    \"merchant_currency\": \"EUR\",\n                    \"total_product_tax\": 8,\n                    \"total_shipping_tax\": 0,\n                    \"total_product_price\": 92,\n                    \"total_product_amount\": 100,\n                    \"total_shipping_price\": 0,\n                    \"total_shipping_amount\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_product_and_shipping_amount\": 100\n                },\n                \"transaction_details\": {\n                    \"order_currency\": \"USD\",\n                    \"total_product_tax\": 8,\n                    \"total_shipping_tax\": 0,\n                    \"total_product_price\": 89,\n                    \"total_product_amount\": 97,\n                    \"total_shipping_price\": 0,\n                    \"total_shipping_amount\": 0,\n                    \"total_product_landed_cost\": 0,\n                    \"total_shipping_landed_cost\": 0,\n                    \"total_product_and_shipping_amount\": 97\n                }\n            },\n            \"created_at\": 1738031449,\n            \"updated_at\": 1738031449\n        }\n    ],\n    \"fulfillments\": [],\n    \"payment\": {\n        \"id\": \"28680f95-9150-6372-cced-98ec216142f8\",\n        \"type\": \"payment\",\n        \"client_secret\": \"38c1ad05ea0ef2207b5ad1ec827f325acef89652882e5f08d82fc48cf9064092\",\n        \"pay_now_url\": \"https://api.expandnow.dev/demos/pay-now/28680F95-9150-6372-CCED-98EC216142F8\",\n        \"status\": \"requires_payment_method\",\n        \"client_reference_id\": \"upstream_id_1738031446\",\n        \"order_id\": \"5d9f528c-6f9c-a061-7504-9f9278213a88\",\n        \"brand_id\": \"e92111de-8304-26d4-92a3-a4aef3b8b426\",\n        \"currency\": \"USD\",\n        \"language\": \"EN\",\n        \"amount\": 97,\n        \"country_code\": \"US\",\n        \"total_details\": {\n            \"amount_captured\": 0,\n            \"amount_refunded\": 0,\n            \"amount_cancelled\": 0,\n            \"amount_prefunded\": 0,\n            \"amount_capturable\": 0,\n            \"amount_pending_refund\": 0,\n            \"amount_available_to_refund\": 0\n        },\n        \"available_payment_methods\": [\n            {\n                \"type\": \"PAYPAL\",\n                \"provider_id\": \"paypal\",\n                \"position\": 1,\n                \"provider_configuration\": {\n                    \"client_key\": \"AXkdDo01XOpPqDA7aGH0hnWnn67MvdPEFotqSV9BGAF2nBwiasyNrohOq0fw_A8rlpJtZOEOJPuak1iX\",\n                    \"environment\": \"test\"\n                },\n                \"for_testing_only\": {\n                    \"paypal_demo_link\": \"https://api.expandnow.dev/demos/paypal-dropin.html?paymentClientSecret=38c1ad05ea0ef2207b5ad1ec827f325acef89652882e5f08d82fc48cf9064092\"\n                }\n            },\n            {\n                \"type\": \"ADYEN_DROPIN\",\n                \"provider_id\": \"adyen\",\n                \"position\": 2,\n                \"provider_configuration\": {\n                    \"client_key\": \"test_ROS6RO7R6JER5DLJHDKZPLZAZ4VKZQJS\",\n                    \"locale\": \"en_US\",\n                    \"environment\": \"test\",\n                    \"country_code\": \"US\"\n                },\n                \"provider_data\": {\n                    \"payment_methods_response\": {\n                        \"paymentMethods\": [\n                            {\n                                \"brands\": [\n                                    \"visa\",\n                                    \"mc\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"credit\",\n                                \"name\": \"Credit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"brands\": [\n                                    \"visa\",\n                                    \"mc\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"debit\",\n                                \"name\": \"Debit Card\",\n                                \"type\": \"scheme\"\n                            },\n                            {\n                                \"name\": \"Pay later with Klarna.\",\n                                \"type\": \"klarna\"\n                            },\n                            {\n                                \"name\": \"Pay over time with Klarna.\",\n                                \"type\": \"klarna_account\"\n                            },\n                            {\n                                \"name\": \"Paysafecard\",\n                                \"type\": \"paysafecard\"\n                            }\n                        ]\n                    }\n                },\n                \"for_testing_only\": {\n                    \"adyen_demo_link\": \"https://api.expandnow.dev/demos/adyen-dropin.html?paymentClientSecret=38c1ad05ea0ef2207b5ad1ec827f325acef89652882e5f08d82fc48cf9064092\"\n                }\n            }\n        ],\n        \"payment_method\": null,\n        \"billing_address\": null,\n        \"shipping_address\": null,\n        \"line_items\": null,\n        \"psp_logging\": null,\n        \"created_at\": 1738031448,\n        \"updated_at\": 1738031448,\n        \"transactions\": []\n    }\n}"}],"_postman_id":"41c3f763-f6a3-405f-97eb-844fc50d6034"},{"name":"Retrieve Orders","id":"38dc6bc3-e73f-4b88-a743-eb17d69e5cb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders?starting_after=64f60ed0-1446-efe1-8eb4-0b94b1cce092","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders"],"host":["api","expandnow","dev"],"query":[{"key":"starting_after","value":"64f60ed0-1446-efe1-8eb4-0b94b1cce092"}],"variable":[]}},"response":[{"id":"4bfe5526-01f5-4d4c-82ae-c485256f5222","name":"Retrieve Orders","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.expandnow.dev/v1/orders?starting_after=64f60ed0-1446-efe1-8eb4-0b94b1cce092","protocol":"https","host":["api","expandnow","dev"],"path":["v1","orders"],"query":[{"key":"starting_after","value":"64f60ed0-1446-efe1-8eb4-0b94b1cce092"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Tue, 28 Jan 2025 02:31:53 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"has_more\": true,\n    \"data\": [\n        {\n            \"id\": \"4c2a13c1-84bb-efa9-9466-0955cbebc0af\",\n            \"client_reference_id\": null,\n            \"status\": \"draft\",\n            \"transaction_currency\": \"EUR\",\n            \"transaction_delivery_country\": \"FR\",\n            \"amount_total\": 3712,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737041838,\n            \"updated_at\": 1737041838\n        },\n        {\n            \"id\": \"74ebb11e-fc5a-a948-e0d4-e3ee890c8bf7\",\n            \"client_reference_id\": null,\n            \"status\": \"draft\",\n            \"transaction_currency\": \"EUR\",\n            \"transaction_delivery_country\": \"FR\",\n            \"amount_total\": 3712,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737041749,\n            \"updated_at\": 1737041749\n        },\n        {\n            \"id\": \"81aa1e11-8731-2e9a-1599-ad075c8798d8\",\n            \"client_reference_id\": null,\n            \"status\": \"draft\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 921,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737041657,\n            \"updated_at\": 1737041657\n        },\n        {\n            \"id\": \"63e7798d-c36b-1a90-10d4-3f1a53b98c40\",\n            \"client_reference_id\": \"shopware_01946fbe925273a0a7419e7098023f56\",\n            \"status\": \"accepted\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 1823,\n            \"total_details\": {\n                \"amount_tax\": 143,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737041549,\n            \"updated_at\": 1737041549\n        },\n        {\n            \"id\": \"c9424f66-cfb9-5f90-3dbe-c12ae3ae329a\",\n            \"client_reference_id\": null,\n            \"status\": \"draft\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 10000,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737041135,\n            \"updated_at\": 1737041135\n        },\n        {\n            \"id\": \"4ec35616-7998-10c2-dae8-1dd534997cca\",\n            \"client_reference_id\": null,\n            \"status\": \"accepted\",\n            \"transaction_currency\": \"GBP\",\n            \"transaction_delivery_country\": \"GB\",\n            \"amount_total\": 19377,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737041005,\n            \"updated_at\": 1737041012\n        },\n        {\n            \"id\": \"bdea8be8-3a69-e2d1-4a3a-3d2914190008\",\n            \"client_reference_id\": null,\n            \"status\": \"accepted\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 14108,\n            \"total_details\": {\n                \"amount_tax\": 1108,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737040957,\n            \"updated_at\": 1737040966\n        },\n        {\n            \"id\": \"83f9c2ca-3b6d-159d-9697-13dbd1445d5b\",\n            \"client_reference_id\": null,\n            \"status\": \"accepted\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 2654,\n            \"total_details\": {\n                \"amount_tax\": 170,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 485,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737040878,\n            \"updated_at\": 1737040885\n        },\n        {\n            \"id\": \"f45b057e-2462-8ff3-7cbc-00cf9f85ddc5\",\n            \"client_reference_id\": null,\n            \"status\": \"draft\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 13000,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737040869,\n            \"updated_at\": 1737040869\n        },\n        {\n            \"id\": \"f5a29b8f-6e05-49bc-d2d5-b3884d5999b9\",\n            \"client_reference_id\": null,\n            \"status\": \"draft\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 3000,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737040859,\n            \"updated_at\": 1737040859\n        },\n        {\n            \"id\": \"efc3ac11-7279-ff09-7302-3fc87523eae3\",\n            \"client_reference_id\": null,\n            \"status\": \"ready\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 3256,\n            \"total_details\": {\n                \"amount_tax\": 256,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737039532,\n            \"updated_at\": 1737040015\n        },\n        {\n            \"id\": \"1b68fd31-99ec-1c77-869a-283cc518e882\",\n            \"client_reference_id\": null,\n            \"status\": \"draft\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 2484,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 485,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737039510,\n            \"updated_at\": 1737039510\n        },\n        {\n            \"id\": \"9fce7d43-bc16-7cd3-6a45-dd1b749d8032\",\n            \"client_reference_id\": null,\n            \"status\": \"draft\",\n            \"transaction_currency\": \"GBP\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 3726,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737039244,\n            \"updated_at\": 1737039244\n        },\n        {\n            \"id\": \"35f7cf1d-575a-51ad-33c6-d1fc8a42916c\",\n            \"client_reference_id\": null,\n            \"status\": \"draft\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 3000,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737038867,\n            \"updated_at\": 1737038867\n        },\n        {\n            \"id\": \"8b92a2be-282d-374d-cb58-ca0fa6dbd83a\",\n            \"client_reference_id\": null,\n            \"status\": \"ready\",\n            \"transaction_currency\": \"GBP\",\n            \"transaction_delivery_country\": \"GB\",\n            \"amount_total\": 1372,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737000994,\n            \"updated_at\": 1737001117\n        },\n        {\n            \"id\": \"85b0c186-10d3-9f6d-d850-201596473847\",\n            \"client_reference_id\": \"upstream_id_1737000558\",\n            \"status\": \"draft\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 1439,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 485,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737000560,\n            \"updated_at\": 1737000560\n        },\n        {\n            \"id\": \"a0fb348d-b79d-53fd-a7c6-9304f81a7ce0\",\n            \"client_reference_id\": \"upstream_id_1737000536\",\n            \"status\": \"draft\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 1112,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 485,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737000537,\n            \"updated_at\": 1737000537\n        },\n        {\n            \"id\": \"6c5e6d7f-e6d6-0c4f-16b1-807f1c4b92df\",\n            \"client_reference_id\": \"upstream_id_1737000505\",\n            \"status\": \"draft\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 1001,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 485,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737000506,\n            \"updated_at\": 1737000506\n        },\n        {\n            \"id\": \"67a2c58c-d718-0119-1709-fafe062f7483\",\n            \"client_reference_id\": \"upstream_id_1737000416\",\n            \"status\": \"ready\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 1196,\n            \"total_details\": {\n                \"amount_tax\": 99,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 485,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1737000417,\n            \"updated_at\": 1737000587\n        },\n        {\n            \"id\": \"6455e170-8b4a-e031-eefb-65dc88449668\",\n            \"client_reference_id\": \"shopware_01946d1f6cb0704f917ac1a7275ea887\",\n            \"status\": \"processing\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 1823,\n            \"total_details\": {\n                \"amount_tax\": 143,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1736997564,\n            \"updated_at\": 1736997564\n        },\n        {\n            \"id\": \"57af114b-49a9-4223-4133-0d6b455c64bc\",\n            \"client_reference_id\": null,\n            \"status\": \"draft\",\n            \"transaction_currency\": \"GBP\",\n            \"transaction_delivery_country\": \"GB\",\n            \"amount_total\": 1372,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1736979641,\n            \"updated_at\": 1736979641\n        },\n        {\n            \"id\": \"2270bc94-bf12-0b4c-1612-fee831b401f7\",\n            \"client_reference_id\": null,\n            \"status\": \"draft\",\n            \"transaction_currency\": \"EUR\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 950,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1736979550,\n            \"updated_at\": 1736979550\n        },\n        {\n            \"id\": \"a739337a-11bb-5171-3064-a805513a116c\",\n            \"client_reference_id\": \"client_1234\",\n            \"status\": \"ready\",\n            \"transaction_currency\": \"USD\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 1343,\n            \"total_details\": {\n                \"amount_tax\": 111,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 485,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1736977970,\n            \"updated_at\": 1736977970\n        },\n        {\n            \"id\": \"367060b2-8306-858c-1225-920a98ef8635\",\n            \"client_reference_id\": null,\n            \"status\": \"draft\",\n            \"transaction_currency\": \"GBP\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 1144,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1736974520,\n            \"updated_at\": 1736974520\n        },\n        {\n            \"id\": \"48377d70-e2c5-f162-e65b-68c695371c16\",\n            \"client_reference_id\": null,\n            \"status\": \"draft\",\n            \"transaction_currency\": \"GBP\",\n            \"transaction_delivery_country\": \"US\",\n            \"amount_total\": 1144,\n            \"total_details\": {\n                \"amount_tax\": 0,\n                \"amount_discount\": 0,\n                \"amount_shipping\": 0,\n                \"amount_landed_cost\": 0\n            },\n            \"created_at\": 1736974495,\n            \"updated_at\": 1736974495\n        }\n    ]\n}"}],"_postman_id":"38dc6bc3-e73f-4b88-a743-eb17d69e5cb7"},{"name":"Create Checkout Session For Order","id":"d0b9fb1b-45d8-4f81-b18f-d5ca62459ca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"de\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/checkout-sessions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","checkout-sessions"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0b9fb1b-45d8-4f81-b18f-d5ca62459ca3"}],"id":"82517218-1ec8-4a5c-aa4a-18cd550abf22","_postman_id":"82517218-1ec8-4a5c-aa4a-18cd550abf22","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Create Payment","item":[{"name":"Create Payment","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"payment_id\", jsonData.id);"],"type":"text/javascript","packages":{},"id":"bfeb069f-4ab7-47bf-8e4c-6e076b1b918e"}}],"id":"de5e5592-efc8-46f6-8731-3116d49cb9dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"amount\": 100000,\r\n    \"currency\": \"EUR\",\r\n    \"client_reference_id\": \"client_505077ac-5be2-4842-9fa7-604d05eb86c6\",\r\n    \"country_code\": \"NL\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"b7e9c817-0cb2-4a8b-a1ed-49dba07aed71\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"unit_amount\": 34200,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"Anderson\",\r\n        \"last_name\": \"Reynolds\",\r\n        \"phone\": \"(837) 505-7149 x4382\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"GB\"\r\n        }\r\n    },\r\n    \"shipping_address\": {\r\n        \"first_name\": \"Anderson\",\r\n        \"last_name\": \"Reynolds\",\r\n        \"phone\": \"(837) 505-7149 x4382\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"GB\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/payments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","payments"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"77c90fd1-1afa-4e72-b7f6-831a7b553afc","name":"Create Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"en\",\r\n    \"amount\": 100000,\r\n    \"currency\": \"EUR\",\r\n    \"client_reference_id\": \"client_3b5be642-9907-4406-ad45-ab861601894b\",\r\n    \"country_code\": \"NL\",\r\n    \"line_items\": [\r\n        {\r\n            \"product_id\": \"physical_1\",\r\n            \"type\": \"physical\",\r\n            \"external_reference_id\": \"b7e9c817-0cb2-4a8b-a1ed-49dba07aed71\",\r\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\r\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\r\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\r\n            \"quantity\": 3,\r\n            \"price_data\": {\r\n                \"unit_amount\": 34200,\r\n                \"price_type\": \"inclusive\"\r\n            }\r\n        }\r\n    ],\r\n    \"billing_address\": {\r\n        \"first_name\": \"Anderson\",\r\n        \"last_name\": \"Reynolds\",\r\n        \"phone\": \"(837) 505-7149 x4382\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"GB\"\r\n        }\r\n    },\r\n    \"shipping_address\": {\r\n        \"first_name\": \"Anderson\",\r\n        \"last_name\": \"Reynolds\",\r\n        \"phone\": \"(837) 505-7149 x4382\",\r\n        \"email\": \"chris@expandnow.com\",\r\n        \"address\": {\r\n            \"line1\": \"10 Main\",\r\n            \"line2\": \"Suite 200\",\r\n            \"city\": \"Plymouth\",\r\n            \"region\": \"MN\",\r\n            \"postal_code\": \"55343\",\r\n            \"country_code\": \"GB\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/payments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"3248"},{"key":"date","value":"Tue, 28 Jan 2025 02:32:30 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"payment\",\n    \"id\": \"0CD33DC6-646D-4B6E-6FAE-D0A391A39887\",\n    \"brand_id\": \"E92111DE-8304-26D4-92A3-A4AEF3B8B426\",\n    \"client_secret\": \"f70359a3c730402c9cc82089f28b24529e4131ebb31e67f163ba77c93f930b2a\",\n    \"pay_now_url\": \"https://api.expandnow.dev/demos/pay-now/0CD33DC6-646D-4B6E-6FAE-D0A391A39887\",\n    \"status\": \"requires_payment_method\",\n    \"client_reference_id\": \"client_8b9851cc-b786-40e9-9d02-74baba212aa8\",\n    \"order_id\": null,\n    \"currency\": \"EUR\",\n    \"language\": \"en\",\n    \"amount\": 100000,\n    \"country_code\": \"NL\",\n    \"total_details\": {\n        \"amount_prefunded\": 0,\n        \"amount_capturable\": 0,\n        \"amount_captured\": 0,\n        \"amount_refunded\": 0,\n        \"amount_pending_refund\": 0,\n        \"amount_available_to_refund\": 0,\n        \"amount_cancelled\": 0\n    },\n    \"available_payment_methods\": [\n        {\n            \"type\": \"PAYPAL\",\n            \"provider_id\": \"paypal\",\n            \"position\": 1,\n            \"provider_configuration\": {\n                \"client_key\": \"AXkdDo01XOpPqDA7aGH0hnWnn67MvdPEFotqSV9BGAF2nBwiasyNrohOq0fw_A8rlpJtZOEOJPuak1iX\",\n                \"environment\": \"test\"\n            },\n            \"for_testing_only\": {\n                \"paypal_demo_link\": \"https://api.expandnow.dev/demos/paypal-dropin.html?paymentClientSecret=f70359a3c730402c9cc82089f28b24529e4131ebb31e67f163ba77c93f930b2a\"\n            }\n        },\n        {\n            \"type\": \"ADYEN_DROPIN\",\n            \"provider_id\": \"adyen\",\n            \"position\": 2,\n            \"provider_configuration\": {\n                \"client_key\": \"test_ROS6RO7R6JER5DLJHDKZPLZAZ4VKZQJS\",\n                \"locale\": \"en_US\",\n                \"environment\": \"test\",\n                \"country_code\": \"NL\"\n            },\n            \"provider_data\": {\n                \"payment_methods_response\": {\n                    \"paymentMethods\": [\n                        {\n                            \"issuers\": [\n                                {\n                                    \"id\": \"1165\",\n                                    \"name\": \"iDeal Test Issuer\"\n                                }\n                            ],\n                            \"name\": \"iDEAL\",\n                            \"type\": \"ideal\"\n                        },\n                        {\n                            \"brands\": [\n                                \"mc\",\n                                \"visa\",\n                                \"amex\"\n                            ],\n                            \"fundingSource\": \"credit\",\n                            \"name\": \"Credit Card\",\n                            \"type\": \"scheme\"\n                        },\n                        {\n                            \"brands\": [\n                                \"mc\",\n                                \"visa\",\n                                \"amex\"\n                            ],\n                            \"fundingSource\": \"debit\",\n                            \"name\": \"Debit Card\",\n                            \"type\": \"scheme\"\n                        },\n                        {\n                            \"name\": \"Pay later with Klarna.\",\n                            \"type\": \"klarna\"\n                        },\n                        {\n                            \"name\": \"Paysafecard\",\n                            \"type\": \"paysafecard\"\n                        },\n                        {\n                            \"name\": \"Pay over time with Klarna.\",\n                            \"type\": \"klarna_account\"\n                        },\n                        {\n                            \"name\": \"Pay now with Klarna.\",\n                            \"type\": \"klarna_paynow\"\n                        }\n                    ]\n                }\n            },\n            \"for_testing_only\": {\n                \"adyen_demo_link\": \"https://api.expandnow.dev/demos/adyen-dropin.html?paymentClientSecret=f70359a3c730402c9cc82089f28b24529e4131ebb31e67f163ba77c93f930b2a\"\n            }\n        }\n    ],\n    \"payment_method\": null,\n    \"transactions\": [],\n    \"billing_address\": {\n        \"first_name\": \"Anderson\",\n        \"last_name\": \"Reynolds\",\n        \"phone\": \"(837) 505-7149 x4382\",\n        \"email\": \"chris@expandnow.com\",\n        \"address\": {\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"city\": \"Plymouth\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"country_code\": \"GB\"\n        }\n    },\n    \"shipping_address\": {\n        \"first_name\": \"Anderson\",\n        \"last_name\": \"Reynolds\",\n        \"phone\": \"(837) 505-7149 x4382\",\n        \"email\": \"chris@expandnow.com\",\n        \"address\": {\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"city\": \"Plymouth\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"country_code\": \"GB\"\n        }\n    },\n    \"line_items\": [\n        {\n            \"product_id\": \"physical_1\",\n            \"type\": \"physical\",\n            \"external_reference_id\": \"b7e9c817-0cb2-4a8b-a1ed-49dba07aed71\",\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\n            \"quantity\": 3,\n            \"price_data\": {\n                \"unit_amount\": 34200,\n                \"price_type\": \"inclusive\"\n            }\n        }\n    ],\n    \"created_at\": 1738031549,\n    \"updated_at\": 1738031549\n}"}],"_postman_id":"de5e5592-efc8-46f6-8731-3116d49cb9dc"},{"name":"Capture Payment","id":"3093bd4d-7e55-43d8-95f3-37a882f7e26f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/payments/{{payment_id}}/capture","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","payments","{{payment_id}}","capture"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"3093bd4d-7e55-43d8-95f3-37a882f7e26f"},{"name":"Refund Payment","id":"35842053-bd59-4d17-9f01-1d42033614f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 980\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/payments/{{payment_id}}/refunds","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","payments","{{payment_id}}","refunds"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"35842053-bd59-4d17-9f01-1d42033614f3"},{"name":"Retrieve Payment","id":"279da07e-f0c9-4ce9-a753-04343c9e21ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/payments/{{payment_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","payments","{{payment_id}}"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"0ff65b39-bd17-4881-9d34-aecfd1390526","name":"Retrieve Payment","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/payments/{{payment_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"10408"},{"key":"date","value":"Tue, 28 Jan 2025 02:38:02 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"87b4eb40-3895-0ac2-d035-79262a7a8ee2\",\n    \"type\": \"payment\",\n    \"client_secret\": \"15bec318cb14a1be856342b11317c31fa9cafd33201ec6985948a7472c95d4d2\",\n    \"pay_now_url\": \"https://api.expandnow.dev/demos/pay-now/87B4EB40-3895-0AC2-D035-79262A7A8EE2\",\n    \"status\": \"processing\",\n    \"client_reference_id\": \"client_8d8b1cfa-b0e6-4b71-9ec2-b6cbed68db55\",\n    \"order_id\": null,\n    \"brand_id\": \"e92111de-8304-26d4-92a3-a4aef3b8b426\",\n    \"currency\": \"EUR\",\n    \"language\": \"en\",\n    \"amount\": 100000,\n    \"country_code\": \"NL\",\n    \"total_details\": {\n        \"amount_captured\": 0,\n        \"amount_refunded\": 0,\n        \"amount_cancelled\": 0,\n        \"amount_prefunded\": 0,\n        \"amount_capturable\": 0,\n        \"amount_pending_refund\": 0,\n        \"amount_available_to_refund\": 0\n    },\n    \"available_payment_methods\": null,\n    \"payment_method\": {\n        \"type\": \"scheme\",\n        \"brand\": \"amex\",\n        \"holderName\": \"\",\n        \"fundingSource\": \"credit\",\n        \"provider_type\": \"ADYEN_DROPIN\",\n        \"checkoutAttemptId\": \"do-not-track\",\n        \"provider_reference\": \"FXTBSGSRF7668VT5\",\n        \"encryptedCardNumber\": \"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.jp25Xpt1WWcIxSggOLPayK8ij0Rptq2BYZOFGiAGKpMUVFPxXKVio7XwnXGzSFwv0Dy9wSmQc5j10eWFNn0uX2BbbPJCJI_J9OUBSgIa6in6OWPW0xoaFaGUBaCpezAJTl4VV9pW94Bfdr1905437zKvSXRqHQp0P8soH4ZPo4Z-W0iVu1YzArCMUY5z_lHHboopyNCpArywql1bejZBc8XY2chP9lswbPUCEilh08WQkNUVLTQJ0s3f-XCJ2_dnGZIAdfUNKW0MW3Nc9Brh9q1Y9g9ISauuijphybspvePkIkd2JhSPrVRlIigapv30BnkqewSmdTFbARHyNvcwlQ.s4sWNmH5Cdgo_3MvhaYkww.eeBzCG8_arNtl0plGY8ZtFLvyiMJxKv-QkHTJ-D8bJzIO-K02ghgUXj5J3zDU5jXhwY1HTi-b2MO79hLYqlEi9Jtsc4QVH8-xmkpJSjYUdRJ9bTsYMl5XkmsNsImpTnQ7h-HzN89AaymqJhHya_xWbOMywCYRToN4nnKjmA6vjfod48Bz0X9N03DXeFLE4bdMHGw0xr3vkFlrWbmsKed715rr3lN_3KPq8KtZv73XmdN94YpqA5VJAbsU1mJmuvPc-yQYgnQcRrxaB_PnLQr99eqw-kJ-HcEXBvAIdhBlPVN5aed4nuVkt9LDMr56xBFEX3yxZwtJwTRBN4FLTJdvg7cwIj9k7cq2OOghKybPwpH0O14rX9q-qZESD09_-XpR0kfFa9bmE57oXYD4mPgPKdEwRx_mwC928818ik9ATMroMhqP09QiD4BJEO50jV0EHIF4Vi8uHHwvkno8WiygQZ6qsfpsCZCL68cp3jA9H33B7EbWFjMUV6q5xIfzDhRjislPoCprBGpQI_X4oJYuSVomYjCU5Qhf_SbRwtBXC_fZYDKilLrJ6E4CtA6VsgZ.1EgT_kgtkEu--DAcsKcKeHA5YzdAVG0_V4aK5j6ZMQI\",\n        \"encryptedExpiryYear\": \"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.Seq5MiMYDZduITEL-xEceO_HfKJrpfz0iLgnnwkeFtTXs3ECva21yZ28E7YG9Txr3If176NVfKeW0ZlFwHFFNs_JqoKoKm-QP0_Tiz88yWn17_TSKubHuU6PWemwOaOWA1r_R1jZETB81wt71WdPfpdxxEDQZxZQtG57SV3RLx4bFdVHL3MEdwG0XrTCv3-tDRXA88Caww5O9-IVGW-2VsUEE9gdA1X1hVk6ymjiAqFcEpTQBZcpkiW8IchAt2R34JwJwELgQ7TlCiCR7yylrsF4Z7BVZrrqWdgJej1GhD8xZ3vDf4rIkxTd3hxTjeVK7RlDj7sE1Z6zwt1uRyzqfw.sLtQa-p_q6ilanCktUjsrA.TDICeki5Rl9WF5Pzkii38p5wbqHKLpHuk70FLeT7v1CMYAicnMlExMItzxiE8_HSvd2yOzA1TxKhuO2IA799ZA.Y73UiL3NSX7gyRchw9T_0GNkZuJTtthvCPjD1Rqf554\",\n        \"encryptedExpiryMonth\": \"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.okTr1f39LDM1lm8YviauQCKpG0ZJjB9kbe8OT4tZ-CxOpPvTlS6-YM-625w37vXCqwrtTGcZnNbZchVBLULAJQUSpwK6R_YO89o_CJipVFyyMDiRWegQv9FMHIP1MfHYLV6TBVjhrn1Frbn9sMX4N9MM2Wc7zZ4ioTvKLCk5s24AkFczqbHJKO4LxaQsJTq9rc7py7PxD0P0NUpeTbMWVOvh2AVcjeynAcrqyNqSF3fLoIzj7qkudKURWQmoFbP1FxIUuO_exVzdp-Q17M-a7uHWFTE7mgIs1gxw_j6hW-AKGnRM4M62yJ5HmnXl1lt2ff9XSvJaRSjZMcStyW3cBw.yCshv4RxHs-s6-S_uxKDsg.qs9qsUrgHbww5nzR8hA92PE-TcqyuWuxGKxmSJ972Nbqwx4bA9QmQJitKcEEom1eOqXaUw8oK9RhnSV9nk2EHg.NQx5i7mjpdEn8UHqP-3GLQpuLslVEnWnYyjdrd6TVdE\",\n        \"encryptedSecurityCode\": \"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.XBjDX4MBHwW4ubfT9aRd4URcmhoBaBhncMTdy7HyWzZnAiT3WrYGF0HOO7jhsFHKC4vuTgxsewzH9syuWyR7cd-zJe5YTP1YJTO3dfsPlrnEqycfLAThm9DyJKhwXdknYfwu95aAUsvtCYEYVwIlG6--8CTWNHpT1AKodHSRNrtTdVRAyYgljtQIor6dG6quyNbwmQtqyPT2OvN8IscvtMZyXNKS7dbo3Kv95016PhKI-X2cHtyJcvGZGpINvVNiWvw0aGd6YSifkVFqhR2kzpZagG1eoLSkC1nyfCntE2RWrW5Tzby1SzV_YHfetXdZ2sipbVevWw3CJQoohoAcYg.HH76HRU4COahhGW9OTap2w.GRjNXHmlMCFpyXpxaTXpEOJTPokZgwXzCRmvsumhdbzD0EX1tr8f2Wu3ZgxNnHIjlwCTQFisMfMsmTxECv8fsCsB2_13QhjsXWcIBZANGJQ.-YG4UGr5p7I9WdNo3IKjBcm99zZ8awAL1wzLIg9h0OA\"\n    },\n    \"billing_address\": {\n        \"email\": \"chris@expandnow.com\",\n        \"phone\": \"(837) 505-7149 x4382\",\n        \"address\": {\n            \"city\": \"Plymouth\",\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"country_code\": \"GB\"\n        },\n        \"last_name\": \"Reynolds\",\n        \"first_name\": \"Anderson\"\n    },\n    \"shipping_address\": {\n        \"email\": \"chris@expandnow.com\",\n        \"phone\": \"(837) 505-7149 x4382\",\n        \"address\": {\n            \"city\": \"Plymouth\",\n            \"line1\": \"10 Main\",\n            \"line2\": \"Suite 200\",\n            \"region\": \"MN\",\n            \"postal_code\": \"55343\",\n            \"country_code\": \"GB\"\n        },\n        \"last_name\": \"Reynolds\",\n        \"first_name\": \"Anderson\"\n    },\n    \"line_items\": [\n        {\n            \"name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\n            \"type\": \"physical\",\n            \"quantity\": 3,\n            \"image_url\": \"https://cmdemo.store/expandnow-admin/assets/images/products/img-8.png\",\n            \"price_data\": {\n                \"price_type\": \"inclusive\",\n                \"unit_amount\": 34200\n            },\n            \"product_id\": \"physical_1\",\n            \"description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\n            \"external_reference_id\": \"b7e9c817-0cb2-4a8b-a1ed-49dba07aed71\"\n        }\n    ],\n    \"psp_logging\": {\n        \"adyen_request\": {\n            \"amount\": {\n                \"value\": 100000,\n                \"currency\": \"EUR\"\n            },\n            \"reference\": \"87b4eb40-3895-0ac2-d035-79262a7a8ee2\",\n            \"returnUrl\": \"https://api.expandnow.dev/demos/adyen-redirect.html?paymentId=87b4eb40-3895-0ac2-d035-79262a7a8ee2\",\n            \"paymentMethod\": {\n                \"type\": \"scheme\",\n                \"brand\": \"amex\",\n                \"holderName\": \"\",\n                \"fundingSource\": \"credit\",\n                \"checkoutAttemptId\": \"do-not-track\",\n                \"encryptedCardNumber\": \"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.jp25Xpt1WWcIxSggOLPayK8ij0Rptq2BYZOFGiAGKpMUVFPxXKVio7XwnXGzSFwv0Dy9wSmQc5j10eWFNn0uX2BbbPJCJI_J9OUBSgIa6in6OWPW0xoaFaGUBaCpezAJTl4VV9pW94Bfdr1905437zKvSXRqHQp0P8soH4ZPo4Z-W0iVu1YzArCMUY5z_lHHboopyNCpArywql1bejZBc8XY2chP9lswbPUCEilh08WQkNUVLTQJ0s3f-XCJ2_dnGZIAdfUNKW0MW3Nc9Brh9q1Y9g9ISauuijphybspvePkIkd2JhSPrVRlIigapv30BnkqewSmdTFbARHyNvcwlQ.s4sWNmH5Cdgo_3MvhaYkww.eeBzCG8_arNtl0plGY8ZtFLvyiMJxKv-QkHTJ-D8bJzIO-K02ghgUXj5J3zDU5jXhwY1HTi-b2MO79hLYqlEi9Jtsc4QVH8-xmkpJSjYUdRJ9bTsYMl5XkmsNsImpTnQ7h-HzN89AaymqJhHya_xWbOMywCYRToN4nnKjmA6vjfod48Bz0X9N03DXeFLE4bdMHGw0xr3vkFlrWbmsKed715rr3lN_3KPq8KtZv73XmdN94YpqA5VJAbsU1mJmuvPc-yQYgnQcRrxaB_PnLQr99eqw-kJ-HcEXBvAIdhBlPVN5aed4nuVkt9LDMr56xBFEX3yxZwtJwTRBN4FLTJdvg7cwIj9k7cq2OOghKybPwpH0O14rX9q-qZESD09_-XpR0kfFa9bmE57oXYD4mPgPKdEwRx_mwC928818ik9ATMroMhqP09QiD4BJEO50jV0EHIF4Vi8uHHwvkno8WiygQZ6qsfpsCZCL68cp3jA9H33B7EbWFjMUV6q5xIfzDhRjislPoCprBGpQI_X4oJYuSVomYjCU5Qhf_SbRwtBXC_fZYDKilLrJ6E4CtA6VsgZ.1EgT_kgtkEu--DAcsKcKeHA5YzdAVG0_V4aK5j6ZMQI\",\n                \"encryptedExpiryYear\": \"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.Seq5MiMYDZduITEL-xEceO_HfKJrpfz0iLgnnwkeFtTXs3ECva21yZ28E7YG9Txr3If176NVfKeW0ZlFwHFFNs_JqoKoKm-QP0_Tiz88yWn17_TSKubHuU6PWemwOaOWA1r_R1jZETB81wt71WdPfpdxxEDQZxZQtG57SV3RLx4bFdVHL3MEdwG0XrTCv3-tDRXA88Caww5O9-IVGW-2VsUEE9gdA1X1hVk6ymjiAqFcEpTQBZcpkiW8IchAt2R34JwJwELgQ7TlCiCR7yylrsF4Z7BVZrrqWdgJej1GhD8xZ3vDf4rIkxTd3hxTjeVK7RlDj7sE1Z6zwt1uRyzqfw.sLtQa-p_q6ilanCktUjsrA.TDICeki5Rl9WF5Pzkii38p5wbqHKLpHuk70FLeT7v1CMYAicnMlExMItzxiE8_HSvd2yOzA1TxKhuO2IA799ZA.Y73UiL3NSX7gyRchw9T_0GNkZuJTtthvCPjD1Rqf554\",\n                \"encryptedExpiryMonth\": \"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.okTr1f39LDM1lm8YviauQCKpG0ZJjB9kbe8OT4tZ-CxOpPvTlS6-YM-625w37vXCqwrtTGcZnNbZchVBLULAJQUSpwK6R_YO89o_CJipVFyyMDiRWegQv9FMHIP1MfHYLV6TBVjhrn1Frbn9sMX4N9MM2Wc7zZ4ioTvKLCk5s24AkFczqbHJKO4LxaQsJTq9rc7py7PxD0P0NUpeTbMWVOvh2AVcjeynAcrqyNqSF3fLoIzj7qkudKURWQmoFbP1FxIUuO_exVzdp-Q17M-a7uHWFTE7mgIs1gxw_j6hW-AKGnRM4M62yJ5HmnXl1lt2ff9XSvJaRSjZMcStyW3cBw.yCshv4RxHs-s6-S_uxKDsg.qs9qsUrgHbww5nzR8hA92PE-TcqyuWuxGKxmSJ972Nbqwx4bA9QmQJitKcEEom1eOqXaUw8oK9RhnSV9nk2EHg.NQx5i7mjpdEn8UHqP-3GLQpuLslVEnWnYyjdrd6TVdE\",\n                \"encryptedSecurityCode\": \"eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MTIiLCJ2ZXJzaW9uIjoiMSJ9.XBjDX4MBHwW4ubfT9aRd4URcmhoBaBhncMTdy7HyWzZnAiT3WrYGF0HOO7jhsFHKC4vuTgxsewzH9syuWyR7cd-zJe5YTP1YJTO3dfsPlrnEqycfLAThm9DyJKhwXdknYfwu95aAUsvtCYEYVwIlG6--8CTWNHpT1AKodHSRNrtTdVRAyYgljtQIor6dG6quyNbwmQtqyPT2OvN8IscvtMZyXNKS7dbo3Kv95016PhKI-X2cHtyJcvGZGpINvVNiWvw0aGd6YSifkVFqhR2kzpZagG1eoLSkC1nyfCntE2RWrW5Tzby1SzV_YHfetXdZ2sipbVevWw3CJQoohoAcYg.HH76HRU4COahhGW9OTap2w.GRjNXHmlMCFpyXpxaTXpEOJTPokZgwXzCRmvsumhdbzD0EX1tr8f2Wu3ZgxNnHIjlwCTQFisMfMsmTxECv8fsCsB2_13QhjsXWcIBZANGJQ.-YG4UGr5p7I9WdNo3IKjBcm99zZ8awAL1wzLIg9h0OA\"\n            },\n            \"merchantAccount\": \"ExpandNow221ECOM\"\n        },\n        \"split_request\": null,\n        \"payment_result\": {\n            \"amount\": {\n                \"value\": 100000,\n                \"currency\": \"EUR\"\n            },\n            \"resultCode\": \"Authorised\",\n            \"pspReference\": \"FXTBSGSRF7668VT5\",\n            \"paymentMethod\": {\n                \"type\": \"scheme\",\n                \"brand\": \"amex\"\n            },\n            \"merchantReference\": \"87b4eb40-3895-0ac2-d035-79262a7a8ee2\"\n        },\n        \"available_payment_methods\": [\n            {\n                \"type\": \"PAYPAL\",\n                \"position\": 1,\n                \"provider_id\": \"paypal\",\n                \"for_testing_only\": {\n                    \"paypal_demo_link\": \"https://api.expandnow.dev/demos/paypal-dropin.html?paymentClientSecret=15bec318cb14a1be856342b11317c31fa9cafd33201ec6985948a7472c95d4d2\"\n                },\n                \"provider_configuration\": {\n                    \"client_key\": \"AXkdDo01XOpPqDA7aGH0hnWnn67MvdPEFotqSV9BGAF2nBwiasyNrohOq0fw_A8rlpJtZOEOJPuak1iX\",\n                    \"environment\": \"test\"\n                }\n            },\n            {\n                \"type\": \"ADYEN_DROPIN\",\n                \"position\": 2,\n                \"provider_id\": \"adyen\",\n                \"provider_data\": {\n                    \"payment_methods_response\": {\n                        \"paymentMethods\": [\n                            {\n                                \"name\": \"iDEAL\",\n                                \"type\": \"ideal\",\n                                \"issuers\": [\n                                    {\n                                        \"id\": \"1165\",\n                                        \"name\": \"iDeal Test Issuer\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"name\": \"Credit Card\",\n                                \"type\": \"scheme\",\n                                \"brands\": [\n                                    \"mc\",\n                                    \"visa\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"credit\"\n                            },\n                            {\n                                \"name\": \"Debit Card\",\n                                \"type\": \"scheme\",\n                                \"brands\": [\n                                    \"mc\",\n                                    \"visa\",\n                                    \"amex\"\n                                ],\n                                \"fundingSource\": \"debit\"\n                            },\n                            {\n                                \"name\": \"Pay later with Klarna.\",\n                                \"type\": \"klarna\"\n                            },\n                            {\n                                \"name\": \"Paysafecard\",\n                                \"type\": \"paysafecard\"\n                            },\n                            {\n                                \"name\": \"Pay over time with Klarna.\",\n                                \"type\": \"klarna_account\"\n                            },\n                            {\n                                \"name\": \"Pay now with Klarna.\",\n                                \"type\": \"klarna_paynow\"\n                            }\n                        ]\n                    }\n                },\n                \"for_testing_only\": {\n                    \"adyen_demo_link\": \"https://api.expandnow.dev/demos/adyen-dropin.html?paymentClientSecret=15bec318cb14a1be856342b11317c31fa9cafd33201ec6985948a7472c95d4d2\"\n                },\n                \"provider_configuration\": {\n                    \"locale\": \"en_US\",\n                    \"client_key\": \"test_ROS6RO7R6JER5DLJHDKZPLZAZ4VKZQJS\",\n                    \"environment\": \"test\",\n                    \"country_code\": \"NL\"\n                }\n            }\n        ]\n    },\n    \"created_at\": 1738031852,\n    \"updated_at\": 1738031852,\n    \"transactions\": [\n        {\n            \"id\": \"24b1b74f-b958-7326-a46c-e93cd84e26a5\",\n            \"payment_id\": \"87b4eb40-3895-0ac2-d035-79262a7a8ee2\",\n            \"type\": \"authorize\",\n            \"status\": \"processing\",\n            \"amount\": 100000,\n            \"created_at\": 1738031863,\n            \"updated_at\": 1738031863,\n            \"provider_reference\": \"FXTBSGSRF7668VT5\",\n            \"provider_response\": [\n                {\n                    \"amount\": {\n                        \"value\": 100000,\n                        \"currency\": \"EUR\"\n                    },\n                    \"resultCode\": \"Authorised\",\n                    \"pspReference\": \"FXTBSGSRF7668VT5\",\n                    \"paymentMethod\": {\n                        \"type\": \"scheme\",\n                        \"brand\": \"amex\"\n                    },\n                    \"merchantReference\": \"87b4eb40-3895-0ac2-d035-79262a7a8ee2\"\n                }\n            ],\n            \"payment_provider\": \"ADYEN_DROPIN\",\n            \"metadata\": null\n        }\n    ]\n}"}],"_postman_id":"279da07e-f0c9-4ce9-a753-04343c9e21ac"},{"name":"Retrieve Available Methods for Payment","id":"55a97fcf-a4c8-4406-b0d5-9716afb963cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/payments/{{payment_id}}/available-payment-methods","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","payments","{{payment_id}}","available-payment-methods"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"99b8b193-6d38-427f-b19a-11129ceb0007","name":"Retrieve Available Methods for Payment","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/payments/{{payment_id}}/available-payment-methods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"1306"},{"key":"date","value":"Tue, 28 Jan 2025 02:38:41 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"type\": \"PAYPAL\",\n        \"provider_id\": \"paypal\",\n        \"position\": 1,\n        \"provider_configuration\": {\n            \"client_key\": \"AXkdDo01XOpPqDA7aGH0hnWnn67MvdPEFotqSV9BGAF2nBwiasyNrohOq0fw_A8rlpJtZOEOJPuak1iX\",\n            \"environment\": \"test\"\n        },\n        \"for_testing_only\": {\n            \"paypal_demo_link\": \"https://api.expandnow.dev/demos/paypal-dropin.html?paymentClientSecret=6d0ab875b6e95f918f76fa2bdfa013c6437554d64970a40b518cc6e2bceb9c44\"\n        }\n    },\n    {\n        \"type\": \"ADYEN_DROPIN\",\n        \"provider_id\": \"adyen\",\n        \"position\": 2,\n        \"provider_configuration\": {\n            \"client_key\": \"test_ROS6RO7R6JER5DLJHDKZPLZAZ4VKZQJS\",\n            \"locale\": \"en_US\",\n            \"environment\": \"test\",\n            \"country_code\": \"NL\"\n        },\n        \"provider_data\": {\n            \"payment_methods_response\": {\n                \"paymentMethods\": [\n                    {\n                        \"issuers\": [\n                            {\n                                \"id\": \"1165\",\n                                \"name\": \"iDeal Test Issuer\"\n                            }\n                        ],\n                        \"name\": \"iDEAL\",\n                        \"type\": \"ideal\"\n                    },\n                    {\n                        \"brands\": [\n                            \"mc\",\n                            \"visa\",\n                            \"amex\"\n                        ],\n                        \"fundingSource\": \"credit\",\n                        \"name\": \"Credit Card\",\n                        \"type\": \"scheme\"\n                    },\n                    {\n                        \"brands\": [\n                            \"mc\",\n                            \"visa\",\n                            \"amex\"\n                        ],\n                        \"fundingSource\": \"debit\",\n                        \"name\": \"Debit Card\",\n                        \"type\": \"scheme\"\n                    },\n                    {\n                        \"name\": \"Pay later with Klarna.\",\n                        \"type\": \"klarna\"\n                    },\n                    {\n                        \"name\": \"Paysafecard\",\n                        \"type\": \"paysafecard\"\n                    },\n                    {\n                        \"name\": \"Pay over time with Klarna.\",\n                        \"type\": \"klarna_account\"\n                    },\n                    {\n                        \"name\": \"Pay now with Klarna.\",\n                        \"type\": \"klarna_paynow\"\n                    }\n                ]\n            }\n        },\n        \"for_testing_only\": {\n            \"adyen_demo_link\": \"https://api.expandnow.dev/demos/adyen-dropin.html?paymentClientSecret=6d0ab875b6e95f918f76fa2bdfa013c6437554d64970a40b518cc6e2bceb9c44\"\n        }\n    }\n]"}],"_postman_id":"55a97fcf-a4c8-4406-b0d5-9716afb963cf"},{"name":"Retrieve Payments","id":"6e7e4411-0e7a-4461-b725-13da7b95b5b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/payments?starting_after=6455ce32-fe0c-8c2c-7996-8c05dc15d3cf","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","payments"],"host":["api","expandnow","dev"],"query":[{"key":"starting_after","value":"6455ce32-fe0c-8c2c-7996-8c05dc15d3cf"}],"variable":[]}},"response":[{"id":"a5031b31-c188-4a9e-afeb-8b1e7bf36b3a","name":"Retrieve Payments","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.expandnow.dev/v1/payments?starting_after=6455ce32-fe0c-8c2c-7996-8c05dc15d3cf","protocol":"https","host":["api","expandnow","dev"],"path":["v1","payments"],"query":[{"key":"starting_after","value":"6455ce32-fe0c-8c2c-7996-8c05dc15d3cf"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"5805"},{"key":"date","value":"Tue, 28 Jan 2025 02:39:11 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"has_more\": true,\n    \"data\": [\n        {\n            \"id\": \"00924af9-8037-d27f-f044-b5b1d3c105e0\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737251837\",\n            \"order_id\": \"762a5aef-0479-6f98-4685-39fd7bd4c6ff\",\n            \"currency\": \"USD\",\n            \"amount\": 21001,\n            \"created_at\": 1737251839\n        },\n        {\n            \"id\": \"94c3eb1e-450c-32b2-f751-7b96d84fe573\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737251773\",\n            \"order_id\": \"e038fcae-c468-4a78-2e7a-13c2aa2070a9\",\n            \"currency\": \"GBP\",\n            \"amount\": 28909,\n            \"created_at\": 1737251776\n        },\n        {\n            \"id\": \"896833a2-cb5f-edf3-f31d-d3c982174329\",\n            \"status\": \"capturable\",\n            \"client_reference_id\": \"upstream_id_1737231497\",\n            \"order_id\": \"71423127-40c7-a21b-dcf4-7e7943c57a06\",\n            \"currency\": \"SEK\",\n            \"amount\": 3637,\n            \"created_at\": 1737231500\n        },\n        {\n            \"id\": \"7e57a840-4464-a673-05ea-fcc3b7350acb\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737231295\",\n            \"order_id\": \"0ab91f0a-54c5-fe77-013e-b71b51acb6a7\",\n            \"currency\": \"SEK\",\n            \"amount\": 3637,\n            \"created_at\": 1737231297\n        },\n        {\n            \"id\": \"f039a003-6d23-50d0-8d8b-273d4b9d7eda\",\n            \"status\": \"capturable\",\n            \"client_reference_id\": \"upstream_id_1737230766\",\n            \"order_id\": \"c0f2c714-63a0-a215-b15e-2c71fa9382be\",\n            \"currency\": \"SEK\",\n            \"amount\": 3637,\n            \"created_at\": 1737230768\n        },\n        {\n            \"id\": \"f2c86caa-91fa-5070-0b22-3b821202cf16\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737230324\",\n            \"order_id\": \"72190d77-500f-f1ba-13df-897de71df341\",\n            \"currency\": \"SEK\",\n            \"amount\": 3637,\n            \"created_at\": 1737230326\n        },\n        {\n            \"id\": \"7b75a8fa-15ef-774c-99d4-1cbc5b344852\",\n            \"status\": \"capturable\",\n            \"client_reference_id\": \"upstream_id_1737230192\",\n            \"order_id\": \"5641c329-82da-d2e9-6fa1-61597de154df\",\n            \"currency\": \"SEK\",\n            \"amount\": 3637,\n            \"created_at\": 1737230195\n        },\n        {\n            \"id\": \"2f465019-26c8-3698-955b-99c0bddc5628\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737230084\",\n            \"order_id\": \"4fcebac7-f3d7-8b51-6014-b24a00e108d5\",\n            \"currency\": \"SEK\",\n            \"amount\": 3637,\n            \"created_at\": 1737230086\n        },\n        {\n            \"id\": \"61428648-ea31-db2a-d13b-ed622279cb47\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737230059\",\n            \"order_id\": \"42f93b8b-4733-2874-4fe5-56fde07266b0\",\n            \"currency\": \"USD\",\n            \"amount\": 40396,\n            \"created_at\": 1737230061\n        },\n        {\n            \"id\": \"e5c04dbf-cb03-f69b-2f9a-70fd27ffc649\",\n            \"status\": \"capturable\",\n            \"client_reference_id\": \"upstream_id_1737228898\",\n            \"order_id\": \"e8045e8a-efcb-726c-94e9-3cab32afeb86\",\n            \"currency\": \"USD\",\n            \"amount\": 40396,\n            \"created_at\": 1737228903\n        },\n        {\n            \"id\": \"2147eead-0079-7ac1-fb3f-9485a1055483\",\n            \"status\": \"capturable\",\n            \"client_reference_id\": \"upstream_id_1737228218\",\n            \"order_id\": \"65ac45a0-658e-01ea-305b-dea081d9fa91\",\n            \"currency\": \"USD\",\n            \"amount\": 40396,\n            \"created_at\": 1737228224\n        },\n        {\n            \"id\": \"7e73884e-b3c4-c16d-3692-71778882ce42\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737226518\",\n            \"order_id\": \"db0dbd12-8a07-fa42-6a21-b9a72df3d9c3\",\n            \"currency\": \"USD\",\n            \"amount\": 40396,\n            \"created_at\": 1737226522\n        },\n        {\n            \"id\": \"677c045c-a4c9-973c-84ce-99d5f7482fd2\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737226417\",\n            \"order_id\": \"0036e084-0698-01e9-84d2-381bb00229e0\",\n            \"currency\": \"USD\",\n            \"amount\": 40396,\n            \"created_at\": 1737226463\n        },\n        {\n            \"id\": \"6b1dad0b-b837-3634-b5f4-478ab83b08f5\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737208581\",\n            \"order_id\": \"1102860c-4f68-a2b3-86aa-2455daec541c\",\n            \"currency\": \"USD\",\n            \"amount\": 40396,\n            \"created_at\": 1737208582\n        },\n        {\n            \"id\": \"b57c1b31-9017-833c-968a-b46a6fdd5626\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737207989\",\n            \"order_id\": \"c08f6e1f-64ff-3294-8987-ec913cead04b\",\n            \"currency\": \"USD\",\n            \"amount\": 40396,\n            \"created_at\": 1737207991\n        },\n        {\n            \"id\": \"27665705-d08b-9122-d2ee-f71b4dc4e61b\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737164463\",\n            \"order_id\": \"aebcbdf4-f6e4-a101-1daa-ee9ef317f4b2\",\n            \"currency\": \"USD\",\n            \"amount\": 40396,\n            \"created_at\": 1737164466\n        },\n        {\n            \"id\": \"a6891d38-9102-6420-3f82-73189c10ac3a\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737164399\",\n            \"order_id\": \"794e0828-ea63-0d87-96bf-892a75fad1d4\",\n            \"currency\": \"USD\",\n            \"amount\": 38790,\n            \"created_at\": 1737164439\n        },\n        {\n            \"id\": \"5a2ef76f-67e7-cd50-e5f3-50284bd295b5\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737164378\",\n            \"order_id\": \"0554a089-b31d-3aa0-ec03-6ff52aaa8f22\",\n            \"currency\": \"USD\",\n            \"amount\": 38790,\n            \"created_at\": 1737164394\n        },\n        {\n            \"id\": \"0731ed6d-d294-6503-bede-9e9c680e451e\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737164300\",\n            \"order_id\": \"10fefa8f-bb06-d7bf-d6ca-00a55d3a58c4\",\n            \"currency\": \"USD\",\n            \"amount\": 38790,\n            \"created_at\": 1737164369\n        },\n        {\n            \"id\": \"300564ec-c2e4-dd4b-13bb-26a63a48d0d1\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737164292\",\n            \"order_id\": \"fb59bc2d-8a5f-25ff-2a5b-eeaa291b3496\",\n            \"currency\": \"USD\",\n            \"amount\": 38790,\n            \"created_at\": 1737164294\n        },\n        {\n            \"id\": \"f5869b22-ea95-c778-7af4-0ce5f3ed3341\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737164260\",\n            \"order_id\": \"3b1e5b1d-c8fd-4422-a18f-fd229980f4a9\",\n            \"currency\": \"USD\",\n            \"amount\": 19395,\n            \"created_at\": 1737164261\n        },\n        {\n            \"id\": \"b88b1043-5f23-1433-1b78-4f68f0e2a110\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737164028\",\n            \"order_id\": \"876ef059-6c8f-6e8f-105f-a4743ea5caed\",\n            \"currency\": \"GBP\",\n            \"amount\": 28909,\n            \"created_at\": 1737164121\n        },\n        {\n            \"id\": \"c6b820aa-d414-7313-f800-965472e3aca7\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737163995\",\n            \"order_id\": \"97d126e3-48de-594c-e95b-27e14f2cd53d\",\n            \"currency\": \"GBP\",\n            \"amount\": 28909,\n            \"created_at\": 1737164007\n        },\n        {\n            \"id\": \"72421698-0a70-25fa-e379-e2eb1cb6a54d\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737149899\",\n            \"order_id\": \"0a70f9c5-5bf1-2626-7234-70920ec54946\",\n            \"currency\": \"USD\",\n            \"amount\": 19395,\n            \"created_at\": 1737155012\n        },\n        {\n            \"id\": \"978aee97-3c6a-4b33-c87b-f70ce9d85d5a\",\n            \"status\": \"requires_payment_method\",\n            \"client_reference_id\": \"upstream_id_1737149830\",\n            \"order_id\": \"da0b06fc-1ea4-351c-f92d-d0697c723478\",\n            \"currency\": \"USD\",\n            \"amount\": 19395,\n            \"created_at\": 1737149896\n        }\n    ]\n}"}],"_postman_id":"6e7e4411-0e7a-4461-b725-13da7b95b5b9"}],"id":"a31ffb34-7f4b-4eec-b45a-136a935cebd8","_postman_id":"a31ffb34-7f4b-4eec-b45a-136a935cebd8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Fulfillments","item":[{"name":"Create Fulfillment","id":"c9384e14-ac2a-4191-838a-ca88694dd504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"line_items\": [\r\n        {\r\n            \"id\": \"{{line_item_id}}\",\r\n            \"quantity\": 1\r\n        }\r\n    ],\r\n    \"tracking_details\": {\r\n        \"company\": \"UPS\",\r\n        \"number\": \"UPS-319cb95b-b917-4d1d-992b-7cfd453dbf38\",\r\n        \"url\": \"https://upstrack.com?id=UPS-2f825251-7651-46f5-ba0c-de2d6b2b560c\"\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/fulfillments?XDEBUG_SESSION=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","fulfillments"],"host":["api","expandnow","dev"],"query":[{"key":"XDEBUG_SESSION","value":"1"}],"variable":[]}},"response":[],"_postman_id":"c9384e14-ac2a-4191-838a-ca88694dd504"},{"name":"Create Fulfillment - Multi Line","id":"f515fa06-f5ee-436a-996b-4aced6e40dc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"line_items\": [\r\n        {\r\n            \"id\": \"{{line_item_id}}\",\r\n            \"quantity\": 1\r\n        },\r\n        {\r\n            \"id\": \"{{line_item_2_id}}\",\r\n            \"quantity\": 1\r\n        }\r\n    ],\r\n    \"tracking_details\": {\r\n        \"company\": \"UPS\",\r\n        \"number\": \"UPS-1109c969-72e3-47b9-976c-0573a85c657c\",\r\n        \"url\": \"https://upstrack.com?id=UPS-d4d92cbe-5820-42f3-8b9f-5ef38efd1fe7\"\r\n    },\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/fulfillments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","fulfillments"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"f515fa06-f5ee-436a-996b-4aced6e40dc1"},{"name":"Retrieve Order Fulfillments","id":"08918cb8-13e2-4f5f-bacf-3aa75b613e54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/fulfillments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","fulfillments"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"08918cb8-13e2-4f5f-bacf-3aa75b613e54"},{"name":"Retrieve Fulfillments","id":"b2c518fa-6e9e-4e20-886b-461420ccf02f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/fulfillments","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","fulfillments"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2c518fa-6e9e-4e20-886b-461420ccf02f"}],"id":"189f38c5-82eb-4a62-8cb6-4d6f003294bf","_postman_id":"189f38c5-82eb-4a62-8cb6-4d6f003294bf","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Cancellations","item":[{"name":"Create Cancellation","id":"88c68512-3134-4182-b90c-77f3afd123b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"line_items\": [\r\n        {\r\n            \"id\": \"{{line_item_id}}\",\r\n            \"quantity\": 1\r\n        }\r\n    ],\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/cancellations","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","cancellations"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"88c68512-3134-4182-b90c-77f3afd123b9"},{"name":"Retrieve Order Cancellations","id":"256f6b7c-91eb-4d70-9385-dfb1ef8d0fe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"test\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/cancellations","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","cancellations"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"256f6b7c-91eb-4d70-9385-dfb1ef8d0fe0"}],"id":"20d2ada8-4aad-45ec-8998-0ee5168dfb2b","_postman_id":"20d2ada8-4aad-45ec-8998-0ee5168dfb2b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Sales Transactions","item":[{"name":"Retrieve Sales Transactions","id":"f9c4bd78-2ffd-4e17-9104-97fb832c5413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/sales-transactions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","sales-transactions"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"104539a2-0612-472f-8341-70d6cf9f885f","name":"Retrieve Sales Transactions","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/sales-transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"3401"},{"key":"date","value":"Tue, 28 Jan 2025 02:20:28 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"has_more\": false,\n    \"data\": [\n        {\n            \"id\": \"338e83ef-60ea-4e24-81ae-f6e34f54ef2e\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"9f663c8f-2bd5-7730-188a-cc1617c5abb8\",\n            \"amount\": 13426,\n            \"currency\": \"CAD\",\n            \"created_at\": 1737578189\n        },\n        {\n            \"id\": \"c2fdc158-bf4e-46bb-8de8-0302341c9995\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"71423127-40c7-a21b-dcf4-7e7943c57a06\",\n            \"amount\": 1746,\n            \"currency\": \"SEK\",\n            \"created_at\": 1737231546\n        },\n        {\n            \"id\": \"93ef8e8c-ba0f-480b-a1b1-4317d96ae862\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"c0f2c714-63a0-a215-b15e-2c71fa9382be\",\n            \"amount\": 1746,\n            \"currency\": \"SEK\",\n            \"created_at\": 1737230841\n        },\n        {\n            \"id\": \"f9f4fce6-5043-4e93-acd4-ea5cb422b0e1\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"c0f2c714-63a0-a215-b15e-2c71fa9382be\",\n            \"amount\": 1746,\n            \"currency\": \"SEK\",\n            \"created_at\": 1737230796\n        },\n        {\n            \"id\": \"4972747c-930b-4327-83dc-6efa7d709b0e\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"5641c329-82da-d2e9-6fa1-61597de154df\",\n            \"amount\": 1746,\n            \"currency\": \"SEK\",\n            \"created_at\": 1737230298\n        },\n        {\n            \"id\": \"f0fbe61c-c8b1-4602-aeb8-22e0174eff62\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"5641c329-82da-d2e9-6fa1-61597de154df\",\n            \"amount\": 1746,\n            \"currency\": \"SEK\",\n            \"created_at\": 1737230232\n        },\n        {\n            \"id\": \"a0f2cf21-e1d9-451f-b3bc-b55b5bc8aa8e\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"e8045e8a-efcb-726c-94e9-3cab32afeb86\",\n            \"amount\": 19395,\n            \"currency\": \"USD\",\n            \"created_at\": 1737229061\n        },\n        {\n            \"id\": \"edbdcc4a-ceea-4be5-8f96-658d0a392a2c\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"b7f7faf0-68dd-540d-0eb4-d238fff38aca\",\n            \"amount\": 455,\n            \"currency\": \"USD\",\n            \"created_at\": 1736956643\n        },\n        {\n            \"id\": \"c6f97a77-0c48-478f-b944-ba38c49ddf17\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"b9a75315-be50-0bbb-e9bd-a94fb2986ef3\",\n            \"amount\": 456,\n            \"currency\": \"USD\",\n            \"created_at\": 1736195393\n        },\n        {\n            \"id\": \"5fe297e5-d48c-40d2-998b-2826054d0f67\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"c3e8d887-ad8a-8be0-f724-b224d4c8b9b6\",\n            \"amount\": 20000,\n            \"currency\": \"EUR\",\n            \"created_at\": 1736194848\n        },\n        {\n            \"id\": \"5b802eea-322b-44de-89ac-f473fefd54fa\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"2dbe3ba2-f370-c0aa-a61b-2d077397e67c\",\n            \"amount\": 392,\n            \"currency\": \"USD\",\n            \"created_at\": 1736189105\n        },\n        {\n            \"id\": \"58eb3880-c5f8-4eb3-a5b1-8028178458af\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"2dbe3ba2-f370-c0aa-a61b-2d077397e67c\",\n            \"amount\": 392,\n            \"currency\": \"USD\",\n            \"created_at\": 1736188872\n        },\n        {\n            \"id\": \"f152ed0b-95d9-4427-808c-3321b45c8337\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"2dbe3ba2-f370-c0aa-a61b-2d077397e67c\",\n            \"amount\": 392,\n            \"currency\": \"USD\",\n            \"created_at\": 1736188834\n        },\n        {\n            \"id\": \"87ef8158-7be9-4928-bdaa-062585bed14b\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"2dbe3ba2-f370-c0aa-a61b-2d077397e67c\",\n            \"amount\": 392,\n            \"currency\": \"USD\",\n            \"created_at\": 1736188729\n        },\n        {\n            \"id\": \"916aa01a-86c0-41a3-a897-ee4bda120e28\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"2dbe3ba2-f370-c0aa-a61b-2d077397e67c\",\n            \"amount\": 392,\n            \"currency\": \"USD\",\n            \"created_at\": 1736188512\n        },\n        {\n            \"id\": \"9062aae3-8782-4ca1-9e80-95107a5415cc\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"2dbe3ba2-f370-c0aa-a61b-2d077397e67c\",\n            \"amount\": 392,\n            \"currency\": \"USD\",\n            \"created_at\": 1736188295\n        },\n        {\n            \"id\": \"c0c4422e-f1a0-41ec-9742-8f65611d37aa\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"2dbe3ba2-f370-c0aa-a61b-2d077397e67c\",\n            \"amount\": 392,\n            \"currency\": \"USD\",\n            \"created_at\": 1736188065\n        },\n        {\n            \"id\": \"e4ff388a-4f6a-4967-9c53-496ec6a265ba\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"2dbe3ba2-f370-c0aa-a61b-2d077397e67c\",\n            \"amount\": 392,\n            \"currency\": \"USD\",\n            \"created_at\": 1736187928\n        },\n        {\n            \"id\": \"37f47384-7c51-4f00-8571-59de4cfe343f\",\n            \"type\": \"sales_transaction\",\n            \"order_id\": \"2dbe3ba2-f370-c0aa-a61b-2d077397e67c\",\n            \"amount\": 392,\n            \"currency\": \"USD\",\n            \"created_at\": 1736183243\n        }\n    ]\n}"}],"_postman_id":"f9c4bd78-2ffd-4e17-9104-97fb832c5413"},{"name":"Retrieve Sales Transaction","id":"839f0b08-ad50-49f4-9a44-a6ef6e14643d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"test\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/sales-transactions/37f47384-7c51-4f00-8571-59de4cfe343f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","sales-transactions","37f47384-7c51-4f00-8571-59de4cfe343f"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"bece478d-77cf-4c62-8d77-eb4283188df6","name":"Retrieve Sales Transaction","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"test\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/sales-transactions/37f47384-7c51-4f00-8571-59de4cfe343f"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"1345"},{"key":"date","value":"Tue, 28 Jan 2025 02:21:25 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"37f47384-7c51-4f00-8571-59de4cfe343f\",\n    \"reporting_id\": \"6ec2f241-3cc0-2614-2da9-41cb552b578d\",\n    \"type\": \"sales_transaction\",\n    \"brand_id\": \"e92111de-8304-26d4-92a3-a4aef3b8b426\",\n    \"order_id\": \"2dbe3ba2-f370-c0aa-a61b-2d077397e67c\",\n    \"fulfillment_id\": \"b8369bde-dd49-48ab-6212-af0eace81f47\",\n    \"order_transaction_currency\": \"USD\",\n    \"sales_transaction_id\": null,\n    \"amount\": 392,\n    \"currency\": \"USD\",\n    \"product_id\": \"physical_1\",\n    \"product_name\": \"Full Sleeve Sweatshirt for Men (Pink)\",\n    \"product_description\": \"Tommy Hilfiger men striped pink sweatshirt. Crafted with cotton. Material composition is 100% organic cotton. This is one of the world’s leading designer lifestyle brands and is internationally recognized for celebrating the essence of classic American cool style, featuring preppy with a twist designs.\",\n    \"payout_amounts\": {\n        \"tax\": 0,\n        \"amount\": 404,\n        \"shipping\": -167,\n        \"landed_cost\": 0,\n        \"exchange_rate\": \"1.031204\",\n        \"merchant_payout\": 385,\n        \"merchant_currency\": \"EUR\",\n        \"shopper_product_price\": 237,\n        \"expandnow_total_margin\": 18,\n        \"merchant_product_price\": 218,\n        \"freight_paid_to_merchant\": 167,\n        \"landed_cost_paid_to_merchant\": 0\n    },\n    \"expandnow_margin_details\": {\n        \"total_margin\": 18,\n        \"margin_source\": \"net_price\",\n        \"currency_margin\": 4,\n        \"standard_margin\": 14,\n        \"total_margin_percent\": \"0.08\",\n        \"currency_margin_percent\": \"0.02\",\n        \"standard_margin_percent\": \"0.06\"\n    },\n    \"created_at\": 1736183243,\n    \"updated_at\": 1736183243\n}"}],"_postman_id":"839f0b08-ad50-49f4-9a44-a6ef6e14643d"}],"id":"656c9123-ba5e-48ec-a6a9-72f8e97baed7","_postman_id":"656c9123-ba5e-48ec-a6a9-72f8e97baed7","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Refunds","item":[{"name":"Create Refund","id":"fa55161d-8099-47a3-954d-1adc1c568f63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"line_items\": [\r\n        {\r\n            \"id\": \"{{line_item_id}}\",\r\n            \"quantity\": 1\r\n        }\r\n    ],\r\n    \"metadata\": {\r\n        \"key\": \"value\",\r\n        \"open\": {\r\n            \"ended\": \"data\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/refunds","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","refunds"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa55161d-8099-47a3-954d-1adc1c568f63"},{"name":"Get Refunds For Order","id":"b3cbfd01-2209-491a-86af-01be9399dd82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"test\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.expandnow.dev/v1/orders/{{order_id}}/refunds","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","orders","{{order_id}}","refunds"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3cbfd01-2209-491a-86af-01be9399dd82"}],"id":"c925d04b-0695-4b36-a36d-07ddf7ff687c","_postman_id":"c925d04b-0695-4b36-a36d-07ddf7ff687c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Country Switcher","item":[{"name":"Get Country Switcher Settings","id":"eb021c65-7a9d-460e-a29e-21ebe19b8092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.expandnow.dev/dynamic-pricing/country-switcher-settings","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Public-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"269ca4ff-8397-4c90-bd26-a874dc0018a7","id":"269ca4ff-8397-4c90-bd26-a874dc0018a7","name":"Country Switcher","type":"folder"}},"urlObject":{"protocol":"https","path":["dynamic-pricing","country-switcher-settings"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"156fda7e-3014-46c0-8e3d-1c9ac8ac369f","name":"Get Country Switcher Settings","originalRequest":{"method":"GET","header":[],"url":"https://api.expandnow.dev/dynamic-pricing/country-switcher-settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"3525"},{"key":"date","value":"Tue, 28 Jan 2025 02:22:27 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"brand_countries\": {\n        \"US\": {\n            \"name\": \"United States\",\n            \"operated_by_exn\": true,\n            \"url\": null,\n            \"default_currency_code\": \"USD\",\n            \"enabled_currencies\": [\n                \"USD\",\n                \"GBP\",\n                \"EUR\",\n                \"JPY\",\n                \"AUD\",\n                \"CAD\",\n                \"CHF\",\n                \"BRL\",\n                \"CNY\",\n                \"CZK\",\n                \"DKK\",\n                \"HKD\",\n                \"HUF\",\n                \"ILS\",\n                \"MYR\",\n                \"MXN\",\n                \"TWD\",\n                \"NZD\",\n                \"NOK\",\n                \"PHP\",\n                \"PLN\",\n                \"SGD\",\n                \"SEK\",\n                \"THB\"\n            ],\n            \"default_language_code\": \"EN\",\n            \"enabled_languages\": [\n                \"EN\",\n                \"DE\",\n                \"DA\",\n                \"NL\",\n                \"FR\",\n                \"IT\",\n                \"JA\",\n                \"NO\",\n                \"PL\",\n                \"PT\",\n                \"ES\",\n                \"SV\"\n            ],\n            \"fixed_pricing\": false,\n            \"flags\": {\n                \"1x1\": \"https://cmdemo.store/expandnow-api/localization/flags/1x1/us.svg\",\n                \"4x3\": \"https://cmdemo.store/expandnow-api/localization/flags/4x3/us.svg\"\n            }\n        },\n        \"GB\": {\n            \"name\": \"United Kingdom\",\n            \"operated_by_exn\": true,\n            \"url\": null,\n            \"default_currency_code\": \"GBP\",\n            \"enabled_currencies\": [\n                \"USD\",\n                \"GBP\",\n                \"EUR\",\n                \"JPY\",\n                \"AUD\",\n                \"CAD\",\n                \"CHF\",\n                \"BRL\",\n                \"CNY\",\n                \"CZK\",\n                \"DKK\",\n                \"HKD\",\n                \"HUF\",\n                \"ILS\",\n                \"MYR\",\n                \"MXN\",\n                \"TWD\",\n                \"NZD\",\n                \"NOK\",\n                \"PHP\",\n                \"PLN\",\n                \"SGD\",\n                \"SEK\",\n                \"THB\"\n            ],\n            \"default_language_code\": \"EN\",\n            \"enabled_languages\": [\n                \"EN\",\n                \"DE\",\n                \"DA\",\n                \"NL\",\n                \"FR\",\n                \"IT\",\n                \"JA\",\n                \"NO\",\n                \"PL\",\n                \"PT\",\n                \"ES\",\n                \"SV\"\n            ],\n            \"fixed_pricing\": false,\n            \"flags\": {\n                \"1x1\": \"https://cmdemo.store/expandnow-api/localization/flags/1x1/gb.svg\",\n                \"4x3\": \"https://cmdemo.store/expandnow-api/localization/flags/4x3/gb.svg\"\n            }\n        },\n        \"DE\": {\n            \"name\": \"Germany\",\n            \"operated_by_exn\": true,\n            \"url\": null,\n            \"default_currency_code\": \"EUR\",\n            \"enabled_currencies\": [\n                \"USD\",\n                \"GBP\",\n                \"EUR\",\n                \"JPY\",\n                \"AUD\",\n                \"CAD\",\n                \"CHF\",\n                \"BRL\",\n                \"CNY\",\n                \"CZK\",\n                \"DKK\",\n                \"HKD\",\n                \"HUF\",\n                \"ILS\",\n                \"MYR\",\n                \"MXN\",\n                \"TWD\",\n                \"NZD\",\n                \"NOK\",\n                \"PHP\",\n                \"PLN\",\n                \"SGD\",\n                \"SEK\",\n                \"THB\"\n            ],\n            \"default_language_code\": \"DE\",\n            \"enabled_languages\": [\n                \"EN\",\n                \"DE\",\n                \"DA\",\n                \"NL\",\n                \"FR\",\n                \"IT\",\n                \"JA\",\n                \"NO\",\n                \"PL\",\n                \"PT\",\n                \"ES\",\n                \"SV\"\n            ],\n            \"fixed_pricing\": false,\n            \"flags\": {\n                \"1x1\": \"https://cmdemo.store/expandnow-api/localization/flags/1x1/de.svg\",\n                \"4x3\": \"https://cmdemo.store/expandnow-api/localization/flags/4x3/de.svg\"\n            }\n        }\n    },\n    \"brand_currencies\": {\n        \"USD\": {\n            \"name\": \"US Dollar\",\n            \"symbol\": \"$\"\n        },\n        \"GBP\": {\n            \"name\": \"British Pound Sterling\",\n            \"symbol\": \"£\"\n        },\n        \"EUR\": {\n            \"name\": \"Euro\",\n            \"symbol\": \"€\"\n        },\n        \"JPY\": {\n            \"name\": \"Japanese Yen\",\n            \"symbol\": \"¥\"\n        },\n        \"AUD\": {\n            \"name\": \"Australian Dollar\",\n            \"symbol\": \"AU$\"\n        },\n        \"CAD\": {\n            \"name\": \"Canadian Dollar\",\n            \"symbol\": \"CA$\"\n        },\n        \"CHF\": {\n            \"name\": \"Swiss Franc\",\n            \"symbol\": \"CHF\"\n        },\n        \"BRL\": {\n            \"name\": \"Brazilian Real\",\n            \"symbol\": \"R$\"\n        },\n        \"CNY\": {\n            \"name\": \"Chinese Yuan\",\n            \"symbol\": \"CN¥\"\n        },\n        \"CZK\": {\n            \"name\": \"Czech Republic Koruna\",\n            \"symbol\": \"Kč\"\n        },\n        \"DKK\": {\n            \"name\": \"Danish Krone\",\n            \"symbol\": \"Dkr\"\n        },\n        \"HKD\": {\n            \"name\": \"Hong Kong Dollar\",\n            \"symbol\": \"HK$\"\n        },\n        \"HUF\": {\n            \"name\": \"Hungarian Forint\",\n            \"symbol\": \"Ft\"\n        },\n        \"ILS\": {\n            \"name\": \"Israeli New Sheqel\",\n            \"symbol\": \"₪\"\n        },\n        \"MYR\": {\n            \"name\": \"Malaysian Ringgit\",\n            \"symbol\": \"RM\"\n        },\n        \"MXN\": {\n            \"name\": \"Mexican Peso\",\n            \"symbol\": \"MX$\"\n        },\n        \"TWD\": {\n            \"name\": \"New Taiwan Dollar\",\n            \"symbol\": \"NT$\"\n        },\n        \"NZD\": {\n            \"name\": \"New Zealand Dollar\",\n            \"symbol\": \"NZ$\"\n        },\n        \"NOK\": {\n            \"name\": \"Norwegian Krone\",\n            \"symbol\": \"Nkr\"\n        },\n        \"PHP\": {\n            \"name\": \"Philippine Peso\",\n            \"symbol\": \"₱\"\n        },\n        \"PLN\": {\n            \"name\": \"Polish Zloty\",\n            \"symbol\": \"zł\"\n        },\n        \"SGD\": {\n            \"name\": \"Singapore Dollar\",\n            \"symbol\": \"S$\"\n        },\n        \"SEK\": {\n            \"name\": \"Swedish Krona\",\n            \"symbol\": \"Skr\"\n        },\n        \"THB\": {\n            \"name\": \"Thai Baht\",\n            \"symbol\": \"฿\"\n        }\n    },\n    \"brand_languages\": {\n        \"EN\": {\n            \"name\": \"English\",\n            \"english_name\": \"English\"\n        },\n        \"DE\": {\n            \"name\": \"Deutsch\",\n            \"english_name\": \"German\"\n        },\n        \"DA\": {\n            \"name\": \"Dansk\",\n            \"english_name\": \"Danish\"\n        },\n        \"NL\": {\n            \"name\": \"Nederlands\",\n            \"english_name\": \"Dutch\"\n        },\n        \"FR\": {\n            \"name\": \"Français\",\n            \"english_name\": \"French\"\n        },\n        \"IT\": {\n            \"name\": \"Italiano\",\n            \"english_name\": \"Italian\"\n        },\n        \"JA\": {\n            \"name\": \"日本語\",\n            \"english_name\": \"Japanese\"\n        },\n        \"NO\": {\n            \"name\": \"Norsk\",\n            \"english_name\": \"Norwegian\"\n        },\n        \"PL\": {\n            \"name\": \"Polski\",\n            \"english_name\": \"Polish\"\n        },\n        \"PT\": {\n            \"name\": \"Português\",\n            \"english_name\": \"Portuguese\"\n        },\n        \"ES\": {\n            \"name\": \"Español\",\n            \"english_name\": \"Spanish\"\n        },\n        \"SV\": {\n            \"name\": \"Svenska\",\n            \"english_name\": \"Swedish\"\n        }\n    }\n}"}],"_postman_id":"eb021c65-7a9d-460e-a29e-21ebe19b8092"}],"id":"269ca4ff-8397-4c90-bd26-a874dc0018a7","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Public-Key"},{"key":"value","value":"<value>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"80ab5abb-50bd-46dc-808e-6148e5b5b950","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"9feb3ee8-1748-477c-a691-6cd55e983bc1","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"269ca4ff-8397-4c90-bd26-a874dc0018a7","description":""},{"name":"Localization","item":[{"name":"Get Language Master Files","id":"ae6e5bf5-9a0a-4eac-9dfb-b0e863ab129f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.expandnow.dev/localization/en","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["localization","en"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae6e5bf5-9a0a-4eac-9dfb-b0e863ab129f"},{"name":"Get Language With Client Override","id":"c994a72a-34e8-41cf-8e34-88aa17992683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.expandnow.dev/v1/localization/client/en","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","localization","client","en"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"c994a72a-34e8-41cf-8e34-88aa17992683"},{"name":"Get Language Values","id":"a2b8e49b-fd4c-48a7-b21e-efa0b4d60416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.expandnow.dev/v1/localization/languages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","localization","languages"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2b8e49b-fd4c-48a7-b21e-efa0b4d60416"}],"id":"d8ddf05e-c772-4a29-b213-7131c93c5b51","_postman_id":"d8ddf05e-c772-4a29-b213-7131c93c5b51","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"83ea6610-1dd5-42c0-b643-9e87d527242e","id":"83ea6610-1dd5-42c0-b643-9e87d527242e","name":"ExpandNow.dev APIs","type":"collection"}}},{"name":"Pricing","item":[{"name":"Get Pricing Conversion Rates","id":"93cccf18-76aa-4749-912f-6da395a9057f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.expandnow.dev/dynamic-pricing/country/US/currency/USD","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Public-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"2f2da760-65f9-4389-a8af-c00937d7443f","id":"2f2da760-65f9-4389-a8af-c00937d7443f","name":"Pricing","type":"folder"}},"urlObject":{"protocol":"https","path":["dynamic-pricing","country","US","currency","USD"],"host":["api","expandnow","dev"],"query":[],"variable":[]}},"response":[{"id":"2d45e5dc-7be3-4599-bec4-488987251d4e","name":"Get Pricing Conversion Rates","originalRequest":{"method":"GET","header":[],"url":"https://api.expandnow.dev/dynamic-pricing/country/US/currency/USD"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.27"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"X-Requested-With, Content-Type, Accept, Origin, Authorization, X-Public-Key"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"x-exn-environment","value":"PROD"},{"key":"content-length","value":"109"},{"key":"date","value":"Tue, 28 Jan 2025 02:24:07 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"strict-transport-security","value":"max-age=63072000; includeSubDomains"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"merchant_currency\": \"USD\",\n    \"country_code\": \"US\",\n    \"currency_code\": \"USD\",\n    \"conversion_factor\": 1,\n    \"exchange_rate\": 1\n}"}],"_postman_id":"93cccf18-76aa-4749-912f-6da395a9057f"}],"id":"2f2da760-65f9-4389-a8af-c00937d7443f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Public-Key"},{"key":"value","value":"<value>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a182d0d4-6362-43cf-9349-c586a99ce0ad","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"3ca4523a-fd68-4b09-bede-22923ddddd9b","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"2f2da760-65f9-4389-a8af-c00937d7443f","description":""}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Secret-Key"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"3fe9dcd1-892b-40ec-8518-9550ca2c6f36","type":"text/javascript","packages":{},"exec":["window = {};\r","\r","\r","\r","pm.sendRequest(\"https://cdnjs.cloudflare.com/ajax/libs/Faker/3.1.0/faker.min.js\", (error, response) => {\r","    if (error || response.code !== 200) {\r","        pm.expect.fail('Could not load external library');\r","    }\r","\r","    eval(response.text());\r","\r","    // This is where you can set the locale. See faker.js docs for all available locales.\r","    window.faker.locale=\"en\";\r","    pm.collectionVariables.set(\"name\", window.faker.name.firstName() + \" \" + window.faker.name.lastName());\r","    pm.collectionVariables.set(\"first_name\", window.faker.name.firstName());\r","    pm.collectionVariables.set(\"last_name\", window.faker.name.lastName());\r","    pm.collectionVariables.set(\"phone_number\", window.faker.phone.phoneNumber());\r","    pm.collectionVariables.set(\"line1\", window.faker.address.streetAddress());\r","});\r","\r","var min = 100;\r","var max = 1000;\r","var price1 = Math.floor(Math.random() * (max - min + 1)) + min;\r","var price2 = Math.floor(Math.random() * (max - min + 1)) + min;\r","var price3 = Math.floor(Math.random() * (max - min + 1)) + min;\r","pm.collectionVariables.set(\"price1\", price1);\r","pm.collectionVariables.set(\"price2\", price2);\r","pm.collectionVariables.set(\"price3\", price3);\r","\r","const currencies = [\"USD\", \"EUR\", \"GBP\"];\r","const random = Math.floor(Math.random() * currencies.length);\r","const currency = currencies[random];\r","pm.collectionVariables.set(\"currency\", currency);\r","\r","\r","// Get the value of the 'debug' environment variable\r","const debug = pm.environment.get(\"debug\");\r","\r","// Check if 'debug' is true\r","if (debug === \"true\") {\r","    // Parse the request URL\r","    let url = pm.request.url.toString();\r","\r","    // Check if the URL already contains query parameters\r","    const separator = url.includes(\"?\") ? \"&\" : \"?\";\r","\r","    // Add the XDEBUG_SESSION=1 parameter only if it's not already present\r","    if (!url.includes(\"XDEBUG_SESSION=1\")) {\r","        url += `${separator}XDEBUG_SESSION=1`;\r","    }\r","\r","    // Update the request URL with the modified URL\r","    pm.request.url = url;\r","}\r",""]}},{"listen":"test","script":{"id":"9a88af5e-e2d6-45f6-999b-1aa47c480e0f","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"name","value":""},{"key":"phoneNumber","value":""},{"key":"streetAddress","value":""},{"key":"phone_number","value":""},{"key":"line1","value":""},{"key":"price1","value":""},{"key":"price2","value":""},{"key":"price3","value":""},{"key":"currency","value":""},{"key":"first_name","value":""},{"key":"last_name","value":""}]}