{"info":{"_postman_id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","name":"Bamboo Client Integration (Documentation) - V2","description":"<html><head></head><body><p>Our platform stands as the primary channel through which customers can place orders, and track, and manage stored-value products. API endpoints are restricted to authorized customers, requiring setup and provision of credentials by our team. Customers with the requisite credentials can then employ Basic Authentication to access the API endpoints.</p>\n<p><strong>Environments:</strong></p>\n<ul>\n<li><p><strong>Production</strong> Host is: <a href=\"https://\">https://api.bamboocardportal.com</a></p>\n</li>\n<li><p><strong>Sandbox</strong>: The host is the same, but the credentials will differ, resulting in distinct outcomes.</p>\n</li>\n</ul>\n<p><strong>Authentication:</strong></p>\n<ul>\n<li><p><strong>Authentication Mechanism:</strong></p>\n<ul>\n<li>The Bamboo Client API operates on Basic Authentication.</li>\n</ul>\n</li>\n<li><p><strong>Client Onboarding Process:</strong></p>\n<ul>\n<li>Upon initiating the client onboarding procedure, Bamboo systematically enrols the client within the system.</li>\n</ul>\n</li>\n<li><p><strong>Email Invitation:</strong></p>\n<ul>\n<li>A formal email invitation is dispatched to the specified email address as part of the onboarding process.</li>\n</ul>\n</li>\n<li><p><strong>User Login:</strong></p>\n<ul>\n<li>The Client User can then log in using the link provided in the invitation.</li>\n</ul>\n</li>\n<li><p><strong>Environment Credentials Generation:</strong></p>\n<ul>\n<li>This initiates the process of generating essential environmental credentials once logged in to the portal.</li>\n</ul>\n</li>\n<li><p><strong>Execution Steps:</strong></p>\n<ul>\n<li>These steps can be seamlessly executed by following the detailed instructions outlined below.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Flow:</strong></p>\n<p>a. Navigate to the Dashboard and locate your profile button situated at the bottom left corner.</p>\n<p>b. Click on \"API Settings,\" triggering a pop-up window.</p>\n<p>c. Within the pop-up window, select <strong>\"Generate API Key,</strong>\" prompting the display of another pop-up.</p>\n<p>d. Click the \"Generate Credentials\" button.<br>e. A default Sandbox Account will be established, and the Client User can produce the Sandbox credential from the aforementioned API Settings Panel.</p>\n<p><em><strong>Note:</strong></em> <em>Upon successfully generating new credentials, your old credentials will no longer be valid.</em></p>\n<ul>\n<li><p><strong>Credential Persistence:</strong></p>\n<ul>\n<li>Credentials possess indefinite validity and do not expire over time.</li>\n</ul>\n</li>\n<li><p><strong>User-Controlled Regeneration:</strong></p>\n<ul>\n<li>Users maintain the capability to regenerate credentials at their discretion.</li>\n</ul>\n</li>\n<li><p><strong>ClientId Consistency:</strong></p>\n<ul>\n<li>When credentials are regenerated, the ClientId remains unchanged, ensuring continuity. Only the ClientSecret undergoes modification.</li>\n</ul>\n</li>\n<li><p><strong>Security Measures:</strong></p>\n<ul>\n<li>To securely access and update data through the Bamboo API, it is imperative to whitelist external IP addresses, as depicted in Figure 1.4.</li>\n</ul>\n</li>\n<li><p>Distinct credentials are required for each environment.</p>\n</li>\n</ul>\n<p><strong>API Limitations (Live and Sandbox Environments):</strong></p>\n<ul>\n<li><p><strong>Get Catalog:</strong></p>\n<ul>\n<li><p>Our server permits 2 requests per hour for retrieving the catalogue. (Product mapping to your end is required).</p>\n</li>\n<li><p><a href=\"https://docs.bamboocardportal.com/#8ade17e2-1ed0-4424-93c4-177200879234\">Get Catalog v2</a> allows 1 request per second by default, and it supports pagination and filtering</p>\n</li>\n<li><p>Catalog prices, if applicable, are updated on an hourly basis.</p>\n</li>\n<li><p>NOTE: Please refrain from utilizing this endpoint as there exists a superior version listed below.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Get Order:</strong></p>\n<ul>\n<li>For fetching orders, our server allows 120 requests per minute.</li>\n</ul>\n</li>\n<li><p><strong>Place Order:</strong></p>\n<ul>\n<li>Placing orders is restricted to 2 requests per second on our server.</li>\n</ul>\n</li>\n<li><p><strong>Exchange Rate:</strong></p>\n<ul>\n<li><p>Our server authorizes 20 requests per minute for obtaining exchange rates.</p>\n</li>\n<li><p>Exchange rates are updated on an hourly basis.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Transactions:</strong></p>\n<ul>\n<li>The system allows 4 requests per hour for transaction-related queries.</li>\n</ul>\n</li>\n<li><p><strong>Other APIs:</strong></p>\n<ul>\n<li>Default allowance of 1 request per second for all the other APIs.</li>\n</ul>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20124106","collectionId":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","publishedId":"2sA3JRYz6M","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"3b3a3a","highlight":"002992"},"publishDate":"2025-05-09T10:21:32.000Z"},"item":[{"name":"Integration V1","item":[{"name":"Get catalog","id":"335e26f7-2b3e-4f2c-8ed2-56a33de75ca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{clientId}}"},{"key":"password","value":"{{clientSecret}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/integration/v1.0/catalog","description":"<p>Clients are required to include valid credentials in the Authorization header for every GET request. Utilizing the GET endpoint /api/integration/v1.0/catalog allows you to retrieve a comprehensive list of available brands and products. A successful GET request will yield a response body containing the details of each brand, providing valuable information about the available offerings.</p>\n<h3 id=\"example-response\">Example response:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"brands\": [\n        {\n            \"name\": \"string\",\n            \"countryCode\": \"string\",\n            \"currencyCode\": \"string\",\n            \"description\": \"string\",\n            \"disclaimer\": \"string\",\n            \"redemptionInstructions\": \"string\",\n            \"terms\": \"string\",\n            \"logoUrl\": \"string\",\n            \"modifiedDate\": \"2020-09-23T15:01:00.8409786\",\n            \"products\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"string\",\n                    \"minFaceValue\": 1.00,\n                    \"maxFaceValue\": 1000.00,\n                    \"count\": 1000,\n                    \"price\": {\n                        \"min\": 1.00,\n                        \"max\": 1000.00,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2020-09-23T15:01:01.00000\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<p><strong>Response Specifications:</strong></p>\n<ol>\n<li><p><strong>Description Field:</strong></p>\n<ul>\n<li>The description field is subject to being empty.</li>\n</ul>\n</li>\n<li><p><strong>Disclaimer Field:</strong></p>\n<ul>\n<li>The disclaimer field may be left empty.</li>\n</ul>\n</li>\n<li><p><strong>Redemption Instructions:</strong></p>\n<ul>\n<li>The RedemptionInstructions field is open to being empty.</li>\n</ul>\n</li>\n<li><p><strong>Terms Field:</strong></p>\n<ul>\n<li>The Terms field is susceptible to being empty.</li>\n</ul>\n</li>\n<li><p><strong>Face Value Details:</strong></p>\n<ul>\n<li><p>For products with a range of denominations:</p>\n<ul>\n<li><p>Products[].MinFaceValue indicates the minimum face value of the card.</p>\n</li>\n<li><p>Products[].MaxFaceValue indicates the maximum face value of the card.</p>\n</li>\n</ul>\n</li>\n<li><p>For products with a fixed value:</p>\n<ul>\n<li>MinFaceValue and MaxFaceValue are equivalent.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>Card Quantity Information:</strong></p>\n<ul>\n<li><p>Products[].Count signifies the number of cards available for purchase.</p>\n<ul>\n<li><p>If the Count is null, the card amount is unrestricted.</p>\n</li>\n<li><p>If the Count is 0, the product is currently out of stock.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>Price Details:</strong></p>\n<ul>\n<li><p>The <code>price</code> object directly corresponds to the face values of the product.</p>\n</li>\n<li><p><code>price.min</code> represents the price for the <code>minFaceValue</code>.</p>\n</li>\n<li><p><code>price.max</code> represents the price for the <code>maxFaceValue</code>.</p>\n</li>\n</ul>\n</li>\n</ol>\n<h2 id=\"sandbox-usage\">Sandbox usage.</h2>\n<p><strong>Sandbox Usage Guidelines:</strong></p>\n<ol>\n<li><p><strong>Credential Distinction:</strong></p>\n<ul>\n<li>Sandbox utilizes distinct credentials separate from the Live environment.</li>\n</ul>\n</li>\n<li><p><strong>Catalogue Consistency:</strong></p>\n<ul>\n<li>The Sandbox mirrors the Live environment's catalogue for consistent testing.</li>\n</ul>\n</li>\n<li><p><strong>Current Account Distinction:</strong></p>\n<ul>\n<li>Sandbox employs different current accounts compared to the Live environment, and topping up should be done separately.</li>\n</ul>\n</li>\n<li><p><strong>Order Channel Identification:</strong></p>\n<ul>\n<li>Orders generated in the Sandbox will be associated with the \"sandbox\" channel (order-type).</li>\n</ul>\n</li>\n<li><p><strong>Sandbox Reports and Transactions:</strong></p>\n<ul>\n<li>Reports and transactions in the Sandbox environment will exclusively return information related to Sandbox activities.</li>\n</ul>\n</li>\n</ol>\n","urlObject":{"path":["api","integration","v1.0","catalog"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ca8f79dd-59a7-4434-9aec-e33d9541fd4d","name":"Get catalog","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/integration/v1.0/catalog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2024 04:30:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"580017"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=sLFY3lkkEkjFYsyLjYZQREtaz54IH+oH8Xz44L8lJBP5R88kl2Fp0qDB+1CIzwwAEo0j5EeWLkncpKmyKewMvfxAWzQwiAZPd4uGy2Km8HJXLfwxHtziXDNoQOKe; Expires=Thu, 23 May 2024 04:30:19 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=sLFY3lkkEkjFYsyLjYZQREtaz54IH+oH8Xz44L8lJBP5R88kl2Fp0qDB+1CIzwwAEo0j5EeWLkncpKmyKewMvfxAWzQwiAZPd4uGy2Km8HJXLfwxHtziXDNoQOKe; Expires=Thu, 23 May 2024 04:30:19 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Kestrel"},{"key":"api-supported-versions","value":"1.0, 2.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"brands\": [\n        {\n            \"internalId\": \"2637\",\n            \"name\": \"Steam Bahrain\",\n            \"countryCode\": \"BH\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"STEAM is a digital distribution, digital rights management, multiplayer and communications platforms developed by Valve Corporation.  \",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Your Steam Gift Card can be redeemed in just a few simple steps: • Login to your Steam account; • First click your account name in the top right of the site, then click Account details; • Click Add Funds to your Steam Wallet; • Click Redeem a Steam Wallet Code; • Enter the Steam Gift Card code that you received in your email; • Click Continue. Note that if you have never used Steam Wallet credit on your account before, you may be prompted to enter your current address in order to determine the correct currency.  \",\n            \"terms\": \"Visit https://store.steampowered.com/subscriber_agreement/  \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2637/logo\",\n            \"modifiedDate\": \"2024-05-15T07:40:51.8234923\",\n            \"products\": [\n                {\n                    \"id\": 439685,\n                    \"name\": \"Steam 10 USD BH\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 34.783478,\n                        \"max\": 34.783478,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896369\"\n                },\n                {\n                    \"id\": 1035107,\n                    \"name\": \"Steam 100 USD BH\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 347.794776,\n                        \"max\": 347.794776,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896374\"\n                },\n                {\n                    \"id\": 1035108,\n                    \"name\": \"Steam 75 USD BH\",\n                    \"minFaceValue\": 75,\n                    \"maxFaceValue\": 75,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 260.866084,\n                        \"max\": 260.866084,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896373\"\n                },\n                {\n                    \"id\": 1035109,\n                    \"name\": \"Steam 50 USD BH\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 173.897388,\n                        \"max\": 173.897388,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896372\"\n                },\n                {\n                    \"id\": 1035110,\n                    \"name\": \"Steam 20 USD BH\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 69.556955,\n                        \"max\": 69.556955,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.889637\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2622\",\n            \"name\": \"ROBLOX Spain\",\n            \"countryCode\": \"ES\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Lleva tu experiencia Roblox al siguiente nivel. Use tarjetas de regalo de Roblox para comprar Robux (la moneda virtual en Roblox) y obtenga contenido adicional en el juego o actualice su avatar con artículos geniales. También puede duplicar la diversión canjeando su tarjeta por una suscripción Premium. ● El mejor regalo para cualquier fanático de Roblox. ● Obtenga un artículo virtual exclusivo con la compra de una tarjeta. ● Accede a nuevas ventajas, niveles y más en tus juegos favoritos de Roblox. ● Descubra millones de juegos gratuitos en Roblox y juegue con amigos en su computadora, teléfono, tableta, consola Xbox One, Oculus Rift o HTC Vive. Roblox es una plataforma global que une a las personas a través del juego. Permite a cualquiera imaginar, crear y divertirse con amigos mientras exploran millones de experiencias 3D interactivas producidas por desarrolladores y creadores independientes.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Instrucciones de canje\\r\\n\\r\\n  Ve a Roblox.com/redeem desde el navegador.\\r\\n  Inicia sesión o crea una cuenta.\\r\\n  Busca tu PIN e introdúcelo en la página web.\\r\\n  Gasta tu crédito en robux o en una suscripción prémium de Roblox. \\r\\n\",\n            \"terms\": \"TÉRMINOS Y CONDICIONES DE USO\\r\\nEsta tarjeta solo puede canjearse una vez en www.roblox.com a través de una cuenta Roblox, por créditos Roblox, que solo pueden utilizarse para obtener determinados productos y servicios en www.roblox.com. Reconoce usted que podrá canjear esta tarjeta y utilizar créditos Roblox solo si el ordenador o el dispositivo móvil con el que desea acceder está conectado a Internet. Los cargos por tráfico o acceso que deba pagar por acceder a y utilizar www.roblox.com están sujetos a las condiciones generales acordadas con su proveedor de servicios de Internet u operador de red móvil. Entiende usted los riesgos asociados con el uso de Internet, incluidos, sin ánimo limitativo, la no disponibilidad del sitio web, la no confidencialidad o la pérdida de integridad de los datos transmitidos, posibles ataques de virus, etc. Para canjear esta tarjeta y utilizar créditos Roblox, debe iniciar sesión si ya tiene una cuenta Roblox o registrarse para disponer de una cuenta Roblox completando la información requerida y aceptar las Condiciones de Uso del sitio web de Roblox que se pueden consultar en www.roblox.com/info/terms?locale=es_es. La disponibilidad y los precios de los productos y servicios están sujetos a cambios y pueden aplicarse restricciones de edad. No se permite el canje parcial. Esta tarjeta no puede canjearse por efectivo o crédito, excepto en la medida en que lo exija la ley y cuando así lo exija la ley. La reventa está estrictamente prohibida, en la medida en que lo permita la ley aplicable. No compre si el código PIN se ha rascado. La tarjeta es nula en los países en los que lo prohíba la ley. En la medida en que lo permita la ley aplicable, Roblox no será responsable si esta tarjeta es utilizada por un tercero sin su permiso o si es extraviada, robada, dañada o destruida. No se aceptará una tarjeta obtenida de manera fraudulenta. Para conocer los requisitos mínimos del sistema y ampliar la información, incluido cómo determinar el saldo de su tarjeta de regalo, entre en www.roblox.com o póngase en contacto con nosotros en www.roblox.com/support.\\r\\n© 2022 Roblox Corporation. Todos los derechos reservados. Todas las marcas comerciales que aparecen son propiedad de Roblox Corporation (USA), 970 Park Place, Suite 100, San Mateo, CA 94403.\\r\\nTenga en cuenta que estos Términos y Condiciones son complementarios a las condiciones generales de uso de www.roblox.com. Todas las disposiciones de las condiciones generales de uso también se aplican a las tarjetas de regalo, a menos que estos Términos y Condiciones establezcan lo contrario.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2622/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5268294\",\n            \"products\": [\n                {\n                    \"id\": 483230,\n                    \"name\": \"Roblox ES\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 200,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410118\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2932\",\n            \"name\": \"Airbnb Belgium\",\n            \"countryCode\": \"BE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Doe Airbnb cadeau: geweldige accommodaties \\r\\nen activiteiten over de hele wereld. \\r\\n\\r\\nDoe het ideale verblijf cadeau, zoals \\r\\neen blokhut in het bos, een huisje aan zee, \\r\\nof een appartement midden in de stad.\\r\\n\\r\\nDoe een meeslepende ervaring cadeau, zoals een rondleiding, workshop of proeverij onder leiding van een lokale expert. \\r\\n\\r\\nEen Airbnb-cadeaubon verloopt nooit. \\r\\n\\r\\nTe gebruiken voor accommodaties en ervaringen. Naar keuze in één keer of gespreid te besteden.\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nCarte cadeau Airbnb : des logements incroyables et des expériences uniques, partout dans le monde.\\r\\n\\r\\nOffrez des escapades parfaites dans des lieux uniques : \\r\\nune cabane au bord d'un lac, une maison sur la plage ou un appartement au cœur de la ville...\\r\\n\\r\\nOffrez des expériences authentiques proposées par des experts locaux : \\r\\nvisites guidées, ateliers ou dégustations...\\r\\n\\r\\nLes cartes cadeaux Airbnb n’expirent jamais.\\r\\n\\r\\nUtilisez-les en une ou plusieurs fois\\r\\npour réserver des séjours ou des expériences.\\r\\nLes cartes cadeaux Airbnb n’expirent jamais.\\r\\n\\r\\n\\r\\nUtilisez-les en une ou plusieurs fois\\r\\npour réserver des séjours ou des expériences.\\r\\n<P>\\r\\nDoe Airbnb gift: geweldige accommodations en activiteiten over de hele wereld. This is the ideal word for a gift, a house in the middle of the city, a house in the middle of the city. Doe een meeslepende ervaring gift, zoals een rondleiding, workshop of everij onder leiding van een local expert. An Airbnb-gift voucher verloopt nooit. You will receive your accommodations in advance. Don't worry about what you're looking for. Airbnb gift card: incredible accommodations and unique experiences, anywhere in the world. Offer perfect getaways in unique locations: a lakeside cabin, a beach house or an apartment in the heart of the city... Offer authentic experiences offered by local experts: guided tours, workshops or tastings ... Airbnb gift cards never expire. Use them one or more times to book stays or experiences. Airbnb gift cards never expire. Use them one or more times to book stays or experiences.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p><strong>Zo verzilver je je cadeau:</strong></p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Ga naar airbnb.be/cadeau </p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Volg de aanwijzingen</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>We passen het tegoed automatisch toe tijdens het reserveren</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>Voer bij het inwisselen van uw cadeaukaart op airbnb.be/cadeau  uw volledige cadeaukaartcode in waar om een ​​pincode wordt gevraagd</em></p>\\r\\n<p><strong>Pour utiliser votre carte cadeau:</strong></p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Inscrivez-vous ou connectez-vous sur fr.airbnb.be/cadeau</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Suivez les instructions à l'écran</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Le montant de la carte est déduit lors de la réservation </p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>Lors de l'utilisation de votre carte-cadeau sur hairbnb.be/cadeau, veuillez saisir le code complet de votre carte-cadeau là où il vous sera demandé un code PIN</em></p>\\r\\n<P>\\r\\n<p><strong>This is how you redeem your gift:</strong></p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Go to airbnb.be/cadeau </p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Follow the directions</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>We automatically apply the credit when booking</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>When redeeming your gift card at airbnb.be/cadeau, enter your full gift card code where a PIN is requested</em></p>\\r\\n<p><strong>To use your gift card:</strong></p>\\r\\n<ol>\\r\\n<li>\\r\\n<P>\\r\\n<p>Register or log in at fr.airbnb.be/gift</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Follow the on-screen instructions</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>The amount of the card is deducted when booking </p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>When redeeming your gift card on hairbnb.be/gift, please enter the full code of your gift card where you will be asked for a PIN</em></p>\",\n            \"terms\": \"<p>Saldo bon vervalt niet. Te verzilveren door inwoners van België en andere deelnemende Europese landen voor diensten via de website en app van Airbnb. Hiervoor is een Airbnb-account vereist. Bon kan niet opnieuw van saldo worden voorzien en ook niet worden gerestitueerd, geretourneerd, doorverkocht of ingewisseld voor contant geld, tenzij wettelijk vereist. Uitgegeven door Airbnb Ireland UC. Geldende voorwaarden: airbnb.be/be_gift_cards_terms </p>\\r\\n<p>Le solde de la carte n'expire pas. Les résidents de Belgique ou d’un pays de l’UE où les cartes cadeaux sont disponibles peuvent l'utiliser pour l’achat de services sur le site et l'application Airbnb. Un compte Airbnb est requis. La carte n'est pas rechargeable et, sauf si la loi l'exige, ne peut être échangée contre des espèces ou remboursée. Émetteur : Airbnb Ireland UC. Conditions détaillées : fr.airbnb.be/be_gift_cards_terms </p>\\r\\n<P>\\r\\n<P>\\r\\nBalance of voucher does not expire. Redeemable by residents of Belgium and other participating European countries for services via the Airbnb website and app. This requires an Airbnb account. Voucher cannot be re-funded, refunded, returned, resold or exchanged for cash unless required by law. Published by Airbnb Ireland UC. Applicable conditions: airbnb.be/be_gift_cards_terms\\r\\n<P>\\r\\nThe card balance does not expire. Residents of Belgium or an EU country where gift cards are available can use them to purchase services on the Airbnb website and app. An Airbnb account is required. The card is not reloadable and, unless required by law, cannot be exchanged for cash or refunded. Issuer: Airbnb Ireland UC. Detailed conditions: fr.airbnb.be/be_gift_cards_terms\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2932/logo\",\n            \"modifiedDate\": \"2024-02-07T09:25:12.2684525\",\n            \"products\": [\n                {\n                    \"id\": 483232,\n                    \"name\": \"Airbnb BE\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 1000,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697054\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2931\",\n            \"name\": \"Airbnb France\",\n            \"countryCode\": \"FR\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Carte cadeau Airbnb : des logements incroyables et des expériences uniques, partout dans le monde.\\r\\n\\r\\nOffrez des escapades parfaites dans des lieux uniques :\\r\\nune cabane au bord d'un lac, une maison sur la plage ou un appartement au cœur de la ville...\\r\\n\\r\\n\\r\\nOffrez des expériences authentiques proposées par des experts locaux :\\r\\nvisites guidées, ateliers ou dégustations...\\r\\n\\r\\n\\r\\nLes cartes cadeaux Airbnb n’expirent jamais.\\r\\n\\r\\n\\r\\nUtilisez-les en une ou plusieurs fois\\r\\npour réserver des séjours ou des expériences.\\r\\n<P>\\r\\nAirbnb gift card: incredible accommodations and unique experiences, anywhere in the world.\\r\\n\\r\\nOffer perfect getaways in unique locations:\\r\\na cabin by a lake, a house on the beach or an apartment in the heart of the city...\\r\\n\\r\\n\\r\\nOffer authentic experiences from local experts:\\r\\nguided tours, workshops or tastings...\\r\\n\\r\\n\\r\\nAirbnb gift cards never expire.\\r\\n\\r\\n\\r\\nUse them once or several times\\r\\nto book stays or experiences.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Pour utiliser votre carte cadeau :</p>\\r\\n<p>1. Inscrivez-vous ou connectez-vous sur airbnb.fr/cadeau</p>\\r\\n<p>2. Suivez les instructions à l'écran</p>\\r\\n<p>3. Le montant de la carte est déduit automatiquement lors de la réservation</p>\\r\\n<p><em>Lors de l'utilisation de votre carte-cadeau sur airbnb.fr/cadeau, veuillez saisir le code complet de votre carte-cadeau là où il vous sera demandé un code PIN.</em></p>\\r\\n<P>\\r\\n<p>To use your gift card:</p>\\r\\n<p>1. Register or log in at airbnb.fr/cadeau</p>\\r\\n<p>2. Follow the on-screen instructions</p>\\r\\n<p>3. The amount of the card is automatically deducted when booking</p>\\r\\n<p><em>When redeeming your gift card on airbnb.fr/gift, please enter your full gift card code where you will be asked for a PIN.</em></p >\",\n            \"terms\": \"<p>Le solde de la carte n'expire jamais. Aucuns frais ne s'appliquent au moment de l'achat ou de\\r\\nl'activation de la carte. Les personnes qui résident en France peuvent l'utiliser pour acheter des\\r\\nbiens et des services éligibles sur le site web et l'application Airbnb. Un compte Airbnb est\\r\\nnécessaire. La carte n'est pas rechargeable et, sauf lorsque la loi l'exige, ne peut pas faire l'objet\\r\\nd'un échange contre des espèces, d'un remboursement, d'un retour ou d'une revente.\\r\\nL'émetteur n'est pas responsable en cas de perte, d'endommagement, de vol ou d'une\\r\\nutilisation non autorisée de la carte. Pour consulter le solde de la carte, connectez-vous à votre\\r\\ncompte Airbnb. Émetteur : Airbnb Ireland UC. Pour connaître l'ensemble des conditions\\r\\napplicables aux cartes cadeaux, rendez-vous sur airbnb.fr/terms/eu_gift_cards.</p>\\r\\n<P>\\r\\n<p>The card balance never expires. No fees apply at time of purchase or\\r\\ncard activation. People who reside in France can use it to purchase\\r\\neligible goods and services on the Airbnb website and app. An Airbnb account is\\r\\nnecessary. The card is not reloadable and, except where required by law, cannot be used\\r\\nexchange for cash, refund, return or resale.\\r\\nThe issuer is not responsible for any loss, damage, theft or\\r\\nunauthorized use of the card. To view the card balance, log in to your\\r\\nAirbnb account. Issuer: Airbnb Ireland UC. To find out all the conditions\\r\\napplicable to gift cards, go to airbnb.fr/terms/eu_gift_cards.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2931/logo\",\n            \"modifiedDate\": \"2024-02-07T09:39:18.7808532\",\n            \"products\": [\n                {\n                    \"id\": 483233,\n                    \"name\": \"Airbnb FR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 500,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697055\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2930\",\n            \"name\": \"Airbnb UK\",\n            \"countryCode\": \"GB\",\n            \"currencyCode\": \"GBP\",\n            \"description\": \"Give Airbnb - amazing places to stay and things to do, all around the world.\\r\\n\\r\\nGive the perfect getaway - everything from lakeside cabins to secluded beach houses to apartments in the heart of the city.\\r\\n\\r\\nGive immersive Experiences, from guided tours to lessons to tastings, led by local experts.\\r\\n\\r\\nAirbnb gift cards never expire.\\r\\n\\r\\nUse to book stays or Experiences; spend all at once or apply to multiple bookings.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Here’s how to redeem your gift:</p>\\r\\n<ol>\\r\\n<li>Sign up or log in at airbnb.co.uk/gift</li>\\r\\n<li>Follow the on-screen prompts</li>\\r\\n<li>We’ll automatically apply the credit when you book</li>\\r\\n</ol>\\r\\n<p><em>When redeeming your gift card at https://www.airbnb.co.uk/gift, please enter your full gift card code where it asks for a PIN</em></p>\",\n            \"terms\": \"<p>Card balance does not expire. No fees apply to purchase or activate this Card. Redeemable by UK\\r\\nresidents towards the purchase of eligible goods and services on the Airbnb website and app. Use\\r\\nrequires an Airbnb account. Card is non-reloadable and, except where required by law, cannot be\\r\\nredeemed for cash, refunded, returned, or resold. Issuer is not responsible for lost, damaged, or\\r\\nstolen cards, or for unauthorised use. View Card balance by signing in to your Airbnb account.\\r\\nIssued by Airbnb Ireland UC. Terms apply, see airbnb.co.uk/terms/uk_gift_cards</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2930/logo\",\n            \"modifiedDate\": \"2023-09-01T09:14:27.8162397\",\n            \"products\": [\n                {\n                    \"id\": 483234,\n                    \"name\": \"Airbnb UK\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 500,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697055\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2929\",\n            \"name\": \"Airbnb Spain\",\n            \"countryCode\": \"ES\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Regala Airbnb: alojamientos increíbles y experiencias fascinantes en todo el mundo.\\r\\n\\r\\nRegala la escapada perfecta: unos días en una cabaña junto a un lago, en una casa en una playa perdida o en un apartamento en pleno centro.\\r\\n\\r\\nRegala experiencias inolvidables de la mano de expertos locales, como una visita guiada, una cata... ¡Tú decides! Hay un sinfín de actividades disponibles.\\r\\n\\r\\nLas tarjetas regalo Airbnb no caducan.\\r\\n\\r\\nPuedes utilizarlas para reservar alojamientos o experiencias y aplicarlas a una o a varias reservas.\\r\\n<P>\\r\\nGive the gift of Airbnb: incredible accommodations and fascinating experiences around the world. Give the gift of the perfect getaway: a few days in a cabin next to a lake, in a house on a lost beach or in an apartment right in the center. Give the gift of unforgettable experiences led by local experts, such as a guided tour, a tasting... You decide! There are endless activities available. Airbnb gift cards do not expire. You can use them to book accommodations or experiences and apply them to one or several reservations.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>¿Cómo puedes canjear tu tarjeta regalo?</p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Regístrate o inicia sesión en airbnb.es/regalo</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Sigue las instrucciones</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Aplicaremos el crédito automáticamente cuando reserves</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>Al canjear su tarjeta de regalo en airbnb.es/regalo, ingrese el código completo de su tarjeta de regalo donde se le solicita un PIN.</em></p>\\r\\n<P>\\r\\n<p>How can you redeem your gift card?</p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Register or log in at airbnb.es/regalo</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Follow the instructions</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>We will apply credit automatically when you book</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>When redeeming your gift card at airbnb.es/regalo, enter the full code from your gift card where you are prompted for a PIN.</em></p>\",\n            \"terms\": \"<p>El saldo de la tarjeta no caduca. No se cobran comisiones por comprar o activar la tarjeta. Los\\r\\nresidentes en España pueden canjearla para adquirir alojamientos o experiencias en el sitio web\\r\\ny la aplicación de Airbnb. Es necesario tener una cuenta en la plataforma para poder utilizarla.\\r\\nLa tarjeta no se puede recargar y, excepto que lo exija la ley, no se puede canjear por dinero,\\r\\nreembolsar, devolver ni revender. El emisor no se hace responsable de las tarjetas perdidas,\\r\\ndañadas o robadas, ni de su uso no autorizado. Para consultar el saldo, inicia sesión en tu cuenta\\r\\nde Airbnb. Emitida por Airbnb Ireland UC. Consulta las condiciones en\\r\\nairbnb.es/terms/eu_gift_cards</p>\\r\\n<P>\\r\\n<p>The card balance does not expire. There are no fees charged for purchasing or activating the card. The\\r\\nResidents in Spain can redeem it to purchase accommodation or experiences on the website\\r\\nand the Airbnb app. It is necessary to have an account on the platform to use it.\\r\\nThe card cannot be reloaded and, except as required by law, cannot be exchanged for money,\\r\\nrefund, return or resell. The issuer is not responsible for lost cards.\\r\\ndamaged or stolen, or unauthorized use. To check your balance, log in to your account\\r\\nfrom Airbnb. Issued by Airbnb Ireland UC. Check the conditions in\\r\\nairbnb.es/terms/eu_gift_cards</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2929/logo\",\n            \"modifiedDate\": \"2024-02-07T11:00:41.2484841\",\n            \"products\": [\n                {\n                    \"id\": 483235,\n                    \"name\": \"Airbnb ES\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 500,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697056\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2928\",\n            \"name\": \"Airbnb Ireland\",\n            \"countryCode\": \"IE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Give Airbnb—amazing places to stay and \\r\\nthings to do, all around the world. \\r\\n\\r\\n\\r\\nGive the perfect getaway—everything from \\r\\nlakeside cabins to secluded beach houses \\r\\nto apartments in the heart of the city. \\r\\n\\r\\n\\r\\nGive immersive Experiences, from guided tours to lessons to tastings, led by local experts. \\r\\n\\r\\n\\r\\nAirbnb gift cards never expire. \\r\\n\\r\\n\\r\\nUse to book homes or Experiences; spend all at once or apply to multiple bookings.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p><strong>Here’s how to redeem your gift:</strong></p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Sign up or log in at airbnb.ie/gift</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Follow the on-screen prompts</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>We’ll automatically apply the credit when you book</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>When redeeming your gift card at airbnb.ie/gift, please enter your full gift card code where it asks for a PIN</em></p>\",\n            \"terms\": \"<p>Card balance does not expire. No fees apply to purchase/activation of Card. Redeemable by residents in Republic of Ireland and other supported European countries towards the purchase of services on the Airbnb website and app. Use requires an Airbnb account. Card is non-reloadable and, except where required by law, cannot be redeemed for cash, refunded, returned or resold. Issuer is not responsible for lost, damaged or stolen cards, or for unauthorised use. View Card balance by signing in to your Airbnb account. Issued by Airbnb Ireland UC. Terms apply, see airbnb.ie/ie_gift_cards_terms </p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2928/logo\",\n            \"modifiedDate\": \"2023-09-01T09:09:12.919846\",\n            \"products\": [\n                {\n                    \"id\": 483236,\n                    \"name\": \"Airbnb IE\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 1000,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697056\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2927\",\n            \"name\": \"Airbnb Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Verschenke einzigartige Aufenthalte und fantastische Aktivitäten auf der ganzen Welt – mit Airbnb.\\r\\n\\r\\nVerschenke die perfekte Auszeit – von Blockhütten am Seeufer über einsame Strandhäuser bis zu Wohnungen im Stadtzentrum.\\r\\n\\r\\nVerschenke eindrucksvolle Entdeckungen – egal, ob Rundgänge, Kurse oder Verkostungen von und mit einheimischen Experten.\\r\\n\\r\\nAirbnb-Geschenkkarten verfallen nicht.\\r\\n\\r\\nBuche damit Aufenthalte oder Entdeckungen. Du entscheidest, ob du alles auf einmal ausgeben oder es auf mehrere Buchungen verteilen möchtest.\\r\\n<P>\\r\\nGive the gift of unique stays and amazing activities around the world with Airbnb. Give the gift of the perfect getaway - from lakefront log cabins to secluded beach houses to city center apartments. Give the gift of impressive discoveries – whether tours, courses or tastings by and with local experts. Airbnb gift cards do not expire. Use it to book stays or discoveries. You decide whether you want to spend everything at once or spread it across multiple bookings.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>So löst du dein Geschenk ein:</p>\\r\\n</ol>\\r\\n</li>1.Registriere dich oder logge dich ein unter airbnb.de/einloesen.</li>\\r\\n</ol>\\r\\n<p>2. Folge den Anweisungen auf dem Bildschirm.</p>\\r\\n<p>3. Dein Guthaben wird automatisch eingelöst, sobald du eine Buchung vornimmst.</p>\\r\\n<p><em>Wenn Sie Ihre Geschenkkarte auf airbnb.de/einloesen einlösen, geben Sie bitte Ihren vollständigen Geschenkkartencode dort ein, wo Sie nach einer PIN gefragt werden.</em></p>\\r\\n<P>\\r\\n<p>How to redeem your gift:</p>\\r\\n</ol>\\r\\n</li>1.Register or log in at airbnb.de/einloesen.</li>\\r\\n</ol>\\r\\n<p>2. Follow the on-screen instructions.</p>\\r\\n<p>3. Your credit will be automatically redeemed as soon as you make a booking.</p>\\r\\n<p><em>When you redeem your gift card at airbnb.de/einloesen, please enter your full gift card code where you are asked for a PIN.</em></p>\",\n            \"terms\": \"<p>Das Kartenguthaben verfällt nicht. Für den Kauf oder die Aktivierung dieser Karte fallen keine\\r\\nGebühren an. Einlösbar für Einwohner in Deutschland und anderen unterstützten Ländern für den\\r\\nKauf von berechtigten Waren und Dienstleistungen auf der Airbnb-Website und -App. Die Nutzung\\r\\nerfordert ein Airbnb-Nutzerkonto. Die Karte ist nicht aufladbar und kann nicht gegen Bargeld\\r\\neingelöst, erstattet, zurückgegeben oder weiterverkauft werden. Die Karte ist ein Mehrzweck-Gutschein. Der Aussteller ist nicht verantwortlich für verlorene, beschädigte oder gestohlene\\r\\nKarten oder für unautorisierte Nutzung. Logge dich in deinem Airbnb-Nutzerkonto ein, um das\\r\\nKartenguthaben abzurufen. Ausgestellt von Airbnb Ireland UC. Es gelten die Bedingungen, siehe\\r\\nairbnb.de/terms/eu_gift_cards</p>\\r\\n<P>\\r\\n<p>The card balance does not expire. There are no charges for purchasing or activating this card\\r\\nfees. Redeemable for residents in Germany and other supported countries for the\\r\\nPurchasing eligible goods and services on the Airbnb website and app. The use\\r\\nrequires an Airbnb user account. The card cannot be reloaded and cannot be exchanged for cash\\r\\nredeemed, refunded, returned or resold. The card is a multi-purpose voucher. The exhibitor is not responsible for lost, damaged or stolen items\\r\\ncards or for unauthorized use. Log in to your Airbnb account to do this\\r\\nRetrieve card balance. Issued by Airbnb Ireland UC. The conditions apply, see\\r\\nairbnb.de/terms/eu_gift_cards</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2927/logo\",\n            \"modifiedDate\": \"2024-02-07T09:48:13.8033748\",\n            \"products\": [\n                {\n                    \"id\": 483237,\n                    \"name\": \"Airbnb DE\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 250,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697057\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2926\",\n            \"name\": \"Airbnb Italy\",\n            \"countryCode\": \"IT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Regala Airbnb: alloggi unici e attività fantastiche in tutto il mondo.\\r\\n\\r\\nRegala il soggiorno ideale: dai cottage in montagna alle case al mare\\r\\nfino agli appartamenti in centro.\\r\\n\\r\\nRegala esperienze coinvolgenti, dalle visite guidate ai corsi e alle degustazioni, tutto organizzato da esperti del luogo.\\r\\n\\r\\nLa gift card di Airbnb non ha data di scadenza.\\r\\n\\r\\nUtilizzala per prenotare alloggi o esperienze: puoi usare tutto il credito in una volta sola o suddividerlo in più prenotazioni.\\r\\n<P>\\r\\nGive the gift of Airbnb: unique accommodations and amazing activities around the world. Give the gift of the ideal stay: from cottages in the mountains to houses by the sea to apartments in the centre. It offers engaging experiences, from guided tours to courses and tastings, all organized by local experts. The Airbnb gift card has no expiration date. Use it to book accommodations or experiences: you can use all the credit in one go or split it into multiple bookings.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Ecco come riscattare il tuo regalo:</p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Registrati o accedi a airbnb.it/gift.</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Segui le istruzioni mostrate sullo schermo.</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Il credito verrà applicato automaticamente quando prenoti.</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>Quando riscatti la tua carta regalo su airbnb.it/gift, inserisci il codice completo della tua carta regalo dove viene richiesto un PIN</em></p>\\r\\n<P>\\r\\n<p>Here's how to redeem your gift:</p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Register or log in at airbnb.it/gift.</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Follow the instructions shown on the screen.</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>The credit will be automatically applied when you book.</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>When you redeem your gift card on airbnb.it/gift, enter the full code of your gift card where a PIN is requested</em></p>\",\n            \"terms\": \"<p>Il saldo della card non ha una data di scadenza. Non si applica alcuna commissione per l’acquisto\\r\\no l’attivazione della card. Utilizzabile da residenti in Italia e altri paesi supportati per l’acquisto di\\r\\ndeterminati beni e servizi sul sito Airbnb e l’app. L’uso richiede un account Airbnb. La card non è \\r\\nricaricabile e, se non richiesto per legge, non può essere convertita in denaro, non è rimborsabile,\\r\\nnon può essere restituita o rivenduta. La card è un buono multi-uso. L’emittente non è\\r\\nresponsabile della perdita, del danneggiamento, del furto o dell’utilizzo non autorizzato. Il saldo\\r\\ndella card è consultabile accedendo al tuo account Airbnb. Emessa da Airbnb Ireland UC. Si\\r\\napplicano termini e condizioni, consulta airbnb.it/terms/eu_gift_cards</p>\\r\\n<P>\\r\\n<p>The card balance does not have an expiration date. No commission applies for the purchase\\r\\nor activating the card. Usable by residents of Italy and other supported countries for the purchase of\\r\\ncertain goods and services on the Airbnb site and app. Use requires an Airbnb account. The card is not\\r\\nrechargeable and, unless required by law, cannot be converted into cash, is non-refundable,\\r\\ncannot be returned or resold. The card is a multi-use voucher. The broadcaster is not\\r\\nresponsible for loss, damage, theft or unauthorized use. The balance\\r\\nof the card can be consulted by logging into your Airbnb account. Issued by Airbnb Ireland UC. Yes\\r\\nterms and conditions apply, see airbnb.it/terms/eu_gift_cards</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2926/logo\",\n            \"modifiedDate\": \"2024-03-04T12:23:48.1879568\",\n            \"products\": [\n                {\n                    \"id\": 483238,\n                    \"name\": \"Airbnb IT\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 500,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697057\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2925\",\n            \"name\": \"Airbnb Netherlands\",\n            \"countryCode\": \"NL\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Doe Airbnb cadeau: geweldige accommodaties \\r\\nen activiteiten over de hele wereld. \\r\\n\\r\\nDoe het ideale verblijf cadeau, zoals \\r\\neen blokhut in het bos, een huisje aan zee, \\r\\nof een appartement midden in de stad.\\r\\n\\r\\n\\r\\nDoe een meeslepende ervaring cadeau, zoals een rondleiding, workshop of proeverij onder leiding van een lokale expert. \\r\\n\\r\\nEen Airbnb-cadeaubon verloopt nooit. \\r\\n\\r\\nTe gebruiken voor accommodaties en ervaringen. Naar keuze in één keer of gespreid te besteden.\\r\\n<P>\\r\\nGive the gift of Airbnb: great accommodations\\r\\nand activities around the world.\\r\\n\\r\\nGive the gift of the ideal stay, such as\\r\\na log cabin in the woods, a house by the sea,\\r\\nor an apartment in the middle of the city.\\r\\n\\r\\n\\r\\nGive the gift of an immersive experience, such as a tour, workshop or tasting led by a local expert.\\r\\n\\r\\nAn Airbnb gift card never expires.\\r\\n\\r\\nUse for accommodations and experiences. Can be spent in one go or spread out as desired.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p><strong>Zo verzilver je je cadeau:\\r\\n</strong></p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Ga naar airbnb.nl/cadeau</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Volg de aanwijzingen</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>We passen het tegoed automatisch toe tijdens het reserveren</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>Voer bij het inwisselen van uw cadeaukaart op airbnb.nl/cadeau uw volledige cadeaukaartcode in waar om een ​​pincode wordt gevraagd</em></p>\\r\\n<P>\\r\\n<p><strong>This is how you redeem your gift:\\r\\n</strong></p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Go to airbnb.nl/cadeau</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Follow the directions</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>We automatically apply the credit when booking</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>When redeeming your gift card at airbnb.nl/cadeau, enter your full gift card code where a PIN is requested</em></p>\",\n            \"terms\": \"<p>Saldo van de bon vervalt niet. Aan het kopen of activeren van deze bon zijn geen extra kosten verbonden. Te verzilveren door inwoners van Nederland en andere deelnemende Europese landen voor de aankoop van diensten via de website en app van Airbnb. Hiervoor is een Airbnb-account vereist. Bon kan niet opnieuw van saldo worden voorzien en ook niet worden gerestitueerd, geretourneerd, doorverkocht of ingewisseld voor contant geld, tenzij wettelijk vereist. Verstrekker is niet aansprakelijk voor verloren, beschadigde of gestolen bonnen, of ongeoorloofd gebruik daarvan. Saldo is opvraagbaar via je Airbnb-account. Uitgegeven door Airbnb Ireland UC. Ga naar airbnb.nl/nl_gift_cards_terms voor de geldende voorwaarden.</p>\\r\\n<P>\\r\\n<p>Balance of the voucher does not expire. There are no additional costs associated with purchasing or activating this voucher. Redeemable by residents of the Netherlands and other participating European countries for the purchase of services via the Airbnb website and app. This requires an Airbnb account. Voucher cannot be re-funded, refunded, returned, resold or exchanged for cash unless required by law. The provider is not liable for lost, damaged or stolen vouchers, or unauthorized use thereof. Balance can be requested via your Airbnb account. Published by Airbnb Ireland UC. Go to airbnb.nl/nl_gift_cards_terms for the applicable conditions.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2925/logo\",\n            \"modifiedDate\": \"2024-02-07T10:56:49.7203419\",\n            \"products\": [\n                {\n                    \"id\": 483239,\n                    \"name\": \"Airbnb NL\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 1000,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697059\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2924\",\n            \"name\": \"Airbnb Austria\",\n            \"countryCode\": \"AT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Verschenke einzigartige Aufenthalte und fantastische Aktivitäten auf der ganzen Welt – mit Airbnb.\\r\\nVerschenke die perfekte Auszeit – von Blockhütten am Seeufer über einsame Strandhäuser bis zu Wohnungen im Stadtzentrum. Verschenke eindrucksvolle Entdeckungen – egal, ob Rundgänge, Kurse oder Verkostungen von und mit einheimischen Experten. Airbnb-Geschenkkarten verfallen nicht. Buche damit Aufenthalte oder Entdeckungen. Du entscheidest, ob du alles auf einmal ausgeben oder es auf mehrere Buchungen verteilen möchtest\\r\\n\\r\\n<P>\\r\\nGive the gift of unique stays and amazing activities around the world with Airbnb. Give the gift of the perfect getaway - from lakefront log cabins to secluded beach houses to city center apartments. Give the gift of impressive discoveries – whether tours, courses or tastings by and with local experts. Airbnb gift cards do not expire. Use it to book stays or discoveries. You decide whether you want to spend everything at once or spread it across multiple bookings.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p><strong>So löst du dein Geschenk ein:</strong></p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Registriere dich oder logge dich ein unter airbnb.at/einloesen</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Folge den Anweisungen auf dem Bildschirm.</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Dein Guthaben wird automatisch eingelöst, sobald du eine Buchung vornimmst.</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>Wenn Sie Ihre Geschenkkarte auf airbnb.at/einloesen einlösen, geben Sie bitte Ihren vollständigen Geschenkkartencode dort ein, wo Sie nach einer PIN gefragt werden</em></p>\\r\\n<P>\\r\\n<p><strong>How to redeem your gift:</strong></p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Register or log in at airbnb.at/einloesen</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Follow the on-screen instructions.</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Your credit will be automatically redeemed as soon as you make a booking.</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>When you redeem your gift card on airbnb.at/einloesen, please enter your full gift card code where you are asked for a PIN</em></p>\",\n            \"terms\": \"<p>Das Kartenguthaben verfällt nicht. Für den Kauf oder die Aktivierung dieser Karte fallen keine Gebühren an. Einlösbar für Einwohner:innen in Österreich und anderen unterstützten europäischen Ländern für den Kauf von Dienstleistungen über die Airbnb-Website und -App. Für die Nutzung ist ein Airbnb-Konto erforderlich. Die Karte ist nicht aufladbar und kann nicht gegen Bargeld eingelöst, erstattet, zurückgegeben oder weiterverkauft werden, es sei denn, dies ist gesetzlich vorgeschrieben. Das ausstellende Unternehmen ist nicht für verlorene, beschädigte oder gestohlene Karten oder für die unautorisierte Nutzung verantwortlich. Du kannst das Guthaben deiner Karte abrufen, indem du dich in dein Airbnb-Konto einloggst. Ausgestellt von Airbnb Ireland UC. Es gelten die Nutzungsbedingungen, siehe airbnb.at/at_gift_cards_terms</p>\\r\\n<P>\\r\\n<p>The card balance does not expire. There are no fees to purchase or activate this card. Redeemable for residents in Austria and other supported European countries to purchase services via the Airbnb website and app. An Airbnb account is required to use. The Card is not reloadable and cannot be redeemed for cash, refunded, returned or resold except as required by law. The issuing company is not responsible for lost, damaged or stolen cards or for unauthorized use. You can check your card's balance by logging into your Airbnb account. Issued by Airbnb Ireland UC. The terms of use apply, see airbnb.at/at_gift_cards_terms</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2924/logo\",\n            \"modifiedDate\": \"2024-02-07T09:15:59.3475097\",\n            \"products\": [\n                {\n                    \"id\": 483240,\n                    \"name\": \"Airbnb AT\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 1000,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697059\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2923\",\n            \"name\": \"Airbnb Finland\",\n            \"countryCode\": \"FI\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Anna Airbnb lahjaksi – hurmaavia majapaikkoja\\r\\nja mahtavaa tekemistä ympäri maailmaa. \\r\\n\\r\\n\\r\\nAnna lahjaksi täydellinen pakopaikka – kaikkea \\r\\njärvenrantamökeistä ja merenrantahuviloista \\r\\nhuoneistoihin keskellä kaupungin sykettä. \\r\\n\\r\\n\\r\\nLahjoita mukaansatempaavia elämyksiä: opastettuja retkiä, luentoja tai maistajaisia paikallisten asiantuntijoiden johdolla. \\r\\n\\r\\n\\r\\nAirbnb-lahjakortit eivät vanhene koskaan. \\r\\n\\r\\n\\r\\nKäytä kortti majoitusten tai elämysten varaamiseen; voit käyttää koko kortin kerralla tai jakaa useampaan käyttökertaan.\\r\\n\\r\\n<P>\\r\\nGive the gift of Airbnb - charming places to stay and great things to do around the world. Give the gift of a perfect escape - everything from lakeside cabins and seaside villas to apartments in the heart of the city. Donate engaging experiences: guided tours, lectures or tastings led by local experts. Airbnb gift cards never expire. Use the card to book accommodations or experiences; you can use the entire card at once or divide it into several uses.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p><strong>Näin lunastat lahjasi:\\r\\n</strong></p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Rekisteröidy tai kirjaudu sisään osoitteessa airbnb.fi/lahja</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Seuraa ruudulla näkyviä ohjeita.</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Saat lahjasaldon automaattisesti käyttöösi, kun teet varauksen.</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>Kun lunastat lahjakorttiasi osoitteessa airbnb.fi/lahja, kirjoita lahjakorttisi koko koodi, johon se pyytää PIN-koodia</em></p>\\r\\n<P>\\r\\n<p><strong>This is how you claim your gift:\\r\\n</strong></p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Register or log in at airbnb.fi/lahja</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Follow the instructions on the screen.</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>You get the gift balance automatically when you make a reservation.</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>When you redeem your gift card at airbnb.fi/lahja, enter the entire code of your gift card for which it asks for a PIN code</em></p>\",\n            \"terms\": \"<p>Kortin saldo ei vanhene. Tämän kortin ostamisesta tai aktivoimisesta ei peritä palvelumaksuja. Suomessa ja muissa tuetuissa Euroopan maissa asuvat henkilöt voivat käyttää korttia palvelujen ostamiseen Airbnb:n verkkosivuston ja sovelluksen kautta. Käyttö edellyttää Airbnb-tiliä. Korttia ei voi ladata uudelleen, ja ellei laki edellytä, sitä ei voi vaihtaa käteiseksi, hyvittää, palauttaa tai myydä eteenpäin. Kortin myöntäjä ei ole vastuussa kadonneista, vahingoittuneista tai varastetuista korteista tai luvattomasta käytöstä. Voit katsoa kortin saldon kirjautumalla Airbnb-tilillesi. Airbnb Ireland UC:n myöntämä. Voit tutustua sovellettaviin ehtoihin osoitteessa airbnb.fi/fi_gift_cards_terms </p>\\r\\n<P>\\r\\n<p>The card balance does not expire. There are no service fees for purchasing or activating this card. People living in Finland and other supported European countries can use the card to purchase services through Airbnb's website and app. Use requires an Airbnb account. The card cannot be reloaded and, unless required by law, cannot be exchanged for cash, refunded, returned or resold. The card issuer is not responsible for lost, damaged or stolen cards or unauthorized use. You can check the balance of the card by logging into your Airbnb account. Powered by Airbnb Ireland UC. You can familiarize yourself with the applicable terms and conditions at airbnb.fi/fi_gift_cards_terms </p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2923/logo\",\n            \"modifiedDate\": \"2024-02-07T09:32:14.6446036\",\n            \"products\": [\n                {\n                    \"id\": 483241,\n                    \"name\": \"Airbnb FI\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 1000,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869706\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2922\",\n            \"name\": \"Airbnb Sweden\",\n            \"countryCode\": \"SE\",\n            \"currencyCode\": \"SEK\",\n            \"description\": \"Ge Airbnb som gåva – fantastiska ställen att bo på och \\r\\nsaker att göra, runt om i världen. \\r\\n\\r\\n\\r\\nGe den perfekta resan – allt från \\r\\nsjöstugor till avskilda strandhus \\r\\ntill lägenheter i hjärtat av staden. \\r\\n\\r\\n\\r\\nGe fängslande upplevelser, från guidade turer till provsmakningar som leds av lokala experter. \\r\\n\\r\\n\\r\\nAirbnbs presentkort har inget förfallodatum. \\r\\n\\r\\n\\r\\nAnvänd för att boka boenden eller upplevelser. Spendera allt på en gång eller tillämpa på flera bokningar.\\r\\n<P>\\r\\nGive the gift of Airbnb - great places to stay and things to do, around the world. Provide the perfect getaway - everything from lake cabins to secluded beach houses to apartments in the heart of the city. Provide captivating experiences, from guided tours to tastings led by local experts. Airbnb gift cards have no expiration date. Use to book accommodation or experiences. Spend all at once or apply to multiple bookings.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p><strong>Så här löser du in ditt presentkort:</strong></p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Bli medlem eller logga in på airbnb.se/present</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Följ instruktionerna på skärmen</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Vi kommer automatiskt att tillämpa beloppet när du bokar</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>När du löser in ditt presentkort på airbnb.se/present vänligen ange din fullständiga presentkortskod där den ber om en PIN-kod</em></p>\\r\\n<P>\\r\\n<p><strong>This is how you redeem your gift card:</strong></p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Become a member or log in at airbnb.se/present</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Follow the instructions on the screen</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>We will automatically apply the amount when you book</p>\\r\\n</li>\\r\\n</ol>\\r\\n<p><em>When redeeming your gift card at airbnb.se/present please enter your full gift card code where it asks for a PIN code</em></p>\",\n            \"terms\": \"<p>Kortsaldot förfaller inte. Inga avgifter tillkommer för att köpa eller aktivera detta kort. Kan lösas in av invånare i Sverige för köp av tjänster på Airbnbs webbplats och app. För användning så krävs det ett Airbnb-konto. Kortet är inte påfyllningsbart och kan, förutom där det krävs enligt lag, inte lösas in mot kontanter, återbetalas, returneras eller säljas vidare. Utfärdaren ansvarar inte för borttappade, skadade eller stulna kort eller för obehörig användning. Kolla ditt kortsaldo genom att logga in på ditt Airbnb-konto. Utfärdat av Airbnb Ireland UC. Villkor gäller, besök airbnb.se/se_gift_cards_terms </p>\\r\\n<P>\\r\\n<p>The card balance is not due. There are no fees to purchase or activate this card. Can be redeemed by residents of Sweden for the purchase of services on the Airbnb website and app. For use, an Airbnb account is required. The card is not refillable and, except where required by law, cannot be redeemed for cash, refunded, returned or resold. The issuer is not responsible for lost, damaged or stolen cards or for unauthorized use. Check your card balance by logging into your Airbnb account. Issued by Airbnb Ireland UC. Terms apply, visit airbnb.se/se_gift_cards_terms </p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2922/logo\",\n            \"modifiedDate\": \"2024-02-07T11:07:31.2635596\",\n            \"products\": [\n                {\n                    \"id\": 483242,\n                    \"name\": \"Airbnb SE\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 10000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 500,\n                        \"max\": 10000,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869706\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2921\",\n            \"name\": \"Airbnb USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Amazing places to stay and things to do, all around the world.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Here’s how to redeem your gift:<P>\\r\\n1.  Sign up or log in at airbnb.com/gift<P>\\r\\n2.  Follow the on-screen prompts<P>\\r\\n3.  We’ll automatically apply the credit when you book</p>\\r\\n<p><em>When redeeming your gift card at airbnb.com/gift, please enter your full gift card code where it asks for a PIN</em></p>\",\n            \"terms\": \"<p>Funds do not expire. No fees apply to purchase/activation of Card. Redeemable by U.S. residents, not including residents of U.S. territories and possessions, for merchandise and services on airbnb.com only. The Card is non-reloadable and, except where required by law, cannot be redeemed for cash, refunded, or returned. Treat this Card as cash; issuer is not responsible for lost, damaged or stolen cards, or for unauthorized use. Issued by Airbnb Payments, Inc. Terms apply and are subject to change without notice; visit airbnb.com/terms/gift_cards for current terms, conditions, and limitations.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2921/logo\",\n            \"modifiedDate\": \"2024-02-07T11:19:06.5639427\",\n            \"products\": [\n                {\n                    \"id\": 483243,\n                    \"name\": \"Airbnb USA\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 25,\n                        \"max\": 500,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697061\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"1016\",\n            \"name\": \"Xbox USA (Promo)\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"With an Xbox Gift Card, give the freedom to pick the gift they want. It can be used to buy the hottest new Xbox full game downloads, apps, movies, TV shows, devices, and more. There are no fees or expiration dates to worry about. This digital gift code is good for purchases at Microsoft Store online, on Windows, and on Xbox.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redeem at microsoft.com/redeem. \\r\\n\",\n            \"terms\": \"Visit microsoft.com/cardterms. \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/1016/logo\",\n            \"modifiedDate\": \"2023-03-16T09:46:06.0765734\",\n            \"products\": [\n                {\n                    \"id\": 512710,\n                    \"name\": \"Xbox USA 10 USD\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": 181,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 10,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T00:53:09.768733\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3039\",\n            \"name\": \"Binance (USDT) Global\",\n            \"countryCode\": \"WW\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Binance Gift card is a tool that allows you to send a crypto gift card to your friends. You can send the card via social media, email, or SMS. The card can have a personalized card theme, coins, messages, and card amounts. Once you send the card, and the receiver redeems the gift card code, the crypto will be visible on their Binance cryptocurrency wallet.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem a Gift Card on the Binance App:\\r\\n\\r\\nLog in to your Binance App and tap [Profile] - [Gift Card] to enter the Gift Card Marketplace.\\r\\nTap [Redeem].\\r\\nTo redeem a Binance Gift Card and credit the fund to your Binance Wallet immediately, tap [Redeem Binance Gift Card or Code].\\r\\nEnter the redemption code and tap [Redeem]. The funds will be credited to your Binance Wallet immediately.\\r\\n \\r\\n\\r\\nTo redeem a Gift Card on the Binance website:\\r\\n\\r\\n Log into your Binance account and go to the Gift Card homepage.\\r\\nEnter the redemption code & Serial to redeem or add your gift card.\\r\\n\\r\\nExpiry - 6 Months from date of issue\\r\\n\",\n            \"terms\": \"For more details, please visit https://www.binance.com/en\\r\\n\\r\\nExpiry - 6 Months from date of issue\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3039/logo\",\n            \"modifiedDate\": \"2024-05-15T11:30:52.263978\",\n            \"products\": [\n                {\n                    \"id\": 518541,\n                    \"name\": \"Binance (USDT)\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 500,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T11:30:56.4706542\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"Crypto\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3044\",\n            \"name\": \"Binance (ETH) Global\",\n            \"countryCode\": \"WW\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Binance Gift card is a tool that allows you to send a crypto gift card to your friends. You can send the card via social media, email, or SMS. The card can have a personalized card theme, coins, messages, and card amounts. Once you send the card, and the receiver redeems the gift card code, the crypto will be visible on their Binance cryptocurrency wallet.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem a Gift Card on the Binance App:\\r\\n\\r\\nLog in to your Binance App and tap [Profile] - [Gift Card] to enter the Gift Card Marketplace.\\r\\nTap [Redeem].\\r\\nTo redeem a Binance Gift Card and credit the fund to your Binance Wallet immediately, tap [Redeem Binance Gift Card or Code].\\r\\nEnter the redemption code and tap [Redeem]. The funds will be credited to your Binance Wallet immediately.\\r\\n \\r\\n\\r\\nTo redeem a Gift Card on the Binance website:\\r\\n\\r\\n Log into your Binance account and go to the Gift Card homepage.\\r\\nEnter the redemption code & Serial to redeem or add your gift card.\\r\\n\\r\\nExpiry - 6 Months from date of issue\\r\\n\",\n            \"terms\": \"For more details, please visit https://www.binance.com/en\\r\\n\\r\\nExpiry - 6 Months from date of issue\",\n            \"logoUrl\": \"\",\n            \"modifiedDate\": \"2024-05-15T11:30:52.2639776\",\n            \"products\": [\n                {\n                    \"id\": 524664,\n                    \"name\": \"Binance (ETH)\",\n                    \"minFaceValue\": 1.1,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1.111,\n                        \"max\": 505,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T11:30:56.4706541\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"Crypto\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3043\",\n            \"name\": \"Binance (BTC) Global\",\n            \"countryCode\": \"WW\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Binance Gift card is a tool that allows you to send a crypto gift card to your friends. You can send the card via social media, email, or SMS. The card can have a personalized card theme, coins, messages, and card amounts. Once you send the card, and the receiver redeems the gift card code, the crypto will be visible on their Binance cryptocurrency wallet.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem a Gift Card on the Binance App: Log in to your Binance App and tap [Profile] - [Gift Card] to enter the Gift Card Marketplace. Tap [Redeem]. To redeem a Binance Gift Card and credit the fund to your Binance Wallet immediately, tap [Redeem Binance Gift Card or Code]. Enter the redemption code and tap [Redeem]. The funds will be credited to your Binance Wallet immediately. \\r\\n\\r\\nTo redeem a Gift Card on the Binance website: Log into your Binance account and go to the Gift Card homepage. Enter the redemption code & Serial to redeem or add your gift card. \\r\\n\\r\\nExpiry - 6 Months from date of issue\\r\\n\",\n            \"terms\": \"For more details, please visit https://www.binance.com/en \\r\\n\\r\\nExpiry - 6 Months from date of issue\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3043/logo\",\n            \"modifiedDate\": \"2024-05-15T11:30:52.2639772\",\n            \"products\": [\n                {\n                    \"id\": 524665,\n                    \"name\": \"Binance BTC\",\n                    \"minFaceValue\": 1.1,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1.0561056,\n                        \"max\": 480.048,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T11:30:56.470654\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"Crypto\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4063\",\n            \"name\": \"Binance (XRP) Global\",\n            \"countryCode\": \"WW\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Binance Gift card is a tool that allows you to send a crypto gift card to your friends. You can send the card via social media, email, or SMS. The card can have a personalized card theme, coins, messages, and card amounts. Once you send the card, and the receiver redeems the gift card code, the crypto will be visible on their Binance cryptocurrency wallet.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem a Gift Card on the Binance App:\\r\\n\\r\\nLog in to your Binance App and tap [Profile] - [Gift Card] to enter the Gift Card Marketplace.\\r\\nTap [Redeem].\\r\\nTo redeem a Binance Gift Card and credit the fund to your Binance Wallet immediately, tap [Redeem Binance Gift Card or Code].\\r\\nEnter the redemption code and tap [Redeem]. The funds will be credited to your Binance Wallet immediately.\\r\\n \\r\\n\\r\\nTo redeem a Gift Card on the Binance website:\\r\\n\\r\\n Log into your Binance account and go to the Gift Card homepage.\\r\\nEnter the redemption code & Serial to redeem or add your gift card.\\r\\n\\r\\nExpiry - 6 Months from date of issue\\r\\n\",\n            \"terms\": \"For more details, please visit https://www.binance.com/en\\r\\n\\r\\nExpiry - 6 Months from date of issue\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4063/logo\",\n            \"modifiedDate\": \"2024-05-15T11:30:52.2639781\",\n            \"products\": [\n                {\n                    \"id\": 540944,\n                    \"name\": \"Binance XRP\",\n                    \"minFaceValue\": 1.1,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1.0561056,\n                        \"max\": 480.048,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T11:30:56.4706542\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"Crypto\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3467\",\n            \"name\": \"Amazon Canada\",\n            \"countryCode\": \"CA\",\n            \"currencyCode\": \"CAD\",\n            \"description\": null,\n            \"disclaimer\": null,\n            \"redemptionInstructions\": null,\n            \"terms\": null,\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3467/logo\",\n            \"modifiedDate\": \"2024-05-15T14:04:32.2693222\",\n            \"products\": [\n                {\n                    \"id\": 541326,\n                    \"name\": \"Amazon CAD\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 5000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 5000,\n                        \"currencyCode\": \"CAD\"\n                    },\n                    \"modifiedDate\": \"2024-01-10T05:29:24.5868854\"\n                },\n                {\n                    \"id\": 541327,\n                    \"name\": \"Amazon CAD\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 5000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 5000,\n                        \"currencyCode\": \"CAD\"\n                    },\n                    \"modifiedDate\": \"2024-01-10T05:29:24.5868854\"\n                },\n                {\n                    \"id\": 541328,\n                    \"name\": \"Amazon CAD\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 5000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 5000,\n                        \"currencyCode\": \"CAD\"\n                    },\n                    \"modifiedDate\": \"2024-01-10T05:29:24.5868855\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"eCommerce\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3469\",\n            \"name\": \"Amazon USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": null,\n            \"disclaimer\": null,\n            \"redemptionInstructions\": null,\n            \"terms\": null,\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3469/logo\",\n            \"modifiedDate\": \"2024-05-15T14:05:07.3250713\",\n            \"products\": [\n                {\n                    \"id\": 541329,\n                    \"name\": \"Amazon US\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 2000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 2000,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-17T18:24:09.5574632\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"eCommerce\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4635\",\n            \"name\": \"Amazon USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Amazon.com Gift Cards* never expire and can be redeemed towards millions of items at www.amazon.com\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem your gift card, follow these steps: Visit www.amazon.com/redeem  Enter the Claim Code when prompted. Gift card funds will be applied automatically to eligible orders during the checkout process. You must pay for any remaining balance on your order with another payment method. Your gift card claim code may also be entered when prompted during checkout. To redeem your gift card using the Amazon.com 1-Click® service, first add the gift card funds to Your Account. If you have questions about redeeming your gift card, please visit www.amazon.com/gc-redeem.  \",\n            \"terms\": \"Restrictions apply, see amazon.com/gc-legal\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4635/logo\",\n            \"modifiedDate\": \"2024-05-15T14:50:58.7898318\",\n            \"products\": [\n                {\n                    \"id\": 541331,\n                    \"name\": \"Amazon USA\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 2000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 2000,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-05T19:09:16.3289768\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"eCommerce\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4139\",\n            \"name\": \"Flexepin EUR\",\n            \"countryCode\": \"EU\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Flexepin is a pre-paid cash voucher that allows users to top-up existing accounts to shop online without the need for a credit or debit card. Making online purchases with Flexepin reduces the threat of online fraud as no personal or financial information is requested or saved online. You can purchase Flexepin vouchers online and at a variety of physical locations globally through our trusted retailers. Flexepin vouchers can be utilised on thousands of websites\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"How can I redeem my Flexepin code? Buy your Flexepin voucher. Go to a partner website or check the URL of a website to see if it accepts Flexepin. Fill in your 16-digit code. Your payment is successful.\",\n            \"terms\": \"Visit https://www.flexepin.com/terms/\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4139/logo\",\n            \"modifiedDate\": \"2024-05-15T14:05:47.1537852\",\n            \"products\": [\n                {\n                    \"id\": 560303,\n                    \"name\": \"Flexepin EUR 10\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 10,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:05:53.0743113\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Prepaid Cards\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4081\",\n            \"name\": \"Rewarble AdvCash USD\",\n            \"countryCode\": \"GLC\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"With the AdvCash gift card, adding money to your Advanced Cash account balance is both easy and quick. Redeeming this code for an Advanced Cash top-up code will instantly have the funds added to your AdvCash balance, ensuring a seamless and user-friendly experience. Brought to you by Rewarable.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To Redeem, go to www.rewarble.com/redeem and enter your 16-digit voucher code along with your Advanced Cash account details. \\r\\nAs soon as you confirm the details, your top-up will be added to your Advanced Cash account within mere seconds. This seamless process ensures that you can continue with your online transactions without any delay. \",\n            \"terms\": \" This voucher has a 9 months expiry.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4081/logo\",\n            \"modifiedDate\": \"2024-03-23T05:47:14.1731954\",\n            \"products\": [\n                {\n                    \"id\": 576930,\n                    \"name\": \"Advanced Cash USA 100 USD\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": 75,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-08T07:00:54.6322526\"\n                },\n                {\n                    \"id\": 577025,\n                    \"name\": \"Advanced Cash USA 50 USD\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": 83,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-18T20:14:01.2091333\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Prepaid Cards\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4221\",\n            \"name\": \"Crypto Voucher GBP Rewards\",\n            \"countryCode\": \"GB\",\n            \"currencyCode\": \"GBP\",\n            \"description\": \"Crypto Voucher is the perfect solution for anyone looking for an easy way to buy Bitcoin and other cryptocurrencies. Especially if you are hesitant to give out your credit card data. Maybe you want to stay on a budget when you buy digital currency. This prepaid card is the easiest way to buy cryptocurrencies instantly. Buy your voucher whenever you want and receive it within seconds via email, 24/7. It’s simple, fast and secure!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem your voucher code you need a crypto wallet to store your cryptocurrency in. 2. If you don’t have one you can use Crypto Voucher internal wallet, visit cryptovoucher.io, choose the currency you want and enter your wallet details and voucher code. 3. You can choose one currency at a time and must redeem your whole voucher at once. 4. Once you’ve done that, you should give it up to 30 minutes for your cryptocurrency to arrive.\",\n            \"terms\": \"For Terms & Conditions, please visit https://cryptovoucher.io/terms-conditions\\r\\n\\r\\nExpiry - 6 Months from Date of Issue\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4221/logo\",\n            \"modifiedDate\": \"2024-05-15T14:21:33.2686802\",\n            \"products\": [\n                {\n                    \"id\": 602055,\n                    \"name\": \"Crypto Voucher GBP\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 1000,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:21:38.3244044\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"Crypto\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4220\",\n            \"name\": \"Crypto Voucher CAD Rewards\",\n            \"countryCode\": \"CA\",\n            \"currencyCode\": \"CAD\",\n            \"description\": \"Crypto Voucher is the perfect solution for anyone looking for an easy way to buy Bitcoin and other cryptocurrencies. Especially if you are hesitant to give out your credit card data. Maybe you want to stay on a budget when you buy digital currency. This prepaid card is the easiest way to buy cryptocurrencies instantly. Buy your voucher whenever you want and receive it within seconds via email, 24/7. It’s simple, fast and secure!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem your voucher code you need a crypto wallet to store your cryptocurrency in. 2. If you don’t have one you can use Crypto Voucher internal wallet, visit cryptovoucher.io, choose the currency you want and enter your wallet details and voucher code. 3. You can choose one currency at a time and must redeem your whole voucher at once. 4. Once you’ve done that, you should give it up to 30 minutes for your cryptocurrency to arrive.\\r\\n\",\n            \"terms\": \"For Terms & Conditions, please visit https://cryptovoucher.io/terms-conditions\\r\\n\\r\\nExpiry - 6 Months from Date of Issue\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4220/logo\",\n            \"modifiedDate\": \"2024-05-15T14:21:33.26868\",\n            \"products\": [\n                {\n                    \"id\": 602056,\n                    \"name\": \"Crypto Voucher CAD\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 15,\n                        \"max\": 1000,\n                        \"currencyCode\": \"CAD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:21:38.3244043\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"Crypto\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4219\",\n            \"name\": \"Crypto Voucher AUD Rewards\",\n            \"countryCode\": \"AU\",\n            \"currencyCode\": \"AUD\",\n            \"description\": \"Crypto Voucher is the perfect solution for anyone looking for an easy way to buy Bitcoin and other cryptocurrencies. Especially if you are hesitant to give out your credit card data. Maybe you want to stay on a budget when you buy digital currency. This prepaid card is the easiest way to buy cryptocurrencies instantly. Buy your voucher whenever you want and receive it within seconds via email, 24/7. It’s simple, fast and secure!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem your voucher code you need a crypto wallet to store your cryptocurrency in. \\r\\n2. If you don’t have one you can use Crypto Voucher internal wallet, visit cryptovoucher.io, choose the currency you want and enter your wallet details and voucher code. \\r\\n3. You can choose one currency at a time and must redeem your whole voucher at once. \\r\\n4. Once you’ve done that, you should give it up to 30 minutes for your cryptocurrency to arrive.\\r\\n\",\n            \"terms\": \"For Terms & Conditions, please visit https://cryptovoucher.io/terms-conditions\\r\\n\\r\\nExpiry - 6 Months from Date of Issue\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4219/logo\",\n            \"modifiedDate\": \"2024-05-15T14:21:33.2686799\",\n            \"products\": [\n                {\n                    \"id\": 602057,\n                    \"name\": \"Crypto Voucher AUD\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 20,\n                        \"max\": 1000,\n                        \"currencyCode\": \"AUD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:21:38.3244042\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"Crypto\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4213\",\n            \"name\": \"Crypto Voucher EUR Rewards\",\n            \"countryCode\": \"EU\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Crypto Voucher is the perfect solution for anyone looking for an easy way to buy Bitcoin and other cryptocurrencies. Especially if you are hesitant to give out your credit card data. Maybe you want to stay on a budget when you buy digital currency. This prepaid card is the easiest way to buy cryptocurrencies instantly. Buy your voucher whenever you want and receive it within seconds via email, 24/7. It’s simple, fast and secure!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem your voucher code you need a crypto wallet to store your cryptocurrency in. 2. If you don’t have one you can use Crypto Voucher internal wallet, visit cryptovoucher.io, choose the currency you want and enter your wallet details and voucher code. 3. You can choose one currency at a time and must redeem your whole voucher at once. 4. Once you’ve done that, you should give it up to 30 minutes for your cryptocurrency to arrive.\\r\\n\",\n            \"terms\": \"For Terms & Conditions, please visit https://cryptovoucher.io/terms-conditions\\r\\n\\r\\nExpiry - 6 Months from Date of Issue\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4213/logo\",\n            \"modifiedDate\": \"2024-05-15T14:21:33.2686801\",\n            \"products\": [\n                {\n                    \"id\": 602058,\n                    \"name\": \"Crypto Voucher EU\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 1000,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:21:38.3244044\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"Crypto\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4222\",\n            \"name\": \"Crypto Voucher USD Rewards\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Crypto Voucher is the perfect solution for anyone looking for an easy way to buy Bitcoin and other cryptocurrencies. Especially if you are hesitant to give out your credit card data. Maybe you want to stay on a budget when you buy digital currency. This prepaid card is the easiest way to buy cryptocurrencies instantly. Buy your voucher whenever you want and receive it within seconds via email, 24/7. It’s simple, fast and secure!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem your voucher code you need a crypto wallet to store your cryptocurrency in. 2. If you don’t have one you can use Crypto Voucher internal wallet, visit cryptovoucher.io, choose the currency you want and enter your wallet details and voucher code. 3. You can choose one currency at a time and must redeem your whole voucher at once. 4. Once you’ve done that, you should give it up to 30 minutes for your cryptocurrency to arrive.\\r\\n\",\n            \"terms\": \"For Terms & Conditions, please visit https://cryptovoucher.io/terms-conditions\\r\\n\\r\\n\\r\\nExpiry - 6 Months from Date of Issue\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4222/logo\",\n            \"modifiedDate\": \"2024-05-15T14:21:33.2686803\",\n            \"products\": [\n                {\n                    \"id\": 602059,\n                    \"name\": \"Crypto Voucher USD\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 15,\n                        \"max\": 1000,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:21:38.3244045\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"Crypto\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2376\",\n            \"name\": \"Binance Test USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Celebrate With the Gift of Crypto!\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Please redeem your voucher code using below link \\r\\n\\r\\nhttps://www.binance.me/en/gift-card\\r\\n\\r\\nOr redeem your voucher code using www.binance.me or Binance App\\r\\n\\r\\nSelect Menu\\r\\n\\r\\nSelect Binance Gift Card Option\\r\\n\\r\\nEnter the gift card certificate and redeem\",\n            \"terms\": \"*eGift voucher is non-refundable/exchange / cancel and cannot be exchanged for cash in part or full and is valid for a single transaction only and as per the respective brands terms and conditions\\r\\n*eGift vouchers cannot be replaced if lost, stolen, or damaged and cannot be sent to any other email id other than the order email placed\\r\\n*eGift vouchers are valid till the claim-by-date as per the respective brand\\r\\n*eGift vouchers only to be used in their specific region as mentioned in the product name / description and cannot be changed to other countries at all\\r\\n*eGift voucher will be under the terms and conditions of their respective brands.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2376/logo\",\n            \"modifiedDate\": \"2023-09-18T12:20:18.4382703\",\n            \"products\": [\n                {\n                    \"id\": 655797,\n                    \"name\": \"Binance Test USA 1 USD\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 1,\n                    \"count\": 14,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 1,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-02-07T23:03:12.5255086\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"2020\",\n            \"name\": \"Xbox Game Pass Subs\",\n            \"countryCode\": \"WW\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"With an Xbox Subscription, give the freedom to pick the gift they want. It can be used to buy the hottest new Xbox full game downloads, apps, movies, TV shows, devices, and more. There are no fees or expiration dates to worry about. This digital gift code is good for purchases at Microsoft Store online, on Windows, and on Xbox. It cannot be used for purchases at physical Microsoft Stores.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Sign in to Xbox Live using the account for which you want to use the prepaid code. Press the Guide button on the controller. Go to Games & Apps and select Redeem Code. Enter the 25-character prepaid code and select Done.\",\n            \"terms\": \"Visit https://support.xbox.com/en-US/help/subscriptions-billing/manage-subscriptions/ensure-xbox-subscription-is-valid-for-your-country\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2020/logo\",\n            \"modifiedDate\": \"2024-03-05T10:49:17.681467\",\n            \"products\": [\n                {\n                    \"id\": 705163,\n                    \"name\": \"Xbox Game Pass Ultimate 1M Global\",\n                    \"minFaceValue\": 12.99,\n                    \"maxFaceValue\": 12.99,\n                    \"count\": 4363,\n                    \"price\": {\n                        \"min\": 12.99,\n                        \"max\": 12.99,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T02:17:09.8620665\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2456\",\n            \"name\": \"App Store & iTunes UAE\",\n            \"countryCode\": \"AE\",\n            \"currencyCode\": \"AED\",\n            \"description\": \"Give the gift of one-stop entertainment. Each card includes a code redeemable for music, movies, TV shows, games, apps, and more on the iTunes Store, the iBooks Store, the App Store, and the Mac App Store. Recipients can access their content on an iPod, iPad, or iPhone, and watch or listen on a computer , Mac or PC.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. This eGift Card is redeemable for iTunes UAE Store only.\\r\\n2. Redeem your iTunes Code for music, movies, TV shows, games, apps, books, and more on the iTunes Store, the App Store, the iBooks Store, or the Mac App Store.\\r\\n3. Open iTunes Store.\\r\\n4. Scroll to bottom and click or tap Redeem.\\r\\n5. Enter the 16-digit code shown above.\\r\\n6. No cashback, returns or refund accepted.\",\n            \"terms\": \"App Store & iTunes Terms and Conditions Valid only on purchases made in UAE from the Apple Media Service. Use requires an Apple ID & prior acceptance of license & usage terms. Not redeemable for cash, for resale, for shipments outside of UAE & no refunds or exchanges (except as required by law). Data collection and use subject to Apple’s Privacy Policy; see apple.com/ae/privacy. Neither Apple nor Issuer is responsible for any loss or damage resulting from lost or stolen cards or for use without permission. Void where prohibited. Terms apply; see apple.com/ae/go/legal/gc. App Store & iTunes gift cards are issued and managed by Apple Value Services (“Issuer”). © 2019 Apple Inc. All rights reserved.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2456/logo\",\n            \"modifiedDate\": \"2024-05-15T07:40:51.823489\",\n            \"products\": [\n                {\n                    \"id\": 718817,\n                    \"name\": \"App Store & iTunes AED\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 2500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 2500,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896414\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4792\",\n            \"name\": \"Ikea Singapore\",\n            \"countryCode\": \"SG\",\n            \"currencyCode\": \"SGD\",\n            \"description\": \"Since its 1943 founding in Sweden, IKEA has created a better everyday life for the many people by offering well-designed, functional home furnishings at prices so low that as many people as possible can afford them. IKEA is today the world’s largest home furnishing retailer, with more than 460 stores in 52 countries - including three in Singapore.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<ol>\\r\\n<li>Visit any of the IKEA stores in Singapore. IKEA store locations: Alexandra, Tampines, Jurong</li>\\r\\n<li>Before you start shopping, approach IKEA Customer Service counter in the IKEA store and present your Mooments-IKEA eGift Card</li>\\r\\n<li>At the IKEA Customer Service counter, when your eGift Card code is entered in the system, you will receive an OTP. Please share it with the IKEA co-worker.</li>\\r\\n<li>Once approved, you will be given a physical IKEA Gift Card, topped up with an equal amount of S$ credits</li>\\r\\n<li>Use this physical IKEA Gift Card against your purchases at the IKEA Check-outs in the IKEA store.</li>\\r\\n<li>Value of each eGift Card cannot be split into multiple IKEA Gift Cards.</li>\\r\\n</ol>\",\n            \"terms\": \"<p>Please refer to “How to Redeem” section for instructions on IKEA Gift Card redemption.</p>\\r\\n<ol>\\r\\n<li>eGift card validity is as mentioned above</li>\\r\\n<li>This eGift Card is valid for use only at IKEA Alexandra, Tampines, Jurong in Singapore</li>\\r\\n<li>This eGift Card is not exchangeable for cash</li>\\r\\n<li>Multiple redemptions are NOT allowed on this eGift Card. If redemption amount is less than the eGift Card value, then the balance will be forfeited upon redemption</li>\\r\\n<li>Once the IKEA eGift Card is used in-store, no refund or return cases will be entertained</li>\\r\\n</ol>\\r\\n<p>All other Terms and Conditions are subject to IKEA Gift Card (the physical gift card). The following terms and conditions apply to the physical IKEA Gift Cards:\\r\\n1. ​The IKEA Gift Card is valid for use only at IKEA stores in Singapore: Alexandra, Tampines and Jurong.\\r\\n2. Present the IKEA Gift Card to the cashier in the IKEA store when making payment.\\r\\n3. It can be used for payment in multiple transactions according to the value in the gift card.\\r\\n4. The value of gift card is non-transferable, non-refundable and cannot be exchanged for cash.\\r\\n5. Loss or stolen card will not be replaced.\\r\\n6. The gift card is non-reloadable and will expire 2 years from the date when the value is loaded in the card.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4792/logo\",\n            \"modifiedDate\": \"2024-02-05T07:40:22.0915729\",\n            \"products\": [\n                {\n                    \"id\": 742917,\n                    \"name\": \"IKEA SG\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 25,\n                        \"max\": 1000,\n                        \"currencyCode\": \"SGD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699208\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"Tools & Home Improvement\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2514\",\n            \"name\": \"Airbnb Greece\",\n            \"countryCode\": \"EU\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Amazing places to stay and things to do, all around the world.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Here’s how to redeem your gift: \\r\\n\\r\\n1. Sign up or log in at airbnb.gr/gift \\r\\n2. Follow the on-screen prompts We’ll automatically apply the credit when you book \",\n            \"terms\": \"Card balance does not expire. No fees apply to purchase/activation of Card. Redeemable by residents in Greece and other supported European countries towards the purchase of services on the Airbnb website and app. Use requires an Airbnb account. Card is non-reloadable and, except where required by law, cannot be redeemed for cash, refunded, returned or resold. Issuer is not responsible for lost, damaged or stolen cards, or for unauthorised use.  View Card balance by signing in to your Airbnb account. Issued by Airbnb Greece. Terms apply, see airbnb.gr/gr_gift_cards_terms. \\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2514/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5266758\",\n            \"products\": [\n                {\n                    \"id\": 744815,\n                    \"name\": \"Airbnb \",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 1000,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410105\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3007\",\n            \"name\": \"Cdiscount France\",\n            \"countryCode\": \"FR\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Cdiscount est un distributeur français de produits technologiques, de loisirs, d’équipements de la maison et de la personne sur le web. Il propose, depuis ses débuts, des tarifs qui se veulent discount.\\r\\n\\r\\n<P>\\r\\n\\r\\nCdiscount is a French distributor of technological, leisure, home and personal equipment products on the web. Since its beginnings, it has offered discount prices.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Pour en profiter, rendez-vous sur le site cdiscount.com, choisissez vos produits et ajoutez-les dans votre panier. A l’étape du paiement, saisissez le code ci-dessus dans l’espace prévu. Le montant de la E-carte cadeau se déduit directement. Vous pouvez saisir jusqu’à 10 codes sur la page de paiement, mais attention la carte cadeau Cdiscount n'est pas sécable. A bientôt, L’équipe Cdiscount Cartes cadeaux.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>To take advantage of it, go to the cdiscount.com website, choose your products and add them to your basket. At the payment stage, enter the code above in the space provided. The amount of the E-gift card is deducted directly. You can enter up to 10 codes on the payment page, but be careful, the Cdiscount gift card cannot be divided. See you soon, The Cdiscount Gift Cards team.</p>\",\n            \"terms\": \"<p>Ces dernières sont valables jusqu'à 12 mois et utilisables sur le site Cdiscount.com (produits de la Marketplace inclus) hors frais de port, abonnements, Cdiscount à volonté, offres Cdiscount Voyage, Mobile, Energie, Billetterie, Services à domicile, Cdiscount Pro, Banque Casino et Livres. Elles sont cumulables jusqu'à 10 cartes mais ne sont pas sécables.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>These are valid for up to 12 months and can be used on the Cdiscount.com site (Marketplace products included) excluding shipping costs, subscriptions, unlimited Cdiscount offers, Cdiscount Travel, Mobile, Energy, Ticketing, Services at home, Cdiscount Pro, Banque Casino and Livres. They can be accumulated up to 10 cards but cannot be divided.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3007/logo\",\n            \"modifiedDate\": \"2024-02-10T12:55:23.8376042\",\n            \"products\": [\n                {\n                    \"id\": 745422,\n                    \"name\": \"Cdiscount FR 300 EUR\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": 89,\n                    \"price\": {\n                        \"min\": 300,\n                        \"max\": 300,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697117\"\n                },\n                {\n                    \"id\": 745432,\n                    \"name\": \"Cdiscount FR 200 EUR\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": 81,\n                    \"price\": {\n                        \"min\": 200,\n                        \"max\": 200,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697117\"\n                },\n                {\n                    \"id\": 745434,\n                    \"name\": \"Cdiscount FR 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": 92,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697118\"\n                },\n                {\n                    \"id\": 745446,\n                    \"name\": \"Cdiscount FR 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": 106,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697118\"\n                },\n                {\n                    \"id\": 745457,\n                    \"name\": \"Cdiscount FR 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": 86,\n                    \"price\": {\n                        \"min\": 20,\n                        \"max\": 20,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697119\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"Tools & Home Improvement\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 16,\n                    \"name\": \"Electronics\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4645\",\n            \"name\": \"Nike UK\",\n            \"countryCode\": \"GB\",\n            \"currencyCode\": \"GBP\",\n            \"description\": \"NIKE, Inc., named after the Greek goddess of victory, is the world's leading designer, marketer and distributor of authentic sports shoes, clothing, equipment and accessories for a wide range of sports and fitness activities. Nike creates product services and experiences for today's athletes. As they say at Nike: if you have a body, you are an athlete. Offer a gift that inspires and motivates today's athlete with a Nike gift card or e-gift.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"This card may be redeemed on Nike.com or Nike Apps. To use your gift card, tick the box next to \\\"Do you have a Nike gift card?\\\" in the Payment step of Checkout. Enter your gift card number and PIN and click \\\"APPLY\\\". The amount on your gift card will be deducted from your order total.\",\n            \"terms\": \"This card may be redeemed on Nike.com or Nike apps.\\r\\nYou will be required to use a secondary payment method should goods be of higher value than the Card. Except as required by law, Cards cannot be returned, refunded or redeemed for cash. Cards do not expire. Treat this Card as cash. Nike is not responsible if a Card is lost, stolen or damaged or used without permission. For complete terms and conditions, visit Nike.com/storegiftcards. To take advantage of the full Nike experience and its benefits, visit Nike.com/membership & sign-up.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4645/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5264572\",\n            \"products\": [\n                {\n                    \"id\": 746259,\n                    \"name\": \"Nike GBP\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 15,\n                        \"max\": 200,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410158\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"4747\",\n            \"name\": \"Nike Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": null,\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redemption Instructions\\r\\nDieser Gutschein kann auf Nike.com oder in den Nike Apps eingelöst werden. Um deinen Geschenkgutschein zu verwenden, aktiviere beim Bezahlvorgang unter \\\"Zahlung\\\" das Kontrollkästchen neben \\\"Hast du einen Nike Geschenkgutschein?\\\". Gib die Nummer und PIN deines Geschenkgutscheins ein und klicke auf \\\"Einlösen\\\". Dein Gutscheinbetrag wird vom Gesamtbetrag deiner Bestellung abgezogen.\",\n            \"terms\": \"Terms and Conditions\\r\\nDieser Gutschein kann auf Nike.com oder in Nike Apps eingelöst warden. Sollte der Preis der Produkte, die mit dem Gutschein gekauft werden, höher sein als der Warenwert des Gutscheins, musst du eine zweite Zahlungsmethode verwenden. Außer in den gesetzlich vorgeschriebenen Fällen können Gutscheine nicht zurückgegeben, erstattet oder gegen Bargeld eingelöst werden. Die Gutscheine verfallen nicht. Behandle diesen Gutschein wie Bargeld. Nike ist nicht für den Verlust, Diebstahl, die Beschädigung oder die nicht genehmigte Verwendung eines Gutscheins verantwortlich. Unsere vollständigen Geschäftsbedingungen findest du auf Nike.com/storegiftcards. Wenn du das Neueste und Beste von Nike nicht verpassen willst, registriere dich jetzt auf Nike.com/membership als Member und nutze deine Vorteile. \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4747/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5265561\",\n            \"products\": [\n                {\n                    \"id\": 746303,\n                    \"name\": \"Nike DE\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 15,\n                        \"max\": 150,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410162\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"2523\",\n            \"name\": \"Uber & Uber Eats Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"The Uber and Uber Eats apps connect you to a reliable ride in minutes and many of your favorite local restaurants. Order the food you love, delivered to your door. Gift Uber rides to the people you care about, or add value to your Uber account.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem this gift card: Open the Account Menu and tap “Wallet” Tap on the \\\"+ Add funds\\\" button on the Uber Cash card Tap on the \\\"Gift card\\\" button Enter Gift Code and tap \\\"Add\\\"\",\n            \"terms\": \"By using this gift card, you accept the following terms and conditions: This gift card will expire three years from the date of purchase. Unused gift cards that have not been redeemed by its expiry date will not be refunded or credited. This card is redeemable via the Uber or Uber Eats app and can be used within New Zealand in cities where Uber or Uber Eats is available. Redeemed funds and balances do not expire. The card is non-reloadable and cannot be redeemed for cash, refunded, or replaced, except as required by law, including the Consumer Guarantees Act. No change will be given. You may be required to add a secondary payment method to use this gift card with the Uber or Uber Eats app. Lost or stolen cards will not be refunded or replaced, so treat this card like cash. This card is issued by Portier New Zealand Limited. For full terms and conditions and customer service, visit uber.com/legal/gifts/. \\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2523/logo\",\n            \"modifiedDate\": \"2024-05-15T08:14:30.1121788\",\n            \"products\": [\n                {\n                    \"id\": 747464,\n                    \"name\": \"Uber & Uber Eats DE 25 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 25,\n                        \"max\": 25,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908059\"\n                },\n                {\n                    \"id\": 747465,\n                    \"name\": \"Uber & Uber Eats DE 30 EUR\",\n                    \"minFaceValue\": 30,\n                    \"maxFaceValue\": 30,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 30,\n                        \"max\": 30,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908073\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"Dining & Restaurants\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 12,\n                    \"name\": \"Travel & Leisure\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4863\",\n            \"name\": \"Submarino Brazil\",\n            \"countryCode\": \"BR\",\n            \"currencyCode\": \"BRL\",\n            \"description\": \"O Submarino é loja online pioneira em tecnologia e inovação. As melhores condições e entrega rápida! Com o Vale Presente Submarino você pode escolher entre as várias opções de livros, games, eletrônicos, informática, celulares, moda, móveis e decoração e muito mais. \\r\\n\\r\\n<P>\\r\\nSubmarino is a pioneering online store in technology and innovation. The best conditions and fast delivery! With the Submarino Gift Voucher you can choose from various options for books, games, electronics, computers, cell phones, fashion, furniture and decoration and much more.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Utilização no site https://www.submarino.com.br/ e no App Submarino. O Vale Presente Submarino é válido apenas para compra de produtos e não serviços. Para compra de um produto pelo aplicativo, é necessário que o mesmo esteja totalmente atualizado. O Vale Presente Submarino pode ser utilizado em diversas compras até o término do saldo. Você também poderá complementar o pagamento com as formas disponíveis. Para utilizar, basta inserir o código no campo 'Possui cupom ou vale' na tela de pagamento. Não há limite de Vales por compra. Seu saldo não poderá ser cancelado, trocado, devolvido ou ser convertido em dinheiro. O Vale Presente Submarino é ao portador e não é recarregável. Não é possível a transferência de saldo para outro Vale Presente. O Vale Presente Submarino Virtual será enviado ao e-mail cadastrado em até 7 dias úteis após a confirmação do resgate. Em caso de não recebimento após o prazo de entrega informado, entre em contato com a central de atendimento da sua campanha. Validade: 12 meses.\\r\\n\\r\\n<P>\\r\\n\\r\\nUse on the website https://www.submarino.com.br/ and on the Submarino App. The Submarino Gift Voucher is only valid for purchasing products and not services. To purchase a product through the app, it must be fully updated. The Submarino Gift Voucher can be used on several purchases until the balance ends. You can also supplement the payment with the available methods. To use, simply enter the code in the 'Do you have coupon or voucher' field on the payment screen. There is no limit on Vouchers per purchase. Your balance cannot be cancelled, exchanged, returned or converted into cash. The Submarino Gift Voucher is for the bearer and is not rechargeable. It is not possible to transfer balance to another Gift Voucher. The Submarino Virtual Gift Voucher will be sent to the registered email within 7 business days after confirmation of redemption. If you do not receive it after the stated delivery deadline, please contact your campaign's customer service center. Validity: 12 months.\",\n            \"terms\": \"Utilização no site https://www.submarino.com.br/ e no App Submarino. O Vale Presente Submarino é válido apenas para compra de produtos e não serviços. Para compra de um produto pelo aplicativo, é necessário que o mesmo esteja totalmente atualizado. O Vale Presente Submarino pode ser utilizado em diversas compras até o término do saldo. Você também poderá complementar o pagamento com as formas disponíveis. Para utilizar, basta inserir o código no campo 'Possui cupom ou vale' na tela de pagamento. Não há limite de Vales por compra. Seu saldo não poderá ser cancelado, trocado, devolvido ou ser convertido em dinheiro. O Vale Presente Submarino é ao portador e não é recarregável. Não é possível a transferência de saldo para outro Vale Presente. O Vale Presente Submarino Virtual será enviado ao e-mail cadastrado em até 7 dias úteis após a confirmação do resgate. Em caso de não recebimento após o prazo de entrega informado, entre em contato com a central de atendimento da sua campanha. Validade: 12 meses.\\r\\n\\r\\n<P>\\r\\n\\r\\nUse on the website https://www.submarino.com.br/ and on the Submarino App. The Submarino Gift Voucher is only valid for purchasing products and not services. To purchase a product through the app, it must be fully updated. The Submarino Gift Voucher can be used on several purchases until the balance ends. You can also supplement the payment with the available methods. To use, simply enter the code in the 'Do you have coupon or voucher' field on the payment screen. There is no limit on Vouchers per purchase. Your balance cannot be cancelled, exchanged, returned or converted into cash. The Submarino Gift Voucher is for the bearer and is not rechargeable. It is not possible to transfer balance to another Gift Voucher. The Submarino Virtual Gift Voucher will be sent to the registered email within 7 business days after confirmation of redemption. If you do not receive it after the stated delivery deadline, please contact your campaign's customer service center. Validity: 12 months.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4863/logo\",\n            \"modifiedDate\": \"2024-02-28T14:03:40.7436996\",\n            \"products\": [\n                {\n                    \"id\": 761889,\n                    \"name\": \"Submarino BR 25 BRL\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": 5,\n                    \"price\": {\n                        \"min\": 5.1025,\n                        \"max\": 5.1025,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2023-11-16T17:26:42.0782016\"\n                },\n                {\n                    \"id\": 761890,\n                    \"name\": \"Submarino BR 50 BRL\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": 7,\n                    \"price\": {\n                        \"min\": 10.2542,\n                        \"max\": 10.2542,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-02-27T08:32:47.924459\"\n                },\n                {\n                    \"id\": 761891,\n                    \"name\": \"Submarino BR 100 BRL\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": 18,\n                    \"price\": {\n                        \"min\": 19.3953,\n                        \"max\": 19.3953,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-27T14:38:08.686531\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 16,\n                    \"name\": \"Electronics\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 14,\n                    \"name\": \"Learning\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4217\",\n            \"name\": \"Playstation Mexico\",\n            \"countryCode\": \"MX\",\n            \"currencyCode\": \"MXN\",\n            \"description\": \"PlayStation Network card is a protected code consisting of 12 marks which gives money to your accounts' virtual wallet. PSN cards allow to buy games, movies, bonuses and even songs safe and fast. Use PlayStation®Store Cash Cards to purchase downloadable games, game add-ons, full length movies, TV shows and other content that you can play or view on your PlayStation®3, PS Vita or PSP®.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1.Open a Sony Entertainment Network account (or use an existingaccount). 2.From your PS4™, PS3™, PS Vita,or PSP system, or a personalcomputer, access PlayStation®Store. 3.Click the ‘Redeem Codes’ icon. 4.Enter the code at the bottom of this card. 5.Select “Confirm” to accept the Terms of Service. 6.For additional redemption instructions, please visitus.playstation.com/redemption.\",\n            \"terms\": \"Terms and conditions at https://www.playstation.com/es-es/legal/sen-voucher-code-terms-and-conditions/\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4217/logo\",\n            \"modifiedDate\": \"2023-09-06T09:12:02.7760727\",\n            \"products\": [\n                {\n                    \"id\": 762072,\n                    \"name\": \"Playstation MX 10 USD\",\n                    \"minFaceValue\": 205,\n                    \"maxFaceValue\": 205,\n                    \"count\": 0,\n                    \"price\": {\n                        \"min\": 205,\n                        \"max\": 205,\n                        \"currencyCode\": \"MXN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T03:09:28.1503067\"\n                },\n                {\n                    \"id\": 762074,\n                    \"name\": \"Playstation MX 50 USD\",\n                    \"minFaceValue\": 1025,\n                    \"maxFaceValue\": 1025,\n                    \"count\": 8,\n                    \"price\": {\n                        \"min\": 1025,\n                        \"max\": 1025,\n                        \"currencyCode\": \"MXN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T00:07:41.6316057\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2097\",\n            \"name\": \"Vanilla Visa USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"The gift of endless possibilities. Vanilla® Visa® Gift Cards can be used everywhere Visa debit cards are accepted in the United States. \\r\\n\\r\\nCan be used online purchase, by phone or mail order.\\r\\nNo fees after purchase\\r\\nFunds do not expire\\r\\n24/7 customer service available\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"How to Redeem a Visa Vanilla Gift Card Online\\r\\nSelect 'Credit' or 'Debit' as the payment method (Do not select 'Gift Card').\\r\\nIn the Payment Method section, enter the card information as you would a credit or debit card.\\r\\nIn the Billing Address section, please fill in your name and address.\",\n            \"terms\": \"Please visit the link for the Terms  & Condition:<p>\\r\\nhttps://balance.vanillagift.com/#/cardholderAgreement\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2097/logo\",\n            \"modifiedDate\": \"2024-05-16T04:13:54.2017819\",\n            \"products\": [\n                {\n                    \"id\": 764485,\n                    \"name\": \"Vanilla Visa USD\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 20,\n                        \"max\": 500,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5166554\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Prepaid Cards\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4931\",\n            \"name\": \"Rewarble VISA Global\",\n            \"countryCode\": \"GLC\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Experience the simplicity and anonymity of digital payments with the Virtual Visa Gift Card by Rewarble. This innovative solution revolutionizes your online shopping, booking, and payment processes, ensuring effortless and private transactions. It's the ideal choice for those who prioritize efficiency, simplicity, and confidentiality in their digital spending.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"● Visit the Redemption Website: Go to www.rewarble.com/redeem.\\r\\n● Enter Rewarble Code: Input the unique code from your Rewarble card.\\r\\n● Provide Necessary Details: If required, enter additional information like your\\r\\nemail address.\\r\\n● Receive Virtual Visa Code: A Virtual Visa code is instantly generated for your\\r\\nuse.\\r\\n● Use Virtual Visa Code: Start using your Virtual Visa code for online transactions.\\r\\nRestricted Countries - \\u2060\\r\\n   Afghanistan AF\\r\\n•\\u2060  \\u2060Belarus BY\\r\\n•\\u2060  \\u2060Burma/Myanmar MM\\r\\n•\\u2060  \\u2060Central African Republic CF\\r\\n•\\u2060  \\u2060Cuba CU\\r\\n•\\u2060  \\u2060Democratic Republic of Congo CD - Egypt EG\\r\\n•\\u2060  \\u2060Eritrea ER\\r\\n•\\u2060  \\u2060Guinea (Conakry) GN\\r\\n•\\u2060  \\u2060Guinea Bissau GW\\r\\n•\\u2060  \\u2060Iraq IQ\\r\\n•\\u2060  \\u2060Iran IR\\r\\n•\\u2060  \\u2060Ivory Coast CI\\r\\n•\\u2060  \\u2060Lebanon LB\\r\\n•\\u2060  \\u2060Liberia LR\\r\\n•\\u2060  \\u2060Libya LY\\r\\n•\\u2060  \\u2060North Korea KP\\r\\n•\\u2060  \\u2060Ukraine UA\\r\\n•\\u2060  \\u2060Russian Federation RU\\r\\n•\\u2060  \\u2060Sudan SD\\r\\n•\\u2060  \\u2060Somalia SO\\r\\n•\\u2060  \\u2060Syria SY\\r\\n•\\u2060  \\u2060Tunisia TN\\r\\n•\\u2060  \\u2060Zimbabwe ZW\\r\\n•\\u2060  \\u2060South Sudan SS\\r\\n\",\n            \"terms\": \"The Visa cards provided by Rewarble can be used globally and offer versatile usage, but do not offer 3D secure payments. Customers should check if their platform requires 3D secure before using the card. The terms and conditions for the card can be found on the Rewarble website at https://rewarble.com/visa-terms-and-conditions, and the customer service team is available to assist with any inquiries. We provide customer support for Visa Gift Card inquiries. Contact our help center for assistance. We value your feedback and are committed to ensuring a smooth Visa experience for you.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4931/logo\",\n            \"modifiedDate\": \"2024-05-10T12:20:39.8933484\",\n            \"products\": [\n                {\n                    \"id\": 765369,\n                    \"name\": \"VISA USA 5 USD\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 5,\n                    \"count\": 224,\n                    \"price\": {\n                        \"min\": 5.0005,\n                        \"max\": 5.0005,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:02:10.0097529\"\n                },\n                {\n                    \"id\": 765370,\n                    \"name\": \"VISA USA 10 USD\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": 141,\n                    \"price\": {\n                        \"min\": 10.001,\n                        \"max\": 10.001,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T03:17:09.9759384\"\n                },\n                {\n                    \"id\": 765371,\n                    \"name\": \"VISA USA 25 USD\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": 98,\n                    \"price\": {\n                        \"min\": 25.0025,\n                        \"max\": 25.0025,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T02:23:09.8768988\"\n                },\n                {\n                    \"id\": 765372,\n                    \"name\": \"VISA USA 50 USD\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": 102,\n                    \"price\": {\n                        \"min\": 50.005,\n                        \"max\": 50.005,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T01:51:09.9771381\"\n                },\n                {\n                    \"id\": 765373,\n                    \"name\": \"VISA USA 100 USD\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": 92,\n                    \"price\": {\n                        \"min\": 100.01,\n                        \"max\": 100.01,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T22:34:09.5867466\"\n                },\n                {\n                    \"id\": 1157242,\n                    \"name\": \"Visa USA 200 USD\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": 25,\n                    \"price\": {\n                        \"min\": 200.02,\n                        \"max\": 200.02,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T20:10:09.4830012\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Prepaid Cards\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4861\",\n            \"name\": \"Jumbo Colombia\",\n            \"countryCode\": \"CO\",\n            \"currencyCode\": \"COP\",\n            \"description\": \"Cencosud es uno de los más grandes y prestigiosos conglomerados de retail en América Latina. Cuentan con operaciones activas en Argentina, Brasil, Chile, Perú y Colombia, donde día a día desarrollan una exitosa estrategia multiformato.\\r\\n\\r\\n<P>\\r\\n\\r\\nCencosud is one of the largest and most prestigious retail conglomerates in Latin America. They have active operations in Argentina, Brazil, Chile, Peru and Colombia, where they develop a successful multi-format strategy every day.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. Acércate a cualquiera de las sucursales de JUMBO del país y selecciona los productos que quieres comprar.\\r\\n2. Presenta el bono al cajero al momento de pagar. 3. Puedes presentarlo en formato digital o impreso.\\r\\n\\r\\n<P>\\r\\n1. Go to any of the JUMBO branches in the country and select the products you want to buy.\\r\\n2. Present the voucher to the cashier at checkout. 3. You can present it in digital or printed format.\",\n            \"terms\": \"Bono Virtual, emitido al portador y redimible en una sola transacción en todas las sucursales JUMBO del país\\r\\nSi la compra es por un mayor valor, el excedente deberá ser pagado mediante los medios de pago aceptados por JUMBO\\r\\nVencimiento: Un (1) año a partir de la fecha de emisión y envío\\r\\nEste Bono NO es acumulable con otras promociones.\\r\\nDe los valores utilizables mediante este Bono solo será responsable JUMBO; dichos valores NO generan intereses ni son reembolsables en efectivo, solo son redimibles en productos suministrados directamente por JUMBO.\\r\\nBono Virtual distribuido por El Kiosco del Regalo; línea gratuita de servicio 01 8000 511212 / Cel: +57 300 3147788 / soporte@elkioscodelregalo.com\\r\\n\\r\\n<P>\\r\\n\\r\\nVirtual Voucher, issued to the bearer and redeemable in a single transaction in all JUMBO branches in the country\\r\\nIf the purchase is for a greater value, the surplus must be paid through the payment methods accepted by JUMBO\\r\\nExpiration: One (1) year from the date of issue and shipment\\r\\nThis Bonus is NOT combinable with other promotions.\\r\\nOnly JUMBO will be responsible for the values ​​usable through this Bonus; These securities DO NOT generate interest nor are they redeemable in cash, they are only redeemable in products supplied directly by JUMBO.\\r\\nVirtual Bonus distributed by El Kiosco del Regalo; toll-free service line 01 8000 511212 / Cell: +57 300 3147788 /support@elkioscodelregalo.com\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4861/logo\",\n            \"modifiedDate\": \"2024-02-08T13:18:32.1122072\",\n            \"products\": [\n                {\n                    \"id\": 765577,\n                    \"name\": \"Jumbo CO 30,000 COP\",\n                    \"minFaceValue\": 30000,\n                    \"maxFaceValue\": 30000,\n                    \"count\": 24,\n                    \"price\": {\n                        \"min\": 7.60005993,\n                        \"max\": 7.60005993,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-24T10:35:37.1778492\"\n                },\n                {\n                    \"id\": 765578,\n                    \"name\": \"Jumbo CO 50,000 COP\",\n                    \"minFaceValue\": 50000,\n                    \"maxFaceValue\": 50000,\n                    \"count\": 25,\n                    \"price\": {\n                        \"min\": 12.66576645,\n                        \"max\": 12.66576645,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-24T10:35:37.1778493\"\n                },\n                {\n                    \"id\": 765579,\n                    \"name\": \"Jumbo CO 100,000 COP\",\n                    \"minFaceValue\": 100000,\n                    \"maxFaceValue\": 100000,\n                    \"count\": 113,\n                    \"price\": {\n                        \"min\": 25.26812656,\n                        \"max\": 25.26812656,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-30T00:00:21.1548177\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 18,\n                    \"name\": \"Supermarkets & Hypermarkets\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4815\",\n            \"name\": \"BookMyShow India\",\n            \"countryCode\": \"IN\",\n            \"currencyCode\": \"INR\",\n            \"description\": \"<p>BookMyShow is India's biggest online movie and events ticketing brand. The website caters to ticket sales for movies, plays, concerts and sporting events via the online platform.</p>\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>BookMyShow gift cards (vouchers) can be redeemed by following the below-mentioned steps:</p><ul><li>Log in to www.bookmyshow.com or download the BookMyShow mobile app.</li><li>Select Location, Event, Venue, Show Date, Time and Seats of your preference.</li><li>On the payment page, click on 'More Payment Options'.</li><li>Click on the 'Gift Cards (Vouchers)' tab and enter gift voucher E-code in the text box that appears.</li><li>Click on 'Pay' to avail the offer.</li></ul><p><br></p><p><strong>Note:</strong> At the end of the successful transaction, Booking ID gets generated which needs to be exchanged at the Cinema/Venue Box Office for actual tickets. Email/SMS confirmation will be sent on the Email Address/Mobile Number provided while completing the transaction.</p>\",\n            \"terms\": \"<ul><li>Gift Voucher can be redeemed only on BookMyShow Website/Mobile App &amp; cannot be redeemed directly at the Cinema/Venue Box Office.</li><li>Gift Voucher can be redeemed on the purchase of e-tickets for Movies/Virtual Events/Plays/Concerts/Sports available on BookMyShow.</li><li>Multiple Gift Vouchers can be used in a single transaction or Gift Voucher can be combined with any other payment type on BookMyShow.</li><li>Gift Voucher can be used multiple times until the last rupee loaded on it gets exhausted within the validity period.</li><li>Gift voucher is valid for 6months.</li><li>Gift Voucher cannot be used to purchase another Gift Card.</li><li>Gift Voucher work on non-extension clause &amp; order once confirmed cannot be Cancelled or Refunded.</li><li>Gift voucher cannot be cancelled once issued.</li><li>Gift Voucher are valid PAN India across all Cinemas/Partners associated with BookMyShow.</li><li>If lost or misused, the Gift Voucher cannot be replaced.</li><li>Gift voucher is void if resold, cannot be exchanged for points or cash &amp; cannot be re-validated once past expiry date.</li><li>In addition to these Terms &amp; Conditions, BookMyShow Gift Voucher &amp; their use on our Website are also subject to BookMyShow's General Terms of Use &amp; BookMyShow's decision will be final in case of any dispute. BookMyShow Terms &amp; Conditions Apply.</li><li>For any assistance, reach out to BookMyShow’s Customer Support on +91(022)-61445050 or write to us on helpdesk@bookmyshow.com.</li></ul>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4815/logo\",\n            \"modifiedDate\": \"2024-05-15T14:51:09.4249191\",\n            \"products\": [\n                {\n                    \"id\": 816098,\n                    \"name\": \"BookMyShow IN 100 INR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"INR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:50:29.8588028\"\n                },\n                {\n                    \"id\": 816104,\n                    \"name\": \"BookMyShow IN 150 INR\",\n                    \"minFaceValue\": 150,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 150,\n                        \"max\": 150,\n                        \"currencyCode\": \"INR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:50:29.8588029\"\n                },\n                {\n                    \"id\": 816110,\n                    \"name\": \"BookMyShow IN 200 INR\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 200,\n                        \"max\": 200,\n                        \"currencyCode\": \"INR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:50:29.8588029\"\n                },\n                {\n                    \"id\": 816116,\n                    \"name\": \"BookMyShow IN 300 INR\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 300,\n                        \"max\": 300,\n                        \"currencyCode\": \"INR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:50:29.8588029\"\n                },\n                {\n                    \"id\": 816120,\n                    \"name\": \"BookMyShow IN 400 INR\",\n                    \"minFaceValue\": 400,\n                    \"maxFaceValue\": 400,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 400,\n                        \"max\": 400,\n                        \"currencyCode\": \"INR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:50:29.858803\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5027\",\n            \"name\": \"Amazon Shopping Voucher India\",\n            \"countryCode\": \"IN\",\n            \"currencyCode\": \"INR\",\n            \"description\": \"Amazon Shopping Voucher can be used to purchase physical products from www.amazon.in. \",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Visit www.amazon.in/vouchers\\r\\nEnter the voucher code in 'Add new' section.\\r\\nClick on 'Add button' to add voucher. To track your voucher, visit www.amazon.in/vouchers. Your Voucher Balance can be selected as a payment option during the checkout process on Amazon.in.\",\n            \"terms\": \"Amazon Shopping voucher is redeemable across all physical goods purchase on Amazon.in. It's not redeemable on Digital Goods & Amazon Pay Categories.Amazon Shopping Voucher has an expiry of 1 year from the date of activation and cannot be transferred from one Amazon Account to another. It can also not be cancelled once it is issued. For detailed Terms & Conditions, please visit: https://www.woohoo.in/amazon-shopping-voucher-terms\",\n            \"logoUrl\": \"\",\n            \"modifiedDate\": \"2024-05-15T14:51:09.4249246\",\n            \"products\": [\n                {\n                    \"id\": 817183,\n                    \"name\": \"Amazon Shopping Voucher\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 10000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 10000,\n                        \"currencyCode\": \"INR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:50:45.9935029\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"5043\",\n            \"name\": \"Sunglass Hut Australia\",\n            \"countryCode\": \"AU\",\n            \"currencyCode\": \"AUD\",\n            \"description\": \"Sunglass Hut is the ultimate destination for premium fashion sunglasses with over 160 stores across Australia.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redeem in store\\r\\nCustomer must present the gift card whether that’s printed or on device at the time of their appointment. The Sunglass Hut staff manually type in the barcode.\",\n            \"terms\": \"Treat this voucher like cash. Lost vouchers will not be replaced. Redeemable for purchases at Sunglass Hut in Australia only (excluding Sunglass Hut concessionaires in Myer stores and Online). The funds available can be verified on request in store via the Digital Glue Online Portal or by calling the help desk on 1300 787 615.  Cannot be exchanged for cash or refund. No change will be given. If purchase exceeds available card balance, you must make up the difference with another payment method. Cannot be reloaded. This card expires 36 months from date of issue and any balance that remains on the card after expiry will not be available for use. For more information visit sunglasshut.com.au or ask in store. We reserve the right to change any terms contained in these Terms of Use at any time.  Maximum of 2 Gift Cards may be redeemed per transaction.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5043/logo\",\n            \"modifiedDate\": \"2024-05-15T12:00:15.8732967\",\n            \"products\": [\n                {\n                    \"id\": 817895,\n                    \"name\": \"Sunglass Hut AUD\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 4999,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 4999,\n                        \"currencyCode\": \"AUD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038033\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3786\",\n            \"name\": \"Azteco Bitcoin Lightning Voucher USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Azteco is the world's easiest to use Bitcoin service. Users purchase Azteco Vouchers identical to the globally familiar paper vouchers sold by O2, T-Mobile, EE, MTN and all other mobile phone networks. Azteco Vouchers are the same in function to the gift cards sold by iTunes, Amazon, and the thousands of gift cards with redeemable codes sold in supermarkets. Azteco Vouchers are redeemable directly to the mobile phones of consumers, working the same way that top-up vouchers do to add call time to Pay-as-You-Go mobile phones. The vast majority of mobile phone use on earth is via Pay-as-You-Go, with users topping up by paper vouchers with a QR code. Now this convenience will be available for users of the Bitcoin network.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>\\\"This is a Lightning Voucher.\\r\\nFor the best redeem experience scan the QR code with Wallet of Satoshi, Muun, Breez, Phoenix or BlueWallet.\\r\\nClick anywhere on the voucher if viewing on a mobile device.\\r\\nLightning Vouchers redeem immediately.\\r\\nIf you experience any problems redeeming your voucher, email support@azte.co.\\r\\nVoucher expires in 30 days. Cannot be replaced if lost, expired or destroyed.\\\"</p>\",\n            \"terms\": \"Visit https://azte.co/terms</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3786/logo\",\n            \"modifiedDate\": \"2024-02-08T07:35:53.2729007\",\n            \"products\": [\n                {\n                    \"id\": 817981,\n                    \"name\": \"Azteco Bitcoin Lightning Voucher US\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 1000,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697618\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"3747\",\n            \"name\": \"Azteco Bitcoin On-Chain Voucher USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Azteco is the world's easiest to use Bitcoin service. Users purchase Azteco Vouchers identical to the globally familiar paper vouchers sold by O2, T-Mobile, EE, MTN and all other mobile phone networks. Azteco Vouchers are the same in function to the gift cards sold by iTunes, Amazon, and the thousands of gift cards with redeemable codes sold in supermarkets. Azteco Vouchers are redeemable directly to the mobile phones of consumers, working the same way that top-up vouchers do to add call time to Pay-as-You-Go mobile phones. The vast majority of mobile phone use on earth is via Pay-as-You-Go, with users topping up by paper vouchers with a QR code. Now this convenience will be available for users of the Bitcoin network.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>\\\"This is an On-Chain Voucher. For the best redeem experience, scan the QR code with Pine wallet, BlueWallet or Edgewallet.\\r\\nAlternatively, have your bitcoin address ready and point your camera at the QR code to go to azte.co to manually redeem your voucher.\\r\\nWhen viewing online, click anywhere on the voucher to redeem.\\r\\nVouchers take 30 minutes to confirm on average. Confirmation time may vary based on Bitcoin network conditions. If you experience any problems redeeming your voucher, email support@azte.co. Voucher expires in 30 days. Cannot be replaced if lost, expired or destroyed.\\\"</p>\",\n            \"terms\": \"Visit https://azte.co/terms</p> to read terms & condition.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3747/logo\",\n            \"modifiedDate\": \"2024-02-08T08:27:03.2397463\",\n            \"products\": [\n                {\n                    \"id\": 818048,\n                    \"name\": \"Azteco Bitcoin On-Chain Voucher USD\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 20,\n                        \"max\": 1000,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697614\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"5006\",\n            \"name\": \"Rituals Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"DIE KRAFT DER RITUALE\\r\\n Man findet sie überall: In jedem Moment des Tages warten sie darauf, entdeckt zu werden, um uns die in ihnen verborgene Schönheit zu offenbaren. Es sind die scheinbar bedeutungslosen Momente, die wir nur allzu leicht übersehen.\\r\\n Rituale helfen uns diese Momente zu erschließen und erinnern uns daran, sie mit Freude zu genießen. Ob wir ein ausgedehntes Bad genießen oder mit dem reichhaltigen Duft fernöstlichen Weihrauchs eine behagliche Atmosphäre schaffen – Rituale ermöglichen uns, das Glück in den kleinsten Dingen zu finden.\\r\\n \\r\\n UNSERE RITUALE\\r\\n Inspiriert von der Weisheit und den alten Traditionen fernöstlicher Kulturen haben wir eine umfassende Kollektion luxuriöser und dennoch erschwinglicher Produkte für die Körperpflege und das Zuhause kreiert. Wir hoffen, Ihr Leben mit unseren unverwechselbaren Düften bereichern zu können. Diese wurden auf sorgfältige Weise von den besten Parfümeuren der Welt kreiert.\\r\\n \\r\\n EINZIGARTIGE DÜFTE\\r\\n Düfte besitzen die Kraft, Ihre Stimmung zu heben, entfernte Erinnerungen wachzurufen und Sie mit einem Gefühl von Behaglichkeit und Wohlbefinden zu umgeben. Die Schöpfung eines neuen Parfums kommt der Erschaffung eines Kunstwerks gleich: Für jeden einzelnen Duft, den wir kreieren, entdecken und kombinieren wir genau die Komponenten, die ihm seinen einzigartigen Reiz verleihen.\\r\\n \\r\\n PERFEKTE GESCHENKE\\r\\n Egal, ob Sie sich selbst oder jemand anderen mit einem Geschenk verwöhnen möchten, unsere Kollektion luxuriöser Produkte für Körper und Geist sowie für das Zuhause machen die Auswahl des perfekten Geschenks zum Kinderspiel. Mit Rituals teilen Sie mehr als ein Geschenk – Sie teilen die Erfahrung, das Glück in den kleinsten Dingen finden zu können. Wir sind überzeugt: So erschaffen Sie bedeutungsvolle Momente.\\r\\n\\r\\n<P>\\r\\n\\r\\nTHE POWER OF RITUALS\\r\\n They are found everywhere: every moment of the day they are waiting to be discovered to reveal to us the beauty hidden within them. It's the seemingly meaningless moments that we all too easily overlook.\\r\\n Rituals help us access these moments and remind us to enjoy them with joy. Whether we enjoy a long bath or create a cozy atmosphere with the rich scent of Far Eastern incense - rituals enable us to find happiness in the smallest things.\\r\\n \\r\\n OUR RITUALS\\r\\n Inspired by the wisdom and ancient traditions of Far Eastern cultures, we have created a comprehensive collection of luxurious yet affordable products for personal care and home. We hope to enrich your life with our distinctive scents. These have been carefully created by the best perfumers in the world.\\r\\n \\r\\nUNIQUE SCENTS\\r\\nScents have the power to lift your mood, bring back distant memories and surround you with a feeling of comfort and well-being. Creating a new perfume is like creating a work of art: for each individual scent we create, we discover and combine exactly the components that give it its unique appeal.\\r\\n \\r\\n PERFECT GIFTS\\r\\n Whether you're looking to treat yourself or someone else to a gift, our collection of luxurious mind, body and home products make choosing the perfect gift a breeze. With Rituals you share more than a gift - you share the experience of finding happiness in the smallest things. We are convinced: This is how you create meaningful moments.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>So geht’s\\r\\nWenn Sie Ihre digitale Geschenkkarte lieber online einlösen möchten, geht das ganz einfach in zwei Schritten:</p>\\r\\n<ol>\\r\\n<li>Wählen Sie beim Bezahlen die Zahlmethode „Rituals Geschenkgutschein“.</li>\\r\\n<li>Geben Sie Ihren 19-stelligen Code und anschließend den PIN-Code ein.\\r\\nIhr Einkaufspreis wird automatisch vom Betrag auf Ihrer Geschenkkarte abgezogen.</li>\\r\\n</ol>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Here's how it works\\r\\nIf you prefer to redeem your digital gift card online, it's easy to do in two steps:</p>\\r\\n<ol>\\r\\n<li>When paying, select the payment method “Rituals Gift Voucher”.</li>\\r\\n<li>Enter your 19-digit code and then the PIN code.\\r\\nYour purchase price will automatically be deducted from the amount on your gift card.</li>\\r\\n</ol>\",\n            \"terms\": \"<p>Allgemeine Geschäftsbedingungen:\\r\\n Der Betrag auf der digitalen Geschenkkarte kann komplett eingelöst oder auf mehrere Bestellungen verteilt werden.\\r\\n Digitale Geschenkkarten können nicht gegen Bargeld eingetauscht werden.\\r\\n Erstattungen für mit einer digitalen Geschenkkarte gekaufte Artikel werden wieder auf diese Geschenkkarte gutgeschrieben.\\r\\n Rituals ist nicht verantwortlich für verlorene, gestohlene, beschädigte oder ohne Einverständnis verwendete Geschenkkarten. Unter diesen Umständen wird die Geschenkkarte nicht ersetzt.\\r\\n Bitte verwahren Sie Ihre digitale Geschenkkarte bis zu 30 Tage nach dem kompletten Einlösen des Geldbetrags sicher auf, da Sie sie im Falle von Erstattungen noch benötigen.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>General terms and conditions:\\r\\n The amount on the digital gift card can be redeemed in full or spread across multiple orders.\\r\\n Digital gift cards cannot be exchanged for cash.\\r\\n Refunds for items purchased with a digital gift card will be credited back to that gift card.\\r\\n Rituals is not responsible for gift cards that are lost, stolen, damaged, or used without consent. In these circumstances the gift card will not be replaced.\\r\\n Please keep your digital gift card safe for up to 30 days after the full amount has been redeemed, as you will still need it in the event of a refund.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5006/logo\",\n            \"modifiedDate\": \"2024-02-22T14:16:42.6458785\",\n            \"products\": [\n                {\n                    \"id\": 818147,\n                    \"name\": \"Rituals DE\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 150,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699306\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 7,\n                    \"name\": \"Beauty Wellness & Spa\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4585\",\n            \"name\": \"Rituals France\",\n            \"countryCode\": \"FR\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"LE POUVOIR DES RITUELS\\r\\n Les rituels se trouvent partout, tous les jours, à tout moment, attendant d’être découverts, désireux de partager la beauté qu’ils renferment. Ce sont ces routines qui semblent sans importance et que nous avons tous tendance à ignorer.\\r\\n Rituals transforme ces routines et vous rappelle d’en profiter avec joie. Qu’il s’agisse de se prélasser dans un bain ou de créer une atmosphère chaleureuse grâce à la riche senteur de l’encens asiatique, Rituals vous aide à trouver le bonheur dans les petites choses de la vie.\\r\\n \\r\\n NOS RITUELS\\r\\n Inspirés par la sagesse et les traditions ancestrales asiatiques, nous avons créé une collection complète de produits raffinés pour la maison et le corps, aux prix abordables. Nous espérons enrichir votre vie en proposant des parfums exclusifs mis au point et composés avec soin par les meilleurs parfumeurs au monde.\\r\\n \\r\\n SIGNATURE OLFACTIVE\\r\\n Un parfum de qualité a le pouvoir de changer votre humeur, de faire resurgir des souvenirs disparus depuis longtemps et de vous envelopper d’une sensation de confort et de bien-être. La mise au point d’un nouveau parfum s’apparente à la création d’une œuvre d’art : il s’agit de découvrir et d’associer avec soin les bons ingrédients afin de composer le caractère attrayant et unique de chaque parfum.\\r\\n \\r\\n OFFRIR UN CADEAU\\r\\n Que vous achetiez un cadeau pour vous faire plaisir ou pour surprendre quelqu’un, trouver le cadeau idéal devient simple grâce à notre collection de produits raffinés pour la maison et pour le corps. Avec Rituals, vous n’offrez pas seulement un cadeau, mais aussi l’expérience de trouver le bonheur dans les petites choses. Nous sommes convaincus que c’est ainsi que des moments riches de sens sont créés.\\r\\n\\r\\n<P>\\r\\n\\r\\nTHE POWER OF RITUALS\\r\\n Rituals are everywhere, every day, at all times, waiting to be discovered, eager to share the beauty they hold. It's those routines that seem unimportant and that we all tend to ignore.\\r\\n Rituals transforms these routines and reminds you to enjoy them with joy. Whether it's lounging in a bath or creating a warm atmosphere with the rich scent of Asian incense, Rituals helps you find happiness in the little things in life.\\r\\n \\r\\n OUR RITUALS\\r\\n Inspired by ancient Asian wisdom and traditions, we have created a complete collection of refined products for the home and body, at affordable prices. We hope to enrich your life by offering exclusive fragrances carefully developed and composed by the world's best perfumers.\\r\\n \\r\\n OLFACTORY SIGNATURE\\r\\n A quality perfume has the power to change your mood, bring back long-lost memories and envelop you in a feeling of comfort and well-being. Developing a new perfume is like creating a work of art: it involves discovering and carefully combining the right ingredients to create the attractive and unique character of each perfume.\\r\\n \\r\\n OFFER A GIFT\\r\\n Whether you're buying a gift to treat yourself or to surprise someone, finding the perfect gift is easy with our collection of refined home and body products. With Rituals you are not only giving a gift, but also the experience of finding happiness in the little things. We are convinced that this is how meaningful moments are created.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Vous aimeriez utiliser votre carte cadeau virtuelle dans l’une de nos boutiques ? . Vous pouvez trouver la liste complète de nos boutiques sur Rituals.com.</p>\\r\\n<p>Si vous préférez utiliser votre carte cadeau virtuelle sur Rituals.com, vous pouvez le faire en deux étapes :</p>\\r\\n<ol>\\r\\n<li>Sélectionnez « Carte cadeau Rituals » comme moyen de paiement au moment du règlement.</li>\\r\\n<li>Saisissez votre code à 19 chiffres, suivi du code PIN.\\r\\nLe montant de la carte cadeau sera déduit automatiquement.</li>\\r\\n</ol>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Would you like to use your virtual gift card in one of our stores?. You can find a full list of our stores at Rituals.com.</p>\\r\\n<p>If you prefer to use your virtual gift card on Rituals.com, you can do so in two steps:</p>\\r\\n<ol>\\r\\n<li>Select “Rituals Gift Card” as your payment method at checkout.</li>\\r\\n<li>Enter your 19-digit code, followed by the PIN.\\r\\nThe amount of the gift card will be deducted automatically.</li>\\r\\n</ol>\",\n            \"terms\": \"<p>Conditions générales :\\r\\n Le montant de la carte cadeau virtuelle peut être dépensé en une fois ou divisé sur plusieurs commandes.\\r\\n Les cartes cadeaux virtuelles ne peuvent pas être échangées contre des espèces.\\r\\n Tout remboursement d’articles achetés à l’aide d’une carte cadeau virtuelle sera versé sur la même carte cadeau.\\r\\n Rituals ne peut être tenue responsable en cas de perte, de vol, de dommage ou d’utilisation non consentie des cartes cadeaux. Aucune carte de rechange ne sera fournie dans cette situation.\\r\\n Veuillez conserver votre carte cadeau virtuelle pendant 30 jours maximum après avoir utilisé le montant total. Elle devra être présentée en cas de remboursement.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>General conditions:\\r\\n The amount of the virtual gift card can be spent at once or divided over several orders.\\r\\n Virtual gift cards cannot be exchanged for cash.\\r\\n Any refund for items purchased using a virtual gift card will be paid to the same gift card.\\r\\n Rituals cannot be held responsible in the event of loss, theft, damage or unauthorized use of gift cards. No replacement cards will be provided in this situation.\\r\\n Please keep your virtual gift card for a maximum of 30 days after using the full amount. It must be presented in the event of reimbursement.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4585/logo\",\n            \"modifiedDate\": \"2024-02-22T14:11:41.774066\",\n            \"products\": [\n                {\n                    \"id\": 818162,\n                    \"name\": \"Rituals FR\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 150,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699137\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 7,\n                    \"name\": \"Beauty Wellness & Spa\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3796\",\n            \"name\": \"Rituals UK\",\n            \"countryCode\": \"GB\",\n            \"currencyCode\": \"GBP\",\n            \"description\": \"THE POWER OF RITUALS\\r\\n They are everywhere: at any given moment, of every single day, waiting to be discovered, eager to share the beauty within them. They are the seemingly meaningless moments we all tend to overlook.\\r\\n Rituals unveils these moments and reminds you to experience them with joy. Whether it’s taking a nice long bath or creating a homey atmosphere with the rich scents of incense, Rituals allows you to find happiness in the smallest of things.\\r\\n \\r\\n OUR PRODUCTS\\r\\n Inspired by the wisdom of ancient traditions and cultures, we created an extensive collection of luxurious yet affordable products for home and body. We hope to enrich your life using unique signature fragrances that are carefully designed and composed by the world’s finest perfumers.\\r\\n \\r\\n SIGNATURE FRAGRANCES\\r\\n A fine fragrance holds the power to transform your mood, conjure up long lost memories and embrace you with a sense of comfort and well being. Designing a new perfume can be compared to creating a work of art: we carefully uncover and combine all the right ingredients in order to compose the uniquely appealing character of every single fragrance we create.\\r\\n \\r\\n PERFECT GIFTS\\r\\n Whether you purchase a gift for yourself or for someone else, choosing the perfect gift is a breeze with our luxurious collection of home and body products. With Rituals you give more than just a present; you give the experience of finding happiness in the smallest of things. We believe that is how meaningful moments are created.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Would you like to redeem your digital gift card in one of our boutiques? Please use the barcode above. A complete list of our boutiques can be found on our website using the store locator.</p>\\r\\n<p>Should you prefer to redeem your digital gift card online, you can do this in two easy steps:</p>\\r\\n<ol>\\r\\n<li>Choose 'Rituals gift card' as the payment method during checkout.</li>\\r\\n<li>Enter your 19-digit code followed by the pin code.\\r\\nThe amount on the gift card will be automatically deducted.</li>\\r\\n</ol>\",\n            \"terms\": \"<p>General terms and conditions:\\r\\n The amount on the digital gift card can be redeemed all at once or spread in multiple orders.\\r\\n Digital gift cards cannot be exchanged for cash.\\r\\n Any refunds on items purchased with a digital gift card will be credited back to the same gift card.\\r\\n Rituals shall not be held responsible for gift cards that have been lost, stolen, damaged or used without consent and no replacement will be provided under these circumstances.\\r\\n Please keep your digital gift card safe for up to 30 days after you have redeemed it in full, as it will be needed to issue any refunds.\\r\\nwww.rituals.com/en-en/terms-gift-card.html</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3796/logo\",\n            \"modifiedDate\": \"2024-02-22T14:39:21.7015428\",\n            \"products\": [\n                {\n                    \"id\": 818421,\n                    \"name\": \"Rituals GBP\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 150,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697604\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 7,\n                    \"name\": \"Beauty Wellness & Spa\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3146\",\n            \"name\": \"Q8 Fuel Card Italy\",\n            \"countryCode\": \"IT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Il buono Q8 Ticket Fuel consente l'acquisto di carburante, ha validità 12 mesi, è cumulabile e può essere riscattato presso le stazioni di servizio abilitate Q8, compresi i punti vendita Q8easy.\\r\\n\\r\\n<P>\\r\\n\\r\\nThe Q8 Ticket Fuel voucher allows the purchase of fuel, is valid for 12 months, can be cumulated and can be redeemed at Q8-enabled service stations, including Q8easy sales points.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Il buono Q8 Ticket Fuel consente l'acquisto di carburante ed è riscattabile presso le stazioni di servizio abilitate Q8, compresi i punti vendita Q8easy. Puoi trovare l'elenco delle stazioni di servizio aderenti su https://www.q8.it/geolocalizzatore/recard.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>The Q8 Ticket Fuel voucher allows the purchase of fuel and is redeemable at Q8-enabled service stations, including Q8easy sales points. You can find the list of participating service stations on https://www.q8.it/geolocalatore/recard.</p>\",\n            \"terms\": \"<p>Trovi l´elenco delle stazioni di servizio aderenti al link https://www.q8.it/geolocalizzatore/recard.</p>\\r\\n<p>I buoni Q8 Ticket Fuel hanno validità 18 mesi e sono cumulabili.</p>\\r\\n<p>I buoni sono utilizzabili in più soluzioni sia sugli impianti \\\"Self\\\" sia in modalità \\\"Servito\\\" e sono validi per più utilizzi entro un massimo di 30. </p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>You can find the list of participating service stations at the link https://www.q8.it/geolocalatore/recard.</p>\\r\\n<p>Q8 Ticket Fuel vouchers are valid for 18 months and can be combined.</p>\\r\\n<p>The vouchers can be used in multiple solutions both on \\\"Self\\\" systems and in \\\"Served\\\" mode and are valid for multiple uses within a maximum of 30. </p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3146/logo\",\n            \"modifiedDate\": \"2024-02-22T07:45:31.7399895\",\n            \"products\": [\n                {\n                    \"id\": 818472,\n                    \"name\": \"Q8 IT 5 EUR\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 5,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 5,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697523\"\n                },\n                {\n                    \"id\": 818474,\n                    \"name\": \"Q8 IT 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 10,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697523\"\n                },\n                {\n                    \"id\": 818477,\n                    \"name\": \"Q8 IT 25 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 25,\n                        \"max\": 25,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697524\"\n                },\n                {\n                    \"id\": 818480,\n                    \"name\": \"Q8 IT 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697524\"\n                },\n                {\n                    \"id\": 818481,\n                    \"name\": \"Q8 IT 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697525\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 12,\n                    \"name\": \"Travel & Leisure\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3397\",\n            \"name\": \"Swarovski Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Sie wissen nicht, was Sie Ihren Liebsten schenken sollen? Eine Swarovski Geschenkkarte ist immer eine gute Idee. Lassen Sie Ihre Freunde und Familie selbst auswählen und Sie können sicher sein, dass sie ein Geschenk erhalten, das ihnen wirklich etwas bedeutet.\\r\\nOb glitzernde Schmuckstücke, trendige Accessoires, Uhren oder vieles mehr - bei Swarovskis großer Produktauswahl finden alle das Richtige für sich.\\r\\n\\r\\n<P>\\r\\n\\r\\nDon't know what to give your loved ones? A Swarovski gift card is always a good idea. Let your friends and family choose for themselves and you can be sure they will receive a gift that truly means something to them.\\r\\nWhether glittering pieces of jewelry, trendy accessories, watches or much more - everyone will find the right thing for themselves with Swarovski's large product selection.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Um deine Geschenkkarte einzulösen, folge ganz einfach diesen Schritten:</p>\\r\\n<ul>\\r\\n<li>\\r\\n<p>Lege die gewünschten Artikel in deinen Einkaufskorb</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Klicke auf den Einkaufskorb</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Füge bei Bedarf eine Geschenktasche oder Grußkarte hinzu</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Falls du einen Rabatt-Code hast, gib ihn ein und klicke dann auf „DEN CODE VERWENDEN“</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Klicke auf „CHECKOUT“</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Gib deine Liefer- und Rechnungsadresse ein</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Wähle die gewünschte Lieferoption</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Bezahle mit deiner Geschenkkarte und gib den Geschenkkarten-Code (16 / 10 Ziffern) in das entsprechende Feld (an der Kasse) ein</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Klicke auf „EINLÖSEN“</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Du erhältst eine visuelle Bestätigung, dass deine Geschenkkarte eingelöst wurde. Der Restbetrag wird entsprechend abgeändert.</p>\\r\\n</li>\\r\\n</ul>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>To redeem your gift card, simply follow these steps:</p>\\r\\n<ul>\\r\\n<li>\\r\\n<p>Put the desired items in your shopping cart</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Click on the shopping cart</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Add a gift bag or greeting card if necessary</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>If you have a discount code, enter it and then click \\\"USE THE CODE\\\"</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Click on “CHECKOUT”</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Enter your delivery and billing address</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Select the desired delivery option</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Pay with your gift card and enter the gift card code (16 / 10 digits) in the appropriate field (at checkout)</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Click “REDEEM”</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>You will receive a visual confirmation that your gift card has been redeemed. The remaining amount will be changed accordingly.</p>\\r\\n</li>\\r\\n</ul>\",\n            \"terms\": \"<p>Für die vollständigen Bedingungen besuchen Sie bitte https://www.swarovski.com/Web_DE/de/termsconditions</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>For full terms and conditions please visit https://www.swarovski.com/Web_DE/de/termsconditions</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3397/logo\",\n            \"modifiedDate\": \"2024-02-23T12:48:55.1049503\",\n            \"products\": [\n                {\n                    \"id\": 819472,\n                    \"name\": \"Swarovski DE 200 EUR\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": 7,\n                    \"price\": {\n                        \"min\": 200,\n                        \"max\": 200,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697355\"\n                },\n                {\n                    \"id\": 819473,\n                    \"name\": \"Swarovski DE 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": 9,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697356\"\n                },\n                {\n                    \"id\": 819474,\n                    \"name\": \"Swarovski DE 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": 24,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697356\"\n                },\n                {\n                    \"id\": 819476,\n                    \"name\": \"Swarovski DE 25 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": 5,\n                    \"price\": {\n                        \"min\": 25,\n                        \"max\": 25,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697358\"\n                },\n                {\n                    \"id\": 819477,\n                    \"name\": \"Swarovski DE 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": 10,\n                    \"price\": {\n                        \"min\": 20,\n                        \"max\": 20,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697358\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2014\",\n            \"name\": \"Aral Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"The Aral brand stands for more than just refueling. Aral is known by customers and the media for its high-quality products and services. With around 2,400 stations, Aral has the largest service station network in the country - making it number 1 in the German service station market.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"The vouchers can be used at around 2400 Aral service stations throughout Germany to purchase goods and/or services. Any other use is excluded.\\r\\n\\r\\n\\r\\n1.\\tVisit an Aral gas station of your choice. With the Aral SuperCard \\\"Refueling and car care\\\" you can purchase fuel, car wash, road maps and car care products.   \\r\\n2.\\tWhen paying at the gas station, the cashier will select your Aral SuperCard as a means of payment at the terminal and scan the QR code.\\r\\n3.\\tThe credit value on the card is automatically determined in this way. If the Aral SuperCard does not have sufficient credit for payment, the remaining amount can be paid using another payment method accepted at the service station.\\r\\n4.\\tThe card balance can be checked at any time via the POS system of the points of acceptance or in the web store.\\r\\n\\r\\nNote:\\r\\nYou can use only 10 gift card(s) for your future purchases in this provider’s stores. Upon receipt, the gift card must be printed out on A4 in the best print quality.\\r\\n\",\n            \"terms\": \"The voucher can only be redeemed at branches (not online).\\r\\n\\r\\nThe vouchers can be used at around 2400 Aral service stations throughout Germany for the purchase of goods and/or services. Any other use is excluded.\\r\\n\\r\\nThe General Terms and Conditions of B2Mobility GmbH apply, which can be viewed at aral-supercard.de/agb/\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2014/logo\",\n            \"modifiedDate\": \"2024-05-15T08:14:30.1121788\",\n            \"products\": [\n                {\n                    \"id\": 820115,\n                    \"name\": \"Aral DE 25 EUR \",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 25,\n                        \"max\": 25,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.690797\"\n                },\n                {\n                    \"id\": 820118,\n                    \"name\": \"Aral DE 100 EUR \",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908024\"\n                },\n                {\n                    \"id\": 820119,\n                    \"name\": \"Aral DE 50 EUR \",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908025\"\n                },\n                {\n                    \"id\": 820120,\n                    \"name\": \"Aral DE 20 EUR \",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 20,\n                        \"max\": 20,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908026\"\n                },\n                {\n                    \"id\": 820121,\n                    \"name\": \"Aral DE 15 EUR \",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 15,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 15,\n                        \"max\": 15,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908027\"\n                },\n                {\n                    \"id\": 820122,\n                    \"name\": \"Aral DE 10 EUR \",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 10,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908028\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 12,\n                    \"name\": \"Travel & Leisure\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2745\",\n            \"name\": \"ASOS Australia\",\n            \"countryCode\": \"AU\",\n            \"currencyCode\": \"AUD\",\n            \"description\": \"ASOS is a global fashion destination for 20-somethings, selling all the freshest styles complemented by exclusive content, making ASOS.com the hub of a thriving fashion community and giving ASOS audiences the confidence to be whoever they want to be. ASOS sells over 85,000 branded and own-brand products across fashion, cosmetics and gifts. ASOS provide a unique multi-platform experience that truly resonates with people that use it, with over 19.2m active users across 200 markets.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p><strong>Step 1</strong></p>\\r\\n<p>Enter the 16-digit code into the E-Gift card section of your ASOS account and click 'Save E-Gift card'. The gift card is now registered to your account.</p>\\r\\n<p><strong>Step 2</strong></p>\\r\\n<p>When you want to buy something using your E-Gift card, it will automatically appear in the voucher/ gift cards section when you reach the checkout.</p>\",\n            \"terms\": \"<p>For full terms and conditions, please visit <a href=\\\"https://www.asos.com/au/terms-and-conditions/\\\">www.asos.com/au/terms-and-conditions</a></p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2745/logo\",\n            \"modifiedDate\": \"2023-12-22T08:41:12.2231963\",\n            \"products\": [\n                {\n                    \"id\": 820412,\n                    \"name\": \"ASOS AU\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 350,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 350,\n                        \"currencyCode\": \"AUD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869695\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"2866\",\n            \"name\": \"ASOS Netherlands\",\n            \"countryCode\": \"NL\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Je kent vast wel iemand die graag bij ASOS shopt. Met meer dan 850 merken - zoals Nike, The North Face, Polo Ralph Lauren, Topshop en meer - hebben we sowieso iets voor iedereen. Bovendien hebben we elke dag honderden nieuwe items, van kleding en sneakers tot Face + Body favo's, sieraden en zelfs cadeaus! De kers op de taart? Ze krijgen gratis verzending en retournering van hun bestellingen (algemene voorwaarden zijn van toepassing). Laat ze dus precies uitkiezen wat ze graag willen met een ASOS cadeaubon. Psst: het is ook de makkelijkste manier om te scoren met cadeautjes!\\r\\n\\r\\n<P>\\r\\nYou probably know someone who likes to shop at ASOS. With more than 850 brands - such as Nike, The North Face, Polo Ralph Lauren, Topshop and more - we have something for everyone. Plus, we have hundreds of new items every day, from clothing and sneakers to Face + Body faves, jewelry and even gifts! The icing on the cake? They get free shipping and returns on their orders (terms and conditions apply). So let them choose exactly what they want with an ASOS gift voucher. Psst: it's also the easiest way to score with presents!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Om je ASOS cadeaubon in te wisselen:\\r\\n1. Ga naar ASOS.com\\r\\n2. Ga naar Mijn account\\r\\n3. Selecteer 'Cadeaubonnen & vouchers'\\r\\n4. Selecteer 'Cadeaubon/voucher toevoegen'\\r\\n5. Selecteer 'Cadeaubon'\\r\\n6. Voer je 16-cijferige cadeauboncode in\\r\\n7. Klik op 'Cadeaubon toevoegen'\\r\\n8. Start met shoppen!\\r\\n9. Of voer de 16-cijferige code rechtstreeks in\\r\\nhet cadeaubongedeelte bij het afrekenen in</p>\\r\\n<P>\\r\\n<p>To redeem your ASOS gift voucher:\\r\\n1. Go to ASOS.com\\r\\n2. Go to My account\\r\\n3. Select 'Gift cards & vouchers'\\r\\n4. Select 'Add gift certificate/voucher'\\r\\n5. Select 'Gift Voucher'\\r\\n6. Enter your 16-digit gift voucher code\\r\\n7. Click on 'Add gift voucher'\\r\\n8. Start shopping!\\r\\n9. Or enter the 16-digit code directly\\r\\nthe gift card section at checkout</p>\",\n            \"terms\": \"<p>De volledige voorwaarden zijn te vinden op: <a href=\\\"https://www.asos.com/women/\\\">https://www.asos.com/women/</a></p>\\r\\n\\r\\n<P>\\r\\n<p>Full terms and conditions can be found at: <a href=\\\"https://www.asos.com/women/\\\">https://www.asos.com/women/</a></p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2866/logo\",\n            \"modifiedDate\": \"2024-02-08T05:34:09.8095995\",\n            \"products\": [\n                {\n                    \"id\": 821256,\n                    \"name\": \"ASOS NL\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 250,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696833\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4586\",\n            \"name\": \"Atom Tickets USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"See movies at 1,700+ theaters across the country * Buy movie tickets * Skip box office lines * Invite friends * Pay separately * Pre-order snacks* * Fast, easy checkout * No hassle click-to-cancel* 100% digital tickets.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Download the Atom Tickets mobile app for iOS or Android, or visit www.atomtickets.com. Find a movie and showtime. During checkout enter your gift card number and PIN.</p>\",\n            \"terms\": \"<p>Card does not expire or charge a fee. Purchase, use or acceptance of card constitutes acceptance of these terms. Redeem only through Atom Tickets mobile app or atomtickets.com to purchase movie tickets (and concessions or merchandise, where available), at participating theatres in the U.S./Canada.Not refundable. Not usable to buy gift cards. Not for resale. Not redeemable for cash unless required by law. Will not be replaced if lost, stolen or used without permission. Atom Tickets, LLC is the card issue and sole obligor to card owner. Atom Tickets, LLC may delegate its issuer obligations to an assignee, without recourse; if it does, the assignee, not Atom Tickets, LLC, will be sole obligor to card owner.Purchases may include taxes and/or service fees and are subject to Terms of Use, Purchase Terms, and Privacy Policy. See below for full terms, and see atomtickets.com/giftcards for balance inquiries and customer service (or call 1-866-439-9060).For a complete theater list, visit atm.tk/exhibitorsRedeem gift cards on the free Atom Tickets app or at atomtickets.com*pre-order snacks at select theaters.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4586/logo\",\n            \"modifiedDate\": \"2024-02-08T05:42:16.125891\",\n            \"products\": [\n                {\n                    \"id\": 821372,\n                    \"name\": \"Atom Tickets US\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 15,\n                        \"max\": 250,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699116\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2746\",\n            \"name\": \"ASOS Italy\",\n            \"countryCode\": \"IT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Se stai cercando nuovi modi per coinvolgere, premiare e motivare il personale esistente, oltre ad attrarre nuovi dipendenti, è qui che entrano in gioco le carte regalo aziendali ASOS.\\r\\n<P>\\r\\nIf you're looking for new ways to engage, reward and motivate existing staff, as well as attract new employees, this is where ASOS corporate gift cards come in.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Inserisci il numero della carta nell'account ASOS. eGift sarà bloccato nell'account ASOS e ti aspetterà al momento del pagamento al prossimo acquisto.</p>\\r\\n\\r\\n<P>\\r\\n<p>Enter your card number into your ASOS account. eGift will be locked in your ASOS account and will be waiting for you at checkout on your next purchase.</p>\",\n            \"terms\": \"For full terms and conditions please visit: https://www.asos.com/en/customer-support/help/?help=/app/topiclanding/p/92//country/fr/country/en\\r\\n<P>\\r\\n<p>Per i termini e le condizioni completi si prega di visitare: <a href=\\\"https://www.asos.com/it/assistenza-clienti/aiuto/?help=/app/topiclanding/p/92//country/fr/country/it\\\">https://www.asos.com/it/assistenza-clienti/aiuto/?help=/app/topiclanding/p/92//country/fr/country/it</a></p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2746/logo\",\n            \"modifiedDate\": \"2024-02-07T15:55:12.050403\",\n            \"products\": [\n                {\n                    \"id\": 821442,\n                    \"name\": \"ASOS IT\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 250,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696951\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2736\",\n            \"name\": \"ASOS UK\",\n            \"countryCode\": \"GB\",\n            \"currencyCode\": \"GBP\",\n            \"description\": \"ASOS is a global fashion destination for 20-somethings, selling all the freshest styles complemented by exclusive content, making ASOS.com the hub of a thriving fashion community and giving ASOS audiences the confidence to be whoever they want to be.\\r\\n\\r\\nASOS sell over 85,000 branded and own-brand products across fashion, cosmetics and gifts. ASOS provide a unique multi-platform experience that truly resonates with people that use it, with over 19.2m active users across 200 markets.\\r\\n\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>To redeem your ASOS voucher:</p>\\r\\n<ol>\\r\\n<li>Visit ASOS.com</li>\\r\\n<li>Go to My Account</li>\\r\\n<li>Select 'Gift cards & vouchers'</li>\\r\\n<li>Select 'Add gift card/voucher'</li>\\r\\n<li>Select 'Gift voucher'</li>\\r\\n<li>Enter your 16-digit voucher code</li>\\r\\n<li>Click 'Add gift voucher'</li>\\r\\n<li>Start shopping!</li>\\r\\n<li>Or, enter the 16-digit code straight into the voucher section at checkout</li>\\r\\n</ol>\",\n            \"terms\": \"Terms & Conditions: Valid for 10 years from the date the card is purchased. FYI, this card can’t be used on ASOS Marketplace or to buy ASOS gift vouchers. They are non-transferable and cannot be exchanged for cash. Can only be activated on ASOS.com. ASOS are not responsible for lost, damaged or stolen cards. Only redeemable when making purchases in GBP. Ts&Cs apply - visit asos.com/gbp/terms-and-conditions\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2736/logo\",\n            \"modifiedDate\": \"2024-01-05T13:28:37.0021156\",\n            \"products\": [\n                {\n                    \"id\": 821446,\n                    \"name\": \"ASOS GBP\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 250,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696935\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"1729\",\n            \"name\": \"Playstation Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Use PlayStation®Store Cash Cards to purchase downloadable games, game add-ons, full length movies, TV shows and other content that you can play or view on your PlayStation®3, PS Vita or PSP®.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1.Open a Sony Entertainment Network account (or use an existingaccount). 2.From your PS4™, PS3™, PS Vita,or PSP system, or a personalcomputer, access PlayStation®Store. 3.Click the ‘Redeem Codes’ icon. 4.Enter the code at the bottom of this card. 5.Select “Confirm” to accept the Terms of Service. 6.For additional redemption instructions, please visitus.playstation.com/redemption.\\r\\n\",\n            \"terms\": \"Visit https://www.playstation.com/de-de/legal/psn-terms-of-service/\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/1729/logo\",\n            \"modifiedDate\": \"2023-03-23T07:38:57.4859816\",\n            \"products\": [\n                {\n                    \"id\": 821664,\n                    \"name\": \"Playstation DE 110 EUR\",\n                    \"minFaceValue\": 110,\n                    \"maxFaceValue\": 110,\n                    \"count\": 189,\n                    \"price\": {\n                        \"min\": 110,\n                        \"max\": 110,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T00:17:09.6727776\"\n                },\n                {\n                    \"id\": 821679,\n                    \"name\": \"Playstation DE 80 EUR\",\n                    \"minFaceValue\": 80,\n                    \"maxFaceValue\": 80,\n                    \"count\": 258,\n                    \"price\": {\n                        \"min\": 80,\n                        \"max\": 80,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T15:57:08.9906131\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"1789\",\n            \"name\": \"Playstation Austria\",\n            \"countryCode\": \"AT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"PlayStation Network card is a protected code consisting of 12 marks which gives money to your accounts' virtual wallet. PSN cards allow to buy games, movies, bonuses and even songs safe and fast.\\r\\nUse PlayStation®Store Cash Cards to purchase downloadable games, game add-ons, full length movies, TV shows and other content that you can play or view on your PlayStation®3, PS Vita or PSP®.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem this eGift Card, Sign into PlayStation™ Network or create an account at\\r\\nplaystation.com\\r\\n2. Go to 'Redeem Codes' on PlayStation™Store and enter the voucher code\\r\\n3. The PS Store Cash Card, when redeemed, will place the full face value of the card into the PlayStation®Wallet. You may use the funds in your Wallet to purchase exclusive games, PS one® Classics, add-on game content, movies*, and television shows*.\\r\\n4. No cashback, returns or refund accepted.\",\n            \"terms\": \"Visit https://www.playstation.com/de-at/legal/psn-terms-of-service/\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/1789/logo\",\n            \"modifiedDate\": \"2023-03-22T14:10:35.8023875\",\n            \"products\": [\n                {\n                    \"id\": 821769,\n                    \"name\": \"Playstation AT 80 EUR\",\n                    \"minFaceValue\": 80,\n                    \"maxFaceValue\": 80,\n                    \"count\": 22,\n                    \"price\": {\n                        \"min\": 80,\n                        \"max\": 80,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-10T12:36:13.5412186\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4766\",\n            \"name\": \"Elefant.ro Romania\",\n            \"countryCode\": \"RO\",\n            \"currencyCode\": \"RON\",\n            \"description\": \"Cel mai frumos cadou este să dăruiești libertate la cumpărături! Cu voucherele Elefant, oferi celor dragi variante de cadouri din sute de produse, potrivite oricui, de la mic la mare.\\r\\n\\r\\n<P>\\r\\n\\r\\nThe best gift is to give shopping freedom! With Elefant vouchers, offer your loved ones gift options from hundreds of products, suitable for everyone, from small to large.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Pentru utilizarea acestui voucher, va rugam sa verificati valabilitatea inscrisa pe acesta. Voucherul il puteti folosi conform termenilor si conditiilor emitentului, informatii pe care le gasiti disponibile aici: https://www.elefant.ro/helpdesk/safety-security-privacy/terms-and-conditions#chapter10</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>To use this voucher, please check the validity written on it. You can use the voucher according to the terms and conditions of the issuer, information you can find here: https://www.elefant.ro/helpdesk/safety-security-privacy/terms-and-conditions#chapter10</p>\",\n            \"terms\": \"<p>Conditiile de utilizare ale voucherului:</p>\\r\\n<p>Se pot achizitiona unul sau mai multe produse, pana la data expirarii voucherului si se aplica exclusiv produselor livrate si vandute de Elefant.ro;\\r\\n In cazul in care produsele achizitionate depasesc valoarea voucherului, diferenta poate fi achitata de detinator conform optiunilor standard de plata: card sau ordin de plata;\\r\\n Voucherele sunt valabile pentru o singură cumparare, valoarea acestora nu poate fi împartita pentru a plasa mai multe comenzi. Voucherele pot fi folosite de un singur utilizator, o singura data;\\r\\n Voucherul este valabil doar pentru comenzile cu livrare în Romania;\\r\\n Voucherul poate fi cumulat cu alte promoții/ oferte/ vouchere de pe site, dar nu cu ofertele dedicate membrilor Elefant Premium;\\r\\n Voucherele nu se aplica la produsele marcate cu mesajul ”Produs MARKETPLACE”. Daca in cos vor fi produse marcate astfel, iar valoarea comenzii nu depașește valoarea voucherului, va fi afisat mesajul de mai jos: ”Acest voucher nu se aplica la produsele marcate cu urmatorul text: ”Produs Marketplace” si nu se combina cu alte vouchere;\\r\\n Voucherele se aplic la produse care fac parte din campanii de tipul ”extra-reducere” ce contin vouchere sau campanii cu produse gratuite (2+1 carte gratis, 2+2 cărți gratis, etc). Voucherul se aplica in campaniile mari de reducere recurente (ex GIGAsale, Flash Deals etc);\\r\\n Voucherele nu includ transportul gratuit.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Conditions of use of the voucher:</p>\\r\\n<p>One or more products can be purchased, until the voucher expires and applies exclusively to products delivered and sold by Elefant.ro;\\r\\n  If the purchased products exceed the value of the voucher, the difference can be paid by the holder according to the standard payment options: card or payment order;\\r\\n  Vouchers are valid for a single purchase, their value cannot be divided to place several orders. Vouchers can be used by a single user, only once;\\r\\n  The voucher is only valid for orders with delivery in Romania;\\r\\n  The voucher can be combined with other promotions/offers/vouchers on the website, but not with the offers dedicated to Elefant Premium members;\\r\\n  Vouchers do not apply to products marked with the message \\\"MARKETPLACE Product\\\". If there will be products marked as such in the basket, and the value of the order does not exceed the value of the voucher, the message below will be displayed: \\\"This voucher does not apply to products marked with the following text: \\\"Marketplace Product\\\" and cannot be combined with other vouchers;\\r\\n  Vouchers are applied to products that are part of \\\"extra-discount\\\" campaigns that contain vouchers or campaigns with free products (2+1 free book, 2+2 free books, etc.). The voucher is applied in major recurring discount campaigns (eg GIGAsale, Flash Deals, etc.);\\r\\n  Vouchers do not include free shipping.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4766/logo\",\n            \"modifiedDate\": \"2024-02-13T09:40:53.7308228\",\n            \"products\": [\n                {\n                    \"id\": 822090,\n                    \"name\": \"Elefant.ro RO 500 RON\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 500,\n                        \"max\": 500,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699164\"\n                },\n                {\n                    \"id\": 822091,\n                    \"name\": \"Elefant.ro RO 300 RON\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 300,\n                        \"max\": 300,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699164\"\n                },\n                {\n                    \"id\": 822092,\n                    \"name\": \"Elefant.ro RO 100 RON\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699166\"\n                },\n                {\n                    \"id\": 822093,\n                    \"name\": \"Elefant.ro RO 50 RON\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699166\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 21,\n                    \"name\": \"Department Stores\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 9,\n                    \"name\": \"eCommerce\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4760\",\n            \"name\": \"eMag Romania\",\n            \"countryCode\": \"RO\",\n            \"currencyCode\": \"RON\",\n            \"description\": \"Utilizare voucher: in toate magazinele Emag dar si online pe www.emag.ro\\r\\n \\r\\n\\r\\n Perioada de valabilitate este specificata in email-ul cu codurile de voucher.\\r\\n Modalitatea de expediere: email\\r\\n Valabilitate: 6 luni de la data comenzii.\\r\\n\\r\\n<P>\\r\\n\\r\\nVoucher use: in all Emag stores but also online at www.emag.ro The validity period is specified in the email with the voucher codes. Shipping method: email Validity: 6 months from the order date.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Pentru a utiliza acest voucher, vă rugăm să verificați valabilitatea scrisă pe el. Puteți folosi voucherul conform termenilor și condițiilor emitentului, informații pe care le găsiți aici: https://www.emag.ro/help/cardul-cadou/ Dacă aveți un card cadou sau un voucher activ, faceți mai întâi asigurați-vă că ați citit condițiile de aplicare, conform email-ului primit, sau conform regulilor campaniei la care ați obținut acel cod.</p>\\r\\n<p>Pentru a utiliza un cod eMAG: Adăugați produsele dorite în coș; Adauga seria de 16 cifre sau codul personalizat in campul special din cosul de cumparaturi; Finalizați comanda.</p>\\r\\n<P>\\r\\n<p>To use this voucher, please check the validity written on it. You can use the voucher according to the terms and conditions of the issuer, information you can find here: https://www.emag.ro/help/cardul-cadou/ If you have a gift card or an active voucher, first make sure that you have read the conditions of application, according to the email you received, or according to the rules of the campaign where you obtained that code.</p>\\r\\n<p>To use an eMAG code: Add the desired products to the basket; Add the 16-digit series or the personalized code in the special field in the shopping cart; Complete the order.</p>\",\n            \"terms\": \"<p>Conditiile de utilizare ale voucherului:</p>\\r\\n<p>Se poate folosi în perioada de valabilitate;\\r\\n Se poate utiliza pentru plata integrala sau parțiala a comenzilor cu produse vandute de eMAG sau de partenerii eMAG Marketplace (mai puțin Asigurari, Roviniete, Reincarcare Cartele, Monede si lingouri, metale pretioase, tutun);\\r\\n Daca suma voucherelor nu este integral utilizata, aceasta se va pierde, fara a o mai putea utiliza la o viitoare comanda.\\r\\n Daca totalul general al comenzii este 0 – selecteaza metoda de plata ramburs sau numerar in punctul de ridicare.\\r\\n Voucherul trebuie aplicat dupa ce au fost adaugate toate produsele in cos si vei obtine pe loc o reducere egala cu valoarea cardului.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Conditions of use of the voucher:</p>\\r\\n<p>It can be used within the validity period;\\r\\n  It can be used for the full or partial payment of orders with products sold by eMAG or eMAG Marketplace partners (less Insurance, Roviniete, Card Reload, Coins and bullion, precious metals, tobacco);\\r\\n  If the voucher amount is not fully used, it will be lost, without being able to use it for a future order.\\r\\n  If the overall total of the order is 0 - select the cash on delivery or cash payment method at the pick-up point.\\r\\n  The voucher must be applied after all the products have been added to the basket and you will get a discount equal to the value of the card.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4760/logo\",\n            \"modifiedDate\": \"2024-02-13T10:05:12.6309051\",\n            \"products\": [\n                {\n                    \"id\": 822219,\n                    \"name\": \"eMag RO 10 RON\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 10,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699156\"\n                },\n                {\n                    \"id\": 822220,\n                    \"name\": \"eMag RO 100 RON\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699194\"\n                },\n                {\n                    \"id\": 822221,\n                    \"name\": \"eMag RO 200 RON\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 200,\n                        \"max\": 200,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699194\"\n                },\n                {\n                    \"id\": 822222,\n                    \"name\": \"eMag RO 300 RON\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 300,\n                        \"max\": 300,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699195\"\n                },\n                {\n                    \"id\": 822223,\n                    \"name\": \"eMag RO 400 RON\",\n                    \"minFaceValue\": 400,\n                    \"maxFaceValue\": 400,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 400,\n                        \"max\": 400,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699195\"\n                },\n                {\n                    \"id\": 822224,\n                    \"name\": \"eMag RO 500 RON\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 500,\n                        \"max\": 500,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699196\"\n                },\n                {\n                    \"id\": 822226,\n                    \"name\": \"eMag RO 50 RON\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699197\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"eCommerce\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 21,\n                    \"name\": \"Department Stores\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4061\",\n            \"name\": \"Hotels.com Australia\",\n            \"countryCode\": \"AU\",\n            \"currencyCode\": \"AUD\",\n            \"description\": \"Hotels.com is a leading provider of hotel accommodation worldwide, offering booking services through its own network of localised websites and telephone call centres. Hotels.com gives travellers one of the widest selections of accommodation on the net, including both independent and major chain hotels as well as self-catering in over hundreds of thousands ofproperties worldwide. The company offers a one-stop shopping source for hotel pricing, amenities and availability and also specialises in providing travellers with accommodation during sold-out periods.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Redemption online only, only redeemable against Pay Now hotels, one gift card per transaction but can be merged at hotels.jigsawbusinesssolutions.com</p>\",\n            \"terms\": \"<p>Gift Card will expire 3 years after activation which will be found on the e-gift card.</p>\\r\\n<p>Gift card is not reloadable and single gift cards cannot be combined into one gift card. Not replaced if lost or stolen. Gift card is distributed by Hotels.com. However, Hotels.com is not an obligor to gift card owner and is not affiliated with CARDCO. CARDCO CXXXIX, Inc. is the gift card issuer and sole obligor to gift card owner. CARDCO may delegate its issuer obligations to an assignee, without recourse. If delegated, the assignee, and not CARDCO, will be sole obligor to gift card owner. Use of this gift card is subject to terms and conditions of use. See au.Hotels.com for full details. Your personal data will be collected and maintained in accordance with our privacy policy which you can find at mycardterms.com/hotels_intl/. </p>\\r\\n<p>For balance or other inquires visit https://hotels.jigsawbusinesssolutions.com/ or email giftcards@hotels.com</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4061/logo\",\n            \"modifiedDate\": \"2024-02-16T07:45:28.5460538\",\n            \"products\": [\n                {\n                    \"id\": 822577,\n                    \"name\": \"Hotels.com AUD\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 2500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 2500,\n                        \"currencyCode\": \"AUD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8698975\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3851\",\n            \"name\": \"Hotels.com Canada\",\n            \"countryCode\": \"CA\",\n            \"currencyCode\": \"CAD\",\n            \"description\": \"The Hotels.com Gift Card is redeemable towards bookings at hundreds of thousands of places to stay in 200 countries and territories, ranging from international chains and all-inclusive resorts to local favorites and bed & breakfasts. Redeemable at on Hotels.com, the Hotels.com Gift Card can be used in conjunction with member-only-deals and promotions. Bookings with the Hotels.com Gift Card count toward free nights with Hotels.com® Rewards where customers can earn a free* night for every 10 nights stayed. For more information visit [http://ca.hotels.com/gc](http://ca.hotels.com/gc)  or e-mail giftcards@hotels.com. \\r\\n\\r\\n*Subject to Hotels.com Rewards terms and conditions, as set out at [www.Hotels.com](http://www.Hotels.com).\\r\\n\\r\\n-----<P>\\r\\n\\r\\nLa carte-cadeau Hotels.com peut être échangée contre des réservations à des centaines de milliers d’établissements de 200 pays et territoires, allant des chaînes internationales et complexes tout inclus aux coups de cœur régionaux et gîtes. Échangeable sur le site Hotels.com, la carte-cadeau Hotels.com peut être utilisée conjointement avec les offres et les promotions réservées aux membres. Les réservations effectuées avec une carte-cadeau Hotels.com sont admissibles au programme Hotels.com™ Rewards permettant aux clients d’obtenir une nuit de récompense* toutes les 10 nuits séjournées. Pour plus d’information, visitez [http://ca.hotels.com/gc](http://ca.hotels.com/gc) ou envoyez un courriel à l’adresse giftcards@hotels.com.\\r\\n\\t\\r\\n*Assujetti aux conditions générales du programme Hotels.com Rewards, comme énoncé sur le site [www.Hotels.com](http://www.Hotels.com).\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<ol>\\r\\n<li>Visit <a href=\\\"http://ca.hotels.com/gc\\\">http://ca.hotels.com/gc</a></li>\\r\\n<li>Search the destination and desired dates of travel</li>\\r\\n<li>Select the hotel and room type you wish to book</li>\\r\\n<li>Select \\\"\\\"Pay Now\\\"\\\" if applicable</li>\\r\\n<li>Enter your Gift Card number and PIN</li>\\r\\n</ol>\\r\\n<hr /><P>\\r\\n<ol>\\r\\n<li>Visitez <a href=\\\"http://ca.hotels.com/gc\\\">http://ca.hotels.com/gc</a></li>\\r\\n<li>Recherchez votre destination et vos dates de voyage</li>\\r\\n<li>Sélectionnez l’hôtel et le type de chambre que vous désirez réserver</li>\\r\\n<li>Sélectionnez l’option « Payer maintenant », le cas échéant</li>\\r\\n<li>Entrez le numéro et le NIP de la carte-cadeau</li>\\r\\n</ol>\",\n            \"terms\": \"<p>Usable up to balance only for new hotel bookings at <a href=\\\"http://ca.hotels.com/gc\\\">http://ca.hotels.com/gc</a>. Only one gift card can be redeemed per online booking, but multiple gift cards may be combined into one gift card with a maximum value of $2000 by visiting the balance transfer tab found at <a href=\\\"https://ca.hotels.com/page/gcbalance/\\\">https://ca.hotels.com/page/gcbalance</a>. Not redeemable at hotel locations or if you choose the Pay at Hotel option online. Not redeemable toward existing bookings. Not redeemable for Packages. Not redeemable for cash unless required by law. Not reloadable. Safeguard the card. Not replaced if lost or stolen. CARDCO CXXXIX, Inc. is the card issuer and sole obligor to card owner. CARDCO may delegate its issuer obligations to an assignee, without recourse. If delegated, the assignee, and not CARDCO, will be sole obligor to card owner. Card is distributed by Hotels.com. However, Hotels.com is not an obligor to card owner. Purchase, use or acceptance of card constitutes acceptance of these terms. For balance inquires visit <a href=\\\"https://ca.hotels.com/page/gcbalance/\\\">https://ca.hotels.com/page/gcbalance</a> or call US Toll Free 1-888-999-4468.</p>\\r\\n<hr />\\r\\n\\r\\n<P>\\r\\n<p>Le solde de la carte-cadeau peut servir uniquement à effectuer de nouvelles réservations sur <a href=\\\"http://ca.hotels.com/gc\\\">http://ca.hotels.com/gc</a>. Une seule carte-cadeau peut être échangée par réservation en ligne, mais de multiples cartes-cadeaux peuvent être combinées en une seule d’une valeur maximale de 2 000 $ CA en accédant à l’onglet pour le transfert de soldes du site <a href=\\\"https://ca.hotels.com/page/gcbalance/\\\">https://ca.hotels.com/page/gcbalance</a>. La carte-cadeau ne peut pas être utilisée dans les hôtels ou si vous choisissez l’option de payer à l’hôtel en ligne. Elle ne peut pas être utilisée pour des réservations existantes. Elle n’est pas échangeable contre des forfaits. Elle n’est pas échangeable contre des espèces à moins que la loi ne l’exige. Elle ne peut pas être rechargée. Conservez votre carte en sécurité. Elle ne sera pas remplacée en cas de perte ou de vol. CARDCO CXXXIX, Inc. est l’émetteur de la carte et le seul débiteur auprès du titulaire de la carte. CARDCO peut déléguer ses obligations d’émetteur à un cessionnaire, sans recours possible. Le cas échéant, le cessionnaire, et non CARDCO, deviendra le seul débiteur auprès du titulaire de la carte. La carte est distribuée par Hotels.com. Toutefois, Hotels.com n’est pas un débiteur auprès du titulaire de la carte. L’achat, l’utilisation ou l’acceptation d’une carte-cadeau constitue une acceptation de ces conditions générales. Pour toute demande relative au solde d’une carte-cadeau, consultez le site <a href=\\\"https://ca.hotels.com/page/gcbalance/\\\">https://ca.hotels.com/page/gcbalance</a> ou appelez gratuitement (aux États-Unis) au 1 888 999-4468.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3851/logo\",\n            \"modifiedDate\": \"2024-02-16T07:43:30.1806336\",\n            \"products\": [\n                {\n                    \"id\": 822611,\n                    \"name\": \"Hotels.com CAD\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 2000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 2000,\n                        \"currencyCode\": \"CAD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697592\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2992\",\n            \"name\": \"Hotels.com Sweden\",\n            \"countryCode\": \"SE\",\n            \"currencyCode\": \"SEK\",\n            \"description\": \"Välj att direkt skicka ett presentkort från Hotels.com med olika tillfällen att välja mellan!\\r\\n<P>\\r\\nChoose to send a Hotels.com gift card directly with different occasions to choose from!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Inlösen endast online, endast inlösenbart mot Pay Now-hotell, ett presentkort per transaktion men kan slås samman på <a href=\\\"https://hotels.jigsawbusinesssolutions.com/se/sv\\\">hotels.jigsawbusinesssolutions.com</a>.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Redemption online only, only redeemable against Pay Now hotels, one gift card per transaction but can be combined at <a href=\\\"https://hotels.jigsawbusinesssolutions.com/se/sv\\\">hotels.jigsawbusinesssolutions.com< /a>.</p>\",\n            \"terms\": \"<p>Kortet är giltigt i 3 år efter inköpsdatum. CARDCO CXXXIX, Inc. är kortutgivare och ensam gäldenär till kortägaren. CARDCO kan överlåta sina kortutgivarskyldigheter till en befullmäktigad utan regressrätt. Om överlåtet är den befullmäktigade, och inte CARDCO, ensam gäldenär till kortägaren. Kortet distribueras av Hotels.com på 5400 LBJ Freeway, Suite 500, Dallas, Texas 75240, USA. Hotels.com är inte gäldenär till kortägaren och har ingen anknytning till CARDCO. Användande av detta Kort omfattas av användarvillkor. Se sv.Hotels.com för fullständig information. Dina personuppgifter kommer att samlas in och behandlas i enlighet med vår personuppgiftspolicy som du kan hitta på mycardterms.com/hotels_intl/.<br />\\r\\nVärdeförfrågan/kundsupport: giftcards@hotels.com</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>The card is valid for 3 years after the date of purchase. CARDCO CXXXIX, Inc. is the card issuer and sole debtor to the cardholder. CARDCO may assign its card issuer obligations to an authorized representative without recourse. If transferred, the authorized person, and not CARDCO, is the sole debtor to the cardholder. The card is distributed by Hotels.com at 5400 LBJ Freeway, Suite 500, Dallas, Texas 75240, USA. Hotels.com is not indebted to the cardholder and is not affiliated with CARDCO. Use of this Card is subject to terms of use. See sv.Hotels.com for complete information. Your personal data will be collected and processed in accordance with our personal data policy which you can find at mycardterms.com/hotels_intl/.<br />\\r\\nValue inquiry/customer support: giftcards@hotels.com</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2992/logo\",\n            \"modifiedDate\": \"2024-02-16T07:56:20.3697156\",\n            \"products\": [\n                {\n                    \"id\": 822819,\n                    \"name\": \"Hotels.com SEK\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 14500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 14500,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697126\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2880\",\n            \"name\": \"Marks and Spencer UK\",\n            \"countryCode\": \"GB\",\n            \"currencyCode\": \"GBP\",\n            \"description\": \"Whether you fancy delicious food for your weekly shop, some new stylish clothes or something special for the home, you can guarantee you will get high quality and great value products at M&S. As one of the UK’s favourite retailers with 700 stores nationwide, quality, innovation and choice are at the forefront of everything we do.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>You can redeem your e-gift card in the following ways:</p>\\r\\n<p><strong>Online purchase:</strong></p>\\r\\n<ul>\\r\\n<li>\\r\\n<p>When paying for your purchase at <a href=\\\"http://www.marksandspencer.com/\\\">www.marksandspencer.com</a>, select ‘Pay by Gift card’</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Enter your Gift card number in the 'gift card number' section</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Enter your PIN in the 'PIN' section</p>\\r\\n</li>\\r\\n</ul>\\r\\n<p><strong>In-Store purchase:</strong></p>\\r\\n<ul>\\r\\n<li>Show it at the till</li>\\r\\n</ul>\",\n            \"terms\": \"<p>Gift cards and e-gift cards can be redeemed at M&S stores in the United Kingdom, Eire and the Channel Islands (including Outlets but excluding BP stores) and online (subject to website terms and conditions). They may be exchanged for goods of a higher price than the face value of the card on payment of the difference.</p>\\r\\n<p>Gift cards and e-gift cards cannot be exchanged for cash or used to pay for M&S Bank services, products or outstanding card balances, made to measure shirts, Lunch to Go, personalised cards or M&S Energy or to buy another gift card or e-gift card.</p>\\r\\n<p>Gift cards and e-gift cards can be activated with a minimum value of £1 and a maximum load value of £1000.</p>\\r\\n<p>Gift cards and e-gift cards, or a combination of, are restricted to a maximum of five that can be redeemed in any one transaction online.</p>\\r\\n<p>Gift cards and e-gift cards are valid for the period which is the later of (i) 24 months from the date of issue, or (ii) 24 months from the date of the last transaction. After the expiry of this period any remaining balance will be cancelled. Balance enquiries can be obtained online or by calling 0333 014 8777 for the UK and Channel Islands (local rates apply) or 1890 719380 for Eire (mobile rates may vary).</p>\\r\\n<p>If any item purchased with a gift card or e-gift card is subsequently exchanged for an item of a lower price or refunded, any money owing will be added to the remaining balance on the card.</p>\\r\\n<p>If you do not spend the entire balance on the gift card / e-gift card, the remaining balance will be updated after each transaction.  If spent in store, the remaining balance is shown on your printed till receipt.</p>\\r\\n<p>Gift cards and e-gift cards should be treated as cash. They are not cheque guarantee, credit or charge cards. M&S will not accept liability for lost, stolen or damaged cards.</p>\\r\\n<p>Gift cards and e-gift cards cannot be returned or refunded, except in accordance with your statutory rights, for example in the event they are not of satisfactory quality.</p>\\r\\n<p>M&S reserves the right to amend the terms and conditions of gift cards and e-gift cards at any time and to take appropriate action, including the cancellation of the card, if, in its discretion, it deems such action necessary. This does not affect your statutory rights.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2880/logo\",\n            \"modifiedDate\": \"2024-05-16T04:18:20.549433\",\n            \"products\": [\n                {\n                    \"id\": 827744,\n                    \"name\": \"Marks and Spencer GBP\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 1000,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696893\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5007\",\n            \"name\": \"Douglas Italy\",\n            \"countryCode\": \"IT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"*****LOCAL***** Douglas ist eine internationale Parfümerie-Kette. Der Hauptsitz ist in Düsseldorf, Deutschland. Die ersten Parfümerien „Parfümerie Douglas“ wurden 1910 in Hamburg eröffnet. Mit mehr als 2.400 Parfümerien in 26 Ländern ist Douglas zum Marktführer mit Douglas-Parfümerien in Europa geworden. *****LOCAL***** Douglas est un réseau international de parfumerie. Son siège social est situé à Düsseldorf, en Allemagne. Les premiers parfums appelés « Parfümerie Douglas » ont ouvert à Hambourg en 1910. Plus de 2 400 parfumeries dans 26 pays en font le leader des parfumeries Douglas en Europe. \\r\\n\\r\\n<P>\\r\\n*****ENGLISH***** The Parfümerie Douglas is an internationally operating perfumery chain. Its headquarters are located in Düsseldorf, Germany. The first perfumery to carry the name \\\"Parfümerie Douglas\\\" opened in Hamburg in 1910. With more than 2,400 perfumeries in 26 countries Douglas is the market leader in Europe.\\r\\n\\r\\nElectronic Douglas Voucher or Electronic Voucher - bearer voucher entitling the User to redeem it in Douglas Perfumes in Poland and in the online store at www.douglas.pl. The voucher is a special form of the Douglas Gift Card, it is made available to the buyer in the form of a digital code on the data carriers specified by the Publisher, including electronic mail, SMS, in printed form.\\r\\nAn electronic voucher of a specific value (from PLN 10 to PLN 5,000) authorizes you to carry out a voucher in all Douglas perfumeries in Poland and at www.douglas.pl.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>DEU: Zum Herunterladen Ihrer Geschenkkarte erhalten Sie Sicherheitscodes mit Ablaufdatum und entsprechenden Anweisungen\\r\\nEN: To download your Gift Card you will receive security codes with relative expiration date and usage instructions\\r\\nESP: Para descargar tu Tarjeta Regalo, recibirá códigos de seguridad con una fecha de vencimiento y las instrucciones relativas\\r\\nFR: Pour télécharger votre carte cadeau, vous recevrez des codes de sécurité avec une date d'expiration et les instructions correspondantes.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\nDEU: You will receive a gift card with your security codes with a valid date and written notice. EN: To download your Gift Card you will receive security codes with relative expiration date and usage instructions. y read the instructions in FR: Pour telephone charger for carte gift, you will receive the security codes with a date of expiration and the corresponding instructions.\",\n            \"terms\": \"<p><strong><em>*</em>LOCAL</strong><strong><em> Douglas ist eine internationale Parfümerie-Kette. Der Hauptsitz ist in Düsseldorf, Deutschland. Die ersten Parfümerien „Parfümerie Douglas“ wurden 1910 in Hamburg eröffnet. Mit mehr als 2.400 Parfümerien in 26 Ländern ist Douglas zum Marktführer mit Douglas-Parfümerien in Europa geworden. </em></strong><strong>LOCAL<strong><em>*</em> Douglas est un réseau international de parfumerie. Son siège social est situé à Düsseldorf, en Allemagne. Les premiers parfums appelés « Parfümerie Douglas » ont ouvert à Hambourg en 1910. Plus de 2 400 parfumeries dans 26 pays en font le leader des parfumeries Douglas en Europe. </strong><strong><em>\\r\\n\\r\\n<P>\\r\\n\\r\\nENGLISH</em></strong></strong> The Parfümerie Douglas is an internationally operating perfumery chain. Its headquarters are located in Düsseldorf, Germany. The first perfumery to carry the name \\\"Parfümerie Douglas\\\" opened in Hamburg in 1910. With more than 2,400 perfumeries in 26 countries Douglas is the market leader in Europe.</p>\\r\\n<p>Electronic Douglas Voucher or Electronic Voucher - bearer voucher entitling the User to redeem it in Douglas Perfumes in Poland and in the online store at www.douglas.pl. The voucher is a special form of the Douglas Gift Card, it is made available to the buyer in the form of a digital code on the data carriers specified by the Publisher, including electronic mail, SMS, in printed form.\\r\\nAn electronic voucher of a specific value (from PLN 10 to PLN 5,000) authorizes you to carry out a voucher in all Douglas perfumeries in Poland and at www.douglas.pl.\\r\\n  \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5007/logo\",\n            \"modifiedDate\": \"2024-02-13T08:22:28.2539856\",\n            \"products\": [\n                {\n                    \"id\": 827806,\n                    \"name\": \"Douglas IT 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699296\"\n                },\n                {\n                    \"id\": 827809,\n                    \"name\": \"Douglas IT 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869931\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5054\",\n            \"name\": \"JYSK Denmark\",\n            \"countryCode\": \"DK\",\n            \"currencyCode\": \"DKK\",\n            \"description\": \"JYSK GAVEKORT Med et gavekort fra JYSK kan du give familie og venner den perfekte gave lige efter deres smag. JYSK er en landsdækkende møbelkæde med et b redt udvalg inden for boligindretning. Gavekortet kan benyttes både på JYSK.dk og i JYSK’s fysiske butikker. Se mere på https://jysk.dk/  \\r\\n\\r\\n<P>\\r\\n\\r\\nJYSK GIFT CARD With a gift card from JYSK you can give family and friends the perfect gift just to their taste. JYSK is a nationwide furniture chain with a wide range of home furnishings. The gift card can be used both on JYSK.dk and in JYSK's physical stores. See more at https://jysk.dk/\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Sådan indløser du gavekortet i butikken:  * Modtager af gavekort fremviser gavekortskoden til medarbejder i JYSK * Personalet indtaster gavekortskoden og indløser derved gavekortet * Sådan indløser du gavekortet på webshoppen * Modtageren indtaster gavekortskoden på JYSK.dk i check-out - som herefter bliver fratrukket fra den samlet pris.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>How to redeem the gift card in the store: * Recipient of the gift card presents the gift card code to an employee in JYSK * The staff enters the gift card code and thereby redeems the gift card * How to redeem the gift card on the webshop * The recipient enters the gift card code on JYSK.dk at check-out - as follows will be deducted from the total price.</p>\",\n            \"terms\": \"Visit <p>https://jysk.dk/vilkaar-og-betingelser</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5054/logo\",\n            \"modifiedDate\": \"2024-02-17T10:25:51.0342863\",\n            \"products\": [\n                {\n                    \"id\": 828286,\n                    \"name\": \"JYSK DK 100 DKK\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"DKK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869934\"\n                },\n                {\n                    \"id\": 828287,\n                    \"name\": \"JYSK DK 200 DKK\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 200,\n                        \"max\": 200,\n                        \"currencyCode\": \"DKK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869934\"\n                },\n                {\n                    \"id\": 828289,\n                    \"name\": \"JYSK DK 300 DKK\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 300,\n                        \"max\": 300,\n                        \"currencyCode\": \"DKK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699341\"\n                },\n                {\n                    \"id\": 828291,\n                    \"name\": \"JYSK DK 50 DKK\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"DKK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699342\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"Tools & Home Improvement\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4569\",\n            \"name\": \"JYSK Finland\",\n            \"countryCode\": \"FI\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Lahjakortti Jysk Lahjakortti käy niin JYSK.fi-verkkokaupassa kuin kaikissa Suomen JYSK-myymälöissä.\\r\\n\\r\\n<P>\\r\\n\\r\\nGift card Jysk The gift card can be used both in the JYSK.fi online store and in all JYSK stores in Finland.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Lahjakortti käy maksuvälineenä niin JYSK.fi-verkkokaupassa kuin kaikissa Suomen JYSK-myymälöissä. JYSK.fi-verkkokauppa Syötä lahjakortin 16-lukuinen numerosarja kohtaan ’maksa JYSK-lahjakortilla’ JYSK-myymälä Anna JYSK-lahjakorttisi maksuhetkellä kassalle</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>The gift card can be used as a payment method both in the JYSK.fi online store and in all JYSK stores in Finland. JYSK.fi online store Enter the 16-digit number sequence of the gift card in the field 'pay with a JYSK gift card' JYSK store Give your JYSK gift card to the cashier at the time of payment</p>\",\n            \"terms\": \"Visit <p>https://jysk.fi/yleiset-ehdot</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4569/logo\",\n            \"modifiedDate\": \"2024-02-17T10:46:18.2969077\",\n            \"products\": [\n                {\n                    \"id\": 828288,\n                    \"name\": \"JYSK FI 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 10,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699074\"\n                },\n                {\n                    \"id\": 828290,\n                    \"name\": \"JYSK FI 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 20,\n                        \"max\": 20,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699075\"\n                },\n                {\n                    \"id\": 828292,\n                    \"name\": \"JYSK FI 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699076\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"Tools & Home Improvement\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4556\",\n            \"name\": \"JYSK Norway\",\n            \"countryCode\": \"NO\",\n            \"currencyCode\": \"NOK\",\n            \"description\": \"Ett gavekort fra JYSK er en kjærkommen gave til alle mottakere. Mottakeren kan velge fritt mellom ulike boligartikler; møbler, senger, tekstiler, dyner, puter, hagemøbler og mye mer.\\r\\n\\r\\n<P>\\r\\n\\r\\nA gift card from JYSK is a welcome gift for all recipients. The recipient can choose freely between various housing items; furniture, beds, textiles, duvets, pillows, garden furniture and much more.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Gavekortet brukes i alle JYSK butikker og online på JYSK.no Online - Skriv inn kode i gavekortfeltet på jysk.no Butik - Vis medarbeideren gavekortet</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>The gift card can be used in all JYSK stores and online at JYSK.no Online - Enter the code in the gift card field at jysk.no Store - Show the employee the gift card</p>\",\n            \"terms\": \"Visit <p>https://jysk.no/vilkar-og-betingelser</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4556/logo\",\n            \"modifiedDate\": \"2024-02-17T10:49:09.9269508\",\n            \"products\": [\n                {\n                    \"id\": 828615,\n                    \"name\": \"JYSK NO 1000 NOK\",\n                    \"minFaceValue\": 1000,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1000,\n                        \"max\": 1000,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699048\"\n                },\n                {\n                    \"id\": 828616,\n                    \"name\": \"JYSK NO 500 NOK\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 500,\n                        \"max\": 500,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699048\"\n                },\n                {\n                    \"id\": 828617,\n                    \"name\": \"JYSK NO 200 NOK\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 200,\n                        \"max\": 200,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699049\"\n                },\n                {\n                    \"id\": 828618,\n                    \"name\": \"JYSK NO 100 NOK\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699052\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"Tools & Home Improvement\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4558\",\n            \"name\": \"Plantasjen Norway\",\n            \"countryCode\": \"NO\",\n            \"currencyCode\": \"NOK\",\n            \"description\": \"Plantasjen Gavekort! Plantasjen har alt som trengs for et liv i vekst. Hos oss finner du planter, møbler, redskaper og inspirasjon til ditt neste prosjekt. Med 76 butikker i Norge samt nettbutikken vår som alltid er åpen, hjelper vi deg med å komme nærmere naturens positive kraft. Velkommen til Nordens herligste drivhus.\\r\\n\\r\\n<P>\\r\\n\\r\\nThe Plantation Gift Card! The plantation has everything needed for a life in growth. With us you will find plants, furniture, tools and inspiration for your next project. With 76 stores in Norway as well as our online store which is always open, we help you get closer to the positive power of nature. Welcome to the Nordic region's most wonderful greenhouse.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Plantasjens gavekort kan brukes i alle norske butikker og på nettsiden: http://www.plantasjen.no/ Gavekortet er gyldig i 2 år fra kjøpsdato. Gavekortet kan ikke byttes til kontanter. Løser du inn gavekortet på netthandel, gjør du dette i kassen, hvor du oppgir gavekortkoden og CVV-koden. Du kan se feltet under handlekurven.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Plantasjen's gift card can be used in all Norwegian stores and on the website: http://www.plantasjen.no/ The gift card is valid for 2 years from the date of purchase. The gift card cannot be exchanged for cash. If you redeem the gift card online, you do this at the checkout, where you enter the gift card code and CVV code. You can see the field under the shopping cart.</p>\",\n            \"terms\": \"<p>https://www.plantasjen.no/kundeservice/?path=%2Fcategory%2Fgavekort</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4558/logo\",\n            \"modifiedDate\": \"2024-02-21T12:17:09.2321625\",\n            \"products\": [\n                {\n                    \"id\": 829876,\n                    \"name\": \"Plantasjen NO 2000 NOK\",\n                    \"minFaceValue\": 2000,\n                    \"maxFaceValue\": 2000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 2000,\n                        \"max\": 2000,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699061\"\n                },\n                {\n                    \"id\": 829877,\n                    \"name\": \"Plantasjen NO 1500 NOK\",\n                    \"minFaceValue\": 1500,\n                    \"maxFaceValue\": 1500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1500,\n                        \"max\": 1500,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699062\"\n                },\n                {\n                    \"id\": 829878,\n                    \"name\": \"Plantasjen NO 1000 NOK\",\n                    \"minFaceValue\": 1000,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1000,\n                        \"max\": 1000,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699071\"\n                },\n                {\n                    \"id\": 829879,\n                    \"name\": \"Plantasjen NO 800 NOK\",\n                    \"minFaceValue\": 800,\n                    \"maxFaceValue\": 800,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 800,\n                        \"max\": 800,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699072\"\n                },\n                {\n                    \"id\": 829880,\n                    \"name\": \"Plantasjen NO 900 NOK\",\n                    \"minFaceValue\": 900,\n                    \"maxFaceValue\": 900,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 900,\n                        \"max\": 900,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869908\"\n                },\n                {\n                    \"id\": 829881,\n                    \"name\": \"Plantasjen NO 700 NOK\",\n                    \"minFaceValue\": 700,\n                    \"maxFaceValue\": 700,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 700,\n                        \"max\": 700,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699082\"\n                },\n                {\n                    \"id\": 829882,\n                    \"name\": \"Plantasjen NO 600 NOK\",\n                    \"minFaceValue\": 600,\n                    \"maxFaceValue\": 600,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 600,\n                        \"max\": 600,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699083\"\n                },\n                {\n                    \"id\": 829883,\n                    \"name\": \"Plantasjen NO 500 NOK\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 500,\n                        \"max\": 500,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699087\"\n                },\n                {\n                    \"id\": 829884,\n                    \"name\": \"Plantasjen NO 400 NOK\",\n                    \"minFaceValue\": 400,\n                    \"maxFaceValue\": 400,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 400,\n                        \"max\": 400,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699087\"\n                },\n                {\n                    \"id\": 829885,\n                    \"name\": \"Plantasjen NO 300 NOK\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 300,\n                        \"max\": 300,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699089\"\n                },\n                {\n                    \"id\": 829886,\n                    \"name\": \"Plantasjen NO 200 NOK\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 200,\n                        \"max\": 200,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699089\"\n                },\n                {\n                    \"id\": 829887,\n                    \"name\": \"Plantasjen NO 100 NOK\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869909\"\n                },\n                {\n                    \"id\": 829888,\n                    \"name\": \"Plantasjen NO 50 NOK\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699091\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3188\",\n            \"name\": \"adidas Austria\",\n            \"countryCode\": \"AT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"adidas hat als die Marke mit den drei Streifen Geschichte geschrieben. Vom Stadion auf die Straßen. Vom Court auf die Laufstege dieser Welt. Ihre lange Tradition und die Leidenschaft für den Sport treiben die Marke zu ständigem Fortschritt an. In Zusammenarbeit mit Top-Athleten und Influencern aus allen Bereichen vereint adidas innovative Technologien und modernstes Design.\\r\\n<P>\\r\\nadidas made history as the brand with the three stripes. From the stadium to the streets. From the court to the catwalks of the world. Their long tradition and passion for sport drive the brand to constant progress. In collaboration with top athletes and influencers from all areas, adidas combines innovative technologies and cutting-edge design.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. Du kannst deine Geschenkkarte in einem der Adidas Stores einlösen. Bitte beachten Sie, dass Geschenkkarten nur in dem Land eingelöst werden können, in dem sie gekauft wurden. Eine Liste der Stores finden Sie unter: https://www.adidas.at/hilfe/gutscheine-geschenkkarten/wo-kann-ich-meine-geschenkkarte-einlosen <P>\\r\\n2. Sie können Ihre Geschenkkarte auch online unter https:/ einlösen. /www.adidas.at/\\r\\n<P>\\r\\n1. You can redeem your gift card at one of the Adidas stores. Please note that gift cards can only be redeemed in the country where they were purchased. For a list of the stores, visit: https://www.adidas.at/hilfe/gutscheine-geschenkkarten/wo-kann-ich-meine-geschenkkarte-einlosen<P>\\r\\n2. You can also redeem your gift card online at https://www.adidas.at/\",\n            \"terms\": \"<p>Diese Geschenkkarte kann nur in teilnehmenden adidas Retail Stores in Österreich oder auf adidas.at eingelöst werden. Die Nutzungsbedingungen, Hinweise zur Einlösung, eine Liste teilnehmender Stores und dein aktuelles Guthaben findest du unter www.adidas.at/geschenkkarten. Nicht eingelöste Geschenkkarten verfallen drei Jahre nach Kaufdatum. Mit Ausnahme von geltenden gesetzlichen Bestimmungen sind Rückgabe, Rückerstattung und Barauszahlung der Geschenkkarte nicht möglich, noch kann sie zum Kauf einer weiteren Geschenkkarte verwendet werden.</p>\\r\\n<P>\\r\\n<p>This gift card can only be redeemed in participating adidas retail stores in Austria or on adidas.at. You can find the terms of use, instructions on redemption, a list of participating stores and your current balance at www.adidas.at/geschenkkarten. Unredeemed gift cards expire three years from the date of purchase. Except as permitted by applicable law, the Gift Card cannot be returned, refunded or redeemed for cash, nor can it be used to purchase another Gift Card.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3188/logo\",\n            \"modifiedDate\": \"2024-02-07T07:08:20.4392034\",\n            \"products\": [\n                {\n                    \"id\": 829949,\n                    \"name\": \"adidas AT\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 500,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697384\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3089\",\n            \"name\": \"adidas Netherlands\",\n            \"countryCode\": \"NL\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"adidas is het merk met de iconische 3 strepen. Je ziet ze op straat tot in het stadion. Van de competitie tot op de catwalk. Met een enorm rijke historie aan prestaties en een ongekende passie voor sport streeft adidas ernaar om altijd en overal de beste te zijn. Door de handen ineen te slaan met topsporters en invloedrijke artiesten weet het merk een brug te slaan tussen vooruitstrevende technologieën en oogstrelende ontwerpen.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Game on! Je cadeaukaart gebruiken is heel eenvoudig. In het cadeaukaartveld op het betaalscherm vul je het volledige nummer in dat onder de barcode staat en je 4-cijferige PIN. Klik op toepassen.  </p>\\r\\n<p>In de winkel: Print deze pagina. Neem 'm mee naar een adidas Sport Performance-, adidas Originals- of adidas outletwinkel. En geef 'm bij het afrekenen aan de medewerker. <a href=\\\"https://www.adidas.nl/storefinder\\\">adidas.nl/storefinder</a>. Je kunt deze cadeaukaart gebruiken in combinatie met een creditcard.</p>\\r\\n<P>\\r\\n<p>Game on! Using your gift card is very simple. In the gift card field on the payment screen, enter the full number below the barcode and your 4-digit PIN. Click apply. </p>\\r\\n<p>In store: Print this page. Take it to an adidas Sport Performance, adidas Originals or adidas outlet store. And give it to the employee at checkout. <a href=\\\"https://www.adidas.nl/storefinder\\\">adidas.nl/storefinder</a>. You can use this gift card in combination with a credit card.</p>\",\n            \"terms\": \"<p>Deze kaart kan alleen worden ingewisseld bij deelnemende adidas winkels in Nederland of via adidas.nl. Raadpleeg <a href=\\\"https://www.adidas.nl/cadeaukaart\\\">www.adidas.nl/cadeaukaarten</a> voor de voorwaarden, gebruiksinstructies, een lijst van de deelnemende winkels en uw huidige saldo. Indien deze kaart niet wordt gebruikt, vervalt deze drie jaar na de datum van aankoop. Behoudens bij of krachtens de wet toekomende rechten, is de kaart niet-retourneerbaar, niet-restitueerbaar, niet inwisselbaar voor geld en kan deze niet worden gebruikt voor de aanschaf van een andere cadeaukaart.</p>\\r\\n<P>\\r\\nThis card can only be redeemed at participating adidas stores in the Netherlands or via adidas.nl. Please see www.adidas.nl/cadeaukaarts for terms and conditions, usage instructions, a list of participating stores and your current balance. If this card is not used, it will expire three years from the date of purchase. Except as otherwise permitted by law, the card is non-returnable, non-refundable, non-exchangeable for cash and cannot be used to purchase another gift card.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3089/logo\",\n            \"modifiedDate\": \"2024-02-07T07:59:23.8270443\",\n            \"products\": [\n                {\n                    \"id\": 830040,\n                    \"name\": \"adidas NL\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 500,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697571\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2782\",\n            \"name\": \"adidas Norway\",\n            \"countryCode\": \"NO\",\n            \"currencyCode\": \"NOK\",\n            \"description\": \"adidas er merket med de ikoniske tre stripene. Fra stadion til gatene. Fra banene til catwalken. adidas streber alltid etter å være best, og kan vise til en imponerende historie av høy ytelse og lidenskap for sport. Gjennom samarbeid med toppatleter og trendsettende kunstnere kombinerer merket innovativ teknologi med iøynefallende design.\\r\\n<P>\\r\\nadidas is branded with the iconic three stripes. From the stadium to the streets. From the courts to the catwalk. Always striving to be the best, adidas can show an impressive history of high performance and passion for sport. Through collaboration with top athletes and trend-setting artists, the brand combines innovative technology with eye-catching design.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Spillet er i gang! Det er enkelt å bruke gavekortet. I feltet for gavekort på betalingssiden, skriver du inn hele nummeret under strekkoden og den firesifrede PIN-koden. Klikk på Aktiver.  </p>\\r\\n<p>I butikk: Skriv ut denne siden. Ta den med til en adidas Sport Performance-, adidas Originals, eller adidas Outlet-butikk. Vis den i kassen når du betaler. <a href=\\\"https://www.adidas.no/storefinder\\\">adidas.no/storefinder</a>. Du kan bruke dette gavekortet i kombinasjon med et betalingskort.</p>\\r\\n<P>\\r\\n<p>The game is on! It is easy to use the gift card. In the gift card field on the payment page, enter the full number below the barcode and the four-digit PIN code. Click Activate. </p>\\r\\n<p>In store: Print this page. Take it to an adidas Sport Performance, adidas Originals, or adidas Outlet store. Show it at checkout when you pay. <a href=\\\"https://www.adidas.no/storefinder\\\">adidas.no/storefinder</a>. You can use this gift card in combination with a payment card.</p>\",\n            \"terms\": \"<p>Dette gavekortet kan kun løses inn hos deltagende adidas-butikker i Norge eller på adidas.no. Se www.adidas.no/gavekort for vilkår, bruksanvisninger, en liste med deltagende butikker og saldoen din. Hvis kortet ikke brukes, utløper det tre år etter kjøpsdatoen. Med forbehold om rettigheter i henhold til loven, kan ikke kortet returneres, refunderes, byttes i kontanter eller brukes for å kjøpe et nytt gavekort.</p>\\r\\n<P>\\r\\n<p>This gift card can only be redeemed at participating adidas stores in Norway or at adidas.no. See www.adidas.no/gavekort for conditions, instructions for use, a list of participating stores and your balance. If the card is not used, it expires three years after the date of purchase. Subject to rights under the law, the card cannot be returned, refunded, exchanged for cash or used to buy a new gift card.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2782/logo\",\n            \"modifiedDate\": \"2024-02-07T08:03:39.1326541\",\n            \"products\": [\n                {\n                    \"id\": 830206,\n                    \"name\": \"adidas NOK\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 5900,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 5900,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697018\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4867\",\n            \"name\": \"Aldi Ireland\",\n            \"countryCode\": \"IE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Aldi Gift Cards are an amazing way to pay for shopping in store – and better still, you can buy them online as well as in all 161 stores nationwide!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Locate store here to redeem https://stores.aldi.ie/store-finder\",\n            \"terms\": \"1. USING YOUR ALDI GIFT CARD\\r\\n\\r\\n1..1. ALDI Gift Cards:\\r\\n\\r\\n(a) should be treated as you would treat cash;\\r\\n\\r\\n(b) can be used in any ALDI store in the Republic of Ireland;\\r\\n\\r\\n(c) can be combined with other ALDI Gift Cards;\\r\\n\\r\\n(d) can be given freely to any other person (who ALDI will then consider the proper bearer of that ALDI Gift Card);\\r\\n\\r\\n(e) are only valid for five years from the date they are purchased (any amount left on an ALDI Gift Card after this date shall be forfeited without notice to you);\\r\\n\\r\\n(f) have no value until the ALDI Gift Cards have been activated. Activation of an ALDI Gift Card takes place 48 hours after it has been sent by post;\\r\\n\\r\\n(g) purchased in the Republic of Ireland cannot be used in ALDI’s stores other than ALDI’s stores in the Republic of Ireland; and\\r\\n\\r\\n(h) purchased in any country other than the Republic of Ireland cannot be used in ALDI’s stores in the Republic of Ireland.\\r\\n\\r\\n1.2. If the value of a purchase you make with an ALDI Gift Card is:\\r\\n\\r\\n(a) greater than the balance of the ALDI Gift Card being used, you will need to pay the difference by alternative means or using additional ALDI Gift Cards; or\\r\\n\\r\\n(b) less than the balance of the ALDI Gift Card being used, the remaining balance will remain on the ALDI Gift Card. Remaining balances less than €1.00 will be paid in cash.\\r\\n\\r\\n1.3. You can check the balances of ALDI Gift Cards at checkouts in each ALDI store.\\r\\n\\r\\n1.4. If any item purchased with an ALDI Gift Card is subsequently refunded or exchanged for an item of a lower value, ALDI may refund any money owed to you by adding it to the remaining balance on an ALDI Gift Card.\\r\\n\\r\\n \\r\\n\\r\\n3. RESTRICTIONS ON THE USE OF YOUR ALDI GIFT CARD\\r\\n\\r\\n2.1.ALDI Gift Cards:\\r\\n\\r\\n(a) cannot be exchanged for cash, change, ALDI Gift Cards or alternative gift cards;\\r\\n\\r\\n(b) cannot be returned or refunded, except in accordance with your legal rights (for example in the event they are faulty because they were not made to a satisfactory quality); and\\r\\n\\r\\n(c) are not a cheque guarantee, credit or charge card.\\r\\n\\r\\n3.2. ALDI Gift Cards cannot be used for the purchase of:\\r\\n\\r\\n(a) ALDI Gift Cards or third party gift cards;\\r\\n\\r\\n(b) lottery tickets, scratchcards or related material; or\\r\\n\\r\\n(c) anything through ALDI’s website(s).\\r\\n\\r\\n3.3. ALDI reserves the right to refuse to accept an ALDI Gift Card which ALDI believes has been duplicated or which ALDI otherwise suspects to be connected with fraudulent or malicious activity.\\r\\n\\r\\n3.4 The ALDI Gift Card may be withdrawn by ALDI, without liability, in the event that ALDI suspects they are being used fraudulently, illegally, or otherwise in breach of the Terms.\\r\\n\\r\\n3.5 ALDI reserves the right to limit the number of ALDI Gift Cards that can be included in an order, or be ordered by any individual user of the Site.\\r\\n\\r\\n3.6 ALDI does not accept orders for re-sale.\\r\\n\\r\\n3.7 ALDI may transfer this agreement to someone else. ALDI may transfer its rights and obligations under these Terms to another organisation. ALDI may engage third-party carriers to deliver, or make available for collection, the ALDI Gift Cards which you order. Such transfers will not affect your rights under these Terms.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4867/logo\",\n            \"modifiedDate\": \"2024-05-16T04:00:11.4521997\",\n            \"products\": [\n                {\n                    \"id\": 830580,\n                    \"name\": \"Aldi\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 2000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 2000,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.932042\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 23,\n                    \"name\": \"Shopping Mall\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 18,\n                    \"name\": \"Supermarkets & Hypermarkets\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3098\",\n            \"name\": \"Hema Netherlands\",\n            \"countryCode\": \"NL\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"You can go to HEMA for everything. From clothing and home furnishings to photos and pastries. HEMA is also the right place for original gifts. You always succeed with the HEMA gift card. Both online (only at www.hema.nl) and in the store. And shopping is possible throughout the Netherlands, Belgium, France, Germany and even in Spain.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"how does it work?<P>\\r\\nstore: take your digital voucher (printed) to the store to pay for the item. In the Netherlands you can also pay by having the barcode scanned from your smartphone or tablet. To do this, set your screen brightness to 100%\\r\\nonline: pay by choosing HEMA gift card as payment method and using the voucher code and the PIN code\",\n            \"terms\": \"can be spent at all HEMA stores in countries where the euro (€) is the currency\\r\\nview the (remaining) balance\\r\\n\\r\\nwww.hema.nl/cadeaukaart\\r\\n\\r\\nReturns and refunds of digital gift cards are not possible\\r\\nView all conditions at www.hema.nl\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3098/logo\",\n            \"modifiedDate\": \"2024-02-15T15:04:36.6679394\",\n            \"products\": [\n                {\n                    \"id\": 830622,\n                    \"name\": \"Hema cadeaukaart NL\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 150,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697351\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3354\",\n            \"name\": \"Decathlon Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Das Motto des Zehnkampfes, das Sport für die vielen zugänglich zu machen, ist nicht nur ein Leitbild, unser französisches Sportunternehmen Decathlon, ein Lebensstil. Das Unternehmen wurde 1976 gegründet und bietet 70 Sportarten unter einem Dach. Egal in welchem ​​Alter, Macht oder Sportvermögen, jeder kann das richtige Produkt für sie von einem Mountainbike zu einem Surfbrett finden. Mit den 20 eigenen Marken allein hat das Unternehmen mehr als 35 000 verschiedene Produkte, die von mehr als 1000 Einzelhandelsgeschäften in 30 Ländern verkauft werden. Das alles mit einem niedrigen Preis und hoher Qualität. Dies ist möglich, da die Lieferkette von Decathlon Produktentwicklung, Forschung und Entwicklung, Logistik und natürlich Einzelhandel umfasst.\\r\\n\\r\\n<P>\\r\\n\\r\\nDecathlon's motto, making the sport accessible to the many, is not just a mission statement, our French sports company Decathlon, a lifestyle. The company was founded in 1976 and offers 70 sports under one roof. No matter what age, power or sports ability, everyone can find the right product for them from a mountain bike to a surfboard. With its 20 own brands alone, the company has more than 35,000 different products sold by more than 1,000 retail stores in 30 countries. All this with a low price and high quality. This is possible because Decathlon's supply chain includes product development, research and development, logistics and of course retail.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p><strong>In der Fililale</strong>\\r\\nZeige deinen Gutschein an der Kasse vor</p>\\r\\n<p><strong>Online</strong>\\r\\nGib bei der Bezahlung die Nummer des Gutscheins sowie die vierstellige Internet PIN-Nummer ein</p>\\r\\n<p><strong>Vorteile</strong>\\r\\nAlle Geschenkgutscheine sind drei Jahre gültig und einlösbar für alle Produkte und Dienstleistungen, online und in deiner DECATHLON Filiale</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p><strong>In the branch</strong>\\r\\nShow your voucher at the checkout</p>\\r\\n<p><strong>Online</strong>\\r\\nWhen paying, enter the voucher number and the four-digit Internet PIN number</p>\\r\\n<p><strong>Advantages</strong>\\r\\nAll gift vouchers are valid for three years and can be redeemed for all products and services, online and in your DECATHLON branch</p>\",\n            \"terms\": \"<p>Für den Erwerb und die Einlösung von DECATHLON-Geschenkgutscheinen gelten ausschließlich diese besonderen Geschäftsbedingungen der</p>\\r\\n<p>DECATHLON Sportspezialvertriebs GmbH, Filsallee 19, 73207 Plochingen, Umsatzsteuer-Identifikationsnummer: DE811349731,  HRB 720660, Geschäftsführer: Stéphane Montini, Mathieu Georges</p>\\r\\n<p>(nachfolgend: „DECATHLON“)</p>\\r\\n<p>Abweichende Bedingungen des Kunden gelten nur, soweit sie von DECATHLON im Einzelfall ausdrücklich und schriftlich anerkannt worden sind.</p>\\r\\n<p>Die Bezeichnung „Geschenkgutschein“ bezieht sich im Folgenden auf alle auf geschenkgutschein.decathlon.de zum Verkauf angebotenen Produkte.</p>\\r\\n<h2>§ 1 Nutzungsbedingungen</h2>\\r\\n<p>Der Geschenkgutschein wird dem Kunden nach dem Kauf als PDF-Datei zum Herunterladen und Ausdrucken oder über eine Smartphone-App elektronisch zur Verfügung gestellt. Er kann von dem Besitzer für einen oder mehrere Einkäufe im Online-Shop der DECATHLON sowie in den DECATHLON Filialen der folgenden Länder eingelöst werden: Deutschland, Frankreich, Monaco, Belgien, Spanien, Ungarn, Italien, Holland, Polen, Portugal, Rumänien, Großbritannien, Schweden. Er kann auch mit anderen Zahlungsmöglichkeiten kombiniert verwendet werden.</p>\\r\\n<p>Der Geschenkgutschein kann in unterschiedlichen Höhen ab einem Wert von 5 € bis zu einem Wert von 250 € ausgestellt werden.</p>\\r\\n<p>Der Geschenkgutschein ist drei Jahre ab Kaufdatum gültig. Er ist übertragbar.</p>\\r\\n<p>Eine teilweise oder gänzliche Auszahlung des (Rest-)Werts des Geschenkgutscheins ist ausgeschlossen.</p>\\r\\n<p>Der Wert sowie das Ablaufdatum des Geschenkgutscheins kann über http://geschenkgutschein.decathlon.de/guthaben_abrufen eingesehen werden.</p>\\r\\n<h2>§ 2 Kundenkonto</h2>\\r\\n<p>Zur Bestellung eines Geschenkgutscheins ist die Erstellung eines Online- Kundenkontos notwendig. Die Pflichtangaben sind mit einem * (Sternchen) gekennzeichnet.</p>\\r\\n<p>Nach Erstellung des Kundenkontos erhält der Kunde einen Aktivierungslink per E-Mail. Der Link führt zum Kundenkonto, hier muss verpflichtend ein Passwort festgelegt werden. Danach ist der Erstellvorgang abgeschlossen.</p>\\r\\n<h2>§ 3 Vertragsschluss</h2>\\r\\n<p>Vor verbindlicher Abgabe der Bestellung über das Online-Bestellformular kann der Kunde seine Eingaben laufend über die üblichen Tastatur- und Mausfunktionen korrigieren. Alle Eingaben werden vor der verbindlichen Abgabe der Bestellung noch einmal in einer Bestellzusammenfassung angezeigt, in dieser ist eine Korrektur nicht mehr möglich, jedoch eine Löschung des erstellten Geschenkgutscheins. Für die Richtigkeit der anzugebenden Daten ist der Kunde verantwortlich.</p>\\r\\n<p>Die Darstellung des Geschenkgutscheins auf www.sporeka.de dient zur Abgabe eines Kaufangebotes von Seiten des Kunden. Mit Anklicken des Buttons \\\"\\\"Zahlungspflichtig bestellen\\\"\\\" gibt der Kunde ein verbindliches Kaufangebot ab.</p>\\r\\n<p>DECATHLON kann die Bestellung durch Versand einer Auftragsbestätigung per E-Mail innerhalb von zwei Tagen annehmen.</p>\\r\\n<p>Die Frist zur Annahme des Angebots beginnt am Tag nach der Absendung des vom Kunden abgegeben Angebots und endet mit dem Ablauf des zweiten Tages, welcher auf die Absendung des Angebots folgt.</p>\\r\\n<p>Wenn das Angebot innerhalb vorgenannter Frist nicht durch DECATHLON angenommen wird, ist der Kunde nicht mehr an seine Willenserklärung gebunden.</p>\\r\\n<p>DECATHLON speichert den Vertragstext und sendet dem Kunden die Bestelldaten und AGB per E-Mail zu. Die aktuell geltenden AGB können jederzeit auch hier eingesehen werden. Vergangene Bestellungen können in dem Kunden LogIn-Bereich eingesehen werden.</p>\\r\\n<p>DECATHLON behält sich vor, bei noch ausstehenden Zahlungen, das Angebot abzulehnen bzw. nicht anzunehmen.</p>\\r\\n<p>Für den Vertragsschluss steht dem Kunden ausschließlich die deutsche Sprache zur Verfügung.</p>\\r\\n<h2>§ 4 Verwendung eigener Motive</h2>\\r\\n<p>Dem Kunden wird ermöglicht, eigene Motive hochzuladen. Außerdem können Motive, durch das Hinzufügen von Elementen (wie Symbole, Schriften, usw.) bearbeitet oder erstellt werden.</p>\\r\\n<p>DECATHLON hat keinerlei Einfluss darauf, dass erstellte Motive individuellen Charakter haben und keine Ähnlichkeit mit den Motiven anderer Nutzer aufweisen.</p>\\r\\n<p>Der Kunde ist dafür verantwortlich, dass von ihm erstellte Motive nicht die Rechte Dritter verletzen. Beispielsweise Marken-, Urheber- oder Persönlichkeitsrechte.</p>\\r\\n<p>Der Kunde erteilt DECATHLON für das auf Sporeka.de hochgeladene bzw. erstellte Bildmaterial ein unentgeltliches, inhaltlich, sachlich, zeitlich und räumlich unbeschränktes Nutzungsrecht.</p>\\r\\n<p>Die Übertragung der Nutzungsrechte erstreckt sich auf die Verwendung als Motiv für Geschenkgutscheine. Eine Verwendung findet nur auf Kundenwunsch, d.h. durch Verwendung für, und Bestellung eines oder mehrerer Geschenkgutscheine statt.</p>\\r\\n<p>Mit Hochladen des Motivs versichert der Kunde,</p>\\r\\n<p>dass er alle Rechte an diesem innehat,</p>\\r\\n<p>dass dieses nicht gegen geltendes Recht verstößt. Hierunter fallen, unter anderem, Motive welche nationalsozialistische oder rechtsextreme Inhalte zeigen, verfassungsfeindliche Motive, Motive mit dem Zweck eine Person oder Personengruppe zu diffamieren oder anderweitig zu schädigen oder Motive mit kinderpornographischen Inhalten.</p>\\r\\n<p>dass dieses weder pornographische noch gewaltverherrlichende Szenen zeigt.</p>\\r\\n<p>Der Kunde stellt DECATHLON von allen Ansprüchen Dritter frei, die diese aus oder im Zusammenhang mit, den vom Kunden, hochgeladenen, bearbeiteten oder erstellten Motiven entstehen. Ausgenommen hiervon ist die Haftung, aufgrund eines Versäumnisses seitens DECATHLON, das Motiv fristgerecht zu entfernen, nachdem DECATHLON auf die Rechtswidrigkeit hingewiesen wurde.</p>\\r\\n<p>DECATHLON behält sich das Recht vor, Motive welche diesen Vorgaben widersprechen oder widersprechen könnten, nicht zur Verwendung für einen Geschenkgutschein zu akzeptieren. Dies begründet für DECATHLON jedoch keine Prüfungspflicht.</p>\\r\\n<h2>§ 5 Zahlungsbedingungen</h2>\\r\\n<p>Die Zahlung erfolgt per Kreditkarte (Visa-/Mastercard) oder Sofort Überweisung. Die Belastung des Kundenkontos erfolgt mit Aufgabe der Bestellung.</p>\\r\\n<p>Kommt der Kunde in Zahlungsverzug, so ist der Kaufpreis während des Verzuges in Höhe von 5%-Punkten über dem Basiszinssatz zu verzinsen. DECATHLON behält sich vor, einen höheren Verzugsschaden nachzuweisen und geltend zu machen.</p>\\r\\n<p>Die Online-Bestellung wird nach Zahlungseingang bearbeitet. Nach diesem erhält der Kunde eine Auftragsbestätigung.</p>\\r\\n<p>Wenn der Kunde SPAM-Filter einsetzt, so hat er sicherzustellen, dass alle von DECATHLON an ihn versandten E-Mails zugestellt werden können.</p>\\r\\n<p>Die Rechnung wird dem Kunden zusammen mit der Auftragsbestätigung per E-Mail zugesandt und ihm zusätzlich in seinem Kunden LogIn-Bereich auf Sporeka.de spätestens nach Ausführung der Bestellung zur Verfügung gestellt.</p>\\r\\n<p>Geschenkgutscheine sind monetäre Produkte und unterliegen nicht der Mehrwertsteuer. Geschenkgutscheine können nicht verwendet werden, um andere Geschenkgutscheine oder vergleichbare monetäre Produkte zu erwerben.</p>\\r\\n<p>Alle Beträge sind in Euro zu entrichten.</p>\\r\\n<h2>§ 6 Vertragstext</h2>\\r\\n<p>Den Vertragstext senden wir dem Kunden nach erfolgreicher Bezahlung der Bestellung nebst der zum Zeitpunkt gültigen AGBs und einer Rechnung im PDF-Format per E-Mail in Form einer Auftragsbestätigung zu. DECATHLON empfiehlt, den Vertragstext zu speichern oder auszudrucken. Die Rechnung wird zusätzlich von DECATHLON für den Kunden gespeichert und ist nach Vertragsschluss auf Sporeka.de im Kunden LogIn-Bereich abrufbar.</p>\\r\\n<h2>§ 7 Lieferung</h2>\\r\\n<p>Der Käufer des Geschenkgutscheins kann diesen über das Kundenkonto als PDF-Datei herunterladen. Zusätzlich erfolgt der Versand einer Benachrichtigungs-E-Mail, die einen Link zu einer Downloadseite enthält, von der der Gutschein als PDF heruntergeladen werden kann</p>\\r\\n<p>im Falle, dass der Käufer dem Beschenkten den Geschenkgutschein als Ausdruck persönlich übergeben möchte, unverzüglich an die E-Mail-Adresse des Käufers.</p>\\r\\n<p>im Falle, dass der Käufer den Versand der Benachrichtigungs-E-Mail direkt an den Beschenkten über Decathlon abwickeln möchte, zum auf der Bestellseite angegebenen Wunschtermin.</p>\\r\\n<h2>§ 8 Widerrufsbelehrung</h2>\\r\\n<p>Verbraucher haben ein vierzehntägiges Widerrufsrecht.</p>\\r\\n<h3>Widerrufsrecht</h3>\\r\\n<p>Sie haben das Recht, binnen vierzehn Tagen ohne Angabe von Gründen diesen Vertrag zu widerrufen. Die Widerrufsfrist beträgt vierzehn Tage ab dem Tag des Vertragsabschlusses.</p>\\r\\n<p>Um Ihr Widerrufsrecht auszuüben, müssen Sie uns (DECATHLON Sportspezialvertriebs GmbH, Filsallee 19, 73207 Plochingen, service@decathlon.de, Fax: +49 (0) 7153 99 300 99) mittels einer eindeutigen Erklärung (z. B. ein mit der Post versandter Brief, Telefax oder E-Mail) über Ihren Entschluss, diesen Vertrag zu widerrufen, informieren. Sie können dafür das beigefügte Muster-Widerrufsformular verwenden, das jedoch nicht vorgeschrieben ist.</p>\\r\\n<p>Zur Wahrung der Widerrufsfrist reicht es aus, dass Sie die Mitteilung über die Ausübung des Widerrufsrechts vor Ablauf der Widerrufsfrist absenden.</p>\\r\\n<h3>Folgen des Widerrufs</h3>\\r\\n<p>Wenn Sie diesen Vertrag widerrufen, haben wir Ihnen alle Zahlungen, die wir von Ihnen erhalten haben, einschließlich der Lieferkosten (mit Ausnahme der zusätzlichen Kosten, die sich daraus ergeben, dass Sie eine andere Art der Lieferung als die von uns angebotene, günstigste Standardlieferung gewählt haben), unverzüglich und spätestens binnen vierzehn Tagen ab dem Tag zurückzuzahlen, an dem die Mitteilung über Ihren Widerruf dieses Vertrags bei uns eingegangen ist. Für diese Rückzahlung verwenden wir dasselbe Zahlungsmittel, das Sie bei der ursprünglichen Transaktion eingesetzt haben, es sei denn, mit Ihnen wurde ausdrücklich etwas anderes vereinbart; in keinem Fall werden Ihnen wegen dieser Rückzahlung Entgelte berechnet.</p>\\r\\n<h3>Muster-Widerrufsformular</h3>\\r\\n<p>(Wenn Sie den Vertrag widerrufen wollen, dann füllen Sie bitte dieses Formular aus und senden Sie\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3354/logo\",\n            \"modifiedDate\": \"2024-02-12T12:07:13.9789547\",\n            \"products\": [\n                {\n                    \"id\": 831080,\n                    \"name\": \"Decathlon DE\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 250,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697467\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2894\",\n            \"name\": \"Decathlon France\",\n            \"countryCode\": \"FR\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"La devise de Decathlon, rendre le sport accessible au plus grand nombre, n'est pas seulement un énoncé de mission, notre entreprise sportive française Decathlon, c'est un mode de vie. L'entreprise a été fondée en 1976 et propose 70 sports sous un même toit. Quel que soit son âge, son pouvoir d'achat ou ses capacités sportives, chacun peut trouver le produit adapté pour le transport de la montagne à la planche de surf. Avec ses 20 marques propres, l'entreprise compte plus de 35 000 produits différents vendus dans plus de 1 000 magasins de détail dans 30 pays. Tout cela à bas prix et de haute qualité. Cela est possible car la chaîne d'approvisionnement de Decathlon comprend la création de produits, la recherche et le développement, la logistique et bien sûr la vente au détail.\\r\\n\\r\\n<P>\\r\\n\\r\\nThe Decathlon motto of making sport accessible to the many, is not just a mission statement, our French sports company Decathlon, it is a way of life. The company was founded in 1976 and offers 70 sports under one roof. Regardless of age, spending power or sporting ability, everyone can find the right product for transporting from the mountain to a surfboard. With its 20 own brands, the company has more than 35,000 different products sold in more than 1000 retail stores in 30 countries. All this at low prices and high quality. This is possible because Decathlon's supply chain includes product creation, research and development, logistics and of course retail.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p><strong>En magasin</strong>\\r\\nPrésentez votre carte cadeau pour régler vos achats</p>\\r\\n<p><strong>Sur internet</strong>\\r\\nÀ l'étape \\\"\\\"Paiement\\\"\\\", renseignez les 16 chiffres inscrits sous le code-barres et les 4 chiffres du code internet</p>\\r\\n<p><strong>Avantages</strong>\\r\\nToutes nos cartes cadeaux sont valables 2 ans et sur l’ensemble des produits et services de l’enseigne Décathlon</p>\\r\\n\\r\\n\\r\\n<P>\\r\\n\\r\\n<p><strong>In store</strong>\\r\\nPresent your gift card to pay for your purchases</p>\\r\\n<p><strong>On the internet</strong>\\r\\nIn the \\\"Payment\\\" step, enter the 16 digits listed under the barcode and the 4 digits of the internet code</p>\\r\\n<p><strong>Advantages</strong>\\r\\nAll our gift cards are valid for 2 years and on all Decathlon brand products and services</p>\\r\\n\",\n            \"terms\": \"<h2>PREAMBULE</h2>\\r\\n<p>Les présentes conditions sont conclues exclusivement entre la société Sporeka SAS, immatriculée au RCS de Lille Métropole sous le numéro 523 457 117, dont le siège social se situe 4 bd de Mons, 59650 VILLENEUVE D'ASCQ, ci-après dénommée « DECATHLON Carte Cadeau » et toute personne physique, domiciliée dans un des pays de livraison mentionné à l’article 4, agissant pour ses besoins privés et effectuant un achat auprès de DECATHLON Carte Cadeau sur le site www.carte-cadeau.decathlon.fr, ci-après dénommée « le Client » et collectivement dénommées \\\"\\\" les Parties \\\"\\\".</p>\\r\\n<p>Le terme « Carte(s) Cadeau(x) » désigne ci-après l’ensemble des produits vendus par DECATHLON Carte Cadeau, tels que carte cadeau, e-carte cadeau ou équivalent.</p>\\r\\n<p>Le Client déclare avoir la capacité juridique à contracter, lui permettant ainsi d'effectuer une commande auprès de DECATHLON Carte Cadeau.</p>\\r\\n<p>Il est précisé que les produits vendus par DECATHLON Carte Cadeau sont à destination exclusive du Client, qui s'engage à ne pas procéder à leur revente, conformément aux dispositions ci-après.</p>\\r\\n<p>Les Parties conviennent que leurs relations seront régies exclusivement par les présentes conditions générales de vente, à cet effet le Client les accepte dans leur intégralité sans aucune réserve. Ces conditions peuvent faire l'objet de modifications, dès lors il est entendu que les conditions applicables sont celles en vigueur au moment de la passation de la commande. La date de mise à jour de ces Conditions Générales de Vente vaut date d'entrée en vigueur, annulant et remplaçant les versions antérieures.</p>\\r\\n<h2>ARTICLE 1 - CONDITIONS D'UTILISATION</h2>\\r\\n<p>La Carte Cadeau est un bon d'achat qui permet à son titulaire de régler ses achats, en une ou plusieurs fois, en complétant si nécessaire avec un autre moyen de paiement :</p>\\r\\n<ul>\\r\\n<li>\\r\\n<p>dans les magasins des filiales du groupe DECATHLON SA : DECATHLON, DECATHLON EASY et DECAT' dans certains pays (notamment France, Monaco, Allemagne, Belgique, Espagne, Hongrie, Italie, Pays-Bas, Pologne, Portugal, Roumanie, Royaume-Uni, Suède et dans les TOM) ;</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>sur www.decathlon.fr. En cas d'utilisation en ligne, indiquez le n° de carte cadeau et le code présent sous la zone à gratter au verso de votre carte.</p>\\r\\n</li>\\r\\n</ul>\\r\\n<p>Les Cartes Cadeaux sont vendues uniquement aux particuliers, pour un montant variable, déterminé par le Client et compris entre dix (10)€ et deux cents cinquante (250)€ et comprenant jusqu'à deux (2) décimales (ex: 25,20€); les montants étant exprimés toutes taxes comprises (TTC).</p>\\r\\n<p>La période de validité d’une Carte Cadeau est de vingt quatre (24) mois à compter de son activation.</p>\\r\\n<p>Les Cartes Cadeaux sont envoyées inactives auprès du Client ou du bénéficiaire. Elles sont automatiquement activées au bout de 48h, ou immédiatement en cas d'envoi par email. La Carte Cadeau est valable à compter de son activation et jusqu'à vingt quatre (24) mois après l'activation.</p>\\r\\n<p>Le paiement avec la Carte peut-être effectué à hauteur du montant de la Carte, jusqu'à l'épuisement du solde ou l'arrivée du terme de validité.</p>\\r\\n<p>En aucun cas les Cartes Cadeaux, même consommées partiellement, ne peuvent être échangées contre des espèces.</p>\\r\\n<p>Les informations du solde de la Carte ainsi que la date de validité sont consultables en ligne sous la rubrique « Vous avez reçu une Carte Cadeau ? ».</p>\\r\\n<h2>ARTICLE 2 - COMMANDE</h2>\\r\\n<h3>A. CREATION D'UN COMPTE CLIENT</h3>\\r\\n<p>Pour passer une commande pour la première fois, il est indispensable de créer un compte client sur le site Carte Cadeau. Cet espace client se créé facilement en quelques clics en complétant le formulaire proposé en ligne et en donnant certaines informations obligatoires d'identification.</p>\\r\\n<h3>B. SAISIE DE VOTRE COMMANDE EN LIGNE</h3>\\r\\n<p>La saisie de la commande se fait selon les instructions précisées en ligne.</p>\\r\\n<p>Le Client s'engage à compléter les champs obligatoires (marqués *), à défaut de quoi, la commande ne pourra être enregistrée.</p>\\r\\n<p>Le Client s'engage à nous communiquer des informations sincères, nous nous réservons le droit d'opposer un refus de vente dans le cas contraire.</p>\\r\\n<p>La commande est enregistrée après création du compte client et validation de la commande en ligne.</p>\\r\\n<p>La commande en ligne n'est effective qu'après la validation du paiement du Client. Le Client reçoit alors un email d'accusé de réception de commande. Il est précisé qu’en cas d’achat de Carte Cadeau personnalisée, le traitement de la commande pourra être plus long.</p>\\r\\n<p>Les commandes confirmées sont traitées et expédiées, après réception du paiement, du lundi au vendredi, hors jours fériés. En cas d'incident empêchant le traitement de la commande du Client, celle-ci est annulée et le paiement est annulé et/ou remboursé. Le remboursement est effectué par virement sur le compte bancaire du Client ayant effectué la transaction initiale. Une confirmation de remboursement est adressée par email au Client.</p>\\r\\n<p>Le Client reconnait que les commandes passées auprès de notre service sont fermes et définitives et ne pourront en aucune façon donner lieu à remboursement ni être annulées, sauf application du droit de rétractation. A aucun moment, les sommes encaissées ne pourront être considérées comme des arrhes ou des acomptes.</p>\\r\\n<p>Il est de la responsabilité du Client de s'assurer que les coordonnées qu'il a communiquées lors de sa commande sont correctes et qu'elles permettront au destinataire de recevoir la commande et au Client la confirmation de celle-ci; DECATHLON Carte Cadeau déclinant toute responsabilité en cas d'erreur du Client. Dans l'hypothèse où le Client ne recevrait pas cette confirmation, il lui incombe de nous contacter.</p>\\r\\n<p>La fourniture en ligne de numéro de carte bancaire et la validation de la commande vaudront preuve de l'intégralité de la dite commande et de l'exigibilité des sommes engagées, conformément aux dispositions de la loi du 13 mars 2000. Cette validation vaut signature et acceptation expresse des opérations effectuées sur le Site.</p>\\r\\n<h3>C. DISPONIBILITE</h3>\\r\\n<p>Nos offres de produits et de services sont valables aussi longtemps qu'elles sont visibles sur le Site, sauf opérations spéciales dont la durée de validité est spécifiée sur le Site.</p>\\r\\n<p>En cas de commande d'un ou de plusieurs articles qui se révélerai(en)t indisponible(s), le Client sera informé et pourra à sa convenance choisir l’une des options suivantes :</p>\\r\\n<ul>\\r\\n<li>DECATHLON Carte Cadeau se réserve le droit de proposer un produit d’une qualité et d’un prix équivalent ou supérieur, sans frais supplémentaire pour le Client et sous réserve de l’acceptation de ce dernier ;</li>\\r\\n<li>annuler la commande de l’article indisponible.</li>\\r\\n</ul>\\r\\n<p>En cas de commande de plusieurs produits, si l'un des produits se révèle indisponible, DECATHLON Carte Cadeau informera alors le Client. L’ensemble de la commande ne sera traité et expédié que lorsque l'ensemble des produits de cette commande sera disponible, sauf si le Client décide de recevoir en priorité les articles disponibles de sa commande. Le Client ne sera alors facturé que des frais de ports annoncés au moment de la commande pour les deux livraisons. Le Client peut également opter pour l’annulation partielle de sa commande concernant les produits indisponibles.</p>\\r\\n<h3>D. PREUVE DE LA COMMANDE/PAIEMENT</h3>\\r\\n<p>Sauf preuve contraire, nos registres informatiques et ceux de nos prestataires, conservés dans des conditions raisonnables de sécurité, constitueront la preuve de l'ensemble des transactions passées entre DECATHLON Carte Cadeau et le Client. Conformément à la règlementation en vigueur, DECATHLON Carte Cadeau procède à un archivage des commandes sur un support fiable. Le Client pourra y avoir accès sur le Site dans l'espace \\\"\\\" Mon compte \\\"\\\". Dans tous les cas, DECATHLON Carte Cadeau recommande au Client de conserver l'e-mail de validation de sa commande ainsi que sa facture.</p>\\r\\n<h2>ARTICLE 3 - FACTURATION ET MODALITES DE PAIEMENT</h2>\\r\\n<p>Les prix affichés par défaut sur le Site sont indiqués en euros et toutes charges comprises.</p>\\r\\n<p>Les Cartes Cadeaux sont des produits monétiques non assujettis à la TVA.</p>\\r\\n<p>Les prix de nos offres sont valables aussi longtemps qu'ils sont visibles sur le Site, sauf opérations spéciales dont la durée de validité est spécifiée sur le Site et sous réserve de modification du taux de TVA applicable. Tout changement de ce taux pourrait alors être répercuté immédiatement sur les prix de vente.</p>\\r\\n<p>Les prix des produits s'entendent hors frais de port, prix de certains emballages ou encore prix d'autres services optionnels, souscrits par le Client, qui restent en sus. Ces derniers seront portés à la connaissance du Client sur l'écran récapitulatif avant validation définitive de la commande.</p>\\r\\n<p>DECATHLON Carte Cadeau se réserve le droit de modifier à tout moment les tarifs. Le tarif en vigueur est celui applicable au jour de la commande.</p>\\r\\n<p>La facturation est libellée au nom du Client (nom, adresse) et est émise à la validation de la commande. Elle est ensuite disponible et téléchargeable sur l’espace du Client.</p>\\r\\n<p>L'achat de Cartes Cadeaux ou autres produits monétiques ne peut être effectué avec des Cartes Cadeaux. Toutes les commandes sont payables en euros.</p>\\r\\n<p>DECATHLON Carte Cadeau accepte les cartes bancaires suivantes = Carte Bancaire, Visa et Mastercard.</p>\\r\\n<p>Dans le cas de contrôles anti-fraude ayant pour but de sécuriser les transactions de ses Clients, DECATHLON Carte Cadeau sera en droit de demander au Client de fournir un ou plusieurs justificatifs de domicile et/ou copie de carte d'identité par e-mail ou fax avant de valider sa commande.</p>\\r\\n<p>La commande ne sera alors définitive qu'à réception, par DECATHLON Carte Cadeau, de ces documents et envoi d'un e-mail de confirmation. A défaut de la réception de ces pièces ou si celles-ci ne permettent pas.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2894/logo\",\n            \"modifiedDate\": \"2024-02-12T11:47:10.8163424\",\n            \"products\": [\n                {\n                    \"id\": 831088,\n                    \"name\": \"Decathlon FR\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 150,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696841\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5065\",\n            \"name\": \"Nord VPN\",\n            \"countryCode\": \"WW\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Internet security? NordVPN – your solution!\\r\\n\\r\\nData encryption allows you to make your Internet connection more secure on your devices! Just one click will provide you with security on the Internet, wherever you are! NordVPN is one of the leading providers in the VPN segment!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To activate a NordVPN code, visit: https://my.nordaccount.com/activate/\\r\\n<P>\\r\\n2. Expiration date - Unlimited\\r\\n<P>\\r\\n3. Redemption countries - Global\",\n            \"terms\": \"Visit https://my.nordaccount.com/legal/terms-of-service/nordvpn/\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5065/logo\",\n            \"modifiedDate\": \"2024-02-21T14:09:56.493972\",\n            \"products\": [\n                {\n                    \"id\": 831289,\n                    \"name\": \"Nord VPN 1M 11.99 USD\",\n                    \"minFaceValue\": 11.99,\n                    \"maxFaceValue\": 11.99,\n                    \"count\": 29,\n                    \"price\": {\n                        \"min\": 11.99,\n                        \"max\": 11.99,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:30:08.4407688\"\n                },\n                {\n                    \"id\": 831291,\n                    \"name\": \"Nord VPN 12M 69.99 USD\",\n                    \"minFaceValue\": 69.99,\n                    \"maxFaceValue\": 69.99,\n                    \"count\": 26,\n                    \"price\": {\n                        \"min\": 69.99,\n                        \"max\": 69.99,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T09:51:08.5601954\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 16,\n                    \"name\": \"Electronics\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2878\",\n            \"name\": \"Decathlon Poland\",\n            \"countryCode\": \"PL\",\n            \"currencyCode\": \"PLN\",\n            \"description\": \"Decathlon motto o tym, aby sport był dostępny dla wielu osób, to nie tylko misja, nasze francuskie przedsiębiorstwo sportowe Decathlon, jego sposób życia. Firma została założona w 1976 roku i oferuje 70 sportów pod jednym dachem. Niezależnie od wieku, zdolności do uprawiania sportu lub sportu, każdy może znaleźć odpowiedni produkt dla rowerzysty i deski surfingowej. W swojej 20 własnych markach firma posiada ponad 35 000 różnych produktów sprzedawanych przez ponad 1000 sklepów detalicznych w 30 krajach. Wszystko to z niską ceną i wysoką jakością. Jest to możliwe, ponieważ łańcuch dostaw firmy Decathlon obejmuje tworzenie produktów, badania i rozwój, logistykę i oczywiście handel detaliczny.\\r\\n\\r\\n<P>\\r\\n\\r\\nDecathlon's motto to make sport accessible to many people is not only a mission, our French sports company Decathlon, its way of life. The company was founded in 1976 and offers 70 sports under one roof. Regardless of age, ability to play sports or sports, everyone can find the right product for a cyclist and a surfboard. The company has over 35,000 different products under its 20 own brands, sold through over 1,000 retail stores in 30 countries. All this with a low price and high quality. This is possible because Decathlon's supply chain includes product development, research and development, logistics and, of course, retail.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p><strong>W sklepie:</strong>\\r\\nUżyj swojej karty aby dokonać transakcji w sklepie.</p>\\r\\n<p><strong>Online</strong>\\r\\nAby zapłacić online wpisz numer swojej Karty Podarunkowej i 4 cyfry kodu PIN</p>\\r\\n<p><strong>Korzyści</strong>\\r\\nKażda karta jest ważna 2 lata na wszystkie produkty i usługi dostępne w Decathlon.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p><strong>In the store:</strong>\\r\\nUse your card to make a transaction in the store.</p>\\r\\n<p><strong>Online</strong>\\r\\nTo pay online, enter your Gift Card number and the 4 digits of your PIN code.</p>\\r\\n<p><strong>Benefits</strong>\\r\\nEach card is valid for 2 years for all products and services available at Decathlon.</p>\",\n            \"terms\": \"<p>Sprzedaż z wykorzystaniem Karty Podarunkowej nie jest możliwa przy dokonywaniu zakupów w sklepie Decathlon Basic Pabianice oraz podczas korzystania z usług oferowanych przez Decathlon za pośrednictwem następujących platform internetowych: https://rent.decathlon.pl/ , https://go.decathlon . pl / i https://club.decathlon.pl/.</p>\\r\\n<p>Podczas jednej transakcji w sklepie stacjonarnym Klient może zrealizować maksymalnie 10 Kart Podarunkowych. Podczas jednej transakcji w decathlon.pl - maksymalnie 3 Karty Podarunkowe.</p>\\r\\n<p>Więcej informacji na temat warunków można znaleźć na stronie internetowej <a href=\\\"https://kartapodarunkowadlabiznesu.decathlon.pl/terms-conditions\\\">https://kartapodarunkowadlabiznesu.decathlon.pl/terms-conditions</a>.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Sales using the Gift Card are not possible when making purchases in the Decathlon Basic Pabianice store and when using the services offered by Decathlon via the following online platforms: https://rent.decathlon.pl/, https://go. decathlon . pl / and https://club.decathlon.pl/.</p>\\r\\n<p>During one transaction in a stationary store, the Customer can redeem a maximum of 10 Gift Cards. During one transaction at decathlon.pl - a maximum of 3 Gift Cards.</p>\\r\\n<p>More information about the terms and conditions can be found on the website <a href=\\\"https://kartapodarunkowadlabiznesu.decathlon.pl/terms-conditions\\\">https://kartapodarunkowadlabiznesu.decathlon.pl/terms-conditions</a> .</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2878/logo\",\n            \"modifiedDate\": \"2024-02-12T12:23:10.8836599\",\n            \"products\": [\n                {\n                    \"id\": 831781,\n                    \"name\": \"Decathlon PLN\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 20,\n                        \"max\": 1000,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696892\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4865\",\n            \"name\": \"JD Sports UK\",\n            \"countryCode\": \"GB\",\n            \"currencyCode\": \"GBP\",\n            \"description\": \"JD Sports UK gift card offers you the freedom to shop for top sports and fashion merchandise from the leading retailer in the UK. Pay with your favorite cryptocurrencies and enjoy the ease of digital shopping.\\r\\n\\r\\nMen's clothing: Buy exclusive designs and limited edition men's sports fashion.\\r\\nWomen's apparel: Explore the wide range of women's clothing, footwear, and accessories.\\r\\nKids wear: Get stylish sports and casual wear for kids.\\r\\nPaying for your JD Sports UK gift card with crypto on Bitrefill is the smart shopping choice. Enjoy the benefits of instant delivery of your digital gift card code which is ready for online redemption. You can easily check your card balance and use it to pay for your purchases. Notably, you have the advantage of shopping from anywhere in the world. Start reaping the benefits of a truly virtual shopping experience.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Gift Cards are valid for twelve months from date of purchase. The Gift Card will expire and any remaining balance will reduce to nil if it is not used within a 12 month period.\\r\\n\\r\\nJD UK eGift Cards can be used in store. Simply present the email or text message to the assistant at the checkout and they’ll enter the code in to the till. Any unused balance will remain on the eGift Card and any shortfall will need to be paid using an alternative payment method\",\n            \"terms\": \"\\r\\nhttps://jdsports-client-resources.co.uk/jdsports-client-resources/terms/egift-cards---tcs-new.3cb35d1.html\\r\\n\\r\\neGift card Terms and Conditions\\r\\n\\r\\n-You can check your remaining balance via the above website using the eGift card balance checker.\\r\\n-eGift cards will expire 12 months from the date of purchase of the eGift card if not used and we will not refund any remaining balance. This 12-month period will renew for a further 12 months after each purchase using the eGift card and/or after each time you request a balance check of the eGift card\\r\\nWe will not be responsible if an incorrect email address is submitted at the time of purchase. If the eGift card you purchase is sent to someone else, it will not be replaced, or its value refunded. We will not be responsible if your eGift card is lost or stolen.\\r\\nLeGift cards are valid for use in our UK stores and online at www.jdsports.co.uk or on the JD Sports App\\r\\nThe value of your purchase(s) will be deducted from the balance on your eGift card; any remaining balance can be used against future purchases\\r\\nReturning an item purchased with an eGift card\\r\\nIf you purchase goods online (in full) using an eGift card, after your item has been returned via post, your refund will be credited to a new eGift card and not by any other means including cash or bank transfers. See our Returns Policy for more information on returns.\\r\\nIf you purchase goods online in excess of the value of the eGift card and pay (in part) using an eGift card and pay the extra (in part) using another payment method, then after your item has been returned via post, the amount you paid via the eGift card will be credited to a new eGift card and not by any other means including cash or bank transfers. The amount you paid using another payment method will be credited using that same payment method.\\r\\neGift card exclusions\\r\\neGift cards are not a cheque guarantee or a credit card. eGift cards cannot be refunded or exchanged for cash. eGift cards cannot be re-sold. JD cannot be held liable for lost or stolen eGift cards or be used without with permission of the owner.\\r\\neGift cards are not for re-sale and cannot be exchanged for cash. You cannot use Klarna, Paypal Credit or JDX Pay to purchase an eGift card.\\r\\neGift cards cannot be used in conjunction with any other discount or promotion online at the time of purchase but student discount may be used when spending using the eGift card. eGift cards cannot be used to purchase items delivered directly by a supplier e.g. Adidas or Nike. You cannot use your eGift card to discharge indebtedness in respect to JDX Pay.\\r\\nYou can use eGift cards on our UK site when you place an order for international delivery, but you cannot use an eGift card if you’re placing an order on one of our international sites.\\r\\nJD reserves the right to amend, waive or add any further terms and conditions necessary due to legal, security or regulatory reasons. Notice of any changes to those terms and conditions will be displayed in stores and on our website www.jdsports.co.uk.\\r\\nJD reserves the right to refuse redemption of an eGift card where we reasonably believe that the eGift card has been altered, copied, corrupted or otherwise used in any fraudulent way.\\r\\nAn order confirmation email and text will be sent to the purchaser following purchase of an eGift card.\\r\\nIf you find that your eGift card is not accepted at checkout, check the eGift card number and pin number you’ve entered and try again. If you continue to experience any further issues email customercare@jdsports.co.uk or call us on 0161 393 7055.\\r\\nWhen placing an order, you agree to receive marketing emails from us. For our privacy policy click here.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4865/logo\",\n            \"modifiedDate\": \"2024-05-16T04:00:41.6798354\",\n            \"products\": [\n                {\n                    \"id\": 831850,\n                    \"name\": \"JD Sports UK\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 300,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.9320449\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3391\",\n            \"name\": \"Nando's Ireland\",\n            \"countryCode\": \"IE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Home to the legendary flame-grilled PERi-PERi chicken. Afro-Portuguese inspired. South African born.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>You can use your Gift Card when ordering Walk-in Collect and Eat-in at the till. (You can't on Click & Collect or delivery just yet, sorry!)</p>\",\n            \"terms\": \"<p>For full Terms & Conditions please visit our website - <a href=\\\"https://www.nandos.ie/food/gift-card/terms-and-conditions\\\">www.nandos.ie/food/gift-card/terms-and-conditions</a></p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3391/logo\",\n            \"modifiedDate\": \"2023-09-08T11:01:01.5365273\",\n            \"products\": [\n                {\n                    \"id\": 832537,\n                    \"name\": \"Nando's IE\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 100,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697501\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"Dining & Restaurants\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2791\",\n            \"name\": \"Nando's UK\",\n            \"countryCode\": \"GB\",\n            \"currencyCode\": \"GBP\",\n            \"description\": \"Home to the legendary flame-grilled PERi-PERi chicken. Afro-Portuguese inspired. South African born.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>You can use your Gift Card when ordering Walk-in Collect and Eat-in at the till. (You can't on Click & Collect or delivery just yet, sorry!)</p>\",\n            \"terms\": \"<p>For full Terms & Conditions please visit the Nando's website - <a href=\\\"https://www.nandos.co.uk/food/gift-card/terms-and-conditions\\\">www.nandos.co.uk/food/gift-card/terms-and-conditions</a></p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2791/logo\",\n            \"modifiedDate\": \"2023-09-08T11:01:38.9859496\",\n            \"products\": [\n                {\n                    \"id\": 832585,\n                    \"name\": \"Nando's GBP\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 100,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697036\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"Dining & Restaurants\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4957\",\n            \"name\": \"Crunchyroll on VRV\",\n            \"countryCode\": \"GB\",\n            \"currencyCode\": \"GBP\",\n            \"description\": \"Crunchyroll UK 3 Months Subscription\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redemption Instructions\\n\\n  Visit crunchyroll.com/redeem to begin redemption process.\\n  Log in or create your Crunchyroll account.\\n  Enter the PIN CODE and this Gift Card will immediately apply to your account. \\n\",\n            \"terms\": \"Terms and ConditionsOne month is equal to 30 days, 3 months to 90 days, and 12 months to 360 days.\\nIn order to redeem this Gift Card, you must have or register for a Crunchyroll account. If a Premium membership already exists on your account, the membership will be activated before the old one expires. This card is redeemable for full-price standalone Mega Fan membership for the term purchased, and cannot be redeemed with any other discounts. This card is nonrefundable and cannot be redeemed for cash (except where required by law) and may not be resold. This is a single-use card, and the full value will be credited to your account at redemption. Crunchyroll is not responsible for lost, stolen, fraudulently obtained cards, or unauthorized use. This gift card is issued by Crunchyroll, LLC and has no value until activated by cashier. Terms of this Gift Card may change without notice. By using this Crunchyroll Gift Card, you accept these terms and the full terms governing Crunchyroll Gift Cards at crunchyroll.com/giftcard-terms.\\nPlease refer to crunchyroll.com/redeem to verify the expiration date. \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4957/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5264698\",\n            \"products\": [\n                {\n                    \"id\": 832805,\n                    \"name\": \"Crunchyroll 3M UK 13.99 GBP\",\n                    \"minFaceValue\": 13.99,\n                    \"maxFaceValue\": 13.99,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 13.99,\n                        \"max\": 13.99,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.441017\"\n                },\n                {\n                    \"id\": 832807,\n                    \"name\": \"Crunchyroll 12M UK 49.99 GBP\",\n                    \"minFaceValue\": 49.99,\n                    \"maxFaceValue\": 49.99,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 49.99,\n                        \"max\": 49.99,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410173\"\n                },\n                {\n                    \"id\": 832808,\n                    \"name\": \"Crunchyroll 1M UK 4.99 GBP\",\n                    \"minFaceValue\": 4.99,\n                    \"maxFaceValue\": 4.99,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4.99,\n                        \"max\": 4.99,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410173\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"4557\",\n            \"name\": \"NetonNet Norway\",\n            \"countryCode\": \"NO\",\n            \"currencyCode\": \"NOK\",\n            \"description\": \"Gavekort fra NetOnNet: Lett å gi – morsomt å få NetOnNet tilbyr et stort utvalg av hjemmeelektronikk som TV, datamaskiner, telefoner med mer, fra både egne og velkjente varemerker. Hos oss kan du handle på nettet når du vil, med raske fraktfrie leveringer. Vil du heller besøke en Lagershop så er de åpne 6 dager i uken, og uansett om du velger å handle på nett eller i Lagershop, så har vi samme lave priser. NetOnNets gavekort fungerer både på netonnet.no og i Lagershop, og kan brukes i sin helhet til å betale ett kjøp, eller du kan bruke deler av beløpet ved flere anledninger.\\r\\n\\r\\n<P>\\r\\n\\r\\nGift cards from NetOnNet: Easy to give - fun to get NetOnNet offers a large selection of home electronics such as TVs, computers, telephones and more, from both own and well-known brands. With us, you can shop online whenever you want, with fast, free delivery. If you would rather visit a Lagershop, they are open 6 days a week, and regardless of whether you choose to shop online or in the Lagershop, we have the same low prices. NetOnNet's gift card works both at netonnet.no and in Lagershop, and can be used in its entirety to pay for one purchase, or you can use parts of the amount on several occasions.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<ul>\\r\\n<li>Gavekortet innløses hos: netonnet.no eller i en NetonNet lagershop * Man kan ha til gode penger om man ikke bruker opp hele verdien på gavekort * Flere gavekort kan innløses per ordre</li>\\r\\n</ul>\\r\\n\\r\\n<P>\\r\\n\\r\\n<ul>\\r\\n<li>The gift card can be redeemed at: netonnet.no or in a NetonNet stock shop * You can have good money if you do not use up the entire value of the gift card * Several gift cards can be redeemed per order</li>\\r\\n</ul>\",\n            \"terms\": \"Visit <p>https://www.netonnet.no/content/customerservice/kjpsvilkar-privat/</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4557/logo\",\n            \"modifiedDate\": \"2024-02-20T10:20:00.3328782\",\n            \"products\": [\n                {\n                    \"id\": 832825,\n                    \"name\": \"NetonNet NO 3000 NOK\",\n                    \"minFaceValue\": 3000,\n                    \"maxFaceValue\": 3000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 3000,\n                        \"max\": 3000,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699052\"\n                },\n                {\n                    \"id\": 832827,\n                    \"name\": \"NetonNet NO 2000 NOK\",\n                    \"minFaceValue\": 2000,\n                    \"maxFaceValue\": 2000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 2000,\n                        \"max\": 2000,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699054\"\n                },\n                {\n                    \"id\": 832828,\n                    \"name\": \"NetonNet NO 900 NOK\",\n                    \"minFaceValue\": 900,\n                    \"maxFaceValue\": 900,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 900,\n                        \"max\": 900,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699054\"\n                },\n                {\n                    \"id\": 832830,\n                    \"name\": \"NetonNet NO 800 NOK\",\n                    \"minFaceValue\": 800,\n                    \"maxFaceValue\": 800,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 800,\n                        \"max\": 800,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699055\"\n                },\n                {\n                    \"id\": 832831,\n                    \"name\": \"NetonNet NO 700 NOK\",\n                    \"minFaceValue\": 700,\n                    \"maxFaceValue\": 700,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 700,\n                        \"max\": 700,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699056\"\n                },\n                {\n                    \"id\": 832833,\n                    \"name\": \"NetonNet NO 600 NOK\",\n                    \"minFaceValue\": 600,\n                    \"maxFaceValue\": 600,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 600,\n                        \"max\": 600,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699057\"\n                },\n                {\n                    \"id\": 832834,\n                    \"name\": \"NetonNet NO 500 NOK\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 500,\n                        \"max\": 500,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699057\"\n                },\n                {\n                    \"id\": 832836,\n                    \"name\": \"NetonNet NO 400 NOK\",\n                    \"minFaceValue\": 400,\n                    \"maxFaceValue\": 400,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 400,\n                        \"max\": 400,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699058\"\n                },\n                {\n                    \"id\": 832837,\n                    \"name\": \"NetonNet NO 300 NOK\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 300,\n                        \"max\": 300,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699059\"\n                },\n                {\n                    \"id\": 832839,\n                    \"name\": \"NetonNet NO 200 NOK\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 200,\n                        \"max\": 200,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699059\"\n                },\n                {\n                    \"id\": 832840,\n                    \"name\": \"NetonNet NO 100 NOK\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869906\"\n                },\n                {\n                    \"id\": 832842,\n                    \"name\": \"NetonNet NO 1000 NOK\",\n                    \"minFaceValue\": 1000,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1000,\n                        \"max\": 1000,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699061\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 16,\n                    \"name\": \"Electronics\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3458\",\n            \"name\": \"Starbucks Canada\",\n            \"countryCode\": \"CA\",\n            \"currencyCode\": \"CAD\",\n            \"description\": \"<p>Starbucks Card eGifts are digital gift cards that can be used for anything, such as a cup of the mellow Starbucks blonde roast coffee, a skinny mocha, or a hot or iced hazelnut macchiato. Use it all at once or across multiple visits, in participating stores.</p>\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem code go to https://www.starbucks.ca/\\r\\n\",\n            \"terms\": \"<p>Treat this Card like cash.<br />\\r\\nReload your Card, check your balance and find out how to register and protect your Card balance at participating stores, <a href=\\\"http://www.Starbucks.ca/card\\\">Starbucks.ca/card</a> or 1-800-782-7282. Cannot be redeemed for cash unless required by law. Refunds only provided for unused Cards with the original receipt. This Card does not expire, nor does Starbucks charge fees. Complete terms and conditions available on our website. Use of this Card constitutes acceptance of these terms and conditions.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3458/logo\",\n            \"modifiedDate\": \"2024-05-15T12:00:15.8732963\",\n            \"products\": [\n                {\n                    \"id\": 833295,\n                    \"name\": \"Starbucks CAD\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 500,\n                        \"currencyCode\": \"CAD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7037992\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"Dining & Restaurants\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2840\",\n            \"name\": \"Costa Coffee UK\",\n            \"countryCode\": \"GB\",\n            \"currencyCode\": \"GBP\",\n            \"description\": \"The Costa brothers’ dream was to bring irresistible coffee and community spirit to the people of London. Today, our vision is bold and simple. To be the worlds favourite coffee shop brand. We want Costa to be close by whenever you need a carefully crafted, simple pleasure to brighten your day. We want to welcome people from all corners of the globe to The Home of Irresistible Coffee.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<ol>\\r\\n<li>Print out the page or take your phone with you to the Costa store.</li>\\r\\n<li>Show the QR code to your barista for them to scan at the till.</li>\\r\\n<li>They will confirm your balance and deduct your purchase.</li>\\r\\n</ol>\\r\\n<p>*You may use your Costa Gift Card to purchase eligible items at any participating Costa coffee shop outlets in the UK excluding Northern Ireland. Costa Gift Cards are not able to be redeemed in any Costa Express or Proud to Serve outlet.'</p>\",\n            \"terms\": \"<p>For full terms and conditions, please see: <a href=\\\"https://gifting.costa.co.uk/terms-and-conditions\\\">https://gifting.costa.co.uk/terms-and-conditions</a></p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2840/logo\",\n            \"modifiedDate\": \"2023-12-13T09:52:50.0528175\",\n            \"products\": [\n                {\n                    \"id\": 834245,\n                    \"name\": \"Costa GBP\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 150,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696823\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"Dining & Restaurants\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4918\",\n            \"name\": \"Xbox Norway\",\n            \"countryCode\": \"NO\",\n            \"currencyCode\": \"NOK\",\n            \"description\": \"Xbox-gavekort Kjøp spill, tillegg, enheter og mer* *Fungerer i Microsoft Store på Xbox-konsoller (Xbox Live kreves), Windows 10-PCer og på nettet. Kan ikke løses inn i fysiske butikker.\\r\\n<p>\\r\\nXbox Gift Cards Buy games, add-ons, devices and more* *Works in the Microsoft Store on Xbox consoles (Xbox Live required), Windows 10 PCs and online. Cannot be redeemed in physical stores.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To Redeem go to,\\r\\n<p>\\r\\nhttps://www.xbox.com/nb-NO\\r\\n<p>\\r\\nFor å løse inn gå til,\\r\\n<p>\\r\\nhttps://www.xbox.com/nb-NO\\r\\n\",\n            \"terms\": \"Straks den er løst inn til din norske Microsoft-konto, gjelder hele kodeverdien og kan brukes til kvalifiserende kjøp (utelukkelser gjelder) som er gjort direkte på utvalgte Microsoft digitale butikker.\\r\\nKvalifiserte kjøp og priser varierer avhengig av region, enhet og over tid. Restriksjoner på geografi, land og saldo, skatt og Internett-gebyrer kan gjelde. Betalte abonnenter kreves for noe innhold. Aldersbegrensninger gjelder. Med mindre det kreves av loven, kan ikke koder løses inn eller byttes inn mot kontanter og kan ikke lades opp igjen eller refunderes.\\r\\nFor å lage en ny Microsoft-konto eller lese alle vilkår og betingelser (som kan endres uten forvarsel), gå til microsoft.com/cardterms.\\r\\nUgyldig hvor det er forbudt eller begrenset av loven. ©/™/® Microsoft.\\r\\nKort og koder utstedt av Microsoft Ireland Operations Limited, og/eller dets datterselskaper.\\r\\nOne Microsoft Place, South County Business Park, Leopardstown, Dublin 18, D18 P521, Ireland\\r\\n<p>\\r\\nAs soon as it is redeemed into your Norwegian Microsoft account, the entire code value applies and can be used for qualifying purchases (exclusions apply) made directly at selected Microsoft digital stores.\\r\\nEligible purchases and prices vary by region, device and over time. Restrictions on geography, country and balance, tax and Internet fees may apply. Paid subscribers are required for some content. Age restrictions apply. Unless required by law, Codes cannot be redeemed or exchanged for cash and cannot be reloaded or refunded.\\r\\nTo create a new Microsoft account or read all terms and conditions (which are subject to change without notice), go to microsoft.com/cardterms.\\r\\nVoid where prohibited or restricted by law. ©/™/® Microsoft.\\r\\nCards and codes issued by Microsoft Ireland Operations Limited, and/or its subsidiaries.\\r\\nOne Microsoft Place, South County Business Park, Leopardstown, Dublin 18, D18 P521, Ireland\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4918/logo\",\n            \"modifiedDate\": \"2024-05-16T04:00:41.6798394\",\n            \"products\": [\n                {\n                    \"id\": 835553,\n                    \"name\": \"Xbox NO 150 NOK\",\n                    \"minFaceValue\": 150,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 150,\n                        \"max\": 150,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.9320522\"\n                },\n                {\n                    \"id\": 835554,\n                    \"name\": \"Xbox NO 50 NOK\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.9320523\"\n                },\n                {\n                    \"id\": 835555,\n                    \"name\": \"Xbox NO 100 NOK\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.9320521\"\n                },\n                {\n                    \"id\": 835557,\n                    \"name\": \"Xbox NO 250 NOK\",\n                    \"minFaceValue\": 250,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 250,\n                        \"max\": 250,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.9320522\"\n                },\n                {\n                    \"id\": 835558,\n                    \"name\": \"Xbox NO 300 NOK\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 300,\n                        \"max\": 300,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.9320522\"\n                },\n                {\n                    \"id\": 835560,\n                    \"name\": \"Xbox NO 400 NOK\",\n                    \"minFaceValue\": 400,\n                    \"maxFaceValue\": 400,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 400,\n                        \"max\": 400,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.9320523\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3489\",\n            \"name\": \"Apple Finland\",\n            \"countryCode\": \"FI\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Käytä Apple Gift Cardia ostaaksesi tuotteita, lisävarusteita, appeja, pelejä, musiikkia, elokuvia, TV-sarjoja ja muuta. Voit käyttää sitä paikan päällä missä tahansa Apple Storessa, App Storessa tai musiikin, iCloud+:n ja muiden tilauksiin.\\r\\n\\r\\nUse Apple Gift Card to get products, accessories, apps, games, music, movies, TV shows and more. Spend it at any Apple Store location, in the App Store, or on subscriptions like music, iCloud+ and more.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem, go to http://www.apple.com/itunes/\",\n            \"terms\": \"Varo lahjakorttihuijauksia. Älä jaa koodiasi. Voimassa ainoastaan Suomessa tehdyissä ostoissa Applen  myyntikanavissa. Lisätietoa saat osoitteesta support.apple.com/giftcard. Ei lunastettavissa Applen jälleenmyyjillä tai muutettavissa rahaksi, ei jälleenmyyntiin, hyvitettäväksi tai vaihdettavaksi paitsi lain säätämissä tapauksissa. Apple ei ole vastuussa luvattomasta käytöstä. Ehtojen alainen; lue lisää apple.com/legal. Myöntänyt Apple Distribution International Ltd. (ADIL). Ei erääntymisaikaa. © 2023 Apple Distribution International Ltd. Kaikki oikeudet pidätetään.\\r\\n\\r\\nBeware of gift card scams. Do not share your code. Valid only for Finland transactions in Apple properties. For assistance, visit support.apple.com/giftcard. Not redeemable at Apple resellers or for cash, and no resale, refunds or exchanges, except as required by law. Apple is not responsible for unauthorised use. Terms apply; see apple.com/legal. Issued by Apple Distribution International Ltd. (ADIL). No expiry. © 2023 Apple Distribution International Ltd. All rights reserved. \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3489/logo\",\n            \"modifiedDate\": \"2024-05-14T07:22:01.7834672\",\n            \"products\": [\n                {\n                    \"id\": 837171,\n                    \"name\": \"Apple FI\",\n                    \"minFaceValue\": 2,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 2,\n                        \"max\": 250,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7037839\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2472\",\n            \"name\": \"Lieferando.de Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Give your loved ones the gift of a delicious meal. Whether it's for a birthday, a small thank you or just because, give them a Lieferando gift card to have their favorite meal delivered to their door. Our goal is to bring joy to everyone every day. In Germany, we work with more than 2000 restaurants that offer everything, whether it's pizza, sushi, burgers, or burritos.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"You can use the gift card by entering it on the checkout page at www.lieferando.de or in the mobile app. Here’s how: \\r\\n\\r\\nWebsite On the payment method page, look for ‘Voucher’ under the payment options. Select ‘Do you have a voucher or a coupon?’, enter your code and press ‘Check’ to apply your discount. \\r\\n\\r\\niPhone: Before completing your order, you have two options to add your discount code: On the’ Complete your order’ page, tap ‘Add a voucher’. Under ‘Payment methods’, tap on ‘Add voucher’. \\r\\n\\r\\nAndroid: Under your payment method, you’ll find ‘Do you have a voucher or coupon?’ Enter your code and tap ‘Redeem’ to apply your discount. Discounts are applied instantly.\",\n            \"terms\": \"For Terms and Conditions about this product, please visit https://www.lieferando.de/en/terms-of-use\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2472/logo\",\n            \"modifiedDate\": \"2024-05-16T04:00:11.4517787\",\n            \"products\": [\n                {\n                    \"id\": 837205,\n                    \"name\": \"Just Eat DE 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.9320465\"\n                },\n                {\n                    \"id\": 837206,\n                    \"name\": \"Just Eat DE 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 20,\n                        \"max\": 20,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.9320466\"\n                },\n                {\n                    \"id\": 837207,\n                    \"name\": \"Just Eat DE 40 EUR\",\n                    \"minFaceValue\": 40,\n                    \"maxFaceValue\": 40,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 40,\n                        \"max\": 40,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.932047\"\n                },\n                {\n                    \"id\": 837208,\n                    \"name\": \"Just Eat DE 30 EUR\",\n                    \"minFaceValue\": 30,\n                    \"maxFaceValue\": 30,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 30,\n                        \"max\": 30,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.9320467\"\n                },\n                {\n                    \"id\": 837209,\n                    \"name\": \"Just Eat DE 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.932047\"\n                },\n                {\n                    \"id\": 837210,\n                    \"name\": \"Just Eat DE 25 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 25,\n                        \"max\": 25,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.9320466\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"Dining & Restaurants\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4663\",\n            \"name\": \"Uber & Uber Eats Voucher JPY\",\n            \"countryCode\": \"GLC\",\n            \"currencyCode\": \"JPY\",\n            \"description\": \"Gift Cards add funds to your Wallet, while vouchers are a separate payment method altogether. These funds do not get applied to your Uber Wallet.\\r\\nThe Vouchers always get used first as a payment method. If you apply a voucher, this will get used by default, rather than other payment methods you have enabled.\\r\\nThe Vouchers are only supported on Mobile at the moment. The desktop mode currently doesn't support vouchers.\\r\\nThe Vouchers are applied to your account by following a link. This should be done on mobile. It can be done on a computer if you are already logged into your account, although the balance may not be viewable until you check on mobile.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"\\r\\n1.Make sure you have the latest version of the Uber app. 2. Tap the menu icon and select Wallet. 3. Tap Add Payment Method or Redeem Gift Card. 4. Then tap Gift Card. 5. Enter your PIN/gift code (with no spaces). 6. Tap Add.\",\n            \"terms\": \"By using this voucher, you accept the following terms and conditions: You must have an active and valid Uber account to redeem the vouhcer, and vouchers may not be transferred between Uber accounts.\\r\\nYou may be required to add a secondary payment method to use the vouhcer with the Uber app if the balance from the vouhcer is not sufficient to cover the price of your service. Limits may apply to your redemption of or spend using the vouhcer.\\r\\nNo fees apply to the vouhcer.\\r\\nVouhcers have the expiry shown on the voucher (if applicable).\\r\\nThis vouhcer is redeemable via the Uber app within Japan  where Uber is available.\\r\\nFor full terms and conditions and detailed list of Uber Policies visit: https://www.uber.com/legal/en/\\r\\nMax. ONE voucher can be purchased and only ONE voucher can be redeemed per user at a time.\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4663/logo\",\n            \"modifiedDate\": \"2023-11-16T17:54:28.8019981\",\n            \"products\": [\n                {\n                    \"id\": 837912,\n                    \"name\": \"Uber & Uber Eats JP 2500 JPY\",\n                    \"minFaceValue\": 2500,\n                    \"maxFaceValue\": 2500,\n                    \"count\": 9,\n                    \"price\": {\n                        \"min\": 2575,\n                        \"max\": 2575,\n                        \"currencyCode\": \"JPY\"\n                    },\n                    \"modifiedDate\": \"2024-04-12T13:51:15.1901658\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 12,\n                    \"name\": \"Travel & Leisure\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 10,\n                    \"name\": \"Dining & Restaurants\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5059\",\n            \"name\": \"Galp Portugal\",\n            \"countryCode\": \"PT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"A Galp está perto de si sempre que precisa. Conheça a oferta de combustível, gás natural e eletricidade verde na estrada, casa e empresas.\\r\\n\\r\\n<P>\\r\\n\\r\\nGalp is close to you whenever you need it. Discover the supply of fuel, natural gas and green electricity on the road, at home and in companies.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>MODO DE UTILIZAÇÃO:\\r\\n • Pode utiliza-lo em abastecimentos de combustível em qualquer posto de abastecimento da Galp.\\r\\n OUTRAS INFORMAÇÕES:\\r\\n • Por favor leia as condicoes do vale.\\r\\n Oferta de 50 cêntimos/litro até um máximo de 20 litros. Oferta válida para um abastecimento de combustível nos postos Galp aderentes.  Vale de utilização única (1 vale por abastecimento). Vale não acumulável com outros vales de desconto em vigor (impressos ou digitais) nos postos Galp, exceto promoção Galp/Cartão Continente. Não aplicável a gasóleo agrícola, gasóleo de aquecimento e pagamentos com Galp Frota totais ou fracionados, Galp Frota Business, Galp Mais por Menos e Ticket Car. Não disponível nos sistemas de pagamento automático na bomba (Via Verde e Pay & Go).\\r\\n Em caso de dúvidas pode contactar o nosso service de apoio ao cliente atraves do help@grupo014.pt ou do 211940704 (Dias uteis das 9h as 13h e das 14h as 18h).</p>\\r\\n<p>Validade do voucher: 6 meses</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>HOW TO USE:\\r\\n • You can use it to fill up fuel at any Galp filling station.\\r\\n OTHER INFORMATION:\\r\\n • Please read the voucher conditions.\\r\\n Offer of 50 cents/liter up to a maximum of 20 liters. Offer valid for fuel supply at participating Galp stations. Single-use voucher (1 voucher per supply). Voucher cannot be combined with other current discount vouchers (printed or digital) at Galp stations, except for the Galp/Cartão Continente promotion. Not applicable to agricultural diesel, heating diesel and payments with Galp Frota in total or in installments, Galp Frota Business, Galp Mais por Menos and Ticket Car. Not available on automatic payment systems at the pump (Via Verde and Pay & Go).\\r\\n If you have any questions, you can contact our customer support service via help@grupo014.pt or 211940704 (Weekdays from 9am to 1pm and 2pm to 6pm).</p>\\r\\n<p>Voucher validity: 6 months</p>\",\n            \"terms\": \"<p>Oferta de 50 cêntimos/litro até um máximo de 20 litros. Oferta válida para um abastecimento de combustível nos postos Galp aderentes. Vale não acumulável com outros vales de desconto em vigor (impressos ou digitais) nos postos Galp, exceto promoção Galp/Cartão Continente. Não aplicável a gasóleo agrícola, gasóleo de aquecimento e pagamentos com Galp Frota totais ou fracionados, Galp Frota Business, Galp Mais por Menos e Ticket Car. Não disponível nos sistemas de pagamento automático na bomba (Via Verde e Pay & Go).</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Offer of 50 cents/liter up to a maximum of 20 liters. Offer valid for fuel supply at participating Galp stations. Voucher cannot be combined with other current discount vouchers (printed or digital) at Galp stations, except for the Galp/Cartão Continente promotion. Not applicable to agricultural diesel, heating diesel and payments with Galp Frota in total or in installments, Galp Frota Business, Galp Mais por Menos and Ticket Car. Not available on automatic payment systems at the pump (Via Verde and Pay & Go).</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5059/logo\",\n            \"modifiedDate\": \"2024-02-14T10:58:11.169764\",\n            \"products\": [\n                {\n                    \"id\": 838526,\n                    \"name\": \"Galp PT 30 EUR\",\n                    \"minFaceValue\": 30,\n                    \"maxFaceValue\": 30,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 30,\n                        \"max\": 30,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699349\"\n                },\n                {\n                    \"id\": 838527,\n                    \"name\": \"Galp PT 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 10,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869935\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 12,\n                    \"name\": \"Travel & Leisure\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5060\",\n            \"name\": \"Radio Popular Portugal\",\n            \"countryCode\": \"PT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Radio Popular Portugal - GiftCard \\r\\n\\r\\n Validade do voucher: 6 meses\\r\\n\\r\\n<P>\\r\\n\\r\\nRadio Popular Portugal - GiftCard\\r\\n\\r\\n Voucher validity: 6 months\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Use o vale-presente no final da compra</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Use the gift card at checkout</p>\",\n            \"terms\": \"<p>Compra em Loja Física: Voucher para utilização integral em uma compra ou utilização parcial, sendo a diferença a ser gasta emitida em recibo; Oferta não acumulável com outras promoções. Os vouchers podem ser acumulados entre si, até um máximo de 5 vouchers; Em caso de roubo ou extravio, o voucher não será substituído e o saldo não será reembolsado. O mesmo se aplica se o prazo de validade tiver expirado;</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Purchase in a Physical Store: Voucher for full use in a purchase or partial use, with the difference to be spent issued in a receipt; Offer cannot be combined with other promotions. Vouchers can be accumulated together, up to a maximum of 5 vouchers; In case of theft or loss, the voucher will not be replaced and the balance will not be refunded. The same applies if the expiration date has expired;</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5060/logo\",\n            \"modifiedDate\": \"2024-02-22T07:58:12.7174118\",\n            \"products\": [\n                {\n                    \"id\": 838605,\n                    \"name\": \"Radio Popular PT 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699351\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3097\",\n            \"name\": \"Intertoys Netherlands\",\n            \"countryCode\": \"NL\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"De Intertoys Kadokaart is het allerleukste kado om te geven en natuurlijk ook om te krijgen! Met de Intertoys Kadokaart kies je zelf het perfecte kado in alle winkels van Intertoys of op Intertoys.nl.\\r\\n\\r\\n<P>\\r\\n\\r\\nThe Intertoys Gift Card is the best gift to give and of course also to receive! With the Intertoys Gift Card you can choose the perfect gift in all Intertoys stores or on Intertoys.nl.\\r\\n\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"De cadeaukaart is in één keer of in delen te besteden in alle Intertoys winkels of op Intertoys.nl\\r\\n\\r\\n<P>\\r\\n\\r\\nThe gift card can be spent in one go or in parts in all Intertoys stores or on Intertoys.nl\\r\\n\\r\\n\",\n            \"terms\": \"Visit https://www.intertoys.nl/shop/nl/intertoys/algemene-voorwaarden\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3097/logo\",\n            \"modifiedDate\": \"2024-02-16T16:09:56.5454284\",\n            \"products\": [\n                {\n                    \"id\": 838752,\n                    \"name\": \"Intertoys NL\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 150,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697349\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 11,\n                    \"name\": \"Kids Fashion & Toys\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5132\",\n            \"name\": \"Hopper USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Hopper has helped over 100M travelers save money booking hotels, flights, and more. Download our mobile app to start searching and saving.\\r\\n\\r\\nBullet Point Highlights:\\r\\n•\\tBig Savings: We save our users an average of over $60 per trip compared to other travel booking sites or apps.\\r\\n•\\tPrice Tracking: Monitor prices on flights and hotels, with 95% accuracy up to 1 year in advance. Watch a trip right in the app, and we'll send you a notification when it's the best time to buy.\\r\\n•\\tGreat Selection: All major US airlines, hotels, and car rental brands are available to book right in the app.\\r\\n•\\tTravel Protection: Make your flight or hotel fully refundable or changeable and easily cancel for a refund in just a few taps. Add our disruption protection to rebook delays or missed connections easily, with no penalty.\\r\\n•\\tPrice Freeze: Not ready to book but see a price you don't want to miss out on? Freeze it, and book it later at your frozen price.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"HOW TO REDEEM\\r\\nFollow these steps to redeem your gift card:\\r\\n1. Download the Hopper app from the App Store (iPhone) or Google Play (Android)\\r\\n2. Navigate to Settings > Gift Cards in the app\\r\\n3. Enter the code\",\n            \"terms\": \"Funds do not expire. No fees apply to purchase, redemption, or use of this gift card. This gift card may be used only by U.S. residents and only for purchases of eligible services through the Hopper iOS or Android mobile application and/or website. This gift card is not reloadable and, except where required by law, cannot be redeemed for cash, refunded or returned. Hopper is not responsible for lost, damaged or stolen cards, or for unauthorized use. Gift cards are issued by Hopper (USA), Inc., which may delegate issuance to another affiliate or subsidiary. Terms and conditions apply to your use of this gift card, which are subject to change without notice. Visit hopper.com/legal/Hopper-Gift-Cards/us for current terms, conditions and limitations.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5132/logo\",\n            \"modifiedDate\": \"2024-05-14T06:58:19.903012\",\n            \"products\": [\n                {\n                    \"id\": 844956,\n                    \"name\": \"Hopper USD\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 15,\n                        \"max\": 500,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.70381\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5128\",\n            \"name\": \"DANA Cash Indonesia\",\n            \"countryCode\": \"ID\",\n            \"currencyCode\": \"IDR\",\n            \"description\": \"Dana adalah layanan keuangan digital yang berbasis di Jakarta, Indonesia, yang berperan sebagai pembayaran digital untuk menggantikan dompet konvensional.\\r\\n\\r\\nDana is a digital financial service based in Jakarta, Indonesia, which acts as a digital payment as a substitute for conventional wallets.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Cara penukaran:\\r\\n1. Pastikan Anda memiliki akun yang terdaftar di DANA\\r\\n2. Klik \\\"Tukarkan\\\"\\r\\n3. Masukkan nomor ponsel Anda, silahkan masukkan nomor ponsel yang ditandai ke akun DANA Anda dengan benar, kami tidak bertanggung jawab atas kesalahan input yang terjadi.\\r\\n4. Klik \\\"Tukarkan\\\" setelah Anda mengonfirmasi bahwa detail sudah benar.\\r\\n5. Dana akan dikreditkan ke akun Anda dalam waktu 1 hari kerja\\r\\n<P>\\r\\n1. Make sure you have an account registered with DANA\\r\\n2. Click \\\" Tukarkan\\\"\\r\\n3. Key in your mobile number, please enter mobile number tagged to your DANA account correctly, we are not responsible for any input errors that occur.\\r\\n4. Click \\\"Tukarkan\\\" once you confirm details are correct.\\r\\n5. Funds will be credited to your account within 1 working day\\r\\n\\r\\n\",\n            \"terms\": \"1. DANA merupakan layanan pembayaran dalam bentuk uang elektronik, dompet elektronik, transfer, dan layanan pendukung lainnya berbasis mobile apllication yang dapat digunakan melalui perangkat telekomunikasi.\\r\\n2. Akun DANA berarti semua akun yang terdaftar di aplikasi DANA oleh Pengguna untuk menggunakan fitur apa pun di DANA.\\r\\n3. Akun Premium atau Akun DANA Premium adalah Akun DANA milik Verified User.\\r\\n4. Saldo DANA adalah sejumlah uang elektronik yang dimasukkan dan dicatat dalam DANA. Jumlah yang dinyatakan sebagai uang elektronik akan dimasukkan ke dalam Escrow Account dan dapat digunakan oleh Pengguna untuk setiap transaksi menggunakan DANA.\\r\\n5. Kecuali diwajibkan oleh undang-undang, balance DANA  tidak dapat dikembalikan.\\r\\n6. DANA dan Wogi tidak bertanggung jawab atas balance DANA yang hilang atau dicuri, dan balance DANA tidak akan diganti jika hilang atau dicuri.\\r\\n7. Untuk T&C lengkap, silakan merujuk ke https://www.dana.id/en/terms untuk lebih jelasnya.\\r\\n\\r\\n1. DANA is a payment service in the form of electronic money, electronic wallet, transfer, and other supporting services based on mobile applications that can be used through telecommunication devices.\\r\\n2. DANA Account means all accounts registered in the DANA application by the User to use any feature in DANA.\\r\\n3. Premium Account or Premium DANA Account is a DANA Account belonging to a Verified User.\\r\\n4. DANA balance is the amount of electronic money entered and recorded in the DANA. The amount declared as electronic money will be entered into the Escrow Account and can be used by the User for each use of the DANA.\\r\\n5. Unless required by law, Dana eVoucher is not refundable. \\r\\n6. Dana and Wogi are not responsible for any lost or stolen Dana eVoucher(s), and the Dana eVoucher(s) will not be replaced if lost or stolen.\\r\\n7. For complete T&C, please refer to https://www.dana.id/en/terms.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5128/logo\",\n            \"modifiedDate\": \"2024-05-15T12:00:15.8732919\",\n            \"products\": [\n                {\n                    \"id\": 850701,\n                    \"name\": \"DANA Cash IDR\",\n                    \"minFaceValue\": 10000,\n                    \"maxFaceValue\": 10000000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10601.06,\n                        \"max\": 10601060,\n                        \"currencyCode\": \"IDR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038072\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Prepaid Cards\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5121\",\n            \"name\": \"Ovo Cash Indonesia\",\n            \"countryCode\": \"ID\",\n            \"currencyCode\": \"IDR\",\n            \"description\": \"Sangat populer, digunakan oleh banyak orang, kegunaan yang tak terbantahkan. \\r\\nOVO Cash menawarkan cara cepat dan aman untuk bertransaksi, dan mengirim uang melalui rekening bank\\r\\n<P>\\r\\nWidely popular, used by many, undeniable versatility. OVO Cash offers a quick and safe way to transact and send money via a bank account.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Tukarkan di: https://www.ovo.id/\\r\\nCara penukaran:\\r\\n1. Pastikan anda adalah pengguna OVO yang terdaftar sebelum anda meminta top up tunai ke dompet OVO. Silahkan cek di sini https://www.ovo.id/syarat-ketentuan\\r\\n2. Klik \\\"TUKARKAN\\\"\\r\\n3. Masukkan nomor handphone anda yang terhubung dengan OVO, kami tidak bertanggung jawab atas kesalahan input yang terjadi\\r\\n4. Jika anda telah memasukkan semua data dengan benar, OVO Cash akan dikirim ke dompet OVO anda secara real time atau maximum dalam 1 hari kerja\\r\\n<P>\\r\\n1. Please make sure you are a registered OVO user before you request an OVO Cash top-up to your wallet. Check here https://www.ovo.id/syarat-ketentuan\\r\\n2. Click \\\"TUKARKAN\\\"\\r\\n3. Input your mobile phone which is linked with OVO, we are not responsible for any input errors that occur.\\r\\n4. Once you have keyed in all information correctly, OVO Cash will be sent to your OVO wallet in real-time or latest within 1 working day.\\r\\n\\r\\n\",\n            \"terms\": \"1. Anda harus memastikan bahwa jumlah top up langsung berada dalam batas transaksi dari wallet Anda masing-masing.\\r\\nJika jumlah yang diminta melebihi batas transaksi, permohonan top up langsung dapat ditolak\\r\\nBatasannya adalah sebagai berikut:\\r\\nClub account saldo maximum: IDR 2,000,000\\r\\nPremier account saldo maximum: IDR 20,000,000\\r\\n\\r\\nBatas transaksi masuk bulanan:\\r\\nClub account batas transaksi: IDR 20,000,000\\r\\nPremier account batas transaksi: IDR 40,000,000\\r\\n\\r\\n2. OVO Cash adalah saldo uang elektronik yang terdapat di akun Anda yang dapat Anda gunakan untuk berbagai transaksi melalui layanan yang tersedia pada Aplikasi OVO.\\r\\n3. Pengguna dapat melakukan top-up (atau menambah) saldo OVO Cash mereka melalui media top-up resmi yang disediakan.\\r\\n4. OVO tidak bertanggung jawab atas keberhasilan dan / atau kegagalan saldo top-up yang dilakukan melalui media top-up, seperti bank, OVO Partner, dan / atau media top-up lainnya.\\r\\n5. Wogi tidak bertanggung jawab atas berhasil/gagalnya top up saldo yang dilakukan karena ketidakakuratan informasi yang diberikan. Semua informasi yang diterima adalah final dan akan diproses tanpa adanya pengembalian dana/refund.\\r\\n6. Untuk S&K lengkap, silakan merujuk ke https://www.ovo.id/syarat-ketentuan untuk lebih jelasnya.\\r\\n\\r\\n<P>\\r\\n1. You shall ensure that the direct credit amount is within the transaction limit of your respective wallet tiering. Should the amount requested exceed the transaction limit, the direct credit instruction may be rejected \\r\\nThe limit is as follows: \\r\\nClub account maximum balance: IDR 2,000,000\\r\\nPremier account maximum balance: IDR 20,000,000\\r\\n\\r\\nMonthly incoming transaction limit:\\r\\nClub account transaction limit: IDR 20,000,000\\r\\nPremier account transaction limit: IDR 40,000,000\\r\\n\\r\\n2. OVO Cash is an electronic money balance contained in your account that you can use for various transactions through the services available on the OVO Application.\\r\\n3. Users can top-up (or add to) their OVO Cash balance through the official top-up media provided.\\r\\n4. OVO is not responsible for the success and/or failure of top-up balances made through top-up media, such as banks, OVO Partners, and/or other top-up media \\r\\n5. Wogi is not responsible for the success/failure of top-up balances made due to inaccurate information. All account information received is final and will be processed without refund/return.\\r\\n6. For the full T&Cs, kindly refer to https://www.ovo.id/syarat-ketentuan for more details.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5121/logo\",\n            \"modifiedDate\": \"2024-05-15T12:00:15.8732949\",\n            \"products\": [\n                {\n                    \"id\": 851592,\n                    \"name\": \"Ovo Cash IDR\",\n                    \"minFaceValue\": 50000,\n                    \"maxFaceValue\": 20000000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 53005.3,\n                        \"max\": 21202120,\n                        \"currencyCode\": \"IDR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038077\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Prepaid Cards\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4099\",\n            \"name\": \"Razer Gold Indonesia\",\n            \"countryCode\": \"ID\",\n            \"currencyCode\": \"IDR\",\n            \"description\": \"Razer Gold dapat dipakai untuk mengisi ulang akun Razer Gold Anda dan membeli lebih dari 34.000 jenis game, konten layanan dan hiburan. Dapatkan lebih banyak nilai serta manfaat ketika Anda Membayar pakai Razer Gold.\\r\\n<P>\\r\\nRazer Gold can be used to reload your Razer Gold account and purchase over 34,000 games, entertainment content and services. Get more value and benefits when you Pay with Razer Gold.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Tukarkan di: https://gold.razer.com\\r\\nCara penukaran:\\r\\n1. Kunjungi gold.razer.com dan login / buat akun Razer Gold Anda.\\r\\n2. Pilih \\\"Isi Ulang\\\" dari menu drop-down Gold, kemudian pilih \\\"Razer Gold PIN\\\".\\r\\n3. Scroll kebawah dan Masukkan Activation Pin, lalu klik tombol 'Selanjutnya'.\\r\\n4. Gunakan Razer Gold untuk pembelian Anda berikutnya dan nikmati penawaran dan hadiah menarik.\\r\\n<P>\\r\\n1. Visit gold.razer.com and login to/create your Razer Gold account.\\r\\n2. Select \\\"Razer Gold PIN\\\" on the \\\"Reload\\\" page of the Gold drop-down menu.\\r\\n3. Enter the Activation PIN for Pin. Click the 'Next' button.\\r\\n4. Use Razer Gold for your next purchase to enjoy great deals and rewards.\",\n            \"terms\": \"Berlaku untuk Razer Gold dan hanya untuk digunakan di Indonesia. Pengguna akan memerlukan akun Razer Gold dan akses internet. Nilai nominal pembelian yang valid hanya dari reseller resmi Razer Gold. Tidak diperlukan biaya layanan. Kedaluwarsa 12 bulan sejak tanggal pembelian. Voucher ini tidak dapat ditukar dengan uang tunai. Razer tidak bertanggung jawab jika kode voucher ini dicuri, hilang, dihancurkan, digunakan tanpa izin atau untuk kerugian yang timbul dari penggunaan yang salah. Voucher didistribusikan oleh Razer Online Pte Ltd dan penggunaannya tunduk pada Ketentuan Layanan dan Kebijakan Privasi Razer Gold pada gold.razer.com. Untuk bantuan, kunjungi kami di gold.razer.com/help. Berlaku untuk Indonesia.\\r\\n<P>\\r\\nValid only for Razer Gold and for use in Indonesia only. User may require Razer Gold account and internet access. Only purchase from Razer Gold authorized reseller at face value will be valid. No service fee required. 12 months expiration from date of purchase. This card cannot be exchanged for cash. Razer is not responsible if this card is stolen, lost, destroyed, used without permission or for any loss arising from incorrect use. Cards are distributed by Razer Online Pte Ltd and its use is subject to Razer Gold’s Terms of Service and Privacy Policy at gold.razer.com. For help, visit us at gold.razer.com/help. Valid for Indonesia only.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4099/logo\",\n            \"modifiedDate\": \"2024-05-15T15:40:07.2416492\",\n            \"products\": [\n                {\n                    \"id\": 853874,\n                    \"name\": \"Razer Gold ID 200000 IDR\",\n                    \"minFaceValue\": 200000,\n                    \"maxFaceValue\": 200000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 212180,\n                        \"max\": 212180,\n                        \"currencyCode\": \"IDR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T15:40:07.2416175\"\n                },\n                {\n                    \"id\": 853876,\n                    \"name\": \"Razer Gold ID 500000 IDR\",\n                    \"minFaceValue\": 500000,\n                    \"maxFaceValue\": 500000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 530450,\n                        \"max\": 530450,\n                        \"currencyCode\": \"IDR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T15:40:07.2416191\"\n                },\n                {\n                    \"id\": 853880,\n                    \"name\": \"Razer Gold ID 100000 IDR\",\n                    \"minFaceValue\": 100000,\n                    \"maxFaceValue\": 100000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 106090,\n                        \"max\": 106090,\n                        \"currencyCode\": \"IDR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T15:40:07.2416193\"\n                },\n                {\n                    \"id\": 853881,\n                    \"name\": \"Razer Gold ID 50000 IDR\",\n                    \"minFaceValue\": 50000,\n                    \"maxFaceValue\": 50000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 53045,\n                        \"max\": 53045,\n                        \"currencyCode\": \"IDR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T15:40:07.2416193\"\n                },\n                {\n                    \"id\": 853882,\n                    \"name\": \"Razer Gold ID 10000 IDR\",\n                    \"minFaceValue\": 10000,\n                    \"maxFaceValue\": 10000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10609,\n                        \"max\": 10609,\n                        \"currencyCode\": \"IDR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T15:40:07.2416195\"\n                },\n                {\n                    \"id\": 853885,\n                    \"name\": \"Razer Gold ID 20000 IDR\",\n                    \"minFaceValue\": 20000,\n                    \"maxFaceValue\": 20000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 21218,\n                        \"max\": 21218,\n                        \"currencyCode\": \"IDR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T15:40:07.2416197\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5111\",\n            \"name\": \"Eventim.pl Poland\",\n            \"countryCode\": \"PL\",\n            \"currencyCode\": \"PLN\",\n            \"description\": \"Eventim to międzynarodowa firma specjalizująca się w sprzedaży biletów na różnego rodzaju wydarzenia kulturalne, sportowe i rozrywkowe. Firma została założona w Niemczech w 1998 roku i od tamtej pory z powodzeniem działa w kilkunastu krajach na całym świecie, w tym także w Polsce.\\r\\n\\r\\nEventim oferuje swoim klientom szeroki wybór biletów na koncerty, spektakle teatralne, mecze piłki nożnej, wydarzenia sportowe, festiwale muzyczne i wiele innych. Platforma ta umożliwia zakup biletów online, co jest bardzo wygodne dla klientów, którzy chcą uniknąć kolejek i niepotrzebnych formalności.\\r\\n\\r\\nEventim posiada również wiele dodatkowych usług, które mają na celu ułatwienie organizacji wyjścia na wybrane wydarzenie. Firma oferuje m.in. system powiadomień o nadchodzących imprezach, rezerwacje miejsc siedzących, a także rekomendacje i poradniki dotyczące wyboru najlepszych wydarzeń kulturalnych i sportowych.\\r\\n\\r\\nDzięki swojemu doświadczeniu i szerokiemu asortymentowi biletów, Eventim jest jedną z najbardziej znanych i cenionych marek na rynku sprzedaży biletów na wydarzenia kulturalne i sportowe.\\r\\n\\r\\n<P>\\r\\n\\r\\nEventim is an international company specializing in ticket sales for various cultural, sports and entertainment events. The company was founded in Germany in 1998 and since then it has been successfully operating in several countries around the world, including Poland.\\r\\n\\r\\nEventim offers its clients a wide selection of tickets for concerts, theater performances, football matches, sporting events, music festivals and many others. This platform allows you to purchase tickets online, which is very convenient for customers who want to avoid queues and unnecessary formalities.\\r\\n\\r\\nEventim also offers many additional services that are intended to facilitate the organization of a selected event. The company offers, among others: notification system about upcoming events, seat reservations, as well as recommendations and guides on selecting the best cultural and sports events.\\r\\n\\r\\nThanks to its experience and a wide range of tickets, Eventim is one of the most well-known and respected brands on the ticket sales market for cultural and sports events.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Voucher możesz wykorzystać podczas zakupów na stronie www.eventim.pl, to bardzo proste!</p>\\r\\nZnajdź interesujące Cię wydarzenie na stronie eventim.pl i dodaj bilety do koszyka.\\r\\nWprowadź kod vouchera w odpowiednie pole i wciśnij przycisk „zastosuj”.\\r\\nWartość vouchera zostanie pobrana na poczet zakupu.\\r\\nJeżeli wartość vouchera przekracza wartość wybranych biletów, pozostałe środki można wykorzystać do ponownych zakupów.\\r\\nJeżeli wartość vouchera nie jest wystarczająca do zakupu wybranych biletów, różnicę należy uiścić przechodząc do sposobów płatności.\\r\\nVoucherów nie można łączyć celem zapłaty za zamówione bilety.\\r\\n\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>You can use the voucher when shopping at www.eventim.pl, it's very simple!</p>\\r\\nFind the event you are interested in on eventim.pl and add tickets to your cart.\\r\\nEnter the voucher code into the appropriate field and press the \\\"apply\\\" button.\\r\\nThe value of the voucher will be charged towards the purchase.\\r\\nIf the value of the voucher exceeds the value of the selected tickets, the remaining funds can be used for repeat purchases.\\r\\nIf the value of the voucher is not sufficient to purchase the selected tickets, the difference must be paid by going to the payment methods.\\r\\nVouchers cannot be combined to pay for ordered tickets.\\r\\n\",\n            \"terms\": \"Visit <p>https://www.eventim.pl/campaign/voucherterms</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5111/logo\",\n            \"modifiedDate\": \"2024-02-13T14:29:54.8621953\",\n            \"products\": [\n                {\n                    \"id\": 861098,\n                    \"name\": \"Eventim.pl 200 PLN\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 195.779576,\n                        \"max\": 195.779576,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699404\"\n                },\n                {\n                    \"id\": 861099,\n                    \"name\": \"Eventim.pl 150 PLN\",\n                    \"minFaceValue\": 150,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 146.834682,\n                        \"max\": 146.834682,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699405\"\n                },\n                {\n                    \"id\": 861100,\n                    \"name\": \"Eventim.pl 100 PLN\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 97.889788,\n                        \"max\": 97.889788,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699405\"\n                },\n                {\n                    \"id\": 861104,\n                    \"name\": \"Eventim.pl 50 PLN\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 48.944894,\n                        \"max\": 48.944894,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699406\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5148\",\n            \"name\": \"Intersport Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Are you looking for a suitable gift? Then the new INTERSPORT gift voucher is just the thing. This means that the recipient has a free choice from the huge range available at all INTERSPORT dealers throughout Germany and of course also in the online shop at www.intersport.de. With the INTERSPORT gift voucher you are always right!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redeemable online and at all INTERSPORT retailers\\r\\nSending the digital voucher.\\r\\n\\r\\nhttps://www.intersport.de/\",\n            \"terms\": \"Visit at https://www.intersport.de/\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5148/logo\",\n            \"modifiedDate\": \"2024-05-15T08:14:01.6093924\",\n            \"products\": [\n                {\n                    \"id\": 862020,\n                    \"name\": \"Intersport DE 25 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 25,\n                        \"max\": 25,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908147\"\n                },\n                {\n                    \"id\": 862021,\n                    \"name\": \"Intersport DE 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 50,\n                        \"max\": 50,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908148\"\n                },\n                {\n                    \"id\": 862024,\n                    \"name\": \"Intersport DE 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100,\n                        \"max\": 100,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908149\"\n                },\n                {\n                    \"id\": 862027,\n                    \"name\": \"Intersport DE 5 EUR\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 5,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5,\n                        \"max\": 5,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.690815\"\n                },\n                {\n                    \"id\": 862028,\n                    \"name\": \"Intersport DE  10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 10,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908151\"\n                },\n                {\n                    \"id\": 862030,\n                    \"name\": \"Intersport DE 15 EUR\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 15,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 15,\n                        \"max\": 15,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908152\"\n                },\n                {\n                    \"id\": 862032,\n                    \"name\": \"Intersport DE 44 EUR\",\n                    \"minFaceValue\": 44,\n                    \"maxFaceValue\": 44,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 44,\n                        \"max\": 44,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908153\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5068\",\n            \"name\": \"Blizzard Mexico\",\n            \"countryCode\": \"MX\",\n            \"currencyCode\": \"MXN\",\n            \"description\": \"¡Recarga tu experiencia Blizzard!\\r\\nConsigue juegos, cajas de botín, paquetes de cartas, servicios y más.\\r\\n*Funciona como saldo de battle.net\\r\\n\\r\\n<P>\\r\\n\\r\\nRecharge your Blizzard experience! Get games, loot boxes, card packs, services and more. *Works as battle.net balance\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Para canjear un código en la página:</p>\\r\\n<p>Inicia sesión en tu Resumen de cuenta\\r\\nIntroduce el código en el recuadro de Canjear un código y haz clic en Canjear código\\r\\nCanjea tu código desde la aplicación\\r\\nPara canjear un código desde la aplicación Battle.net de Blizzard:</p>\\r\\n<p>Desde la pestaña Juegos, haz clic en el botón Canjear código que aparece debajo del logo de cualquier juego\\r\\nDesde la pestaña Tienda, haz clic en Servicios y luego Canjear código</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>To redeem a code on the page:</p>\\r\\n<p>Sign in to your Account Summary\\r\\nEnter the code in the Redeem a code box and click Redeem code\\r\\nRedeem your code from the app\\r\\nTo redeem a code from the Blizzard Battle.net app:</p>\\r\\n<p>From the Games tab, click the Redeem Code button below any game logo\\r\\nFrom the Store tab, click Services and then Redeem Code</p>\",\n            \"terms\": \"<p>Algunos códigos tienen restricciones regionales. No podrás usar un código que no pertenece a tu región.\\r\\nAlgunos códigos deben ser activados en caja antes de que funcionen. Por ejemplo, el Saldo Blizzard comprado en una tienda física.\\r\\nAlgunos códigos deben ser canjeados antes de su fecha de caducidad. Por ejemplo, los códigos promocionales.\\r\\nLos códigos de objetos o mascotas anteriores a la BlizzCon 2009 y todos los códigos de objeto del juego de cartas coleccionables deben canjearse en la página de canjeo de códigos promocionales de World of Warcraft..</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Some codes have regional restrictions. You will not be able to use a code that does not belong to your region.\\r\\nSome codes must be activated at checkout before they work. For example, Blizzard Balance purchased in a physical store.\\r\\nSome codes must be redeemed before their expiration date. For example, promotional codes.\\r\\nPre-BlizzCon 2009 item or pet codes and all collectible card game item codes must be redeemed on the World of Warcraft Promo Code Redemption page.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5068/logo\",\n            \"modifiedDate\": \"2024-02-08T14:54:20.1964649\",\n            \"products\": [\n                {\n                    \"id\": 862854,\n                    \"name\": \"Blizzard MX 150 MXN\",\n                    \"minFaceValue\": 150,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 145.544553,\n                        \"max\": 145.544553,\n                        \"currencyCode\": \"MXN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699361\"\n                },\n                {\n                    \"id\": 862855,\n                    \"name\": \"Blizzard MX 350 MXN\",\n                    \"minFaceValue\": 350,\n                    \"maxFaceValue\": 350,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 339.603957,\n                        \"max\": 339.603957,\n                        \"currencyCode\": \"MXN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699361\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5183\",\n            \"name\": \"AIS Top Up Thailand\",\n            \"countryCode\": \"TH\",\n            \"currencyCode\": \"THB\",\n            \"description\": \"AIS เครือข่ายที่ดีที่สุดสำหรับทุกเจเนอเรชัน.\\r\\nAIS THE BEST NETWORK THAT CAN UNDERSTAND ALL GENERATIONS.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"สามารถนำไปแลกใช้สิทธิ์ที่:\\r\\nวิธีใช้สิทธิ์:\\r\\n1. กรุณาคลิกที่ปุ่ม “กดเพื่อแลก” แล้วหน้าต่างจะปรากฏขึ้นเพื่อกรอกหมายเลขโทรศัพท์มือถือ\\r\\n2. ป้อนหมายเลขโทรศัพท์มือถือ กรุณากรอกหมายเลขที่ถูกต้องเท่านั้น มิฉะนั้น การแลกรางวัลจะล้มเหลว จากนั้นคลิกที่ปุ่ม “ยืนยัน”\\r\\n3. เมื่อได้รับการยืนยัน เครดิตจะส่งไปยังมือถือของคุณทาง SMS โดยตรง\\r\\n\\r\\n1. Please click on the “Click on Redeem” button and a window pops out to enter your mobile number.\\r\\n2. Enter your mobile number. Please only key in the correct number, otherwise the redemption will fail. Then, click on the “Confirm” button.\\r\\n3. Upon confirmation, the credit will send to you mobile via SMS directly.\",\n            \"terms\": \"•บัตรกำนัลอิเล็กทรอนิกส์ของ AIS ไม่ใช่บัตรกำนัลเงินสด.\\r\\n•บัตรกำนัลอิเล็กทรอนิกส์ของ AIS ไม่สามารถแลกเป็นเงินสดหรือเครดิตได้.\\r\\n•บัตรกำนัลอิเล็กทรอนิกส์ของ AIS จะไม่ถูกเปลี่ยนหรือคืนเงิน หากสูญหาย ถูกขโมย หรือหมดอายุ.\\r\\n•AIS จะไม่รับผิดชอบสำหรับบัตรกำนัลอิเล็กทรอนิกส์ของ AIS ที่มีการแลกหรือใช้ในทางที่ผิดโดยบุคคลอื่นนอกเหนือจากผู้รับที่ตั้งใจไว้.\\r\\n•บัตรกำนัลอิเล็กทรอนิกส์ของ AIS ไม่สามารถออกใหม่หรือขยายเวลาได้หลังจากหมดอายุ.\\r\\n•ไม่สามารถใช้บัตรกำนัลอิเล็กทรอนิกส์ของ AIS เพื่อซื้อบัตรกำนัล AIS อื่นๆได้.\\r\\n•บัตรกำนัลอิเล็กทรอนิกส์ของ AIS  ใช้ได้ครั้งเดียวเท่านั้นและไม่สามารถยกเลิกหรือขอคืนเงินได้.\\r\\n•บริการนี้เฉพาะลูกค้าแบบเติมเงินเท่านั้น.\\r\\n•AIS e-voucher is not a cash voucher.\\r\\n•AIS e-voucher is not redeemable for cash or credit.\\r\\n•AIS e-voucher will not be replaced/reimbursed if lost, stolen or expired.\\r\\n•AIS is not responsible for AIS e-voucher that has been redeemed or misused by anyone other than the intended recipient.\\r\\n•AIS e-voucher cannot be reissued/extended after expiry.\\r\\n•AIS e-voucher can only be used once and cannot be used to purchase other AIS vouchers.\\r\\n•AIS e-voucher cannot be cancelled/refunded.\\r\\n•Applicable to prepaid number only.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5183/logo\",\n            \"modifiedDate\": \"2024-05-14T07:31:14.88964\",\n            \"products\": [\n                {\n                    \"id\": 869040,\n                    \"name\": \"AIS 12C TH 20 THB\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 20.20202,\n                        \"max\": 20.20202,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038117\"\n                },\n                {\n                    \"id\": 869042,\n                    \"name\": \"AIS 12C TH 1,000 THB\",\n                    \"minFaceValue\": 1000,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1010.101,\n                        \"max\": 1010.101,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038118\"\n                },\n                {\n                    \"id\": 869044,\n                    \"name\": \"AIS 12C TH 500 THB\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 510.051,\n                        \"max\": 510.051,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.703812\"\n                },\n                {\n                    \"id\": 869046,\n                    \"name\": \"AIS 12C TH 300 THB\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 303.0303,\n                        \"max\": 303.0303,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038121\"\n                },\n                {\n                    \"id\": 869048,\n                    \"name\": \"AIS 12C TH 200 THB\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 202.0202,\n                        \"max\": 202.0202,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038122\"\n                },\n                {\n                    \"id\": 869049,\n                    \"name\": \"AIS 12C TH 50 THB\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 51.0051,\n                        \"max\": 51.0051,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038124\"\n                },\n                {\n                    \"id\": 869051,\n                    \"name\": \"AIS 12C TH 40 THB\",\n                    \"minFaceValue\": 40,\n                    \"maxFaceValue\": 40,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 40.40404,\n                        \"max\": 40.40404,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038129\"\n                },\n                {\n                    \"id\": 869052,\n                    \"name\": \"AIS 12C TH 30 THB\",\n                    \"minFaceValue\": 30,\n                    \"maxFaceValue\": 30,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 30.30303,\n                        \"max\": 30.30303,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.703813\"\n                },\n                {\n                    \"id\": 869054,\n                    \"name\": \"AIS 12C TH 10 THB\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10.10101,\n                        \"max\": 10.10101,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038143\"\n                },\n                {\n                    \"id\": 869055,\n                    \"name\": \"AIS 12C TH 100 THB\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 101.0101,\n                        \"max\": 101.0101,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038145\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 20,\n                    \"name\": \"Telecommunication & Internet\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4100\",\n            \"name\": \"Razer Gold Thailand\",\n            \"countryCode\": \"TH\",\n            \"currencyCode\": \"THB\",\n            \"description\": \"Razer Gold สำหรับนักเล่นเกมทั่วโลก.\\r\\n<P>\\r\\nRazer Gold is the unified virtual credits for gamers wordwide.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"可兌換在: https://gold.razer.com\\r\\n如何兌換:\\r\\n1. 訪問gold.razer.com並登錄帳戶／創建您的Razer Gold帳戶。\\r\\n2. 在“Gold＂的下拉選單中選擇“充值”。於“充值”的頁面，選擇“ Razer Gold PIN”為支付方式。\\r\\n3. 輸入啟動密碼。點擊“下一步”。\\r\\n4. 繼續以Razer Gold購物，享受超值優惠和獎勵。\\r\\n<P>\\r\\n1. Visit gold.razer.com and login to/create your Razer Gold account.\\r\\n2. Select \\\"Razer Gold PIN\\\" on the \\\"Reload\\\" page of the Gold drop-down menu.\\r\\n3. Enter the Activation Pin. Click the 'Next' button.\\r\\n4. Use Razer Gold for your next purchase to enjoy great deals and rewards.\",\n            \"terms\": \"ใช้ได้กับ Razer Gold ในประเทศไทยเท่านั้น ผู้ใช้อาจต้องการบัญชี Razer Gold และการเข้าถึงอินเทอร์เน็ต ซื้อเฉพาะจากตัวแทนจำหน่าย Razer Gold ที่ได้รับอนุญาตตามมูลค่าราคาซื้อ ไม่ต้องเสียค่าบริการ บัตรนี้ไม่สามารถแลกเปลี่ยนเป็นเงินสดได้ Razer จะไม่รับผิดชอบหาก บัตรใบนี้ถูกขโมยสูญหายถูกทำลายใช้งานโดยไม่ได้รับอนุญาตหรือการสูญหายใด ๆ ที่เกิดจากการใช้งานที่ไม่ถูกต้อง บัตรอยู่ภายใต้ข้อกำหนดในการให้บริการของ Razer Gold ที่ https://gold.razer.com/terms หากต้องการความช่วยเหลือโปรดไปที่ gold.razer.com/help ใช้ได้เฉพาะในประเทศไทยเท่านั้น.\\r\\n<P>\\r\\nValid only for Razer Gold and for use in Thailand only. Users may require a Razer Gold account and internet access. Only purchases from Razer Gold authorized resellers at face value will be valid. No service fee is required. This card cannot be exchanged for cash. Razer is not responsible if this card is stolen, lost, destroyed, or used without permission or for any loss arising from incorrect use. Cards are subject to Razer Gold’s Terms of Service at https://gold.razer.com/terms. For help, visit us at gold.razer.com/help. Valid for Thailand only.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4100/logo\",\n            \"modifiedDate\": \"2024-05-14T07:31:14.8896395\",\n            \"products\": [\n                {\n                    \"id\": 869618,\n                    \"name\": \"Razer TH 50 THB\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 51.0051,\n                        \"max\": 51.0051,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.703786\"\n                },\n                {\n                    \"id\": 869620,\n                    \"name\": \"Razer TH 100 THB\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 102.0102,\n                        \"max\": 102.0102,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7037861\"\n                },\n                {\n                    \"id\": 869621,\n                    \"name\": \"Razer TH 300 THB\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 306.0306,\n                        \"max\": 306.0306,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7037865\"\n                },\n                {\n                    \"id\": 869623,\n                    \"name\": \"Razer TH 500 THB\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 510.051,\n                        \"max\": 510.051,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7037867\"\n                },\n                {\n                    \"id\": 869624,\n                    \"name\": \"Razer TH 1000 THB\",\n                    \"minFaceValue\": 1000,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1020.102,\n                        \"max\": 1020.102,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7037868\"\n                },\n                {\n                    \"id\": 869625,\n                    \"name\": \"Razer TH 5000 THB\",\n                    \"minFaceValue\": 5000,\n                    \"maxFaceValue\": 5000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5100.51,\n                        \"max\": 5100.51,\n                        \"currencyCode\": \"THB\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7037869\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5110\",\n            \"name\": \"Bee.pl Poland\",\n            \"countryCode\": \"PL\",\n            \"currencyCode\": \"PLN\",\n            \"description\": \"Bee.pl to sklep internetowy z żywnością, kosmetykami, suplementami diety, produktami dla mam i ich dzieci, książkami oraz produktami do domu i ogrodu.\\r\\n\\r\\nMisja Bee.pl to promowanie zdrowego stylu życia! Bee.pl wychodzi naprzeciw potrzebom Klientów i oferuje to, co najlepsze. \\r\\n\\r\\nSięgnij po produkty, dzięki którym zadbasz o siebie, bliskich i swoją przestrzeń.\\r\\n\\r\\n<P>\\r\\nBee.pl is an online store with food, cosmetics, dietary supplements, products for mothers and their children, books and products for home and garden. Bee.pl's mission is to promote a healthy lifestyle! Bee.pl meets the needs of customers and offers the best. Reach for products that will help you take care of yourself, your loved ones and your space.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Najważniejsze kwestie:</p>\\r\\n<p>• ważność kodu wartościowego: minimum 12 miesięcy</p>\\r\\n<p>• kod wartościowy można wykorzystać przy zakupach online na Bee.pl</p>\\r\\n<p>• kod wartościowy jest jednokrotnego użytku</p>\\r\\n<p>• kod wartościowy działa tylko dla zalogowanych użytkowników</p>\\r\\n\\r\\n<P>\\r\\n<p>The most important issues:</p>\\r\\n<p>• validity of the valuable code: minimum 12 months</p>\\r\\n<p>• the valuable code can be used when shopping online at Bee.pl</p>\\r\\n<p>• valuable code is single-use</p>\\r\\n<p>• the valuable code only works for logged in users</p>\",\n            \"terms\": \"<p>https://www.bee.pl/regulamin-korzystania-z-kodu-wartosciowego-a-1169.html</p>\\r\\n\\r\\n<P>\\r\\n<p>https://www.bee.pl/regulamin-zyskania-z-kodu-wartosciowego-a-1169.html</p>\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5110/logo\",\n            \"modifiedDate\": \"2024-02-08T11:11:47.6767258\",\n            \"products\": [\n                {\n                    \"id\": 870195,\n                    \"name\": \"Bee.pl 100 PLN\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 96.60966,\n                        \"max\": 96.60966,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699368\"\n                },\n                {\n                    \"id\": 870196,\n                    \"name\": \"Bee.pl 250 PLN\",\n                    \"minFaceValue\": 250,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 241.52415,\n                        \"max\": 241.52415,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699377\"\n                },\n                {\n                    \"id\": 870197,\n                    \"name\": \"Bee.pl 200 PLN\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 193.21932,\n                        \"max\": 193.21932,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699404\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 7,\n                    \"name\": \"Beauty Wellness & Spa\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5136\",\n            \"name\": \"Dehner Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Dehner Gift Cards offer a wide range of premium gardening supplies, plants, and outdoor decor. With their extensive selection and exceptional quality, Dehner is the go-to destination for gardening enthusiasts looking to create stunning and vibrant outdoor spaces.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"This voucher can only be redeemed in Dehner stores in Germany and at www.dehner.de.\\r\\n\\r\\nThe redemption in Austria and ww.dehner.at is no longer possible.\",\n            \"terms\": \"Only valid upon presentation of this printout at the checkout or entering the PIN in the online shop. Return or cash payment is not possible. If the voucher is lost, no replacement is possible.\\r\\n\\r\\nMore information can be found on https://www-dehner-de.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5136/logo\",\n            \"modifiedDate\": \"2024-05-15T08:13:48.6098138\",\n            \"products\": [\n                {\n                    \"id\": 870494,\n                    \"name\": \"Dehner DE 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 19.0019,\n                        \"max\": 19.0019,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908168\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"Tools & Home Improvement\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5150\",\n            \"name\": \"Futterhaus Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"DAS FUTTERHAUS markets carry regional products for your pets. Various accessories, practical helpers, stylish accessories and a huge selection of toys for large and small four-legged friends round off our range. \",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"The customer will shows the digital e-gift card on their mobile device or enter manually the code at the cash register of the DAS FUTTERHAUS franchise partner and enables the card data to be read into the electronic cash register system.\",\n            \"terms\": \"The card can only be used at DAS FUTTERHAUS franchise partners within Germany.\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5150/logo\",\n            \"modifiedDate\": \"2024-05-15T08:13:58.925353\",\n            \"products\": [\n                {\n                    \"id\": 872186,\n                    \"name\": \"Futterhaus DE 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.40094,\n                        \"max\": 9.40094,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.690814\"\n                },\n                {\n                    \"id\": 872187,\n                    \"name\": \"Futterhaus DE 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 18.80188,\n                        \"max\": 18.80188,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908141\"\n                },\n                {\n                    \"id\": 872189,\n                    \"name\": \"Futterhaus DE 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 47.0047,\n                        \"max\": 47.0047,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908143\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 26,\n                    \"name\": \"Pet Shop & Pet Care\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4567\",\n            \"name\": \"Europcar Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Europcar - Europas führende Autovermietung! \\r\\n\\r\\nWir bieten Ihnen weit mehr als ein Fahrzeug auf Zeit. Sie profitieren vom Know-how eines internationalen Unternehmens mit über 90 Jahren Mobilitätserfahrung in Deutschland. Freuen Sie sich mit jeder Buchung auf eine moderne Fahrzeugflotte, professioneller Beratung und einen Service mit persönlicher Note. Ob für einen Tag, eine Woche oder mehrere Monate. Wir bieten Ihnen sowohl für den kurz- als auch für den langfristigen Bedarf attraktive Miet- und Abolösungen. \\r\\n\\r\\nDurch unser dichtes Stationsnetz sind wir überall dort für Sie präsent, wo Sie uns privat und beruflich brauchen. So finden Sie uns direkt in der City Ihrer Heimatstadt genauso wie am Airport Ihres Urlaubsorts. Wie weit Sie ihr Weg mit Europcar also auch führt: Er beginnt stets ganz nah. \\r\\n\\r\\nUnsere vielfältige Flotte bietet Ihnen die Wahl aus zahlreichen Fahrzeugen. Das Angebot reicht von agilen Cityflitzern über sportliche Coupés und elegante Limousinen bis zu geräumigen Transportern und LKW. Und falls Sie einmal ein Elektrofahrzeug ausprobieren möchten, sind Sie bei uns ebenfalls genau richtig. Dadurch genießen Sie das gute Gefühl für jeden Anlass, jedes Ziel und jeden Moment die passende Mobilität zu haben. \\r\\n\\r\\n<P>\\r\\n\\r\\nEuropcar - Europe's leading car rental company!\\r\\n\\r\\nWe offer you much more than just a temporary vehicle. You benefit from the know-how of an international company with over 90 years of mobility experience in Germany. With every booking you can look forward to a modern vehicle fleet, professional advice and service with a personal touch. Whether for a day, a week or several months. We offer you attractive rental and subscription solutions for both short- and long-term needs.\\r\\n\\r\\nThanks to our dense network of stations, we are present for you wherever you need us, both privately and professionally. You can find us directly in the city of your hometown as well as at the airport of your holiday destination. No matter how far your journey with Europcar takes you, it always starts very close.\\r\\n\\r\\nOur diverse fleet offers you the choice of numerous vehicles. The offering ranges from agile city runabouts to sporty coupés and elegant limousines to spacious vans and trucks. And if you would like to try out an electric vehicle, you have come to the right place. This means you can enjoy the good feeling of having the right mobility for every occasion, every destination and every moment.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Buchungen nur online auf <a href=\\\"europcar.de/fahrspass-bonago\\\">europcar.de/fahrspass-bonago</a>. Eingabe der Gutscheinnummer in der Reservierung nicht möglich. </p>\\r\\n<p>Reservierung über Hotline oder in der Station nicht möglich. </p>\\r\\n<p>Gutschein muss zum Anmietzeitpunkt im Original vorgelegt werden. </p>\\r\\n<p>Gültig für private PKW-und LKW Anmietungen in Deutschland. </p>\\r\\n<p>Der Gutschein ist nicht auf Specials, Prepaid (Vorauszahlung) - oder vertraglich vereinbarte Raten anwendbar. </p>\\r\\n<p>Der Gutschein ist nicht mit anderen Aktionen, Gutscheinen oder Gutscheincodes kombinierbar. </p>\\r\\n<p>Eine finanzielle Aufrechnung ist nicht möglich, Restbeträge können nicht ausbezahlt werden. </p>\\r\\n<p>Pro Anmietung kann nur ein Gutschein eingelöst werden. </p>\\r\\n<p>Es gelten die allgemeinen Vermietbedingungen der Europcar Autovermietung GmbH.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Bookings only online at <a href=\\\"europcar.de/fahrspass-bonago\\\">europcar.de/fahrspass-bonago</a>. It is not possible to enter the voucher number in the reservation. </p>\\r\\n<p>Reservations cannot be made via the hotline or in the station. </p>\\r\\n<p>The original voucher must be presented at the time of rental. </p>\\r\\n<p>Valid for private car and truck rentals in Germany. </p>\\r\\n<p>The voucher is not applicable to specials, prepaid or contractually agreed rates. </p>\\r\\n<p>The voucher cannot be combined with other promotions, vouchers or voucher codes. </p>\\r\\n<p>A financial offsetting is not possible, remaining amounts cannot be paid out. </p>\\r\\n<p>Only one voucher can be redeemed per rental. </p>\\r\\n<p>The general rental conditions of Europcar Autovermietung GmbH apply.</p>\",\n            \"terms\": \"Visit <p>https://www.europcar.de/allgemeine-bedingungen</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4567/logo\",\n            \"modifiedDate\": \"2024-02-13T13:58:38.4671144\",\n            \"products\": [\n                {\n                    \"id\": 872229,\n                    \"name\": \"Europcar 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 8.980898,\n                        \"max\": 8.980898,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699077\"\n                },\n                {\n                    \"id\": 872231,\n                    \"name\": \"Europcar 25 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 22.452245,\n                        \"max\": 22.452245,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699078\"\n                },\n                {\n                    \"id\": 872233,\n                    \"name\": \"Europcar 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 44.90449,\n                        \"max\": 44.90449,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699079\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 12,\n                    \"name\": \"Travel & Leisure\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5177\",\n            \"name\": \"Takealot South Africa\",\n            \"countryCode\": \"ZA\",\n            \"currencyCode\": \"ZAR\",\n            \"description\": \"South Africa's Leading Online Store.\\r\\nFast, Reliable Delivery to Your Door.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"In order to redeem:\\r\\n\\r\\n1. Login to your Takealot account\\r\\n2. Go to the 'My Account' screen\\r\\n3. Under 'Payments and Credit', choose 'Redeem a Gift Voucher'\\r\\n4. Enter code in the 'Apply a Gift Voucher Code' screen\\r\\n5.Credits will be applied to your Takealot balance, to be used at any time\",\n            \"terms\": \"www.takealot.com/help/promotional-codes-terms-conditions\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5177/logo\",\n            \"modifiedDate\": \"2023-12-09T07:25:08.9691671\",\n            \"products\": [\n                {\n                    \"id\": 872848,\n                    \"name\": \"Takealot SA ZAR 50\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": 28,\n                    \"price\": {\n                        \"min\": 50.005,\n                        \"max\": 50.005,\n                        \"currencyCode\": \"ZAR\"\n                    },\n                    \"modifiedDate\": \"2024-04-15T15:18:08.0405773\"\n                },\n                {\n                    \"id\": 872849,\n                    \"name\": \"Takealot SA ZAR 100\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": 28,\n                    \"price\": {\n                        \"min\": 100.01,\n                        \"max\": 100.01,\n                        \"currencyCode\": \"ZAR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T15:03:09.0996664\"\n                },\n                {\n                    \"id\": 872850,\n                    \"name\": \"Takealot SA ZAR 250\",\n                    \"minFaceValue\": 250,\n                    \"maxFaceValue\": 250,\n                    \"count\": 32,\n                    \"price\": {\n                        \"min\": 250.025,\n                        \"max\": 250.025,\n                        \"currencyCode\": \"ZAR\"\n                    },\n                    \"modifiedDate\": \"2024-05-12T10:32:02.7342458\"\n                },\n                {\n                    \"id\": 872851,\n                    \"name\": \"Takealot SA ZAR 500\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": 39,\n                    \"price\": {\n                        \"min\": 500.05,\n                        \"max\": 500.05,\n                        \"currencyCode\": \"ZAR\"\n                    },\n                    \"modifiedDate\": \"2024-05-12T21:51:03.1939632\"\n                },\n                {\n                    \"id\": 872852,\n                    \"name\": \"Takealot SA ZAR 1000\",\n                    \"minFaceValue\": 1000,\n                    \"maxFaceValue\": 1000,\n                    \"count\": 65,\n                    \"price\": {\n                        \"min\": 1000.1,\n                        \"max\": 1000.1,\n                        \"currencyCode\": \"ZAR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T05:39:08.0649072\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"eCommerce\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5163\",\n            \"name\": \"Redcare Italy\",\n            \"countryCode\": \"IT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Looking for a pharmacy gift card? Choose Redcare, a leading brand in the industry! \\r\\n\\r\\n<P>\\r\\n\\r\\nRedcare is a leading player in the Pharmacy industry, offering a wide range of pharmaceutical products. With their commitment to quality and customer satisfaction,Experience excellence in healthcare at Redcare, your trusted pharmacy partner.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Valid on participating merchants in Italy \\r\\n<P>\\r\\nOnline: Redeem at https://www.redcare.it/\\r\\n\",\n            \"terms\": \"Redcare Gift Card, your Italian choice for versatile gifting, offers digital gift cards for a multitude of stores and experiences.\\r\\n\\r\\nValid only on participating merchants in Italy.\\r\\nNon-refundable and cannot be exchanged for cash.\\r\\nExpires 12 months from the date of issue.\\r\\nMust be redeemed in a single transaction.\\r\\nNot responsible for lost, stolen, or unauthorized card use.\\r\\nSubject to availability, terms may change without notice.\\r\\nUse signifies acceptance of all terms and conditions.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5163/logo\",\n            \"modifiedDate\": \"2024-05-15T08:14:05.6068333\",\n            \"products\": [\n                {\n                    \"id\": 878640,\n                    \"name\": \"Redcare IT 25 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 24.50245,\n                        \"max\": 24.50245,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908208\"\n                },\n                {\n                    \"id\": 878641,\n                    \"name\": \"Redcare IT 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.80098,\n                        \"max\": 9.80098,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908208\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 25,\n                    \"name\": \"Drugstore\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4598\",\n            \"name\": \"Sixt Rent A Car Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Sixt ist die Nr. 1 der Autovermieter in Deutschland. Das Stationsnetz umfasst fast 500 Stationen in allen größeren Städten. Wo sie auch hin wollen, wir sind schon da. Egal ob Flughafen, Bahnhof oder Innenstadt. Wir sorgen überall für die perfekte Anbindung. Dabei können Sie sich darauf verlassen, dass wir Ihnen überall perfekten Service und eine reibungslose Anmietung bieten. Unsere Mitarbeiter sind bestens geschult und kümmern sich gerne darum, Ihnen den gewünschten Mietwagen zur vereinbarten Mietdauer zur Verfügung zu stellen. \\r\\n\\r\\n Ob Sie nun einen Kleinwagen, einen Wagen der Kompaktklasse oder einen geräumigen Kombi benötigen, unsere Flotte hält für Sie Modelle von führenden Markenherstellern wie BMW, Audi, VW und Mercedes-Benz bereit. Dabei haben Sie auch die Möglichkeit sich für einen Geländewagen oder Van, zum Beispiel 7 und 9 Sitzer, zu entscheiden. Alle Mietwagen sind Top gewartet und selten älter als ein halbes Jahr. \\r\\n\\r\\n Sixt ist aber nicht nur ein PKW Verleiher, an immer mehr Stationen haben wir darüber hinaus ein umfangreiches Angebot an LKW und Transportern in verschiedenen Größen für ihre Zwecke. Sie möchten ein Auto gern länger mieten oder an einem anderen Abholort zurückgeben? Kein Problem, denn wir bieten auch Leihwagen für die Langzeit- und Einwegmiete an.\\r\\n\\r\\n<P>\\r\\n\\r\\nSixt is the No. 1 car rental company in Germany. The station network includes almost 500 stations in all major cities. Wherever you want to go, we are already there. No matter whether airport, train station or city center. We ensure perfect connections everywhere. You can rely on us to offer you perfect service and a smooth rental everywhere. Our employees are well trained and will be happy to provide you with the rental car you want for the agreed rental period.\\r\\n\\r\\n Whether you need a small car, a compact car or a spacious station wagon, our fleet has models from leading brand manufacturers such as BMW, Audi, VW and Mercedes-Benz available for you. You also have the option of choosing an off-road vehicle or van, for example 7 or 9 seaters. All rental cars are well maintained and are rarely older than six months.\\r\\n\\r\\n But Sixt is not just a car rental company, we also have an extensive range of trucks and vans in different sizes for your purposes at more and more stations. Would you like to rent a car for longer or return it to a different pickup location? No problem, because we also offer rental cars for long-term and one-way rentals.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>-Es gelten die allgemeinen Mietbedingungen von Sixt. Weitere Informationen unter www.sixt.de\\r\\n -Gutschein ausschließlich online einlösbar (Web oder App)\\r\\n -Eine Umbuchung der Reservierung mit Gutscheincode ist ausgeschlossen -Barzahlung ist ausgeschlossen\\r\\n -Vorauszahlungsraten und Firmenraten sind ausgeschlossen\\r\\n -Gutschein einlösbar in den folgenden Ländern: Belgien, Deutschland, Vereinigtes Königreich, Frankreich, Italien, Luxemburg, Monaco, Niederlande, Österreich, Schweiz, Spanien (außer Menorca, Formentera und Kanarische Inseln) und USA\\r\\n -Die Anmietung erfordert den Besitz eines gültigen Führerscheins für die Dauer der Anmietung sowie eine gültige Zahlungsweise. </p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>-Sixt's general rental conditions apply. Further information at www.sixt.de\\r\\n -Voucher can only be redeemed online (web or app)\\r\\n -Rebooking the reservation with a voucher code is not possible -Cash payment is not possible\\r\\n -Advance payment installments and company installments are excluded\\r\\n -Voucher redeemable in the following countries: Belgium, Germany, United Kingdom, France, Italy, Luxembourg, Monaco, Netherlands, Austria, Switzerland, Spain (except Menorca, Formentera and Canary Islands) and USA\\r\\n -The rental requires possession of a valid driver's license for the duration of the rental and a valid form of payment. </p>\",\n            \"terms\": \"<p><strong>Einlösemöglichkeit</strong>\\r\\n Eine Übersicht über die Stationen in Deutschland, Schweiz und Österreich finden Sie hier. Der Gutschein kann nur online oder per App eingelöst werden. Bitte beachten Sie, dass die Gutscheine, die Sie erwerben, ihrerseits gesonderten AGBs unterliegen.</p>\\r\\n<p><strong> Anzahl einlösbarer Gutscheine</strong>\\r\\n Nur ein Gutschein pro Person und pro Reservierung einlösbar und nicht mit anderen Gutscheinen kombinierbar.</p>\\r\\n<p><strong> Gültigkeit</strong>\\r\\n Der Gutschein ist ab dem Ausstellungsdatum drei Jahre gültig.</p>\\r\\n<p><strong> Restguthaben</strong>\\r\\n Restbeträge bleiben nicht erhalten.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p><strong>Redemption option</strong>\\r\\n You can find an overview of the stations in Germany, Switzerland and Austria here. The voucher can only be redeemed online or via the app. Please note that the vouchers you purchase are subject to separate terms and conditions.</p>\\r\\n<p><strong>Number of redeemable vouchers</strong>\\r\\n Only one voucher per person and per reservation can be redeemed and cannot be combined with other vouchers.</p>\\r\\n<p><strong>Validity</strong>\\r\\n The voucher is valid for three years from the date of issue.</p>\\r\\n<p><strong>Remaining credit</strong>\\r\\n Remaining amounts are not retained.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4598/logo\",\n            \"modifiedDate\": \"2024-02-23T09:26:16.3187138\",\n            \"products\": [\n                {\n                    \"id\": 878830,\n                    \"name\": \"Sixt DE 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.4059405,\n                        \"max\": 9.4059405,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699121\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 12,\n                    \"name\": \"Travel & Leisure\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"1202\",\n            \"name\": \"Coop Switzerland\",\n            \"countryCode\": \"CH\",\n            \"currencyCode\": \"CHF\",\n            \"description\": \"A gift that's sure to bring joy: Coop gift cards. The Coop gift card is the smartest way to bring joy to a loved one. They can use it to buy precisely what they want.\\\" \",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redeem gift card to https://www.coop.ch/de.html\",\n            \"terms\": \"The credit expires 36 months after purchase. Expiration date/current credit on the receipt or on the receipt or on the Internet. The gift card can also be loaded into the Supercard app and used for cashless payments. More info at www.coop.ch/geschenkkarte.\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/1202/logo\",\n            \"modifiedDate\": \"2024-05-15T08:13:44.2249667\",\n            \"products\": [\n                {\n                    \"id\": 879870,\n                    \"name\": \"Coop CH 20 CHF\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 19.40194,\n                        \"max\": 19.40194,\n                        \"currencyCode\": \"CHF\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907839\"\n                },\n                {\n                    \"id\": 879871,\n                    \"name\": \"Coop CH 25 CHF\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 24.252425,\n                        \"max\": 24.252425,\n                        \"currencyCode\": \"CHF\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907844\"\n                },\n                {\n                    \"id\": 879872,\n                    \"name\": \"Coop CH 50 CHF\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 48.50485,\n                        \"max\": 48.50485,\n                        \"currencyCode\": \"CHF\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907845\"\n                },\n                {\n                    \"id\": 879873,\n                    \"name\": \"Coop CH 100 CHF\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 97.0097,\n                        \"max\": 97.0097,\n                        \"currencyCode\": \"CHF\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907846\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 21,\n                    \"name\": \"Department Stores\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 18,\n                    \"name\": \"Supermarkets & Hypermarkets\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5161\",\n            \"name\": \"Jumbo Switerzland\",\n            \"countryCode\": \"CH\",\n            \"currencyCode\": \"CHF\",\n            \"description\": \"Jumbo is an online hardware store with a huge range and low prices. You can get everything you need for DIY there. The range is broad and offers products from the hardware, fireplace, garden, wall and floor areas.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Simply enter your Jumbo voucher code and confirm your entry. Your savings will appear in black and white on the screen.\",\n            \"terms\": \"Jumbo generally only ships the goods within Switzerland and to the Principality of Liechtenstein.\\r\\n\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5161/logo\",\n            \"modifiedDate\": \"2024-05-15T08:14:03.1181128\",\n            \"products\": [\n                {\n                    \"id\": 880055,\n                    \"name\": \"Jumbo CH 20 CHF\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 19.40194,\n                        \"max\": 19.40194,\n                        \"currencyCode\": \"CHF\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908211\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"Tools & Home Improvement\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4781\",\n            \"name\": \"Zalando Slovakia\",\n            \"countryCode\": \"SK\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Popredná európska módna online platforma Zalando má niečo pre každého – od obuvi a oblečenia až po doplnky a športové potreby. Buďte tým, kým chcete byť, a vytvorte si svoj jedinečný štýl kombináciou obľúbených komerčných značiek, prémiových designer značiek i nezávislých značiek. Vďaka 1900 značkám čakajúcim na objavenie sa ponúkajú nekonečné možnosti. A to nie je všetko. Vedeli ste, že Zalando vám doručí všetky tovary zdarma? A ak si niečo rozmyslite alebo vám niečo nie celkom sadne, nevadí. Nepoužitý tovar nám môžete bezplatne vrátiť do 100 dní od vytvorenia objednávky a my vám zaň vrátime plnú sumu.Pre viac módy, vybraného sortimentu a inšpirácií navštívte https://www.zalando.sk/.\\r\\n\\r\\n<P>\\r\\n\\r\\nEurope's leading online fashion platform Zalando has something for everyone - from shoes and clothes to accessories and sports equipment. Be who you want to be and create your unique style by combining popular commercial brands, premium designer brands and independent brands. With 1900 brands waiting to be discovered, the possibilities are endless. And that's not all. Did you know that Zalando delivers all goods to you for free? And if you change your mind or something doesn't quite fit, it doesn't matter. You can return unused goods to us free of charge within 100 days of creating the order and we will refund the full amount. For more fashion, selected assortment and inspiration, visit https://www.zalando.sk/.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Ako použiť darčekovú kartu Zalando? </p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Prihláste sa do svojho účtu na adrese zalando.sk alebo v aplikácii Zalando v časti Môj účet. </p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Zadajte kód darčekového kupónu do poľa v časti Moje kupóny. </p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Kód kupónu môžete zadať aj priamo pri platení do poľa na kódy kupónov. </p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Ak nevyužijete celú hodnotu kupónu naraz, zvyšná hodnota sa pripíše na váš účet Zalando. Viac informácií nájdete v našich všeobecných obchodných podmienkach na adrese zalando.sk/terms-giftcards</p>\\r\\n</li>\\r\\n</ol>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>How to use a Zalando gift card? </p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Log in to your account at zalando.sk or in the Zalando app in the My Account section. </p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Enter the gift coupon code in the box under My Coupons. </p>\\r\\n</li>\\r\\n<li>\\r\\n<p>You can also enter the coupon code directly at checkout in the field for coupon codes. </p>\\r\\n</li>\\r\\n<li>\\r\\n<p>If you do not use the entire value of the coupon at once, the remaining value will be credited to your Zalando account. You can find more information in our general terms and conditions at zalando.sk/terms-giftcards</p>\\r\\n</li>\\r\\n</ol>\",\n            \"terms\": \"<p>Darčekové poukážky majú neobmedzenú platnosť a nie sú viazané na minimálnu hodnotu objednávky.\\r\\nVýber hotovosti, ako aj náhrady za stratu alebo poškodenie nie sú možné.\\r\\nAk zrušíte svoju objednávku alebo vrátite tovar, pri ktorom bol použitý darčekový poukaz, vám bude zaplatená suma vrátená alebo kompenzovaná.\\r\\nHodnota vašej darčekovej poukážky bude pripísaná na váš účet na Zalando.\\r\\nDarčekové poukážky nie je možné uplatniť dozadu na objednávku. Nie sú vymeniteľné a nie je možné ich zablokovať.\\r\\nDarčekové poukážky je možné uplatniť na zalando.de alebo prostredníctvom aplikácie Zalando.</p>\\r\\n<p>Okrem toho platia všeobecné obchodné podmienky Zalanda (AGB), ktoré nájdete na <a href=\\\"http://zalando.sk/terms-giftcards\\\">sem</a></p>\\r\\n\\r\\n<P>\\r\\n\\r\\n\\r\\n<p>Gift vouchers have unlimited validity and are not tied to a minimum order value.\\r\\nCash withdrawals and compensations for loss or damage are not possible.\\r\\nIf you cancel your order or return goods for which a gift voucher was used, you will be refunded or compensated.\\r\\nThe value of your gift voucher will be credited to your Zalando account.\\r\\nGift vouchers cannot be used retroactively for an order. They are not replaceable and cannot be blocked.\\r\\nGift vouchers can be redeemed at zalando.de or via the Zalando app.</p>\\r\\n<p>In addition, Zalando's general terms and conditions (AGB) apply, which you can find at <a href=\\\"http://zalando.sk/terms-giftcards\\\">here</a></p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4781/logo\",\n            \"modifiedDate\": \"2024-05-16T04:18:20.5494359\",\n            \"products\": [\n                {\n                    \"id\": 881948,\n                    \"name\": \"Zalando SK\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4.61796175,\n                        \"max\": 184.71847,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699185\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5145\",\n            \"name\": \"OBI Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Gift the ultimate home improvement experience with an OBI gift card. As a leading home improvement retail chain in Germany, OBI provides a range of exquisite supplies to perfect any project. Widely accepted across its physical stores nationwide, this gift card is a token of versatility and choice.\\r\\n\\r\\nWith an OBI gift card, enjoy your choice of home improvement supplies.\\r\\nOBI’s diversified range ensures you can find the perfect gift, from quality tools to elegant home décor.\\r\\nWhether you're looking for gardening essentials or building materials, an OBI gift card lets you choose.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"The gift card can be redeemed at all OBI participating stores .\\r\\n\\r\\n\",\n            \"terms\": \"The OBI gift card can be used in all OBI physical stores throughout Germany.\\r\\nThe card cannot currently be redeemed for online purchases.\\r\\nPlease present the gift card at the checkout when paying.\\r\\nIf the amount on the gift voucher is not sufficient, you can easily pay the difference with another means of payment (e.g. cash or EC card).\\r\\nYou can use many gift cards together to pay for 1 purchase.\\r\\nThe credit on your OBI gift card is valid for 3 years.\\r\\nThe gift card cannot be replaced if it is lost or damaged.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5145/logo\",\n            \"modifiedDate\": \"2024-05-15T13:55:35.3951748\",\n            \"products\": [\n                {\n                    \"id\": 882439,\n                    \"name\": \"OBI DE 5 EUR\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 5,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4.80048,\n                        \"max\": 4.80048,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908162\"\n                },\n                {\n                    \"id\": 882440,\n                    \"name\": \"OBI DE 15 EUR\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 15,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 14.40144,\n                        \"max\": 14.40144,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908171\"\n                },\n                {\n                    \"id\": 882444,\n                    \"name\": \"OBI DE 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 19.20192,\n                        \"max\": 19.20192,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908183\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"Tools & Home Improvement\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"1200\",\n            \"name\": \"Rossmann Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \" In its over 2,000 drugstores across Germany, ROSSMANN offers an impressive range of drugstore products. Alongside its main lines in hair and body care products, decorative cosmetics, perfume, and baby and health products, customers will also find an extensive assortment of natural food and wine. \",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"This voucher can only be redeemed in branches of Dirk Rossmann GmbH (not at Rossmann Online GmbH and/or other third parties). You can check the credit balance in the branches.\\r\\n\",\n            \"terms\": \"The credit cannot be used to purchase vouchers and prepaid products, nor for and/or in connection with services of third parties such as barzahlen.de / viacash. It is not possible to pay out the credit balance, any remaining amount will not be refunded. If the voucher is lost, no replacement is possible. The person presenting the voucher is considered to be the entitled person. The voucher is valid from the time of purchase.\\r\\n<P>\\r\\nThe validity ends 3 years after the end of the calendar year in which the voucher was purchased.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/1200/logo\",\n            \"modifiedDate\": \"2024-05-15T08:14:30.1121788\",\n            \"products\": [\n                {\n                    \"id\": 887889,\n                    \"name\": \"Rossmann DE 5 EUR\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 5,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4.70047,\n                        \"max\": 4.70047,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907847\"\n                },\n                {\n                    \"id\": 887890,\n                    \"name\": \"Rossmann DE 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.40094,\n                        \"max\": 9.40094,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907849\"\n                },\n                {\n                    \"id\": 887891,\n                    \"name\": \"Rossmann DE 25 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 23.50235,\n                        \"max\": 23.50235,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.690785\"\n                },\n                {\n                    \"id\": 887892,\n                    \"name\": \"Rossmann DE 44 EUR\",\n                    \"minFaceValue\": 44,\n                    \"maxFaceValue\": 44,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 41.364136,\n                        \"max\": 41.364136,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907851\"\n                },\n                {\n                    \"id\": 887893,\n                    \"name\": \"Rossmann DE 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 94.0094,\n                        \"max\": 94.0094,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907852\"\n                },\n                {\n                    \"id\": 887894,\n                    \"name\": \"Rossmann DE 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 47.0047,\n                        \"max\": 47.0047,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907852\"\n                },\n                {\n                    \"id\": 887896,\n                    \"name\": \"Rossmann DE 15 EUR\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 15,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 14.10141,\n                        \"max\": 14.10141,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907853\"\n                },\n                {\n                    \"id\": 887897,\n                    \"name\": \"Rossmann DE 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 18.80188,\n                        \"max\": 18.80188,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907854\"\n                },\n                {\n                    \"id\": 887898,\n                    \"name\": \"Rossmann DE 30 EUR\",\n                    \"minFaceValue\": 30,\n                    \"maxFaceValue\": 30,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 28.20282,\n                        \"max\": 28.20282,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907867\"\n                },\n                {\n                    \"id\": 887899,\n                    \"name\": \"Rossmann DE 60 EUR\",\n                    \"minFaceValue\": 60,\n                    \"maxFaceValue\": 60,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 56.40564,\n                        \"max\": 56.40564,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908029\"\n                },\n                {\n                    \"id\": 887900,\n                    \"name\": \"Rossmann DE 70 EUR\",\n                    \"minFaceValue\": 70,\n                    \"maxFaceValue\": 70,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 65.80658,\n                        \"max\": 65.80658,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908056\"\n                },\n                {\n                    \"id\": 887901,\n                    \"name\": \"Rossmann DE 80 EUR\",\n                    \"minFaceValue\": 80,\n                    \"maxFaceValue\": 80,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 75.20752,\n                        \"max\": 75.20752,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908056\"\n                },\n                {\n                    \"id\": 887902,\n                    \"name\": \"Rossmann DE 90 EUR\",\n                    \"minFaceValue\": 90,\n                    \"maxFaceValue\": 90,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 84.60846,\n                        \"max\": 84.60846,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908057\"\n                },\n                {\n                    \"id\": 887904,\n                    \"name\": \"Rossmann DE 45 EUR \",\n                    \"minFaceValue\": 45,\n                    \"maxFaceValue\": 45,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 42.30423,\n                        \"max\": 42.30423,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908108\"\n                },\n                {\n                    \"id\": 887905,\n                    \"name\": \"Rossmann DE 40 EUR \",\n                    \"minFaceValue\": 40,\n                    \"maxFaceValue\": 40,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 37.60376,\n                        \"max\": 37.60376,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908109\"\n                },\n                {\n                    \"id\": 887906,\n                    \"name\": \"Rossmann DE 35 EUR \",\n                    \"minFaceValue\": 35,\n                    \"maxFaceValue\": 35,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 32.90329,\n                        \"max\": 32.90329,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908109\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 25,\n                    \"name\": \"Drugstore\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"225\",\n            \"name\": \"Sam's Club USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"With a Sam’s Club eGift Card, you get low prices every day on thousands of popular products in stores or online at Samsclub.com. You’ll find a wide\\r\\nassortment of top electronics, toys, home essentials and more. Plus, cards\\r\\ndon’t expire and you never pay any fees.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Using your eGift Card is simple\\r\\nYou can redeem your Sam’s Club eGift Card at Samsclub.com and Walmart.com or print it out to use in a Sam's Club or Walmart store.\\r\\n\\r\\neGift Card Support\\r\\nYou can check your balance online. If you have concerns, please email customer service at help@walmart.com. This card is not redeemable for cash.\\r\\n\\r\\nPLEASE TREAT THIS E-GIFT CARD LIKE CASH AND SAFEGUARD IT ACCORDINGLY\\r\\n\\r\\nCashier Instructions\\r\\n1. Total the order\\r\\n2. Select 'Shopping Card'\\r\\n3. Scan the barcode on this page\",\n            \"terms\": \"Use this card at any Walmart store or Sam’s Club in the U.S. or Puerto Rico, or on-line at Walmart.com, Samsclub.com, or at any location listed at http://Walmart.com/giftcardterms. Terms, including a mandatory arbitration provision, apply to use of this card. See full terms, which may change without\\r\\nnotice, at Walmart.com/giftcardterms. Card balance is a liability of Wal-Mart Stores Arkansas, LLC. No cash redemption unless required by law. No\\r\\nreplacement for lost/stolen cards. Walmart may refuse to accept this card and take action, including balance forfeiture, for fraud, abuse or violations of terms. Never give card numbers to someone you don’t know. For more information on how to protect yourself from fraud, visit. http://Walmart.com/fraud.\\r\\nTo report fraud or to check balance, call 1-888-537-5503.\",\n            \"logoUrl\": \"https://app.giftango.com/GPCGraphics/SamsClub_NoDenom_DIG_CR80_101620_300x190_RGB.png\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5260873\",\n            \"products\": [\n                {\n                    \"id\": 889835,\n                    \"name\": \"Sam's Club USD\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4.88798875,\n                        \"max\": 488.798875,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4409924\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 16,\n                    \"name\": \"Electronics\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"Kids Fashion & Toys\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3725\",\n            \"name\": \"Safeway Canada\",\n            \"countryCode\": \"CA\",\n            \"currencyCode\": \"CAD\",\n            \"description\": \"Safeway is a supermarket chain which offers a full range of groceries, shop their wide selection of fresh, local organic meat & produce, popular wines & gluten-free foods. Thinking of grocery delivery? Shop at Safeway online store and get grocery delivered to your doorstep.\\r\\n\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Online activation, balance inquiry and reload are not available. Minimum amount which can be loaded for both activation and reload is $5. Corporate Grocery Gift Cards cannot be used to buy liquor or fuel in the western provinces. Relief Vouchers, Vendor Coupons and Store Coupons cannot be used as tender to buy Corporate Gift Cards.\\r\\n\\r\\nCards can be redeemed at Sobeys, IGA, Garden Market IGA, Foodland, Safeway, FreshCo, Chalo! FreshCo, Thrifty Foods, Lawtons Drugs, Needs, Fast Fuel and (ON) locations across Canada. Safeway gift cards are accepted only in these IGA locations in B.C (1) 4823 – 50 Avenue , Fort Nelson, BC V0C 1R0 (2) 5001 – 50 Avenue, Chetwynd, BC V0C 1J0 (3) 624-9 Avenue North, Golden, BC VOA 1HO\\r\\n\\r\\n\\r\\n\",\n            \"terms\": \"Visit https://www.safeway.ca/\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3725/logo\",\n            \"modifiedDate\": \"2024-02-22T14:54:24.6394885\",\n            \"products\": [\n                {\n                    \"id\": 889914,\n                    \"name\": \"Safeway CAD\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4.7964796,\n                        \"max\": 239.82398,\n                        \"currencyCode\": \"CAD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697609\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 18,\n                    \"name\": \"Supermarkets & Hypermarkets\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5186\",\n            \"name\": \"OLA Cabs India\",\n            \"countryCode\": \"IN\",\n            \"currencyCode\": \"INR\",\n            \"description\": \"<p>Book a cab with just a tap. Get Ola at your doorstep anytime. Pick from Sedans and SUVs to Luxury cars as per your pocket size and get benefits such as GPS tracking, cab entertainment, and cashless rides. Use Ola Gift Cards and Gift Vouchers to maximize your savings on cab booking.</p>\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<ul><li>Download the OLA App and select ride.</li><li>Click on the Apply Coupon Tab.</li><li>Enter the Gift Voucher and click on apply.</li></ul>\",\n            \"terms\": \"OLA Gift Voucher CANNOT be revalidated once expired or canceled under any circumstances.\\r\\nThis is an Ola Insta Gift Voucher (GV) / Gift Card (GC) and would be accepted on the Ola App and website. The GV / GC can be redeemed towards any category other than Ola Drive, Ola Share, Rentals, Outstation, Food, Luxury, Auto, Bike & Shuttle.\\r\\nThis is a one-time use GV / GC. It cannot be redeemed partially.\\r\\nTo use your OLA GV / GC, open the OLA App on your mobile/website. Enter the voucher code in the apply coupon section BEFORE booking the ride.\\r\\nOnly ONE GV / GC can be used in one bill.\\r\\nThe gift voucher is redeemable only against the fare of the ride. Any taxes, tolls, and miscellaneous charges will not be included in the voucher value.\\r\\nPlease visit https://www.olacabs.com/fares to check the list of cities where OLA services are available. The person who has the Ola GV / GC Code is deemed to be the beneficiary.\\r\\nThe GV / GC cannot be used to pay any state toll, in case applicable on the ride.\\r\\nNo Credit note / Refund for the unused amount of the GV / GC will be given.\\r\\nOla GV / GC cannot be clubbed with any other Promo code.\\r\\nOla GV / GC cannot be redeemed on specific block-out dates. Ola may add or delete any date at its sole discretion.\\r\\nAny dispute related to the GV / GC should be referred to the issuing company and the decision of the issuing company shall be final.\\r\\nOla makes full efforts to accept Insta Gift Vouchers (GV) / Gift Cards (GC) but on account of any technical reasons the GV / GC may not get accepted on the app.\\r\\nIf an Insta Gift Voucher (GV) /Gift Card (GC) gets blocked on account of a technical issue, it will be enabled in 72 hours.\\r\\nFor any query/issue related to the Gift Voucher, you can write to support@olacabs.com for immediate help.\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5186/logo\",\n            \"modifiedDate\": \"2024-05-15T14:51:09.4249251\",\n            \"products\": [\n                {\n                    \"id\": 892829,\n                    \"name\": \"OLA E-Gift Cards IN 100 INR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 98.359835,\n                        \"max\": 98.359835,\n                        \"currencyCode\": \"INR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:50:46.2542037\"\n                },\n                {\n                    \"id\": 892830,\n                    \"name\": \"OLA E-Gift Cards IN 250 INR\",\n                    \"minFaceValue\": 250,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 245.8995875,\n                        \"max\": 245.8995875,\n                        \"currencyCode\": \"INR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:50:46.2542038\"\n                },\n                {\n                    \"id\": 892831,\n                    \"name\": \"OLA E-Gift Cards IN 500 INR\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 491.799175,\n                        \"max\": 491.799175,\n                        \"currencyCode\": \"INR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:50:46.2542038\"\n                },\n                {\n                    \"id\": 892833,\n                    \"name\": \"OLA E-Gift Cards IN 1000 INR\",\n                    \"minFaceValue\": 1000,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 983.59835,\n                        \"max\": 983.59835,\n                        \"currencyCode\": \"INR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:50:46.2542038\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 12,\n                    \"name\": \"Travel & Leisure\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5064\",\n            \"name\": \"LiveMe Coins Global\",\n            \"countryCode\": \"WW\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Liveme is an exciting entertainment platform that offers a unique way to connect with people around the world. With Liveme, you can buy Liveme Gift cards using crypto currency or your Visa and Mastercard credit / debit cards. \",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"How to Redeem: \\r\\n\\r\\n1- Go to: https://liveme.com \\r\\n2- Click on Recharge at the top right corner \\r\\n3- Login to your LiveMe account \\r\\n4- Select Mintroute as your payment option \\r\\n5- Select denomination \\r\\n6- Enter code received\",\n            \"terms\": \"Visit https://www.liveme.com/protocol/terms.html\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5064/logo\",\n            \"modifiedDate\": \"2024-02-28T07:56:54.8860978\",\n            \"products\": [\n                {\n                    \"id\": 895468,\n                    \"name\": \"LiveMe 629 Coins 6.99 USD\",\n                    \"minFaceValue\": 6.99,\n                    \"maxFaceValue\": 6.99,\n                    \"count\": 9,\n                    \"price\": {\n                        \"min\": 6.140614,\n                        \"max\": 6.140614,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T21:28:09.4464192\"\n                },\n                {\n                    \"id\": 895469,\n                    \"name\": \"LiveMe 899 Coins 9.99 USD\",\n                    \"minFaceValue\": 9.99,\n                    \"maxFaceValue\": 9.99,\n                    \"count\": 33,\n                    \"price\": {\n                        \"min\": 8.78037795,\n                        \"max\": 8.78037795,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T18:21:09.2605817\"\n                },\n                {\n                    \"id\": 895470,\n                    \"name\": \"LiveMe 4499 Coins 49.99 USD\",\n                    \"minFaceValue\": 49.99,\n                    \"maxFaceValue\": 49.99,\n                    \"count\": 9,\n                    \"price\": {\n                        \"min\": 44.61426098,\n                        \"max\": 44.61426098,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-07T06:01:03.4810675\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4877\",\n            \"name\": \"CVS Pharmacy US\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"A CVS Pharmacy® gift card is always a great choice.\\r\\n\\r\\nWith more than 7,800 locations from coast to coast, CVS Pharmacy is the most convenient place to get the prescription medications and health care products you need.  Plus, it provides a huge selection of popular beauty and personal care brands as well as exclusive brands you won’t find anywhere else. \\r\\n\\r\\nCVS Pharmacy gift cards cannot be used on-line at CVS.com® or for any other retailer’s gift card or prepaid card that CVS Pharmacy may carry.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Using your Gift Card is simple:\\r\\nRedeem In-Store\\r\\n<p>\\r\\nUse it at any CVS Pharmacy® store during time of purchase<p>\\r\\n<p>\\r\\nIn-Store Merchant Instructions\\r\\n<p>\\r\\nChoose Gift/Money Card button from quick payment row on touch screen<p>\\r\\nScan barcode or enter manually the code on eGift Card\\r\\n<p>\\r\\n NON-REFUNDABLE \",\n            \"terms\": \"This promotional eCard may be used just like cash toward purchases a flu-shot at any CVS/pharmacy®. Cannot be used to purchase money orders or prepaid cards, or as payment on a credit card account. It will not be replaced or replenished if lost, stolen or used without authorization, and it is not reloadable.\\r\\n\\r\\nBy accepting and retaining the ePromotional Card or using the card you agree to these terms and conditions, as well as future terms and conditions and program service changes.  CVS/pharmacy reserves the right to change the format, elements and terms and conditions of the Promotional  Card program at any time without notice.  The CVS/pharmacy ePromotional card expires on the date on the card, and no dormancy or inactivity fees will be charged.\\r\\n\\r\\nCardFact 25, Inc. is the card issuer and sole obligor to card owner. CardFact may delegate its issuer obligations to an assignee, without recourse. If delegated, the assignee, and not CardFact, will be sole obligor to card owner. Purchase, use or acceptance of card constitutes acceptance of these terms. Distributed through CVS/pharmacy®. For balance, visit www.cvs.com . For assistance Call Customer Service toll-free at 855-835-3684. CVS and related marks and designs are trademarks of CVS/pharmacy. ©2014 CVS/pharmacy®\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4877/logo\",\n            \"modifiedDate\": \"2024-05-14T06:58:19.9030117\",\n            \"products\": [\n                {\n                    \"id\": 904242,\n                    \"name\": \"CVS Pharmacy USD\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4.60046,\n                        \"max\": 460.046,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7037968\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"1145\",\n            \"name\": \"Fortnite V-Bucks\",\n            \"countryCode\": \"WW\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Fortnite V-Bucks is the currency you'll need to unlock the Battle Pass and the latest cosmetics in the battle royale game.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem your V-Bucks, enter the pin below at fortnite.com/vbuckscard\",\n            \"terms\": \"To use this card you must have a valid Epic Account, download Fortnite on a compatible device, and accept the terms and user agreement. Read the full terms at fortnite.com/vbuckscardterms before purchasing. The card’s full-face value is deducted at redemption and associated with a single account for the device you select (no transfer or withdrawal).  Review your device maker’s terms for any additional requirements to play Fortnite (e.g., subscriptions, additional fees). No fees or expiration dates. Card can’t be returned, reloaded, refunded, redeemed for cash, exchanged, or resold except as required by law.  This card can’t be replaced if lost, stolen, destroyed, or used without permission. \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/fortnite-usdususd-nonintegratedsuppliers/logo4-630\",\n            \"modifiedDate\": \"2024-01-02T06:16:58.6543457\",\n            \"products\": [\n                {\n                    \"id\": 904350,\n                    \"name\": \"Fortnite V Bucks 1000\",\n                    \"minFaceValue\": 8.99,\n                    \"maxFaceValue\": 8.99,\n                    \"count\": 535,\n                    \"price\": {\n                        \"min\": 9.360936,\n                        \"max\": 9.360936,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T03:46:10.0023698\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4959\",\n            \"name\": \"Uber & Uber Eats Portugal\",\n            \"countryCode\": \"PT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": null,\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Para utilizar este cartão de oferta:\\r\\n\\r\\n  Abra o menu da conta e toque em \\\"Carteira\\\"\\r\\n  Toque no botão \\\"+ Adicionar fundos\\\" no cartão Uber Cash\\r\\n  Toque no botão \\\"Usar\\\" junto de Cartões de oferta\\r\\n  Insira o código de oferta \\r\\n\",\n            \"terms\": \"Ao utilizar este cartão de oferta, aceita os seguintes Termos e Condições: Este cartão é utilizável com a Uber B.V. em troca de Uber Money através da aplicação Uber®️️ ou Uber Eats em regiões do Espaço Económico Europeu onde o Uber Money e a Uber ou o Uber Eats estejam disponíveis. Este cartão de oferta expira 1 ano após a data da compra, salvo disposição em contrário da lei aplicável. Este cartão de oferta não é recarregável e não pode ser trocado por dinheiro, exceto quando exigido por lei. Este cartão de oferta não pode ser reembolsado, exceto quando exigido por lei. Poderá ter de adicionar uma forma de pagamento secundária para utilizar este cartão de oferta na aplicação Uber ou Uber Eats. Para cumprir a legislação do EEE, terá de fornecer determinadas informações ao trocar o seu cartão de oferta por Uber Money. Além disso, a sua utilização do Uber Money está sujeita aos Termos do Uber Money e pode ser restringida de acordo com a legislação do EEE, conforme especificado nos Termos do Uber Money. A Uber não é responsável por cartões perdidos ou roubados, nem por utilizações não autorizadas. Este cartão foi emitido pela Uber B.V.. Para consultar os Termos e Condições completos e para contactar o serviço ao cliente, visite uber.com/legal/gift. \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4959/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5270751\",\n            \"products\": [\n                {\n                    \"id\": 904355,\n                    \"name\": \"Uber & Uber Eats\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 24.0024,\n                        \"max\": 480.048,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410172\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"4198\",\n            \"name\": \"Uber & Uber Eats Belgium\",\n            \"countryCode\": \"BE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"With an Uber gift card you can enjoy a reliable ride or a delicious meal with Uber Eats. Before you get started using the card or the Uber Eats app, please note that by using this gift card, you accept the following terms and conditions. First of all, the gift card funds do not expire you cannot reload the gift card.\\r\\n\\r\\n<P>\\r\\n\\r\\nMet een Uber-cadeaubon kun je genieten van een betrouwbare rit of een heerlijke maaltijd bij Uber Eats. Voordat je aan de slag gaat met de kaart of de Uber Eats-app, houd er rekening mee dat je door het gebruik van deze cadeaukaart akkoord gaat met de volgende algemene voorwaarden. Allereerst vervalt het saldo van de cadeaukaart niet. U kunt de cadeaukaart niet opnieuw opladen.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Zo wissel je deze cadeaubon in:\\r\\n\\r\\n  Open het accountmenu en tik op Wallet.\\r\\n  Tik op de knop + Saldo toevoegen op de Uber Cash-kaart.\\r\\n  Tik op de knop Inwisselen naast Cadeaubonnen.\\r\\n  Voer de cadeaucode in.\\r\\n\\r\\n\\r\\n<P>\\r\\n\\r\\nThis is how you redeem this gift voucher:\\r\\n\\r\\n  Open the account menu and tap Wallet.\\r\\n  Tap the + Add Balance button on the Uber Cash card.\\r\\n  Tap the Redeem button next to Gift Cards.\\r\\n  Enter the gift code.\",\n            \"terms\": \"Door deze cadeaubon te gebruiken, ga je akkoord met de volgende algemene voorwaarden: deze kaart is uitgegeven door en inwisselbaar bij Uber B.V. voor Uber Money (indien beschikbaar). Tenzij de toepasselijke wetgeving anders vereist, verloopt deze cadeaubon één jaar na de aankoopdatum, kan er geen extra bedrag opgezet worden en kan de bon niet worden ingewisseld voor contant geld of worden gerestitueerd. Je moet bepaalde gegevens verstrekken wanneer je je cadeaubon inwisselt voor Uber Money, zodat aan de EER-regelgeving wordt voldaan. Ga naar uber.com/legal/gift voor de volledige voorwaarden en de klantenservice.\\r\\n\\r\\n<P>\\r\\n\\r\\nBy using this gift voucher, you agree to the following terms and conditions: this card is issued by and redeemable at Uber B.V. for Uber Money (if available). Unless otherwise required by applicable law, this gift certificate expires one year from the date of purchase, cannot be redeemed for additional amounts, and is not redeemable for cash or refundable. You'll need to provide certain information when you redeem your gift card for Uber Money to ensure EEA compliance. Visit uber.com/legal/gift for full terms and conditions and customer service.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4198/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5266882\",\n            \"products\": [\n                {\n                    \"id\": 904404,\n                    \"name\": \"Uber BE\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 24.0024,\n                        \"max\": 480.048,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410146\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"eCommerce\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3067\",\n            \"name\": \"Uber & Uber Eats Italy\",\n            \"countryCode\": \"IT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"In modern times, everything is going fast. You have to reach your destinations and meetings in time. There’s no time to wait, and Uber knows that. That’s why they offer both comfortable, safe, and fast transportation. With an Uber gift card, you can give rides to the people you care about or add value to your personal Uber account. It’s so simple and reliable – Uber offers an app that connects you to the best rides in minutes. You can choose low-cost or luxurious rides, depending on the occasion. Just use the Uber app for the most comfortable and affordable ride whenever you need it. Don’t wait any longer and grab this gift card today at a cheaper price!\\r\\n\\r\\nWhat can I use the Uber gift card for?\\r\\nTake a look at these features of Uber that will make your life better:\\r\\n\\r\\n• Everything connected. Uber connects consumers, restaurants, grocers, and other merchants, so you will always be able to reach every important destination. Keep in mind, that Uber is available in 10,000+ cities and 4500+ airports;\\r\\n• Uber Eats. Uber also offers food delivery which is quick and reliable;\\r\\n• Improving transportation. Uber is interested in improving means of transportation to help those in need;\\r\\n• Various drive options. Get access to a big variety of rides. You can be sure that there will most definitely be a ride for you. Uber offers the UberX option, which is meant to be enjoyed by yourself, Uber Pool shared drive option for rides with a company, or the Uber Comfort option, which offers the most modern cars with more space;\\r\\n• Cheap Uber gift card price.\\r\\nIt’s always better with Uber!\\r\\nKeep in mind that with the Uber 25 EUR gift card key, you will get the best service since they always improve it. Get ready to enjoy the fastest, most comfortable, affordable, and safest rides in your life alone or with a company, when buying Uber gift card at a lower price today! You can be sure to get the best driving experience possible, which is simple and quick. Enjoy cheap Uber gift card prices, and always look at third-party resellers, such as Eneba, since we offer gift cards at the lowest price!\\r\\n\\r\\n<P>\\r\\n\\r\\nNei tempi moderni, tutto sta andando veloce. Devi raggiungere le tue destinazioni e i tuoi incontri in tempo. Non c’è tempo per aspettare e Uber lo sa. Ecco perché offrono un trasporto comodo, sicuro e veloce. Con una carta regalo Uber puoi regalare passaggi alle persone a cui tieni o aggiungere valore al tuo account Uber personale. È così semplice e affidabile: Uber offre un'app che ti collega alle migliori corse in pochi minuti. Puoi scegliere corse low cost o lussuose, a seconda dell'occasione. Usa l'app Uber per viaggiare nel modo più comodo e conveniente ogni volta che ne hai bisogno. Non aspettare oltre e acquista oggi stesso questa carta regalo a un prezzo più conveniente! Per cosa posso utilizzare la carta regalo Uber? Dai un'occhiata a queste funzionalità di Uber che renderanno la tua vita migliore: • Tutto connesso. Uber collega consumatori, ristoranti, negozi di alimentari e altri commercianti, così sarai sempre in grado di raggiungere ogni destinazione importante. Tieni presente che Uber è disponibile in oltre 10.000 città e oltre 4500 aeroporti; • Uber Eats. Uber offre anche la consegna di cibo rapida e affidabile; • Migliorare i trasporti. Uber è interessata a migliorare i mezzi di trasporto per aiutare chi è nel bisogno; • Varie opzioni di azionamento. Ottieni l'accesso a una grande varietà di giostre. Puoi star certo che ci sarà sicuramente un passaggio per te. Uber offre l'opzione UberX, pensata per essere goduta da soli, l'opzione di guida condivisa Uber Pool per i viaggi con un'azienda o l'opzione Uber Comfort, che offre le auto più moderne con più spazio; • Prezzo economico della carta regalo Uber. Con Uber è sempre meglio! Tieni presente che con la chiave della carta regalo Uber da 25 EUR otterrai il miglior servizio poiché lo migliorano sempre. Preparati a goderti le corse più veloci, comode, convenienti e sicure della tua vita, da solo o in compagnia, acquistando oggi stesso la carta regalo Uber a un prezzo inferiore! Puoi essere sicuro di ottenere la migliore esperienza di guida possibile, semplice e veloce. Approfitta dei prezzi economici delle carte regalo Uber e guarda sempre i rivenditori di terze parti, come Eneba, poiché offriamo carte regalo al prezzo più basso!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Come riscattare la gift card:\\r\\n\\r\\n  Apri il menu Account e tocca \\\"Portafoglio\\\"\\r\\n  Tocca il pulsante \\\"+ Aggiungi fondi\\\" sulla card Uber Cash\\r\\n  Tocca il pulsante \\\"Riscatta\\\" accanto a Gift Card\\r\\n  Inserisci il codice gift. \\r\\n\\r\\n<P>\\r\\nHow to redeem the gift card:\\r\\n\\r\\n  Open the Account menu and tap \\\"Wallet\\\"\\r\\n  Tap the \\\"+Add Funds\\\" button on your Uber Cash card\\r\\n  Tap the \\\"Redeem\\\" button next to Gift Card\\r\\n  Enter the gift code.\\r\\n\",\n            \"terms\": \"Utilizzando questa gift card, accetti i seguenti termini e condizioni: la card può essere riscattata con Uber B.V. in cambio di Uber Money tramite l'app Uber®️ o con Uber Eats nei paesi dello Spazio economico europeo in cui tali servizi sono disponibili. La gift card scade 1 anno dopo la data di acquisto, salvo eccezioni previste dal regolamento. La gift card non è ricaricabile. Inoltre, non può essere riscattata in contanti, tranne nei casi previsti dal regolamento. La gift card non può essere rimborsata, tranne dove è previsto dal regolamento. Per utilizzare la gift card con l'app Uber o Uber Eats, potrebbe essere necessario aggiungere una modalità di pagamento secondaria. In ottemperanza alle norme in vigore nel SEE, è necessario fornire alcune informazioni al momento di convertire la gift card in Uber Money. Inoltre, l'utilizzo di Uber Money è regolato da termini e condizioni e da alcune restrizioni ai sensi delle norme in vigore nel SEE, come specificato nei suddetti termini. Uber non è responsabile in caso di smarrimento, furto o utilizzo non autorizzato delle card. Questa card è stata emessa da Uber B.V. Per consultare termini e condizioni integrali e per ricevere assistenza, visita uber.com/legal/gift. \\r\\n\\r\\n<P>\\r\\n\\r\\nBy using this gift card, you agree to the following terms and conditions: The card can be redeemed with Uber B.V. in exchange for Uber Money via the Uber®️ app or with Uber Eats in countries in the European Economic Area where such services are available. The gift card expires 1 year after the purchase date, except for exceptions provided for by the regulation. The gift card is not rechargeable. Furthermore, it cannot be redeemed for cash, except in cases provided for by the regulations. The gift card cannot be refunded, except where required by the regulations. To use your gift card with the Uber or Uber Eats app, you may need to add a secondary payment method. To comply with EEA regulations, you are required to provide certain information when converting your gift card to Uber Money. In addition, your use of Uber Money is governed by terms and conditions and certain restrictions in accordance with the laws in force in the EEA, as specified in those terms. Uber is not responsible for loss, theft or unauthorized use of cards. This card was issued by Uber B.V. To see the full terms and conditions and for assistance, visit uber.com/legal/gift.\\r\\n\\r\\n<P>\\r\\n\\r\\nBy using this gift card, you agree to the following terms and conditions: The card can be redeemed with Uber B.V. in exchange for Uber Money via the Uber®️ app or with Uber Eats in countries in the European Economic Area where such services are available. The gift card expires 1 year after the purchase date, except for exceptions provided for by the regulation. The gift card is not rechargeable. Furthermore, it cannot be redeemed for cash, except in cases provided for by the regulations. The gift card cannot be refunded, except where required by the regulations. To use your gift card with the Uber or Uber Eats app, you may need to add a secondary payment method. To comply with EEA regulations, you are required to provide certain information when converting your gift card to Uber Money. In addition, your use of Uber Money is governed by terms and conditions and certain restrictions in accordance with the laws in force in the EEA, as specified in those terms. Uber is not responsible for loss, theft or unauthorized use of cards. This card was issued by Uber B.V. To see the full terms and conditions and for assistance, visit uber.com/legal/gift.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3067/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5269387\",\n            \"products\": [\n                {\n                    \"id\": 904924,\n                    \"name\": \"Uber IT\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 24.0024,\n                        \"max\": 480.048,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410133\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"Dining & Restaurants\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 12,\n                    \"name\": \"Travel & Leisure\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3325\",\n            \"name\": \"adidas Spain\",\n            \"countryCode\": \"ES\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"adidas es la marca de las 3 bandas, un auténtico icono del deporte y la moda urbana. En los estadios de fútbol y en las calles. En las pistas de tenis y en las pasarelas. Avalada por su pasión y sus incontables victorias deportivas, adidas es sinónimo de excelencia. Nuestro trabajo se desarrolla junto a reconocidos deportistas e influyentes creadores con los que colaboramos para ofrecerte los mejores diseños y las últimas tecnologías.\\r\\n<p>\\r\\nadidas is the brand of the 3 stripes, a true icon of sports and urban fashion. In football stadiums and on the streets. On the tennis courts and on the catwalks. Backed by its passion and countless sporting victories, adidas is synonymous with excellence. Our work is developed alongside renowned athletes and influential creators with whom we collaborate to offer you the best designs and the latest technologies.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>¡Es hora de disfrutarla! Usar tu tarjeta regalo es fácil. En el campo \\\"tarjeta regalo\\\" de la pantalla de pago, introduce el número completo que encontrarás bajo el código de barras y tu PIN de 4 dígitos. Haz clic en '\\\"Aplicar\\\".  </p>\\r\\n<p>En la tienda: imprime esta página. Llévala a cualquier tienda de adidas Sport Performance, adidas Originals o adidas Outlet. Preséntala al dependiente en el momento de pagar. <a href=\\\"https://www.adidas.es/storefinder#/\\\">adidas.es/storefinder</a>. Puedes utilizar tu tarjeta regalo en combinación con una tarjeta de crédito.</p>\\r\\n<P>\\r\\nIt's time to enjoy it! Using your gift card is easy. In the \\\"gift card\\\" field on the payment screen, enter the full number that you will find under the barcode and your 4-digit PIN. Click '\\\"Apply\\\".\\r\\n\\r\\nIn the store: print this page. Take it to any adidas Sport Performance, adidas Originals or adidas Outlet store. Present it to the clerk at the time of paying. adidas.es/storefinder. You can use your gift card in combination with a credit card.\",\n            \"terms\": \"<p>Esta tarjeta solo se puede canjear en tiendas adidas seleccionadas en España o en adidas.es. Para consultar las condiciones legales, las instrucciones de uso, la lista de tiendas participantes y tu saldo actual, visita <a href=\\\"https://www.adidas.es/gift_cards\\\">adidas.es/giftcards</a>. Si no se usa, la tarjeta caducará en un plazo de tres años desde la fecha de compra. Excepto cuando así lo establezcan tus derechos, esta tarjeta no puede devolverse o reembolsarse, no puede intercambiarse por dinero en efectivo y no puede usarse para adquirir otra tarjeta regalo.</p>\\r\\n<P>\\r\\n<p>This card can only be redeemed in selected adidas stores in Spain or on adidas.es. To consult the legal conditions, instructions for use, the list of participating stores and your current balance, visit <a href=\\\"https://www.adidas.es/gift_cards\\\">adidas.es/giftcards</a>. If unused, the card will expire within three years from the date of purchase. Except as otherwise provided by your rights, this card cannot be returned or refunded, cannot be exchanged for cash, and cannot be used to purchase another gift card.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3325/logo\",\n            \"modifiedDate\": \"2024-02-07T08:12:09.8896746\",\n            \"products\": [\n                {\n                    \"id\": 905212,\n                    \"name\": \"adidas ES\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 0.90659065,\n                        \"max\": 453.295325,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697159\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"349\",\n            \"name\": \"Playstation Norway\",\n            \"countryCode\": \"NO\",\n            \"currencyCode\": \"NOK\",\n            \"description\": \"Use PlayStation®Store Cash Cards to purchase downloadable games, game add-ons, full length movies, TV shows and other content that you can play or view on your PlayStation®3, PS Vita or PSP®.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem this eGift Card, Sign into PlayStation™ Network or create an account at\\r\\nplaystation.com\\r\\n2. Go to 'Redeem Codes' on PlayStation™Store and enter the voucher code\\r\\n3. The PS Store Cash Card, when redeemed, will place the full face value of the card into the PlayStation®Wallet. You may use the funds in your Wallet to purchase exclusive games, PS one® Classics, add-on game content, movies*, and television shows*.\\r\\n4. No cashback, returns or refund accepted.\",\n            \"terms\": \"Your use of this “PlayStation™Store“ card (“Card”) constitutes your acceptance of these terms and any additional terms available at playstationnetwork.com/terms-of-service. Activated Cards can only be redeemed through an account subject to prior acceptance of the Terms of Service and User Agreement and applicable Privacy Policy available at playstationnetwork.com/terms-of-service. “PS5” and “PS4” consoles, personal computers, access to the internet, compatible hardware and software sold separately. Your account will only accept Cards from the country designated on your account. Card is not redeemable for cash, cannot be returned for cash or credit, and may not be used for any other purpose. Card will not be replaced if lost, destroyed, or stolen. Sony Interactive Entertainment LLC, its parent company, affiliated companies and licensors make no express or implied warranties with respect to Card, PSN or the availability of products or services. To the extent permitted by law, your sole and exclusive remedy is the replacement of Card. All rights are reserved. Terms of Card may change without notice. Void where prohibited or restricted by law. No refunds from Sony Interactive Entertainment LLC. For assistance, visit support.playstation.com.\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/349/logo\",\n            \"modifiedDate\": \"2024-05-16T04:08:31.7499768\",\n            \"products\": [\n                {\n                    \"id\": 921789,\n                    \"name\": \"PSN NO 200 NOK\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": 40,\n                    \"price\": {\n                        \"min\": 16.34243408,\n                        \"max\": 16.34243408,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:08:39.9301466\"\n                },\n                {\n                    \"id\": 921790,\n                    \"name\": \"PSN NO 100 NOK\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": 32,\n                    \"price\": {\n                        \"min\": 8.19111903,\n                        \"max\": 8.19111903,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:08:39.9301686\"\n                },\n                {\n                    \"id\": 921791,\n                    \"name\": \"PSN 580 NOK\",\n                    \"minFaceValue\": 580,\n                    \"maxFaceValue\": 580,\n                    \"count\": 41,\n                    \"price\": {\n                        \"min\": 47.29282881,\n                        \"max\": 47.29282881,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:08:39.9301839\"\n                },\n                {\n                    \"id\": 921792,\n                    \"name\": \"PSN 240 NOK\",\n                    \"minFaceValue\": 240,\n                    \"maxFaceValue\": 240,\n                    \"count\": 24,\n                    \"price\": {\n                        \"min\": 20.29112891,\n                        \"max\": 20.29112891,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:08:39.930184\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5200\",\n            \"name\": \"Game World Austria\",\n            \"countryCode\": \"AT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"For almost 20 years we have been a Europe-wide mail order company for computer and console games, merchandise, toys, board games, solution books, action figures and trading card games. Whether new products for the Playstation 3 or XBOX360, whether games for a retired Super Nintendo or Game Boy, every game lover or gift buyer will find what they are looking for with us. The great success of our company is not only based on our extensive and inexpensive range, our reliability and the competence of our friendly employees, but in particular on our extensive service for the customer. Other highlights include special offers, new product dates, a closed user group of 18 and an extensive second-hand shop.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Simply enter  code in the field and before completing the order at Game World dial 0421 5965865* and pass on the remaining codes. Have fun shopping.\\r\\n\",\n            \"terms\": \"Check at \\r\\nhttps://www.gameworld.de/content/agb/\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5200/logo\",\n            \"modifiedDate\": \"2024-05-15T08:07:47.3175908\",\n            \"products\": [\n                {\n                    \"id\": 923223,\n                    \"name\": \"GAME WORLD AT 10,00 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.50095,\n                        \"max\": 9.50095,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908223\"\n                },\n                {\n                    \"id\": 923225,\n                    \"name\": \"GAME WORLD AT 20,00 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 19.0019,\n                        \"max\": 19.0019,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908224\"\n                },\n                {\n                    \"id\": 923227,\n                    \"name\": \"GAME WORLD AT 25,00 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 23.752375,\n                        \"max\": 23.752375,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908225\"\n                },\n                {\n                    \"id\": 923228,\n                    \"name\": \"GAME WORLD AT 50,00 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 47.50475,\n                        \"max\": 47.50475,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908225\"\n                },\n                {\n                    \"id\": 923229,\n                    \"name\": \"GAME WORLD AT 15,00 EUR\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 15,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 14.251425,\n                        \"max\": 14.251425,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6908225\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 11,\n                    \"name\": \"Kids Fashion & Toys\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"1197\",\n            \"name\": \"Tchibo Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \" Discover surprising worlds – with the Tchibo gift card. Choose from Tchibo’s wide range of innovative consumer goods and its exclusive and sustainable coffee range. The gift card can also be used to purchase delicious specialty coffees at any of Tchibo’s over 400 coffee bars. \",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redeem at tchibo.de by entering the 16-digit card number and 4-digit PIN at \\\"Redeem gift card\\\" directly in the shopping basket. Multiple gift cards can be redeemed per purchase online and in-store.\",\n            \"terms\": \"For terms and conditions about this product, please visit http://www.tchibo.de/agb-s400007325.html\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/1197/logo\",\n            \"modifiedDate\": \"2024-05-15T08:08:42.5032469\",\n            \"products\": [\n                {\n                    \"id\": 924757,\n                    \"name\": \"Tchibo DE 44 EUR\",\n                    \"minFaceValue\": 44,\n                    \"maxFaceValue\": 44,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 41.80418,\n                        \"max\": 41.80418,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907838\"\n                },\n                {\n                    \"id\": 924759,\n                    \"name\": \"Tchibo DE 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.50095,\n                        \"max\": 9.50095,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907839\"\n                },\n                {\n                    \"id\": 924760,\n                    \"name\": \"Tchibo DE 15 EUR\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 15,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 14.251425,\n                        \"max\": 14.251425,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.690784\"\n                },\n                {\n                    \"id\": 924762,\n                    \"name\": \"Tchibo DE 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 19.0019,\n                        \"max\": 19.0019,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.690784\"\n                },\n                {\n                    \"id\": 924763,\n                    \"name\": \"Tchibo DE 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 47.50475,\n                        \"max\": 47.50475,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907841\"\n                },\n                {\n                    \"id\": 924765,\n                    \"name\": \"Tchibo DE 5 EUR\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 5,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4.750475,\n                        \"max\": 4.750475,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907843\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"Dining & Restaurants\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5359\",\n            \"name\": \"Groupon Canada\",\n            \"countryCode\": \"CA\",\n            \"currencyCode\": \"CAD\",\n            \"description\": \"Groupon features amazing deals on fun stuff to eat, see, and do. A great gift is a big deal.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<ol>\\r\\n<li>Go to groupon.com/giftcards.2. Under the Redeem a Code section, sign in or create an account.3. Enter your code into the Redeem a Code box and click \\\"Redeem.\\\"Once redeemed, the gift value will be automatically added to your account.</li>\\r\\n</ol>\",\n            \"terms\": \"<p>Usable only at groupon.com for Groupon vouchers or account credits. Not usable for other gift cards or cash unless required by law. To redeem you must have/create an account at groupon.com. Entire balance must be used to acquire Groupon vouchers and/or account credits. If partially used, balance will be redeemed for account credits.  Account credits are governed by the account agreement. Unauthorized use, reproduction or resale is prohibited. Card will not be replaced if lost, stolen or used without authorization. CARDCO DI, Inc. is the issuer and sole obligor.  Purchase, use or acceptance constitutes acceptance of these terms. Inquiries: support@groupon.com or 1-877-788-7858</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5359/logo\",\n            \"modifiedDate\": \"2024-02-15T13:32:06.9679078\",\n            \"products\": [\n                {\n                    \"id\": 926489,\n                    \"name\": \"Groupon CA\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.1169116,\n                        \"max\": 182.338232,\n                        \"currencyCode\": \"CAD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699449\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"eCommerce\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 12,\n                    \"name\": \"Travel & Leisure\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4623\",\n            \"name\": \"Pam Panorama Italy\",\n            \"countryCode\": \"IT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"*****LOCAL***** La gift card Pam Panorama è uno strumento di pagamento che può essere utilizzato per l'acquisto di qualsiasi prodotto presente nei punti vendita Pam Local, Pam Supermercati, Pam Superstore o Panorama Ipermercati ad esclusione di ricariche telefoniche, carte prepagate o qualsiasi altro tipo di gift card ed inoltre non può essere utilizzata per il pagamento di bollettini postali.\\r\\nLa gift card Pam Panorama può essere utilizzata stampando il voucher su carta o facendolo leggere direttamente dallo smartphone presso le casse del punto vendita. Qualora non venga esaurito il valore della card in una sola soluzione, il valore residuo può essere speso in un successivo acquisto.\\r\\nQualora si possedesse più di una gift card tutte possono essere utilizzate in modo cumulato per un'unica sessione di pagamento.\\r\\nLa gift card Pam Panorama non è convertibile in denaro e non dà diritto a resto nel caso in cui vi fosse un valore residuo non utilizzato.\\r\\nTrovi l´elenco completo dei punti vendita aderenti al seguente link https://it-pampanorama-dev.s3.eu-west-3.amazonaws.com/etc/regolamenti/pdv-diretti-giftcard-UNICO.pdf \\r\\n\\r\\n<P>\\r\\nTERMS AND CONDITIONS<P>\\r\\n\\r\\nThe Pam Panorama gift card is a payment instrument that can be used to purchase any product present in Pam Local, Pam Supermarkets, Pam Superstore or Panorama Hypermarkets with the exclusion of telephone top-ups, prepaid cards or any other type of gift card and cannot be used to pay for postal bills.\\r\\n\\r\\nThe Pam Panorama gift card can be used by printing the voucher on paper or having it read directly from your smartphone at the cash desks at the point of sale. If the value of the card is not used up in one solution, the remaining value can be spent on a subsequent purchase.\\r\\n\\r\\nIf you have more than one gift card, all of them can be used cumulatively for a single payment session.\\r\\n\\r\\nThe Pam Panorama gift card is not convertible into cash and does not give you the right to change if there is an unused residual value.\\r\\n\\r\\nThe validity of the Pam Panorama gift card is shown in the box above.\\r\\n\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>DEU: Zum Herunterladen Ihrer Geschenkkarte erhalten Sie Sicherheitscodes mit Ablaufdatum und entsprechenden Anweisungen\\r\\n<P>\\r\\nEN: To download your Gift Card you will receive security codes with relative expiration date and usage instructions\\r\\n<P>\\r\\nESP: Para descargar tu Tarjeta Regalo, recibirá códigos de seguridad con una fecha de vencimiento y las instrucciones relativas\\r\\n<P>\\r\\nFR: Pour télécharger votre carte cadeau, vous recevrez des codes de sécurité avec une date d'expiration et les instructions correspondantes.</p>\",\n            \"terms\": \"LOCAL<P>\\r\\nLa gift card Pam Panorama è uno strumento di pagamento che può essere utilizzato per l'acquisto di qualsiasi prodotto presente nei punti vendita Pam Local, Pam Supermercati, Pam Superstore o Panorama Ipermercati ad esclusione di ricariche telefoniche, carte prepagate o qualsiasi altro tipo di gift card ed inoltre non può essere utilizzata per il pagamento di bollettini postali.\\r\\nLa gift card Pam Panorama può essere utilizzata stampando il voucher su carta o facendolo leggere direttamente dallo smartphone presso le casse del punto vendita. Qualora non venga esaurito il valore della card in una sola soluzione, il valore residuo può essere speso in un successivo acquisto.\\r\\nQualora si possedesse più di una gift card tutte possono essere utilizzate in modo cumulato per un'unica sessione di pagamento.\\r\\nLa gift card Pam Panorama non è convertibile in denaro e non dà diritto a resto nel caso in cui vi fosse un valore residuo non utilizzato.\\r\\nTrovi l´elenco completo dei punti vendita aderenti al seguente link https://it-pampanorama-dev.s3.eu-west-3.amazonaws.com/etc/regolamenti/pdv-diretti-giftcard-UNICO.pdf \\r\\n<P>\\r\\nTERMS AND CONDITIONS<P>\\r\\nThe Pam Panorama gift card is a payment instrument that can be used to purchase any product present in Pam Local, Pam Supermarkets, Pam Superstore or Panorama Hypermarkets with the exclusion of telephone top-ups, prepaid cards or any other type of gift card and cannot be used to pay for postal bills.</p>\\r\\n<p>The Pam Panorama gift card can be used by printing the voucher on paper or having it read directly from your smartphone at the cash desks at the point of sale. If the value of the card is not used up in one solution, the remaining value can be spent on a subsequent purchase.</p>\\r\\n<p>If you have more than one gift card, all of them can be used cumulatively for a single payment session.</p>\\r\\n<p>The Pam Panorama gift card is not convertible into cash and does not give you the right to change if there is an unused residual value.</p>\\r\\n\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4623/logo\",\n            \"modifiedDate\": \"2024-02-20T13:43:19.9805383\",\n            \"products\": [\n                {\n                    \"id\": 927770,\n                    \"name\": \"Pam Panorama IT 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 49.154915,\n                        \"max\": 49.154915,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699146\"\n                },\n                {\n                    \"id\": 927771,\n                    \"name\": \"Pam Panorama IT 25 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 24.5774575,\n                        \"max\": 24.5774575,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699148\"\n                },\n                {\n                    \"id\": 927772,\n                    \"name\": \"Pam Panorama IT 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.830983,\n                        \"max\": 9.830983,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699148\"\n                },\n                {\n                    \"id\": 927773,\n                    \"name\": \"Pam Panorama IT 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 98.30983,\n                        \"max\": 98.30983,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869915\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Prepaid Cards\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 21,\n                    \"name\": \"Department Stores\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 18,\n                    \"name\": \"Supermarkets & Hypermarkets\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2643\",\n            \"name\": \"Primark Poland\",\n            \"countryCode\": \"PL\",\n            \"currencyCode\": \"PLN\",\n            \"description\": \"Adored by fashion fans and value seekers alike, Primark is widely established as the destination store for keeping up with the latest looks without breaking the bank.We offer a diverse range of products, stocking everything from baby and kids to womens, mens, homeware, accessories, beauty products and confectionery.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Gift cards purchased can only be redeemed in PRIMARK® stores in the country of purchase (excluding any Primark® concessions, including those in Selfridges stores). The e-Gift card contains a barcode and it can be presented in-store: Print out the voucher you wish to redeem. Present the voucher at checkout. Only printed vouchers will be accepted.\\r\\n\",\n            \"terms\": \"For full terms and conditions please visit: \\r\\n<P>\\r\\nhttps://www.primarkgiftcards.com/Primark/ByEmail/Primark/TermsAndConditions\\r\\n<P>\\r\\nThe validity of the gift card is 2 years following the last use.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2643/logo\",\n            \"modifiedDate\": \"2024-05-16T04:00:11.4519386\",\n            \"products\": [\n                {\n                    \"id\": 928648,\n                    \"name\": \"Primark PLN\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4.650465,\n                        \"max\": 186.0186,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:00:46.9320516\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 21,\n                    \"name\": \"Department Stores\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"Kids Fashion & Toys\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5062\",\n            \"name\": \"Stadium Finland\",\n            \"countryCode\": \"FI\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Stadium Lahjakortti! Elämä on hauskempaa liikkeessä. Siksi haluamme, että kaikilla on mahdollisuus aktiiviseen elämään. Stadiumilta löydät laajan valikoiman urheilua ja sporttimuotia oikeilla ominaisuuksilla, korkealla laadulla ja uusimmalla designilla – aina oikeaan hintaan. Lahjakorttia voi käyttää maksuvälineenä kaikissa Stadium- ja Stadium Outlet -myymälöissä sekä verkkokaupoissa stadium.fi ja stadiumoutlet.fi.\\r\\n\\r\\n<P>\\r\\n\\r\\nStadium Gift Card! Life is more fun on the move. That's why we want everyone to have the opportunity to lead an active life. At Stadium you can find a wide selection of sports and sports fashion with the right features, high quality and the latest design - always at the right price. The gift card can be used as a means of payment in all Stadium and Stadium Outlet stores and in the online stores stadium.fi and stadiumoutlet.fi.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<ul>\\r\\n<li>Voimassaoloaika 3 vuotta latauksesta. * Korttia ei voi vaihtaa rahaksi. * Saldotiedot voidaan tarkastaa Stadium -myymälässä.</li>\\r\\n</ul>\\r\\n<p>Valitse kassalla \\\"Maksa lahjakortilla\\\" ja syötä kortin numero ja PIN-koodi.</p>\\r\\n<p>Lahjakortti on voimassa kaikissa Stadium- ja Stadium Outlet -myymälöissä sekä verkkokaupoissa stadium.fi ja stadiumoutlet.fi!</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<ul>\\r\\n<li>Validity period 3 years from charging. * The card cannot be exchanged for money. * Balance information can be checked in the Stadium store.</li>\\r\\n</ul>\\r\\n<p>Select \\\"Pay with a gift card\\\" at checkout and enter the card number and PIN code.</p>\\r\\n<p>The gift card is valid in all Stadium and Stadium Outlet stores as well as in the online stores stadium.fi and stadiumoutlet.fi!</p>\",\n            \"terms\": \"Visit <p>https://www.stadium.fi/lahjakortti</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5062/logo\",\n            \"modifiedDate\": \"2024-02-23T11:39:24.365005\",\n            \"products\": [\n                {\n                    \"id\": 928810,\n                    \"name\": \"Stadium FI 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.320932,\n                        \"max\": 9.320932,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699352\"\n                },\n                {\n                    \"id\": 928811,\n                    \"name\": \"Stadium FI 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 46.60466,\n                        \"max\": 46.60466,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699353\"\n                },\n                {\n                    \"id\": 928812,\n                    \"name\": \"Stadium F 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 93.20932,\n                        \"max\": 93.20932,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699353\"\n                },\n                {\n                    \"id\": 928814,\n                    \"name\": \"Stadium FI 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 18.641864,\n                        \"max\": 18.641864,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699354\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5365\",\n            \"name\": \"Stadium Sweden\",\n            \"countryCode\": \"SE\",\n            \"currencyCode\": \"SEK\",\n            \"description\": \"Stadium Presentkort! Livet är roligare när det rör på sig. Därför vill vi att alla ska ha möjlighet till ett aktivt liv. Hos Stadium hittar du ett brett sortiment inom sport och sportmode, toppat med rätt funktioner, hög kvalitet och den senaste designen – alltid till rätt pris.   OBS: Gäller ej produkter som levereras direkt från våra samarbetspartners.\\r\\n\\r\\n<P>\\r\\n\\r\\nStadium Gift Card! Life is more fun when it's moving. Therefore, we want everyone to have the opportunity for an active life. At Stadium you will find a wide range in sports and sports fashion, topped with the right functions, high quality and the latest design - always at the right price. NOTE: Does not apply to products that are delivered directly from our partners.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<li>Giltighetstiden är 3 år från laddningstillfället. * Kortet kan ej växlas in mot kontanter. * Saldouppgifter kan ges i valfri Stadiumbutik. * Gäller ej produkter som levereras direkt från våra samarbetspartners. Stadium T&C: https://www.stadium.se/ge-bort-ett-presentkort</li>\\r\\n\\r\\n\\r\\n<P>\\r\\n\\r\\nThe validity period is 3 years from the time of charging. * The card cannot be exchanged for cash. * Balance information can be given in any Stadium store. * Does not apply to products that are delivered directly from our partners. Stadium T&C: https://www.stadium.se/ge-bort-ett-presentkort\",\n            \"terms\": \"Visit <p>https://www.stadium.se/ge-bort-ett-presentkort</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5365/logo\",\n            \"modifiedDate\": \"2024-02-23T11:45:32.195119\",\n            \"products\": [\n                {\n                    \"id\": 928847,\n                    \"name\": \"Stadium SE 100 SEK\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 93.20932,\n                        \"max\": 93.20932,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869944\"\n                },\n                {\n                    \"id\": 928850,\n                    \"name\": \"Stadium SE 500 SEK\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 466.0466,\n                        \"max\": 466.0466,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869944\"\n                },\n                {\n                    \"id\": 928851,\n                    \"name\": \"Stadium SE 200 SEK\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 186.41864,\n                        \"max\": 186.41864,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699441\"\n                },\n                {\n                    \"id\": 928854,\n                    \"name\": \"Stadium SE 1000 SEK\",\n                    \"minFaceValue\": 1000,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 932.0932,\n                        \"max\": 932.0932,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699442\"\n                },\n                {\n                    \"id\": 928856,\n                    \"name\": \"Stadium SE 300 SEK\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 279.62796,\n                        \"max\": 279.62796,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699443\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5080\",\n            \"name\": \"Nutrisa Mexico\",\n            \"countryCode\": \"MX\",\n            \"currencyCode\": \"MXN\",\n            \"description\": \"Desde 1979, Nutrisa es la marca mexicana líder en la producción del auténtico helado de yogurt. Además de tener una amplia variedad de sabores de helado, contamos con cientos de productos para sentirte bien.\\r\\n\\r\\n<P>\\r\\n\\r\\nSince 1979, Nutrisa is the leading Mexican brand in the production of authentic yogurt ice cream. In addition to having a wide variety of ice cream flavors, we have hundreds of products to make you feel good.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Para usar el código, elige tarjeta de regalo al finalizar la compra y complete la información. O úselo en la caja de la tienda.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>To use the code, choose gift card at checkout and fill out the information. Or use it at the store checkout.</p>\",\n            \"terms\": \"<p>Esta tarjeta no es de crédito ni de débito, el saldo que ampara no es transferible.\\r\\nVálida únicamente en sucursales Nutrisa participantes (ver listado de ubicaciones)</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>This card is not credit or debit, the balance it covers is not transferable.\\r\\nValid only at participating Nutrisa branches (see list of locations)</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5080/logo\",\n            \"modifiedDate\": \"2024-02-20T11:54:27.5605337\",\n            \"products\": [\n                {\n                    \"id\": 929862,\n                    \"name\": \"Nutrisa MX\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 5000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 48.514851,\n                        \"max\": 4851.4851,\n                        \"currencyCode\": \"MXN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699372\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"Dining & Restaurants\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5236\",\n            \"name\": \"QUO Pay Japan\",\n            \"countryCode\": \"JP\",\n            \"currencyCode\": \"JPY\",\n            \"description\": \"QUOカードPayは、 簡単！安心・安全！\\r\\nスマホ画面をお店で読み取ってもらうだけで使えます。 \\r\\n<p>\\r\\nQUO Card Pay is easy! Safe and secure! You can use it just by having your smartphone screen scanned at the store.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"引き換え方法\\r\\n\\r\\n1.QUOカードPayが届いたら、URLを開いて閲覧してください\\r\\n\\r\\nクオカードPayページ。\\r\\n\\r\\n2.受信したURLを開くと金額が表示されますので、\\r\\n\\r\\n3.店頭でQUOカードPayをご利用の場合、「お支払い」をタップし、表示されたバーコード画面を店頭で提示するだけで簡単にお支払いいただけます。\\r\\n\\r\\nQUO CARD Payはスマートフォン以外の携帯電話・タブレットではご利用いただけません。\\r\\n\\r\\n<p>\\r\\nHow to redeem\\r\\n\\r\\n1.Once you receive your QUO CARD Pay, open the URL to view \\r\\n\\r\\nthe QUO CARD Pay page.\\r\\n\\r\\n2.When you open the received URL and the amount is displayed, \\r\\n\\r\\n3.When using QUO CARD Pay at a store, you can easily pay by simply tapping \\\"お支払い（Payment)” and showing the displayed bar code screen at the store.\\r\\n\\r\\nQUO CARD Pay cannot be used with mobile phones and tablets other than smartphones. \",\n            \"terms\": \"・残高がある限り何度でおお使いいただけます。\\r\\n・残高不足の場合は現金と一緒にお使いいただけます。\\r\\n・QUOカードPayはスマートフォンでしかお使いになれません。タブレットでは使えません。\\r\\n・お送りしたバリューコードのURLを紛失された場合などに、バリューコードのURLを再発行することは出来ません。残高がゼロになるまで、ブックマークをするなどバリューコードのURLにアクセス出来るようにしてください。\\r\\n・日本国内のみで利用可能\\r\\n・QUOカードPayの専用アプリを使えば、更に便利にお使いいただくことができます。\\r\\n・QUOカードPayは切手・ハガキ・商品券等ご購入頂けない商品があります。\\r\\n<p>\\r\\n・You can use it as many times as you like as long as there is a balance.\\r\\n・If your balance is insufficient, you can use it together with cash.\\r\\n・QUO Card Pay can only be used on smartphones. It cannot be used on tablets.\\r\\n・If you lose the value code URL that we sent you, we cannot reissue the value code URL. Please make sure you can access the value code URL by bookmarking it until the balance reaches zero.\\r\\n・Available only in Japan\\r\\n・If you use the dedicated QUO Card Pay app, you can use it even more conveniently.\\r\\n・There are some products that cannot be purchased with QUO Card Pay, such as stamps, postcards, and gift certificates.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5236/logo\",\n            \"modifiedDate\": \"2024-05-14T07:27:34.8590725\",\n            \"products\": [\n                {\n                    \"id\": 929946,\n                    \"name\": \"QUO Pay JP 10,000 JPY\",\n                    \"minFaceValue\": 10000,\n                    \"maxFaceValue\": 10000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 11851.185,\n                        \"max\": 11851.185,\n                        \"currencyCode\": \"JPY\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038218\"\n                },\n                {\n                    \"id\": 929947,\n                    \"name\": \"QUO Pay JP 5,000 JPY\",\n                    \"minFaceValue\": 5000,\n                    \"maxFaceValue\": 5000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 5925.5925,\n                        \"max\": 5925.5925,\n                        \"currencyCode\": \"JPY\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.703822\"\n                },\n                {\n                    \"id\": 929948,\n                    \"name\": \"QUO Pay JP 3,000 JPY\",\n                    \"minFaceValue\": 3000,\n                    \"maxFaceValue\": 3000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 3555.3555,\n                        \"max\": 3555.3555,\n                        \"currencyCode\": \"JPY\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038221\"\n                },\n                {\n                    \"id\": 929949,\n                    \"name\": \"QUO Pay JP 1,000 JPY\",\n                    \"minFaceValue\": 1000,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1185.1185,\n                        \"max\": 1185.1185,\n                        \"currencyCode\": \"JPY\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038222\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Prepaid Cards\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4774\",\n            \"name\": \"Sephora Poland\",\n            \"countryCode\": \"PL\",\n            \"currencyCode\": \"PLN\",\n            \"description\": \"E-Karta upominkowa Sephora może być wykorzystana na www.sephora.pl i w perfumeriach stacjonarnych Sephora. Nie podlega wymianie na środki pieniężne oraz zwrotom, nawet w przypadku zgubienia, kradzieży lub przedawnienia. Dodatkowe informacje znajdziesz pod adresem: Regulamin korzystania z kart upominkowych Sephora\\r\\n\\r\\n<P>\\r\\n\\r\\nThe Sephora e-gift card can be used at www.sephora.pl and in Sephora stationary perfumeries. It cannot be exchanged for cash or returned, even in the event of loss, theft or expiration. \",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"E-Karta upominkowa Sephora może być wykorzystana na www.sephora.pl i w perfumeriach stacjonarnych Sephora. Nie podlega wymianie na środki pieniężne oraz zwrotom, nawet w przypadku zgubienia, kradzieży lub przedawnienia. Dodatkowe informacje znajdziesz pod adresem: Regulamin korzystania z kart upominkowych Sephora\\r\\n\\r\\n<P>\\r\\n\\r\\nThe Sephora e-gift card can be used at www.sephora.pl and in Sephora stationary perfumeries. It cannot be exchanged for cash or returned, even in the event of loss, theft or expiration. Additional information can be found at: Sephora gift card terms and conditions\",\n            \"terms\": \"Visit <p>https://www.sephora.pl/on/demandware.static/-/Library-Sites-SephoraV2/pl_PL/v2cef7386b4f5b8c70b4f266d4f28485271972070/7_ANIMACJA/W24/Sephora_Regulamin_Kart%20Upominkowych.pdf</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4774/logo\",\n            \"modifiedDate\": \"2024-05-10T12:25:06.1202422\",\n            \"products\": [\n                {\n                    \"id\": 936860,\n                    \"name\": \"Sephora PL 100 PLN\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 96.60966,\n                        \"max\": 96.60966,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699172\"\n                },\n                {\n                    \"id\": 936861,\n                    \"name\": \"Sephora PL 50 PLN\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 48.30483,\n                        \"max\": 48.30483,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699179\"\n                },\n                {\n                    \"id\": 936862,\n                    \"name\": \"Sephora PL 500 PLN\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 483.0483,\n                        \"max\": 483.0483,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699182\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4758\",\n            \"name\": \"Sephora Romania\",\n            \"countryCode\": \"RO\",\n            \"currencyCode\": \"RON\",\n            \"description\": \"Cardul Cadou Sephora este ideea perfectă!\\r\\nImaginează-ți un cadou care îți permite să oferi orice produs sau set, din magazin sau de pe sephora.ro. Oferă celor dragi posibilitatea de a alege dintre Parfumurile, seturile de machiaj, tratamentele și accesoriile noastre, cu siguranță vor fi încântați!\\r\\n\\r\\n<P>\\r\\n\\r\\nThe Sephora Gift Card is the perfect idea!\\r\\nImagine a gift that allows you to give any product or set, from the store or from sephora.ro. Give your loved ones the choice of our Perfumes, Makeup Sets, Treatments and Accessories, they're sure to be delighted!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Poate fi utilizat in toate magazinele SEPHORA din Romania, in aplicatia mobila si pe sephora.ro, cu exceptia comenzilor Click & Collect (ridicare din magazine).</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>It can be used in all SEPHORA stores in Romania, in the mobile application and on sephora.ro, with the exception of Click & Collect orders (pick up from stores).</p>\",\n            \"terms\": \"<p>Cardul Cadou SEPHORA este valabil 1 an de la data achizitiei. Poate fi utilizat in toate magazinele SEPHORA din Romania, in aplicatia mobila si pe sephora.ro, cu exceptia comenzilor Click & Collect (ridicare din magazine).\\r\\nPe sephora.ro se foloseste la finalizarea comenzii, selectand la metoda de plata: Card Cadou.\\r\\nSe accepta maximum 5 carduri cadou per comanda, in limita unei sume maxime de 5000 lei.\\r\\nCardul cadou este nereincarcabil, poate fi folosit o data sau de mai multe ori, in limita sumei sale si se debiteaza pentru suma exacta a achizitiei.\\r\\nTotalul cumparaturilor poate fi completat si folosind alta modalitate de plata (card credit/debit). Nu se ofera rest.\\r\\nCardul Cadou nu poate fi folosit pentru achizitionarea altor carduri cadou.\\r\\nOdata achizitionat, Cardul Cadou nu poate fi rambursat sau returnat si nici nu va fi emis un alt card in caz de pierdere, furt sau deteriorare.\\r\\nLa sfarsitul perioadei de valabilitate, Cardul Cadou nu mai poate fi folosit. Prin urmare, suma creditata pe card si neutilizata, se va pierde.\\r\\nIn cazul returnarii produsului achizitionat cu Cardul cadou sau anularii comenzii, rambursarea se va face prin majorarea soldului disponibil al Cardului cadou.\\r\\nPentru a afla soldul sau data de valabilitate a acestuia, acceseaza https://cardcadou.sephora.ro/ecard/balance/consult3 sau suna la 031 432 8880.\\r\\nConsulta toti termenii si conditiile aici: https://www.sephora.ro/tcv.html</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>The SEPHORA Gift Card is valid for 1 year from the date of purchase. It can be used in all SEPHORA stores in Romania, in the mobile application and on sephora.ro, with the exception of Click & Collect orders (pick up from stores).\\r\\nOn sephora.ro it is used when completing the order, selecting the payment method: Gift Card.\\r\\nA maximum of 5 gift cards are accepted per order, up to a maximum amount of 5000 lei.\\r\\nThe gift card is non-rechargeable, it can be used once or more times, within the limit of its amount, and it is debited for the exact amount of the purchase.\\r\\nThe total purchases can be completed using another payment method (credit/debit card). No rest is offered.\\r\\nThe Gift Card cannot be used to purchase other gift cards.\\r\\nOnce purchased, the Gift Card cannot be refunded or returned, nor will another card be issued in case of loss, theft or damage.\\r\\nAt the end of the validity period, the Gift Card can no longer be used. Therefore, the amount credited to the card and not used, will be lost.\\r\\nIn case of returning the product purchased with the Gift Card or canceling the order, the refund will be made by increasing the available balance of the Gift Card.\\r\\nTo find out the balance or its validity date, go to https://cardcadou.sephora.ro/ecard/balance/consult3 or call 031 432 8880.\\r\\nConsult all the terms and conditions here: https://www.sephora.ro/tcv.html</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4758/logo\",\n            \"modifiedDate\": \"2024-02-23T08:30:34.7366111\",\n            \"products\": [\n                {\n                    \"id\": 937002,\n                    \"name\": \"Sephora RO 100 RON\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 98.30983,\n                        \"max\": 98.30983,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699157\"\n                },\n                {\n                    \"id\": 937003,\n                    \"name\": \"Sephora RO 150 RON\",\n                    \"minFaceValue\": 150,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 147.464745,\n                        \"max\": 147.464745,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699189\"\n                },\n                {\n                    \"id\": 937004,\n                    \"name\": \"Sephora RO 200 RON\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 196.61966,\n                        \"max\": 196.61966,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869919\"\n                },\n                {\n                    \"id\": 937005,\n                    \"name\": \"Sephora RO 250 RON\",\n                    \"minFaceValue\": 250,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 245.774575,\n                        \"max\": 245.774575,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699191\"\n                },\n                {\n                    \"id\": 937007,\n                    \"name\": \"Sephora RO 300 RON\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 294.92949,\n                        \"max\": 294.92949,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699192\"\n                },\n                {\n                    \"id\": 937008,\n                    \"name\": \"Sephora RO 500 RON\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 491.54915,\n                        \"max\": 491.54915,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699192\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3614\",\n            \"name\": \"Wayfair USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Wayfair Gift Cards are the perfect way to let someone know you care without all the hassle of finding the perfect item. With one of the world's largest online selections of furniture, home furnishings, décor and goods, including more than ten million products from over 10,000 suppliers, Wayfair helps people find the perfect product at the right price. Our extensive selection and superior customer service coupled with the convenience of online shopping, make it easier than ever before to find exactly what you want for your home at a price you can afford.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Redemption Instructions\\r\\nVisit wayfair.com/redeem.\\r\\nEnter the Gift Card PIN and click “Redeem”. \\r\\nStart shopping for your next favorite find.\\r\\nPlease allow up to 30 minutes to activate.</p>\",\n            \"terms\": \"<p>Terms and Conditions\\r\\nGift cards do not expire. Can only be redeemed at a Wayfair website (wayfair.com, jossandmain.com, birchlane.com, allmodern.com, and perigold.com). Only valid in the U.S. Cannot be used to purchase additional gift cards. Not redeemable for cash and cannot be returned for a cash refund, except to the extent required by law. Wayfair is not responsible for and will not replace lost or stolen gift cards. For complete Terms & Conditions, see www.wayfair.com/giftcardterms</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3614/logo\",\n            \"modifiedDate\": \"2023-12-13T13:05:26.6445244\",\n            \"products\": [\n                {\n                    \"id\": 937217,\n                    \"name\": \"Wayfair USD\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.320932,\n                        \"max\": 466.0466,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697664\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"Tools & Home Improvement\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2636\",\n            \"name\": \"PlayStation Bahrain\",\n            \"countryCode\": \"BH\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"PlayStation Network card is a protected code consisting of 12 marks which gives money to your accounts' virtual wallet. PSN cards allow to buy games, movies, bonuses and even songs safe and fast. Use PlayStation®Store Cash Cards to purchase downloadable games, game add-ons, full length movies, TV shows and other content that you can play or view on your PlayStation®3, PS Vita or PSP®.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem this eGift Card, Sign into PlayStation™ Network or create an account at playstation.com 2. Go to 'Redeem Codes' on PlayStation™Store and enter the voucher code 3. The PS Store Cash Card, when redeemed, will place the full face value of the card into the PlayStation®Wallet. You may use the funds in your Wallet to purchase exclusive games, PS one® Classics, add-on game content, movies*, and television shows*. 4. No cashback, returns or refund accepted.\\r\\n\",\n            \"terms\": \"Visit https://www.playstation.com/en-bh/legal/psn-terms-of-service/\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2636/logo\",\n            \"modifiedDate\": \"2024-05-15T07:40:51.8234905\",\n            \"products\": [\n                {\n                    \"id\": 937336,\n                    \"name\": \"PlayStation 34$ Bahrain Store\",\n                    \"minFaceValue\": 34,\n                    \"maxFaceValue\": 34,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 115.751574,\n                        \"max\": 115.751574,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.88964\"\n                },\n                {\n                    \"id\": 937338,\n                    \"name\": \"PlayStation 10$ Bahrain Store\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 34.043404,\n                        \"max\": 34.043404,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896591\"\n                },\n                {\n                    \"id\": 937339,\n                    \"name\": \"PlayStation 20$ Bahrain Store\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 68.086808,\n                        \"max\": 68.086808,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896591\"\n                },\n                {\n                    \"id\": 937341,\n                    \"name\": \"PlayStation 40$ Bahrain Store\",\n                    \"minFaceValue\": 40,\n                    \"maxFaceValue\": 40,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 136.173616,\n                        \"max\": 136.173616,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896592\"\n                },\n                {\n                    \"id\": 937343,\n                    \"name\": \"PlayStation 50$ Bahrain Store\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 170.21702,\n                        \"max\": 170.21702,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896592\"\n                },\n                {\n                    \"id\": 937344,\n                    \"name\": \"PlayStation 60$ Bahrain Store\",\n                    \"minFaceValue\": 60,\n                    \"maxFaceValue\": 60,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 204.260424,\n                        \"max\": 204.260424,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896593\"\n                },\n                {\n                    \"id\": 937345,\n                    \"name\": \"PlayStation 70$ Bahrain Store\",\n                    \"minFaceValue\": 70,\n                    \"maxFaceValue\": 70,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 238.303828,\n                        \"max\": 238.303828,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896594\"\n                },\n                {\n                    \"id\": 937346,\n                    \"name\": \"PlayStation 100$ Bahrain Store\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 340.43404,\n                        \"max\": 340.43404,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896627\"\n                },\n                {\n                    \"id\": 937348,\n                    \"name\": \"PlayStation 120$ Bahrain Store\",\n                    \"minFaceValue\": 120,\n                    \"maxFaceValue\": 120,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 403.220318,\n                        \"max\": 403.220318,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896466\"\n                },\n                {\n                    \"id\": 937350,\n                    \"name\": \"PlayStation 200$ Bahrain Store\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 672.027196,\n                        \"max\": 672.027196,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896469\"\n                },\n                {\n                    \"id\": 937351,\n                    \"name\": \"PlayStation 160$ Bahrain Store\",\n                    \"minFaceValue\": 160,\n                    \"maxFaceValue\": 160,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 537.623757,\n                        \"max\": 537.623757,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896467\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2633\",\n            \"name\": \"PlayStation UAE (USD)\",\n            \"countryCode\": \"AE\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"PlayStation Network card is a protected code consisting of 12 marks which gives money to your accounts' virtual wallet. PSN cards allow to buy games, movies, bonuses and even songs safe and fast. Use PlayStation®Store Cash Cards to purchase downloadable games, game add-ons, full length movies, TV shows and other content that you can play or view on your PlayStation®3, PS Vita or PSP®.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem this eGift Card, Sign into PlayStation™ Network or create an account at playstation.com 2. Go to 'Redeem Codes' on PlayStation™Store and enter the voucher code 3. The PS Store Cash Card, when redeemed, will place the full face value of the card into the PlayStation®Wallet. You may use the funds in your Wallet to purchase exclusive games, PS one® Classics, add-on game content, movies*, and television shows*. 4. No cashback, returns or refund accepted.\\r\\n\",\n            \"terms\": \"Visit https://www.playstation.com/en-ae/legal/psn-terms-of-service/\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2633/logo\",\n            \"modifiedDate\": \"2024-05-15T07:40:51.8234904\",\n            \"products\": [\n                {\n                    \"id\": 937417,\n                    \"name\": \"PlayStation 100$ UAE Store \",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 340.43404,\n                        \"max\": 340.43404,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896626\"\n                },\n                {\n                    \"id\": 937420,\n                    \"name\": \"PlayStation 70$ UAE Store \",\n                    \"minFaceValue\": 70,\n                    \"maxFaceValue\": 70,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 238.303828,\n                        \"max\": 238.303828,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896348\"\n                },\n                {\n                    \"id\": 937422,\n                    \"name\": \"PlayStation 40$ UAE Store \",\n                    \"minFaceValue\": 40,\n                    \"maxFaceValue\": 40,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 136.173616,\n                        \"max\": 136.173616,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896347\"\n                },\n                {\n                    \"id\": 937423,\n                    \"name\": \"PlayStation 60$ UAE Store \",\n                    \"minFaceValue\": 60,\n                    \"maxFaceValue\": 60,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 204.260424,\n                        \"max\": 204.260424,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896572\"\n                },\n                {\n                    \"id\": 937430,\n                    \"name\": \"PlayStation 20$ UAE Store \",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 68.086808,\n                        \"max\": 68.086808,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.889635\"\n                },\n                {\n                    \"id\": 937435,\n                    \"name\": \"PlayStation 10$ UAE Store \",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 34.043404,\n                        \"max\": 34.043404,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896562\"\n                },\n                {\n                    \"id\": 937444,\n                    \"name\": \"PlayStation 50$ UAE Store \",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 170.21702,\n                        \"max\": 170.21702,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896351\"\n                },\n                {\n                    \"id\": 937447,\n                    \"name\": \"PlayStation 200$ UAE Store \",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 679.947988,\n                        \"max\": 679.947988,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896446\"\n                },\n                {\n                    \"id\": 937448,\n                    \"name\": \"PlayStation 160$ UAE Store \",\n                    \"minFaceValue\": 160,\n                    \"maxFaceValue\": 160,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 543.95439,\n                        \"max\": 543.95439,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896445\"\n                },\n                {\n                    \"id\": 937451,\n                    \"name\": \"PlayStation 120$ UAE Store \",\n                    \"minFaceValue\": 120,\n                    \"maxFaceValue\": 120,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 407.970793,\n                        \"max\": 407.970793,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896442\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2632\",\n            \"name\": \"PlayStation KSA\",\n            \"countryCode\": \"SA\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Use PlayStation®Store Cash Cards to purchase downloadable games, game add-ons, full length movies, TV shows and other content that you can play or view on your PlayStation®3, PS Vita or PSP®.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1.Open a Sony Entertainment Network account (or use an existingaccount). 2.From your PS4™, PS3™, PS Vita,or PSP system, or a personalcomputer, access PlayStation®Store. 3.Click the ‘Redeem Codes’ icon. 4.Enter the code at the bottom of this card. 5.Select “Confirm” to accept the Terms of Service. 6.For additional redemption instructions, please visitus.playstation.com/redemption.\\r\\n\",\n            \"terms\": \"Visit https://www.playstation.com/en-sa/legal/psn-terms-of-service/\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2632/logo\",\n            \"modifiedDate\": \"2024-05-15T07:40:51.8234913\",\n            \"products\": [\n                {\n                    \"id\": 937481,\n                    \"name\": \"PlayStation 70$ Saudi Store \",\n                    \"minFaceValue\": 70,\n                    \"maxFaceValue\": 70,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 248.604858,\n                        \"max\": 248.604858,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896574\"\n                },\n                {\n                    \"id\": 937483,\n                    \"name\": \"PlayStation 60$ Saudi Store \",\n                    \"minFaceValue\": 60,\n                    \"maxFaceValue\": 60,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 213.091307,\n                        \"max\": 213.091307,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896571\"\n                },\n                {\n                    \"id\": 937484,\n                    \"name\": \"PlayStation 40$ Saudi Store \",\n                    \"minFaceValue\": 40,\n                    \"maxFaceValue\": 40,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 142.064205,\n                        \"max\": 142.064205,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896574\"\n                },\n                {\n                    \"id\": 937487,\n                    \"name\": \"PlayStation 10$ Saudi Store \",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 35.70357,\n                        \"max\": 35.70357,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896569\"\n                },\n                {\n                    \"id\": 937491,\n                    \"name\": \"PlayStation 100$ Saudi Store \",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 355.155512,\n                        \"max\": 355.155512,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896622\"\n                },\n                {\n                    \"id\": 937492,\n                    \"name\": \"PlayStation 50$ Saudi Store \",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 177.577756,\n                        \"max\": 177.577756,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896597\"\n                },\n                {\n                    \"id\": 937495,\n                    \"name\": \"PlayStation 20$ Saudi Store \",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 71.027102,\n                        \"max\": 71.027102,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896594\"\n                },\n                {\n                    \"id\": 937496,\n                    \"name\": \"PlayStation 120$ Saudi Store \",\n                    \"minFaceValue\": 120,\n                    \"maxFaceValue\": 120,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 432.813277,\n                        \"max\": 432.813277,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896462\"\n                },\n                {\n                    \"id\": 937499,\n                    \"name\": \"PlayStation 160$ Saudi Store \",\n                    \"minFaceValue\": 160,\n                    \"maxFaceValue\": 160,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 576.317626,\n                        \"max\": 576.317626,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896464\"\n                },\n                {\n                    \"id\": 937500,\n                    \"name\": \"PlayStation 200$ Saudi Store \",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 720.392032,\n                        \"max\": 720.392032,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896465\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2631\",\n            \"name\": \"PlayStation Oman\",\n            \"countryCode\": \"OM\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"PlayStation Network card is a protected code consisting of 12 marks which gives money to your accounts' virtual wallet. PSN cards allow to buy games, movies, bonuses and even songs safe and fast. Use PlayStation®Store Cash Cards to purchase downloadable games, game add-ons, full length movies, TV shows and other content that you can play or view on your PlayStation®3, PS Vita or PSP®.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem this eGift Card, Sign into PlayStation™ Network or create an account at playstation.com 2. Go to 'Redeem Codes' on PlayStation™Store and enter the voucher code 3. The PS Store Cash Card, when redeemed, will place the full face value of the card into the PlayStation®Wallet. You may use the funds in your Wallet to purchase exclusive games, PS one® Classics, add-on game content, movies*, and television shows*. 4. No cashback, returns or refund accepted.\\r\\n\",\n            \"terms\": \"Visit https://www.playstation.com/en-om/legal/psn-terms-of-service/\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2631/logo\",\n            \"modifiedDate\": \"2024-05-15T07:40:51.8234911\",\n            \"products\": [\n                {\n                    \"id\": 938281,\n                    \"name\": \"PlayStation 70$ Oman Store \",\n                    \"minFaceValue\": 70,\n                    \"maxFaceValue\": 70,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 238.303828,\n                        \"max\": 238.303828,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.889659\"\n                },\n                {\n                    \"id\": 938284,\n                    \"name\": \"PlayStation 60$ Oman Store \",\n                    \"minFaceValue\": 60,\n                    \"maxFaceValue\": 60,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 204.260424,\n                        \"max\": 204.260424,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896589\"\n                },\n                {\n                    \"id\": 938287,\n                    \"name\": \"PlayStation 40$ Oman Store \",\n                    \"minFaceValue\": 40,\n                    \"maxFaceValue\": 40,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 136.173616,\n                        \"max\": 136.173616,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896587\"\n                },\n                {\n                    \"id\": 938290,\n                    \"name\": \"PlayStation 20$ Oman Store \",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 68.086808,\n                        \"max\": 68.086808,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896585\"\n                },\n                {\n                    \"id\": 938299,\n                    \"name\": \"PlayStation 10$ Oman Store \",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 34.043404,\n                        \"max\": 34.043404,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896585\"\n                },\n                {\n                    \"id\": 938301,\n                    \"name\": \"PlayStation 50$ Oman Store \",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 170.21702,\n                        \"max\": 170.21702,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896588\"\n                },\n                {\n                    \"id\": 938304,\n                    \"name\": \"PlayStation 100$ Oman Store \",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 340.43404,\n                        \"max\": 340.43404,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896626\"\n                },\n                {\n                    \"id\": 938305,\n                    \"name\": \"PlayStation 200$ Oman Store \",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 676.907684,\n                        \"max\": 676.907684,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896455\"\n                },\n                {\n                    \"id\": 938309,\n                    \"name\": \"PlayStation 160$ Oman Store \",\n                    \"minFaceValue\": 160,\n                    \"maxFaceValue\": 160,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 541.004095,\n                        \"max\": 541.004095,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896453\"\n                },\n                {\n                    \"id\": 938310,\n                    \"name\": \"PlayStation 120$ Oman Store \",\n                    \"minFaceValue\": 120,\n                    \"maxFaceValue\": 120,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 405.970593,\n                        \"max\": 405.970593,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896452\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2873\",\n            \"name\": \"IKEA France\",\n            \"countryCode\": \"FR\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Faites plaisir, offrez une carte cadeau IKEA!\\r\\n\\r\\nVeuillez noter qu'il existe un délai d'activation pour cette e-carte cadeau. Toutes les e-cartes cadeaux seront activées en deux jours ouvrés.\\r\\n\\r\\n<P>\\r\\n\\r\\nTreat yourself and give an IKEA gift card!\\r\\n\\r\\nPlease note that there is an activation period for this e-gift card. All e-gift cards will be activated within two business days.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<ul>\\r\\n<li>Vous pouvez l’imprimer ou la télécharger sur votre smartphone pour en bénéficier en magasin. </li>\\r\\n<li>Vous pouvez aussi entrer directement le numéro indiqué sur la carte cadeau pour l’utiliser sur notre site web.</li>\\r\\n</ul>\\r\\n\\r\\n<P>\\r\\n\\r\\n<ul>\\r\\n<li>You can print it or download it to your smartphone to use it in store. </li>\\r\\n<li>You can also directly enter the number indicated on the gift card to use it on our website.</li>\\r\\n</ul>\",\n            \"terms\": \"<ul>\\r\\n<li>Les cartes cadeaux ne sont ni reprises, ni échangées, ni remboursées.  </li>\\r\\n<li>Elle est utilisable en magasin  </li>\\r\\n<li>Elle est utilisable pour un achat en ligne sur IKEA.fr avec l'option livraison à domicile (4 cartes cadeaux maximum acceptées par achat) mais pas pour un achat via le service Cliquez & emportez  </li>\\r\\n<li>Elle est utilisable dans tous les magasins de France, dans certains magasins de la zone euro et dans certains magasins hors zone euro.  </li>\\r\\n</ul>\\r\\n\\r\\n<P>\\r\\n\\r\\n<ul>\\r\\n<li>Gift cards cannot be returned, exchanged or refunded. </li>\\r\\n<li>It can be used in store </li>\\r\\n<li>It can be used for an online purchase on IKEA.fr with the home delivery option (maximum 4 gift cards accepted per purchase) but not for a purchase via the Click & Go service </li>\\r\\n<li>It can be used in all stores in France, in certain stores in the euro zone and in certain stores outside the euro zone. </li>\\r\\n</ul>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2873/logo\",\n            \"modifiedDate\": \"2024-02-16T12:33:11.0372035\",\n            \"products\": [\n                {\n                    \"id\": 939866,\n                    \"name\": \"IKEA FR 150 EUR\",\n                    \"minFaceValue\": 150,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 143.6393625,\n                        \"max\": 143.6393625,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696879\"\n                },\n                {\n                    \"id\": 939867,\n                    \"name\": \"IKEA FR 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 95.759575,\n                        \"max\": 95.759575,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869688\"\n                },\n                {\n                    \"id\": 939868,\n                    \"name\": \"IKEA FR 75 EUR\",\n                    \"minFaceValue\": 75,\n                    \"maxFaceValue\": 75,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 71.81968125,\n                        \"max\": 71.81968125,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869688\"\n                },\n                {\n                    \"id\": 939869,\n                    \"name\": \"IKEA FR 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 47.8797875,\n                        \"max\": 47.8797875,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696881\"\n                },\n                {\n                    \"id\": 939870,\n                    \"name\": \"IKEA FR 25 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 23.93989375,\n                        \"max\": 23.93989375,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696882\"\n                },\n                {\n                    \"id\": 939871,\n                    \"name\": \"IKEA FR 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 19.151915,\n                        \"max\": 19.151915,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696882\"\n                },\n                {\n                    \"id\": 939872,\n                    \"name\": \"IKEA FR 15 EUR\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 15,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 14.36393625,\n                        \"max\": 14.36393625,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696883\"\n                },\n                {\n                    \"id\": 939873,\n                    \"name\": \"IKEA FR 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.5759575,\n                        \"max\": 9.5759575,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696884\"\n                },\n                {\n                    \"id\": 939874,\n                    \"name\": \"IKEA FR 5 EUR\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 5,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4.78797875,\n                        \"max\": 4.78797875,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8696884\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"Tools & Home Improvement\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5394\",\n            \"name\": \"Steam Argentina\",\n            \"countryCode\": \"AR\",\n            \"currencyCode\": \"USD\",\n            \"description\": null,\n            \"disclaimer\": null,\n            \"redemptionInstructions\": null,\n            \"terms\": null,\n            \"logoUrl\": \"\",\n            \"modifiedDate\": \"2024-05-15T10:22:16.9021636\",\n            \"products\": [\n                {\n                    \"id\": 951112,\n                    \"name\": \"Steam USD 75 AR\",\n                    \"minFaceValue\": 75,\n                    \"maxFaceValue\": 75,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 70.887088,\n                        \"max\": 70.887088,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T10:22:20.3988753\"\n                },\n                {\n                    \"id\": 951114,\n                    \"name\": \"Steam USD 50 AR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 47.254725,\n                        \"max\": 47.254725,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T10:22:20.3988752\"\n                },\n                {\n                    \"id\": 951115,\n                    \"name\": \"Steam USD 20 AR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 18.90189,\n                        \"max\": 18.90189,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T10:22:20.3988751\"\n                },\n                {\n                    \"id\": 951117,\n                    \"name\": \"Steam USD 10 AR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.450945,\n                        \"max\": 9.450945,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T10:22:20.3988749\"\n                },\n                {\n                    \"id\": 951118,\n                    \"name\": \"Steam USD 100 AR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 94.50945,\n                        \"max\": 94.50945,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T10:22:20.3988756\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"5056\",\n            \"name\": \"Rituals Denmark\",\n            \"countryCode\": \"DK\",\n            \"currencyCode\": \"DKK\",\n            \"description\": \"RITUALS STYRKE\\r\\n De er overalt – på alle tider af dagen og hver eneste dag. De venter bare på at blive opdaget og er ivrige efter at dele deres indre skønhed. De er de tilsyneladende ligegyldige øjeblikke vi alle har en tendens til at overse.\\r\\n Rituals afdækker disse øjeblikke og hjælper dig til at opleve glæden ved dem. Hvad enten du tager et dejligt langt bad eller skaber en skøn atmosfære med den rige duft fra asiatisk røgelse, hjælper Rituals dig til at finde ind til lykken i de bittesmå ting.\\r\\n \\r\\n VORES RITUALER\\r\\n Vi lod os inspirere af visdommen i Asiens ældgamle traditioner da vi skabte det omfattende sortiment af luksusprodukter til hjemmet og kroppen. Og vel at mærke til en overkommelig pris. Vi håber at kunne berige dit liv med signaturdufte som er designet og komponeret med omhu af verdens førende parfumeskabere.\\r\\n \\r\\n SIGNATURDUFTE\\r\\n En fin duft har styrke til at ændre din sindsstemning, til at kalde for længst glemte minder frem og til at omslutte dig med en følelse af komfort og velvære. At designe en ny parfume kan sammenlignes med at skabe et kunstværk: vi afdækker og kombinerer varsomt alle de rette ingredienser til at kunne komponere den unikke og appellerende karakter i hver eneste\\r\\n duft vi skaber.\\r\\n \\r\\n PERFEKTE GAVER\\r\\n Hvad enten du vil glæde dig selv eller en anden, er det nemt at finde den perfekte gave i vores kollektion af luksusprodukter til hjemmet og kroppen. Og med Rituals giver du andet og mere end blot en gave; du giver oplevelsen ved at finde lykken i de små nære ting. Vi tror at det er sådan de meningsfulde øjeblikke bliver til.\\r\\n\\r\\n<P>\\r\\n\\r\\nTHE POWER OF RITUAL They are everywhere – at all times of the day and every single day. They are just waiting to be discovered and are eager to share their inner beauty. They are the seemingly insignificant moments we all tend to overlook. Rituals uncovers these moments and helps you experience the joy of them. Whether you're taking a nice long bath or creating a wonderful atmosphere with the rich scent of Asian incense, Rituals helps you find happiness in the little things. OUR RITUALS We were inspired by the wisdom of Asia's ancient traditions when we created the extensive range of luxury products for the home and body. And of course at an affordable price. We hope to enrich your life with signature fragrances designed and composed with care by the world's leading perfumers. SIGNATURE FRAGRANCES A fine fragrance has the power to change your mood, to call up long-forgotten memories and to envelop you in a sense of comfort and well-being. Designing a new perfume can be compared to creating a work of art: we carefully uncover and combine all the right ingredients to be able to compose the unique and appealing character in each and every fragrance we create. PERFECT GIFTS Whether you want to please yourself or someone else, it's easy to find the perfect gift in our collection of luxury products for the home and body. And with Rituals you give something and more than just a gift; you give the experience by finding happiness in the small close things. We believe that this is how meaningful moments are created.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Vill du lösa in ditt digitala presentkort i en av våra butiker? Använd ovanstående streckkod. På vår webbplats kan du söka bland alla våra butiker för att hitta en butik nära dig.</p>\\r\\n<p>Om du hellre vill lösa in ditt digitala presentkort online kan du göra det i två enkla steg:</p>\\r\\n<ol>\\r\\n<li>Välj ”Rituals presentkort” som betalsätt i kassan.</li>\\r\\n<li>Ange ditt 19-siffriga presentkortsnummer följt av din pinkod.\\r\\nBeloppet dras automatiskt från presentkortet.</li>\\r\\n</ol>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Do you want to redeem your digital gift card in one of our stores? Use the barcode above. On our website you can search among all our stores to find a store near you.</p>\\r\\n<p>If you would rather redeem your digital gift card online, you can do so in two easy steps:</p>\\r\\n<ol>\\r\\n<li>Choose \\\"Rituals gift card\\\" as payment method at checkout.</li>\\r\\n<li>Enter your 19-digit gift card number followed by your PIN.\\r\\nThe amount is automatically deducted from the gift card.</li>\\r\\n</ol>\",\n            \"terms\": \"<p>Allmänna villkor:\\r\\n Beloppet på det digitala presentkortet kan lösas in vid ett och samma tillfälle eller delas upp på flera köp.\\r\\n Digitala presentkort kan inte lösas in mot kontanter.\\r\\n Om du returnerar produkter köpta med ett digitalt presentkort återbetalas beloppet till samma presentkort.\\r\\n Rituals kan inte hållas ansvarigt för presentkort som tappats bort, stulits, skadats eller använts utan ditt tillstånd, och presentkortet kommer inte att ersättas i sådana fall.\\r\\n Spara ditt digitala presentkort i 30 dagar efter att du använt hela beloppet, eftersom du behöver det vid en eventuell retur.</p>\\r\\n<p>www.rituals.com/sv-se/terms-gift-card.html</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>General terms and conditions:\\r\\n The amount on the digital gift card can be redeemed at one and the same time or divided into several purchases.\\r\\n Digital gift cards cannot be redeemed for cash.\\r\\n If you return products purchased with a digital gift card, the amount will be refunded to the same gift card.\\r\\n Rituals cannot be held responsible for gift cards that are lost, stolen, damaged or used without your permission, and the gift card will not be replaced in such cases.\\r\\n Save your digital gift card for 30 days after you have used the full amount, as you will need it in the event of a return.</p>\\r\\n<p>www.rituals.com/sv-se/terms-gift-card.html</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5056/logo\",\n            \"modifiedDate\": \"2024-02-22T14:04:24.3103519\",\n            \"products\": [\n                {\n                    \"id\": 954552,\n                    \"name\": \"Rituals DK\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 1500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 457.54575,\n                        \"max\": 1372.63725,\n                        \"currencyCode\": \"DKK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699342\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 7,\n                    \"name\": \"Beauty Wellness & Spa\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5395\",\n            \"name\": \"MAF Entertainment Gift Card\",\n            \"countryCode\": \"AE\",\n            \"currencyCode\": \"AED\",\n            \"description\": \"Looking for the perfect gift? The search is finally over. Now you can give your loved ones the gift of experiences with the Entertainment Gift Card. \\r\\n<p>\\r\\nThe Entertainment Gift Card offers great moments for all ages including VOX Cinemas, the region’s largest cinema exhibitor; Ski Dubai, the World’s Best Indoor Ski Resort; Magic Planet, the region’s favourite Family Entertainment Centre (FEC); Dreamscape, an immersive virtual reality entertainment destination; iFLY Dubai, a one-of-a-kind indoor skydiving experience; and Little Explorers, an award-winning edutainment centre.\\r\\n<p>\\r\\nWhether it's a special occasion like birthdays, Eid and Christmas or an ordinary day made extraordinary with a Thank You gift to a friend, colleague or special someone, the Entertainment Gift Card is always the perfect gift.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redeem at In-store only\\r\\n<p>\",\n            \"terms\": \"<span>eGift card is valid for 6 Months from purchase date. </span><div>•<span>\\t</span>This eGift card is valid across Majid Al Futtaim Entertainment experiences: VOX Cinemas, Ski Dubai, Magic Planet, iFLY Dubai, Dreamscape and Little Explorers locations in the UAE.</div><div>•<span>\\t</span>You can load any amount between AED 100 and AED 3,500.</div><div>•<span>\\t</span>It is Made for Everyone, no customer documents needed.</div><div>•<span>\\t</span>Exchange your eGift card for a physical Entertainment Gift Card at any of the Majid Al Futtaim Entertainment experiences in the UAE free of charge. </div><div>•<span>\\t</span>Refer to the detailed terms and conditions of the physical Entertainment Gift Card <a href=\\\"https://uae.voxcinemas.com/entertainment-gift-card\\\" target=\\\"_blank\\\">here</a></div><div>•<span>\\t</span>Items purchased by the Gift Card are refundable as per the refund and exchange policy of the merchant store </div><div>•<span>\\t</span>Expired eGift card cannot be extended, exchanged or refunded.</div><div><br></div>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5395/logo\",\n            \"modifiedDate\": \"2024-05-15T09:40:55.405127\",\n            \"products\": [\n                {\n                    \"id\": 963218,\n                    \"name\": \"MAF Entertainment Gift Card\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 3500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 13.34193406,\n                        \"max\": 933.93488415,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T09:42:31.4748224\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2099\",\n            \"name\": \"PlayStation USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Use PlayStation®Store Cash Cards to purchase downloadable games, game add-ons, full length movies, TV shows and other content that you can play or view on your PlayStation®3, PS Vita or PSP®.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem this eGift Card, Sign into PlayStation™ Network or create an account at\\r\\nplaystation.com\\r\\n2. Go to 'Redeem Codes' on PlayStation™Store and enter the voucher code\\r\\n3. The PS Store Cash Card, when redeemed, will place the full face value of the card into the PlayStation®Wallet. You may use the funds in your Wallet to purchase exclusive games, PS one® Classics, add-on game content, movies*, and television shows*.\\r\\n4. No cashback, returns or refund accepted.\",\n            \"terms\": \"Your use of this “PlayStation™Store“ card (“Card”) constitutes your acceptance of these terms and any additional terms available at playstationnetwork.com/terms-of-service. Activated Cards can only be redeemed through an account subject to prior acceptance of the Terms of Service and User Agreement and applicable Privacy Policy available at playstationnetwork.com/terms-of-service. “PS5” and “PS4” consoles, personal computers, access to the internet, compatible hardware and software sold separately. Your account will only accept Cards from the country designated on your account. Card is not redeemable for cash, cannot be returned for cash or credit, and may not be used for any other purpose. Card will not be replaced if lost, destroyed, or stolen.\\r\\n\\r\\nSony Interactive Entertainment LLC, its parent company, affiliated companies and licensors make no express or implied warranties with respect to Card, PSN or the availability of products or services. To the extent permitted by law, your sole and exclusive remedy is the replacement of Card. All rights are reserved. Terms of Card may change without notice. Void where prohibited or restricted by law. No refunds from Sony Interactive Entertainment LLC.\\r\\n\\r\\nFor assistance, visit support.playstation.com.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2099/logo\",\n            \"modifiedDate\": \"2024-05-16T04:13:54.2017819\",\n            \"products\": [\n                {\n                    \"id\": 963315,\n                    \"name\": \"PlayStation USA 25 USD\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 22.50225,\n                        \"max\": 22.50225,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5293597\"\n                },\n                {\n                    \"id\": 963316,\n                    \"name\": \"PlayStation USA 100 USD\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 90.009,\n                        \"max\": 90.009,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5293597\"\n                },\n                {\n                    \"id\": 963317,\n                    \"name\": \"PlayStation USA 50 USD\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 45.0045,\n                        \"max\": 45.0045,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5293598\"\n                },\n                {\n                    \"id\": 963318,\n                    \"name\": \"PlayStation USA 75 USD\",\n                    \"minFaceValue\": 75,\n                    \"maxFaceValue\": 75,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 67.50675,\n                        \"max\": 67.50675,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5293598\"\n                },\n                {\n                    \"id\": 963319,\n                    \"name\": \"PlayStation USA 55 USD\",\n                    \"minFaceValue\": 55,\n                    \"maxFaceValue\": 55,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 49.50495,\n                        \"max\": 49.50495,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5293599\"\n                },\n                {\n                    \"id\": 963320,\n                    \"name\": \"PlayStation USA 70 USD\",\n                    \"minFaceValue\": 70,\n                    \"maxFaceValue\": 70,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 63.0063,\n                        \"max\": 63.0063,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5293599\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5400\",\n            \"name\": \"Jula Sweden\",\n            \"countryCode\": \"SE\",\n            \"currencyCode\": \"SEK\",\n            \"description\": \"Jula är det framgångsrika och expansiva familjeföretaget från Skara. Vi erbjuder prisvärda produkter till den som vill få något gjort i hemmet, hemmavid eller på sin fritid.\\r\\n\\r\\n<P>\\r\\n\\r\\nJula is the successful and expansive family business from Skara. We offer affordable products to those who want to get something done at home, at home or in their spare time.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Julas presentkort kan användas i alla Julas-butiker och på jula.se Presentkortet kan användas som del av betalning eller att man använder delar av beloppet vid olika tillfällen. Ditt presentkort är giltigt i 5 år från inköpsdatum. Presentkortet är en värdehandling. Kan ej lösas in mot kontanter.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Julas gift card can be used in all Julas stores and at jula.se The gift card can be used as part of payment or that you use parts of the amount on different occasions. Your gift card is valid for 5 years from the date of purchase. The gift card is a document of value. Cannot be redeemed for cash.</p>\",\n            \"terms\": \"Visit <p>https://www.jula.se/allmanna-kopvillkor/</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5400/logo\",\n            \"modifiedDate\": \"2024-02-17T08:54:10.1969378\",\n            \"products\": [\n                {\n                    \"id\": 964504,\n                    \"name\": \"Jula SE\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 191.179116,\n                        \"max\": 191.179116,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699469\"\n                },\n                {\n                    \"id\": 964505,\n                    \"name\": \"Jula SE\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 95.589558,\n                        \"max\": 95.589558,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869947\"\n                },\n                {\n                    \"id\": 964506,\n                    \"name\": \"Jula SE\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 286.768674,\n                        \"max\": 286.768674,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699471\"\n                },\n                {\n                    \"id\": 964507,\n                    \"name\": \"Jula SE\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 477.94779,\n                        \"max\": 477.94779,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699471\"\n                },\n                {\n                    \"id\": 964508,\n                    \"name\": \"Jula SE\",\n                    \"minFaceValue\": 1000,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 955.89558,\n                        \"max\": 955.89558,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699472\"\n                },\n                {\n                    \"id\": 964509,\n                    \"name\": \"Jula SE\",\n                    \"minFaceValue\": 2000,\n                    \"maxFaceValue\": 2000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1911.79116,\n                        \"max\": 1911.79116,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699472\"\n                },\n                {\n                    \"id\": 964510,\n                    \"name\": \"Jula SE\",\n                    \"minFaceValue\": 3000,\n                    \"maxFaceValue\": 3000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 2867.68674,\n                        \"max\": 2867.68674,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699473\"\n                },\n                {\n                    \"id\": 964511,\n                    \"name\": \"Jula SE\",\n                    \"minFaceValue\": 4000,\n                    \"maxFaceValue\": 4000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 3823.58232,\n                        \"max\": 3823.58232,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699475\"\n                },\n                {\n                    \"id\": 964512,\n                    \"name\": \"Jula SE\",\n                    \"minFaceValue\": 5000,\n                    \"maxFaceValue\": 5000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4779.4779,\n                        \"max\": 4779.4779,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699477\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"Tools & Home Improvement\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5233\",\n            \"name\": \"Frasers Singapore\",\n            \"countryCode\": \"SG\",\n            \"currencyCode\": \"SGD\",\n            \"description\": \"The Frasers Digital Gift Card is the best gift for any occasion. Now instantly available as a fuss-free digital gift card that presents as an email with an option for the gift card to be scanned and loaded directly to Frasers Property Singapore’s mobile application - Frasers Experience (FRx).\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To Redeem visit https://www.frasersexperience.com \",\n            \"terms\": \"No extension or refund of the unutilised stored value will be granted. For detailed terms and conditions visit https://www.frasersexperience.com \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5233/logo\",\n            \"modifiedDate\": \"2024-05-14T07:33:57.8304415\",\n            \"products\": [\n                {\n                    \"id\": 964569,\n                    \"name\": \"Frasers SGD\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 10.50105,\n                        \"max\": 525.0525,\n                        \"currencyCode\": \"SGD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038228\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5057\",\n            \"name\": \"DinSko Sweden\",\n            \"countryCode\": \"SE\",\n            \"currencyCode\": \"SEK\",\n            \"description\": \"DinSko presentkort Alltid nya skor. Alltid NICE PRICE Presentkort för en uppdaterad look DinSko är hela Sveriges skobutik och erbjuder alltid ett uppdaterat och prisvärt sortiment. Hos oss hittar du skor för alla årstider, tillfällen och smaker. Vi erbjuder personlig service i våra många butiker från Luleå i norr till Ystad i söder. Du kan också shoppa online från hela vårt sortiment.\\r\\n\\r\\n<P>\\r\\n\\r\\nDinSko gift card Always new shoes. Always NICE PRICE Gift cards for an updated look DinSko is Sweden's shoe store and always offers an updated and affordable range. With us you will find shoes for all seasons, occasions and tastes. We offer personal service in our many stores from Luleå in the north to Ystad in the south. You can also shop online from our entire range.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Så här använder du ditt presentkort Lös in i butik:  * Visa ditt presentkort vid kassan * Presentkortets streckkod skannas eller presentkortnumret skrivs in manuellt i kassan Lös in online:  * Välj produkt(er) och fortsätt till varukorgen * Välj ”presentkort” som betalningsmetod och ange ditt 16-siffriga presentkortnummer samt PIN-kod (5-siffriga)</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>How to use your gift card Redeem in store: * Show your gift card at checkout * The gift card barcode is scanned or the gift card number is entered manually at the checkout Redeem online: * Select product(s) and proceed to the shopping cart * Select \\\"gift card\\\" as payment method and enter your 16-digit gift card number and PIN code (5 digits)</p>\",\n            \"terms\": \"<p>https://www.dinsko.se/kundservice/kopinformation/betalning</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5057/logo\",\n            \"modifiedDate\": \"2024-02-12T15:05:06.320382\",\n            \"products\": [\n                {\n                    \"id\": 964792,\n                    \"name\": \"Nilson - DinSko SE 100 SEK\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 92.529252,\n                        \"max\": 92.529252,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699343\"\n                },\n                {\n                    \"id\": 964793,\n                    \"name\": \"Nilson - DinSko SE 1000 SEK\",\n                    \"minFaceValue\": 1000,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 925.29252,\n                        \"max\": 925.29252,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699344\"\n                },\n                {\n                    \"id\": 964794,\n                    \"name\": \"Nilson - DinSko SE 500 SEK\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 462.64626,\n                        \"max\": 462.64626,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699344\"\n                },\n                {\n                    \"id\": 964795,\n                    \"name\": \"Nilson - DinSko SE 300 SEK\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 277.587756,\n                        \"max\": 277.587756,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699345\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5427\",\n            \"name\": \"Zalando Hungary\",\n            \"countryCode\": \"HU\",\n            \"currencyCode\": \"HUF\",\n            \"description\": \"A Zalando, Európa vezető online divatplatformja mindenki számára kínál valamit – a cipőtől és ruházattól kezdve a kiegészítőkig és a sportruházatig. Legyen az, aki lenni szeretne, és alkossa meg saját egyedi megjelenését a népszerű high street márkák, prémium tervezők és független márkák keverékével. Több mint 1900 márka vár felfedezésre, a lehetőségek végtelenek. És ez még nem minden. Tudta, hogy a Zalando ingyenes kiszállítást kínál minden egyes tételhez? És ha meggondolja magát valamivel kapcsolatban, vagy az nem egészen a megfelelő – ne aggódjon. A teljes visszatérítés érdekében a fel nem használt termékeket a megrendeléstől számított 100 napon belül ingyenesen visszaküldheti nekünk. További divattal kapcsolatos tartalmakért, válogatott szerkesztésekért és outfit-ihletért látogasson el a https://www.zalando.hu/ oldalra\\r\\n\\r\\nAz ajándékutalványok a zalando.hu oldalon és a Zalando alkalmazáson keresztül a Zalando SE vagy más eladók által a webhelyen keresztül értékesített résztvevő termékekre válthatók be. A résztvevő termékek olyan termékek, amelyek egy személy megjelenését szolgálják (pl. ruházat, cipő). További részleteket ezen az oldalon talál: https://www.zalando.hu/ajandekkartyak/\\r\\n\\r\\nAz ajándékutalványok beváltása az ajándékutalvány megvásárlásától számított 5 (öt) évre korlátozódik. Készpénzes kifizetés, valamint elvesztés vagy sérülés esetén visszatérítés nem lehetséges.\\r\\n\\r\\nAz ajándékutalványok maximális értéke 80000 HUF ajándékutalványonként. Vásárlásonként maximálisan 80000 HUF értékig több ajándékutalvány is beváltható. Az esetlegesen fennmaradó összeget jövőbeni vásárlásokhoz lehet felhasználni.\\r\\n\\r\\nAz összes feltételért kattintson ide: http://zalando.hu/terms-giftcards\\r\\n\\r\\n<P>\\r\\n\\r\\nZalando, Europe's leading online fashion platform, has something for everyone - from shoes and clothing to accessories and sportswear. Be who you want to be and create your own unique look with a mix of popular high street brands, premium designers and independent brands. With more than 1,900 brands waiting to be discovered, the possibilities are endless. And that's not all. Did you know that Zalando offers free shipping on every item? And if you change your mind about something or it's not quite right - don't worry. You can return unused products to us free of charge within 100 days of ordering for a full refund. For more fashion-related content, selected edits and outfit inspiration, visit https://www.zalando.hu/\\r\\n\\r\\nGift vouchers can be redeemed on the zalando.hu website and via the Zalando app for participating products sold by Zalando SE or other sellers via the website. Participating products are products that serve a person's appearance (e.g. clothing, shoes). You can find more details on this page: https://www.zalando.hu/ajandekkartyak/\\r\\n\\r\\nRedemption of gift vouchers is limited to 5 (five) years from the date of purchase of the gift voucher. Cash payments and refunds in case of loss or damage are not possible.\\r\\n\\r\\nThe maximum value of gift vouchers is HUF 80,000 per gift voucher. Several gift vouchers can be redeemed for a maximum value of HUF 80,000 per purchase. Any remaining amount can be used for future purchases.\\r\\n\\r\\nFor all terms, click here: http://zalando.hu/terms-giftcards\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Hogyan használd fel Zalando Ajándékkártyádat?</p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Jelentkezzen be fiókjába a Zalando.hu oldalon vagy a Zalando App-ban a „Fiókom” alatt.</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Írja be az ajándékutalvány kódját az „Utalványaim” részben található mezőbe.</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Az utalvány kódját közvetlenül is megadhatja a fizetési szakaszban az utalványkód mezőben.</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Ha nem használja fel egyszerre a teljes utalványértéket, a fennmaradó érték jóváírásra kerül Zalando számláján. További információkért tekintse meg Általános Szerződési Feltételeinket</p>\\r\\n</li>\\r\\n</ol>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>How to use your Zalando Gift Card?</p>\\r\\n<ol>\\r\\n<li>\\r\\n<p>Log in to your account on Zalando.hu or in the Zalando App under \\\"My Account\\\".</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>Enter the gift voucher code in the field in the \\\"My Vouchers\\\" section.</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>You can enter the voucher code directly in the voucher code field in the payment section.</p>\\r\\n</li>\\r\\n<li>\\r\\n<p>If you do not use the entire voucher value at once, the remaining value will be credited to your Zalando account. Please see our Terms and Conditions</p> for more information\\r\\n</li>\\r\\n</ol>\",\n            \"terms\": \"<p>Az összes feltételért kattintson <a href=\\\"http://zalando.hu/terms-giftcards\\\">ide</a></p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>For all terms, click <a href=\\\"http://zalando.hu/terms-giftcards\\\">here</a></p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5427/logo\",\n            \"modifiedDate\": \"2024-05-16T04:18:20.549436\",\n            \"products\": [\n                {\n                    \"id\": 971586,\n                    \"name\": \"Zalando HUF\",\n                    \"minFaceValue\": 1940,\n                    \"maxFaceValue\": 80000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1791.769159,\n                        \"max\": 73887.388,\n                        \"currencyCode\": \"HUF\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699497\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5468\",\n            \"name\": \"COSMOS SPORT Greece\",\n            \"countryCode\": \"GR\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Η Cosmos Sport, είναι η Νο 1 ελληνική αλυσίδα πώλησης επώνυμων αθλητικών ειδών.\\r\\n\\r\\n<P>\\r\\n\\r\\nCosmos Sport is the No. 1 Greek chain selling branded sports goods.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Μπορείτε να χρησιμοποιήσετε μια δωροεπιταγή ανά ηλεκτρονική παραγγελία εκτός από μια δωροεπιταγή για αγορές στο κατάστημα\\r\\n\\r\\n<P>\\r\\nΑφού επισκεφτείτε το www.cosmossport.gr, προσθέστε το προϊόν στο καλάθι και στο 3ο βήμα της αγοράς, συμπληρώστε το πεδίο \\\"\\\"έχετε δωροεπιταγή\\\"\\\" και προχωρήστε στην αγορά\\\"</p>\\r\\n\\r\\n\\r\\nYou can use a gift certificate per online order in addition to a gift certificate on in-store purchases\\r\\n\\r\\n<P>\\r\\n\\r\\nAfter visiting www.cosmossport.gr, add the product to the cart and in the 3rd step of the purchase, fill in the field \\\"\\\"you have a gift certificate\\\"\\\" and proceed with the purchase\\\"</p>\",\n            \"terms\": \"<p>\\\"Mπορειτε να χρησιμοποιήσετε μια δωροεπιταγή ανα παραγγελια on line ενω παραπάνω απο μια δωροεπιταγή σε αγορές στο κατάστημα\\r\\nΚαθε δωροεπιταγή μπορει αν χρησιμοποιηθει μονο μια φορα\\r\\nΚαθε δωροεπιταγή μπορει να εξαργυρωθει σε ολα τα προιόντα ▪ Η δωροεπιταγή ισχύει μόνο για μια αγορά. Μπορεί να χρησιμοποιηθεί για αγορές ίσης ή μεγαλύτερης αξίας από το ποσό που αναγράφεται στην δωροεπιταγή. ▪ Η δωροεπιταγή δεν ανταλάσσεται με μετρητά ή άλλες δωροεπιταγές. - Η διάρκεια ισχύος της δωροεπιταγής είναι 1 χρόνος. ▪ Σε περίπτωση κλοπής η απώλειας δεν μπορεί να αντικατασταθεί.\\r\\n- Αφου επισκεφτείτε το www.cosmossport.gr προσθέστε το προιόν στο καλάθι και στο 3 βημα της αγοράς συμπληρώστε το πεδιο \\\"\\\"εχετε δωροεπιταγη\\\"\\\" και προχωρηστε στην αγορά\\\"</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>\\\"You can use a gift certificate per online order in addition to a gift certificate on in-store purchases\\r\\nEach gift certificate can only be used once\\r\\nEach gift certificate can be redeemed for all products ▪ The gift certificate is valid for one purchase only. It can be used for purchases of equal or greater value than the amount stated on the gift certificate. ▪ The gift certificate cannot be exchanged for cash or other gift certificates. - The gift certificate is valid for 1 year. ▪ In case of theft, the loss cannot be replaced.\\r\\n- After visiting www.cosmossport.gr, add the product to the cart and in the 3rd step of the purchase, fill in the field \\\"\\\"you have a gift certificate\\\"\\\" and proceed with the purchase\\\"</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5468/logo\",\n            \"modifiedDate\": \"2024-02-12T08:57:24.7375907\",\n            \"products\": [\n                {\n                    \"id\": 989935,\n                    \"name\": \"COSMOS SPORT GR 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 48.30483,\n                        \"max\": 48.30483,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699515\"\n                },\n                {\n                    \"id\": 989936,\n                    \"name\": \"COSMOS SPORT GR 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 19.321932,\n                        \"max\": 19.321932,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699517\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5459\",\n            \"name\": \"eOptika Hungary\",\n            \"countryCode\": \"HU\",\n            \"currencyCode\": \"HUF\",\n            \"description\": \"Szemüvegek, napszemüvegek, szemcseppek 100% ár-garanciával és 100% eredetiség garanciával az www.eOptika.hu oldalon. \\r\\n<P>  \\r\\nEN: One of the most popular online optics in Hungary, offering a large selection of contact lenses, glasses and sunglasses. Part of eOptika Group - one of the largest contact lens retailers in Europe.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Beváltási útmutató 1. Tegyen bevásárlókosárba minden szemüveget, napszemüveget, szemcseppet vagy kontaktlencse-oldatot. 2. Adja hozzá ajándékutalvány kódját a kosár oldalához a ‘Van egy kedvezmény kódom’ gomb. 3. Várja meg a rendszer visszajelzését a kód érvényességéről. 4. A kedvezmény összege a fizetési oldalon lesz látható\\r\\n\\r\\n\\r\\n<P>\\r\\n\\r\\nRedemption instructions 1. Add all glasses, sunglasses, eye drops or contact lens solutions to the shopping cart. 2. Add your gift card code to the cart page with the 'I have a discount code' button. 3. Wait for the system to confirm the validity of the code. 4. The amount of the discount will be visible on the payment page\",\n            \"terms\": \"Vásárlásonként csak 1 (egy) Ajándékkártya használható fel. - Az Ajándékkártya kizárólag a www.eoptika.hu (kérjük, használja a helyi weboldal nevét) Webáruházban történő vásárlásra érvényes. - Az ajándékkártyával napszemüveg, szemüveg, kontaktlencse oldat, szemcsepp vásárolható. - Az Ajándékkártya nem vonható össze más akciókkal, amelyekhez ajándékkártya vagy kuponkód szükséges. - Az Ajándékkártya értéke szállítási költségre nem használható fel. - Többször nem használható. - Ha a rendelés meghaladja az Ajándékkártyán szereplő összeget, a különbözetet bankkártyával vagy bármely más felajánlott fizetési móddal lehet kiegyenlíteni. - Az ajándékkártya egyszeri felhasználása után az Ajándékkártyán nem marad fennmaradó egyenleg további felhasználásra. Minden egyéb Általános Szerződési Feltételre a Webáruház Általános Szerződési Feltételei érvényesek. \\r\\n\\r\\n<P>\\r\\n\\r\\nOnly 1 (one) Gift Card can be used per purchase. - The Gift Card is only valid for purchases in the www.eoptika.hu (please use the name of the local website) Webstore. - The gift card can be used to buy sunglasses, glasses, contact lens solution, eye drops. - The Gift Card cannot be combined with other promotions that require a gift card or coupon code. - The value of the Gift Card cannot be used for shipping costs. - Can't be used multiple times. - If the order exceeds the amount shown on the Gift Card, the difference can be settled by bank card or any other offered payment method. - After using the gift card once, there is no remaining balance on the Gift Card for further use. The General Terms and Conditions of the Web Store apply to all other General Terms and Conditions. \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5459/logo\",\n            \"modifiedDate\": \"2024-02-13T11:32:13.110978\",\n            \"products\": [\n                {\n                    \"id\": 990445,\n                    \"name\": \"eOptika HU 10000 HUF\",\n                    \"minFaceValue\": 10000,\n                    \"maxFaceValue\": 10000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9490.949,\n                        \"max\": 9490.949,\n                        \"currencyCode\": \"HUF\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699509\"\n                },\n                {\n                    \"id\": 990446,\n                    \"name\": \"eOptika HU 20000 HUF\",\n                    \"minFaceValue\": 20000,\n                    \"maxFaceValue\": 20000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 18981.898,\n                        \"max\": 18981.898,\n                        \"currencyCode\": \"HUF\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699509\"\n                },\n                {\n                    \"id\": 990447,\n                    \"name\": \"eOptika HU 50000 HUF\",\n                    \"minFaceValue\": 50000,\n                    \"maxFaceValue\": 50000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 47454.745,\n                        \"max\": 47454.745,\n                        \"currencyCode\": \"HUF\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869951\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5399\",\n            \"name\": \"Rituals Sweden\",\n            \"countryCode\": \"SE\",\n            \"currencyCode\": \"SEK\",\n            \"description\": \"RITUALS STYRKA\\r\\n De finns överallt, när som helst, varje enskild dag, de bara väntar på att upptäckas och är otåliga att få dela med sig av sin inre skönhet. De är de stunder som verkar vara meningslösa och som vi\\r\\n oftast bara missar.\\r\\n Rituals öppnar upp för dessa stunder och påminner dig om att uppleva dem med glädje. Vare sig det handlar om att ta ett långt skönt bad eller att skapa en hemtrevlig stämning med berikande dofter. Med Rituals kan du alltid hitta glädje i det lilla.\\r\\n \\r\\n VÅRA RITUALER\\r\\n Inspirerade av visheten i forna österländska traditioner har vi skapat ett omfattande sortiment av exklusiva och prisvärda produkter för kropp och hem. Vi hoppas kunna berika ditt liv med unika, personliga , noggrant utvalda dofter - skapade av världens främsta parfymörer.\\r\\n \\r\\n FAVORITDOFTER\\r\\n En utsökt doft har kraften att omvandla ditt humör, väcka förlorade minnen till liv och omfamna dig med en känsla av lugn och välbefinnande. Att ta fram en ny parfym är en konstform. Vi blandar varsamt utvalda ingredienser för att få fram en komposition där varje enskild not och dess karaktär tillsammans skapar en unik doft.\\r\\n \\r\\n PERFEKTA GÅVOR\\r\\n Vare sig du köper en gåva till dig själv eller till någon annan så är valet av den perfekta gåvan enkelt med hjälp av våra härliga produkter både för kropp och hem. Med Rituals ger du mer än bara en gåva, du ger upplevelsen att hitta glädje i det lilla. Vi tror att det är så man\\r\\n skapar meningsfulla stunder.\\r\\n\\r\\n<P>\\r\\n\\r\\nTHE POWER OF RITUAL\\r\\n They are everywhere, anytime, every single day, just waiting to be discovered and eager to share their inner beauty. They are the moments that seem meaningless and like us\\r\\n usually just misses.\\r\\n Rituals opens up these moments and reminds you to experience them with joy. Whether it's about taking a long nice bath or creating a homely atmosphere with enriching scents. With Rituals you can always find joy in the little things.\\r\\n \\r\\n OUR RITUALS\\r\\n Inspired by the wisdom of ancient Eastern traditions, we have created an extensive range of exclusive and affordable products for body and home. We hope to enrich your life with unique, personal, carefully selected fragrances - created by the world's leading perfumers.\\r\\n \\r\\n FAVORITE SCENTS\\r\\n An exquisite fragrance has the power to transform your mood, bring to life lost memories and embrace you with a sense of calm and well-being. Creating a new perfume is an art form. We mix carefully selected ingredients to produce a composition where each individual note and its character together create a unique fragrance.\\r\\n \\r\\n PERFECT GIFTS\\r\\n Whether you are buying a gift for yourself or for someone else, choosing the perfect gift is easy with the help of our wonderful products for both body and home. With Rituals, you give more than just a gift, you give the experience of finding joy in the small. We think that's the way it is\\r\\n creates meaningful moments.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Vill du lösa in ditt digitala presentkort i en av våra butiker? Använd ovanstående streckkod. På vår webbplats kan du söka bland alla våra butiker för att hitta en butik nära dig.</p>\\r\\n<p>Om du hellre vill lösa in ditt digitala presentkort online kan du göra det i två enkla steg:</p>\\r\\n<ol>\\r\\n<li>Välj ”Rituals presentkort” som betalsätt i kassan.</li>\\r\\n<li>Ange ditt 19-siffriga presentkortsnummer följt av din pinkod.\\r\\nBeloppet dras automatiskt från presentkortet.</li>\\r\\n</ol>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Do you want to redeem your digital gift card in one of our stores? Use the barcode above. On our website you can search among all our stores to find a store near you.</p>\\r\\n<p>If you would rather redeem your digital gift card online, you can do so in two easy steps:</p>\\r\\n<ol>\\r\\n<li>Choose \\\"Rituals gift card\\\" as payment method at checkout.</li>\\r\\n<li>Enter your 19-digit gift card number followed by your PIN.\\r\\nThe amount is automatically deducted from the gift card.</li>\\r\\n</ol>\",\n            \"terms\": \"<p>Allmänna villkor:\\r\\n Beloppet på det digitala presentkortet kan lösas in vid ett och samma tillfälle eller delas upp på flera köp.\\r\\n Digitala presentkort kan inte lösas in mot kontanter.\\r\\n Om du returnerar produkter köpta med ett digitalt presentkort återbetalas beloppet till samma presentkort.\\r\\n Rituals kan inte hållas ansvarigt för presentkort som tappats bort, stulits, skadats eller använts utan ditt tillstånd, och presentkortet kommer inte att ersättas i sådana fall.\\r\\n Spara ditt digitala presentkort i 30 dagar efter att du använt hela beloppet, eftersom du behöver det vid en eventuell retur.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>General terms and conditions:\\r\\n The amount on the digital gift card can be redeemed at one and the same time or divided into several purchases.\\r\\n Digital gift cards cannot be redeemed for cash.\\r\\n If you return products purchased with a digital gift card, the amount will be refunded to the same gift card.\\r\\n Rituals cannot be held responsible for gift cards that are lost, stolen, damaged or used without your permission, and the gift card will not be replaced in such cases.\\r\\n Save your digital gift card for 30 days after you have used the full amount, as you will need it in the event of a return.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5399/logo\",\n            \"modifiedDate\": \"2024-02-22T14:24:32.4762967\",\n            \"products\": [\n                {\n                    \"id\": 1003810,\n                    \"name\": \"Rituals SE\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 1500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 457.54575,\n                        \"max\": 1372.63725,\n                        \"currencyCode\": \"SEK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699468\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 7,\n                    \"name\": \"Beauty Wellness & Spa\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5530\",\n            \"name\": \"Rituals Norway\",\n            \"countryCode\": \"NO\",\n            \"currencyCode\": \"NOK\",\n            \"description\": \"RITUALS STYRKE\\r\\n De er overalt, hver dag og når som helst, og venter på å bli oppdaget, ivrige etter å dele sin indre skjønnhet. De er de tilsynelatende meningsløse øyeblikkene vi alle tenderer til å overse.\\r\\n Rituals gjør deg oppmerksom på øyeblikkene og hjelper deg til gjøre dem til små stunder av glede. Enten du tar et deilig, langt bad eller lager god atmosføre med den rike duften fra asiatisk røkelse, hjelper Rituals deg til å finne lykken i de små tingene.\\r\\n \\r\\n VÅRE RITUALER\\r\\n Inspirert av visdommen i eldgamle tradisjoner fra asiatiske kulturer, har vi skapt en omfattende kolleksjon av luksuriøse produkter til hjem og kropp, men til en overkommelig pris. Vi ønsker å berike livet ditt med signaturdufter som er omhyggelig designet og komponert av verdens dyktigste parfymører.\\r\\n \\r\\n SIGNATURDUFTER\\r\\n En god duft har evnen til å forandre humøret ditt, til å hente frem gamle minner og til å omfavne deg med en følelse av komfort og velvære. Å utvike en ny parfyme kan sammenlignes med å skape kunst: vi avdekker og kombinerer varsomt alle de riktige ingrediensene for å utvikle den unike og apellerende karakteren ved hver eneste duft vi kreerer.\\r\\n \\r\\n PERFEKTE GAVER\\r\\n Enten du kjøper en gave til deg selv eller til noen andre, blir det lettere å finne den perfekte gaven med vår luksuriøse kolleksjon med produkter til kropp eller hjem. Du gir mer enn en gave når du gir et rituale; du gir opplevelsen av å finne lykken i de små tingene. Vi tror det er slik\\r\\n meningsfulle øyeblikk skapes.\\r\\n\\r\\n<P>\\r\\n\\r\\nTHE POWER OF RITUAL\\r\\n They are everywhere, everyday and anytime, waiting to be discovered, eager to share their inner beauty. They are the seemingly meaningless moments we all tend to overlook.\\r\\n Rituals make you aware of the moments and help you turn them into small moments of joy. Whether you're taking a nice, long bath or creating a good mood with the rich scent of Asian incense, Rituals helps you find happiness in the little things.\\r\\n \\r\\n OUR RITUALS\\r\\n Inspired by the wisdom of ancient traditions from Asian cultures, we have created an extensive collection of luxurious products for home and body, but at an affordable price. We want to enrich your life with signature fragrances carefully designed and composed by the world's most skilled perfumers.\\r\\n \\r\\n SIGNATURE SCENTS\\r\\n A good fragrance has the ability to change your mood, to bring back old memories and to embrace you with a sense of comfort and well-being. Developing a new perfume can be compared to creating art: we carefully uncover and combine all the right ingredients to develop the unique and appealing character of each and every fragrance we create.\\r\\n \\r\\n PERFECT GIFTS\\r\\n Whether you're buying a gift for yourself or someone else, it's easier to find the perfect gift with our luxurious collection of products for the body or home. You give more than a gift when you give a ritual; you give the experience of finding happiness in the little things. We think so\\r\\n meaningful moments are created.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Vil du løse inn det digitale gavekortet ditt i en av våre butikker? Vennligst bruk strekkoden over. En fullstendig oversikt over butikkene våre kan finnes på vår nettside ved bruk av «Finn din butikk».</p>\\r\\n<p>Ønsker du heller å løse inn det digitale gavekortet i vår nettbutikk, kan du gjøre dette i to enkle steg:</p>\\r\\n<ol>\\r\\n<li>Velg «Rituals gavekort» som betalingsmetode i kassen.</li>\\r\\n<li>Skriv inn koden din på 19 siffer, etterfulgt av pin-koden.\\r\\nBeløpet på gavekortet vil bli trukket automatisk.</li>\\r\\n</ol>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Would you like to redeem your digital gift card in one of our stores? Please use the barcode above. A complete overview of our stores can be found on our website using \\\"Find your store\\\".</p>\\r\\n<p>If you would rather redeem the digital gift card in our online store, you can do this in two simple steps:</p>\\r\\n<ol>\\r\\n<li>Select \\\"Rituals gift card\\\" as payment method at checkout.</li>\\r\\n<li>Enter your 19-digit code, followed by the pin code.\\r\\nThe amount on the gift card will be deducted automatically.</li>\\r\\n</ol>\",\n            \"terms\": \"<p>Generelle vilkår og betingelser:\\r\\n Beløpet på det digitale gavekortet kan løses inn på en gang eller spres over flere kjøp.\\r\\n Digitale gavekort kan ikke byttes mot kontanter.\\r\\n Refusjoner på produkter kjøpt med et digitalt gavekort vil bli kreditert tilbake til det samme gavekortet.\\r\\n Rituals skal ikke holdes ansvarlig for gavekort som har blitt mistet, stjålet, ødelagt eller brukt uten samtykke, og ingen erstatning vil bli gitt under disse omstendighetene.\\r\\n Behold det digitale gavekortet ditt i opptil 30 dager etter du har løst det inn, da det vil være nødvendig for å utstede eventuelle refusjoner.\\r\\nwww.rituals.com/no-no/terms-gift-card.html</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>General terms and conditions:\\r\\n The amount on the digital gift card can be redeemed at once or spread over several purchases.\\r\\n Digital gift cards cannot be exchanged for cash.\\r\\n Refunds on products purchased with a digital gift card will be credited back to the same gift card.\\r\\n Rituals shall not be held responsible for gift cards that have been lost, stolen, destroyed or used without consent and no compensation will be provided in these circumstances.\\r\\n Keep your digital gift card for up to 30 days after you redeem it, as it will be required to issue any refunds.\\r\\nwww.rituals.com/no-no/terms-gift-card.html</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5530/logo\",\n            \"modifiedDate\": \"2024-02-22T14:18:47.8377042\",\n            \"products\": [\n                {\n                    \"id\": 1004121,\n                    \"name\": \"Rituals NO\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 1500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 457.54575,\n                        \"max\": 1372.63725,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699582\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 7,\n                    \"name\": \"Beauty Wellness & Spa\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5517\",\n            \"name\": \"CCC S.A. Poland\",\n            \"countryCode\": \"PL\",\n            \"currencyCode\": \"PLN\",\n            \"description\": \"*****LOCAL***** CCC S.A. to jedna z najwiekszych detalicznych firm obuwniczych w Europie Srodkowej, posiadajaca ponad 992 sklepy w 29 krajach. \\r\\n\\r\\n<P>\\r\\n*****ENGLISH***** CCC S.A. is one of the largest footwear retail companies in Central Europe with over 992 stores in 29 countries.Attach to ticket.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>DEU: Zum Herunterladen Ihrer Geschenkkarte erhalten Sie Sicherheitscodes mit Ablaufdatum und entsprechenden Anweisungen\\r\\nEN: To download your Gift Card you will receive security codes with relative expiration date and usage instructions\\r\\nESP: Para descargar tu Tarjeta Regalo, recibirá códigos de seguridad con una fecha de vencimiento y las instrucciones relativas\\r\\nFR: Pour télécharger votre carte cadeau, vous recevrez des codes de sécurité avec une date d'expiration et les instructions correspondantes.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\nENG: To download your Gift Card you will receive security codes with relative expiration date and usage instructions y las instrucciones relativeas EN: To download your gift card, you will receive security codes with an expiration date and corresponding instructions.\",\n            \"terms\": \"<p><strong><em>*</em>LOCAL</strong><strong><em> CCC S.A. to jedna z najwiekszych detalicznych firm obuwniczych w Europie Srodkowej, posiadajaca ponad 992 sklepy w 29 krajach. </em></strong>\\r\\n\\r\\n<P>\\r\\n<strong>ENGLISH</strong>*** CCC S.A. is one of the largest footwear retail companies in Central Europe with over 992 stores in 29 countries.Attach to ticket.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5517/logo\",\n            \"modifiedDate\": \"2024-02-10T12:50:01.9054249\",\n            \"products\": [\n                {\n                    \"id\": 1004141,\n                    \"name\": \"CCC S.A. PL 200 PLN\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 191.51915,\n                        \"max\": 191.51915,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699567\"\n                },\n                {\n                    \"id\": 1004142,\n                    \"name\": \"CCC S.A. PL 150 PLN\",\n                    \"minFaceValue\": 150,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 143.6393625,\n                        \"max\": 143.6393625,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699568\"\n                },\n                {\n                    \"id\": 1004143,\n                    \"name\": \"CCC S.A. PL 100 PLN\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 95.759575,\n                        \"max\": 95.759575,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869957\"\n                },\n                {\n                    \"id\": 1004144,\n                    \"name\": \"CCC S.A. PL 50 PLN\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 47.8797875,\n                        \"max\": 47.8797875,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869957\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"5529\",\n            \"name\": \"Nelly.com Norway\",\n            \"countryCode\": \"NO\",\n            \"currencyCode\": \"NOK\",\n            \"description\": \"Gi bort flott mote! Liten i størrelsen og proppfull med valgmuligheter; du velger selv hvilke sko, klær eller tilbehør du vil ha. \\r\\n\\r\\n<P>\\r\\n\\r\\nGive away great fashion! Small in size and packed with options; you choose which shoes, clothes or accessories you want.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<ol>\\r\\n<li>Velg ønskede produkter og gå til kassen</li>\\r\\n<li>Kryss av \\\"Bruk rabattkode eller gavekort\\\" -knappen</li>\\r\\n<li>Skriv inn gavekortskoden og klikk \\\"Aktiver\\\"</li>\\r\\n</ol>\\r\\n\\r\\n<P>\\r\\n\\r\\n<ol>\\r\\n<li>Choose desired products and go to checkout</li>\\r\\n<li>Tick the \\\"Use discount code or gift card\\\" button</li>\\r\\n<li>Enter the gift card code and click \\\"Activate\\\"</li>\\r\\n</ol>\",\n            \"terms\": \"<p>Gavekort kan kun kjøpes med betalingskort, direkte betaling eller PayPal og kan ikke kombineres med rabattkoder eller andre gavekort.  Gavekortet er gyldig i 12 måneder.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>Gift cards can only be purchased with a payment card, direct payment or PayPal and cannot be combined with discount codes or other gift cards. The gift card is valid for 12 months.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5529/logo\",\n            \"modifiedDate\": \"2024-02-20T10:04:35.947943\",\n            \"products\": [\n                {\n                    \"id\": 1004394,\n                    \"name\": \"Nelly.com NO 300 NOK\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": 0,\n                    \"price\": {\n                        \"min\": 274.52745,\n                        \"max\": 274.52745,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699579\"\n                },\n                {\n                    \"id\": 1004395,\n                    \"name\": \"Nelly.com NO 500 NOK\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": 0,\n                    \"price\": {\n                        \"min\": 457.54575,\n                        \"max\": 457.54575,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869958\"\n                },\n                {\n                    \"id\": 1004396,\n                    \"name\": \"Nelly.com NO 100 NOK\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": 7,\n                    \"price\": {\n                        \"min\": 91.50915,\n                        \"max\": 91.50915,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699581\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3234\",\n            \"name\": \"Douglas Netherlands\",\n            \"countryCode\": \"NL\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Vind je het lastig om een geschikt cadeau te vinden? Met de Douglas Giftcard zit je altijd goed! Voor hem en haar, voor jong en oud. Onze giftcard is ideaal voor iedere beautylover. Want je geeft de ontvanger de vrijheid om zijn of haar lievelingsproducten uit te zoeken.\\r\\n\\r\\n<P>\\r\\n\\r\\nDo you find it difficult to find a suitable gift? You can't go wrong with the Douglas Gift Card! For him and her, for young and old. Our gift card is ideal for every beauty lover. Because you give the recipient the freedom to choose his or her favorite products.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Dit doe je in het winkelmandje bij het afrekenen. Dat werkt zo:\\r\\n\\r\\nSTAP 1: Ga naar het kopje 'Wissel hier je giftcard of kortingscode in' en vul hier je giftcardnummer in. Dit bestaat uit 17 cijfers; STAP 2: Er hoort ook een pincode bij. Die vind je op de achterkant van jouw Douglas Giftcard. Als de kaart nieuw is, zit de pincode onder een zilveren kraslaag. Kras deze voorzichtig weg om de code te zien; STAP 3: Heb je het giftcardnummer en de pincode correct ingevoerd? Klik dan op ‘Inwisselen’ om het tegoed op de giftcard te verrekenen met het totaalbedrag.\\r\\n\\r\\nTer controle van de Douglas Giftcard werkt onze site met een zogenaamde reCAPTCHA-beveiliging. Dat vindt niemand leuk, maar het is wel veilig. Wat moet je doen?\\r\\n\\r\\nSTAP 4: Vink aan dat je geen robot bent; STAP 5: Daarna kan het voorkomen dat je nog een afbeelding te zien krijgt. Deze afbeelding bestaat uit verschillende vlakken. Hier wordt gevraagd om vlakken te selecteren met een bepaald object erop, zoals een verkeerlicht of zebrapad.\\r\\n\\r\\n<P>\\r\\n\\r\\nYou do this in the shopping cart at checkout. It works like this:\\r\\n\\r\\nSTEP 1: Go to the heading 'Redeem your gift card or discount code here' and enter your gift card number here. This consists of 17 digits; STEP 2: There is also a PIN code. You will find this on the back of your Douglas Gift Card. If the card is new, the PIN code is covered by a silver scratch layer. Scratch it off carefully to reveal the code; STEP 3: Have you entered the gift card number and PIN code correctly? Then click on 'Redeem' to deduct the credit on the gift card from the total amount.\\r\\n\\r\\nTo check the Douglas Gift Card, our site works with a so-called reCAPTCHA security. Nobody likes that, but it is safe. What should you do?\\r\\n\\r\\nSTEP 4: Check that you are not a robot; STEP 5: You may then see another image. This image consists of several planes. Here you are asked to select surfaces with a specific object on them, such as a traffic light or zebra crossing.\",\n            \"terms\": \"Visit \\r\\nhttps://www.douglas.nl/nl/cp/helptermsandconditions/help-terms-and-conditions\\r\\n\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3234/logo\",\n            \"modifiedDate\": \"2024-02-13T08:43:45.4006975\",\n            \"products\": [\n                {\n                    \"id\": 1004661,\n                    \"name\": \"Parfumerie Douglas NL\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 150,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4.660466,\n                        \"max\": 139.81398,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697564\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2525\",\n            \"name\": \"American Airlines USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"An American Airlines gift card is the perfect gift for any occasion. You can have your card delivered by mail or email that can be used toward the purchase of a ticket to hundreds of exciting destinations. You can use up to 8 gift cards at one time, and there are no expiration dates or fees.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redemption Instructions\\r\\nGift Cards are redeemable online at www.aa.com or by calling American Airlines Reservations. Gift cards cannot be redeemed at airport ticket counters or travel agents. Transactions through American Airlines Reservations are subject to an additional charge which must be paid separately by credit, debit or charge card. Up to eight gift cards may be redeemed in a single transaction or purchase.\",\n            \"terms\": \"Terms and Conditions\\r\\nGift Cards are redeemable toward the purchase of air travel wholly on flights operated by American Airlines, American Eagle® and oneworld® carriers for itineraries sold and originating in the U.S., Puerto Rico and U.S. Virgin Islands. Gift Cards may also be used for payment of air travel on any oneworld® partner or codeshare flights designated in flight listings as AA*. For a complete list of American Airlines codeshare partners as well as other codeshare information, visit www.aa.com/codeshare. They cannot be used for payment of air travel on any other airline. In addition, if a credit card is used in conjunction with Gift Card(s), the credit card must have a United States, U.S. Virgin Islands or Puerto Rico billing address. Gift Cards may not be used for upgrades, Admirals Club memberships enrollments, Admirals Club One-Day passes, AAdvantage Award Travel or other non-flight products and/or services sold on AA.com.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2525/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5261451\",\n            \"products\": [\n                {\n                    \"id\": 1004706,\n                    \"name\": \"American Airlines US 500 USD\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 500.05,\n                        \"max\": 500.05,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410109\"\n                },\n                {\n                    \"id\": 1004707,\n                    \"name\": \"American Airlines US 250 USD\",\n                    \"minFaceValue\": 250,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 250.025,\n                        \"max\": 250.025,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410109\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4627\",\n            \"name\": \"EA FC 24 Points Origin PC Global\",\n            \"countryCode\": \"GLC\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Rev up your gaming experience with EA Sports FC 24 FC Points. These virtual points are your passport to premium FUT Packs and FUT Draft entries in the ever-engrossing FC Ultimate Team game mode. .\\r\\n\\r\\nDiscover the power of EA FC Points (previously known as FIFA Points), and elevate your gaming experience to new heights! Build your dream squad, unlock rare players, and enhance your Ultimate Team's performance. Embrace the thrill of competing against the best players and showcase your strategic skills in thrilling matches. Unleash your Ultimate Team potential and dominate the pitch with EA FC 24 Points! Experience seamless in-game advancement like never before! EA FC Points give you the edge you need to accelerate your progress. Earn rewards, open packs, and obtain valuable items that boost your team's capabilities. Whether you're a seasoned player or a newcomer, FC Points pave the way for a smoother journey toward success. Maximize your in-game advancement – buy FC Points, and stay ahead of the competition!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"How to redeem FC Points PC\\r\\n• Go to ea.com/redeem;\\r\\n• For PC codes, click on the Redeem button;\\r\\n• For all other platforms, click the right button below the Redeem button;\\r\\n• Type in your product code, then click Next.\\r\\nHow to redeem your code on the EA app\\r\\n• Launch the EA app;\\r\\n• Log in to your EA Account;\\r\\n• Open My Library;\\r\\n• Select Redeem Code.\",\n            \"terms\": \"https://help.ea.com/en/help/ea-sports-fc/fc-rules/\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4627/logo\",\n            \"modifiedDate\": \"2024-02-06T19:19:15.5420692\",\n            \"products\": [\n                {\n                    \"id\": 1004871,\n                    \"name\": \"FC 24 2800 points Origin\",\n                    \"minFaceValue\": 24.99,\n                    \"maxFaceValue\": 24.99,\n                    \"count\": 936,\n                    \"price\": {\n                        \"min\": 16.95159499,\n                        \"max\": 16.95159499,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:02:10.0097529\"\n                },\n                {\n                    \"id\": 1004872,\n                    \"name\": \"FC 24 1050 points Origin\",\n                    \"minFaceValue\": 9.99,\n                    \"maxFaceValue\": 9.99,\n                    \"count\": 0,\n                    \"price\": {\n                        \"min\": 6.98329826,\n                        \"max\": 6.98329826,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-04-30T02:49:14.8966275\"\n                },\n                {\n                    \"id\": 1004874,\n                    \"name\": \"FC 24 12000 points Origin\",\n                    \"minFaceValue\": 99.99,\n                    \"maxFaceValue\": 99.99,\n                    \"count\": 0,\n                    \"price\": {\n                        \"min\": 69.84028333,\n                        \"max\": 69.84028333,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-07T16:09:05.0127292\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2040\",\n            \"name\": \"Steam USD Global\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"STEAM is a digital distribution, digital rights management, multiplayer and communications platforms developed by Valve Corporation.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Your Steam Gift Card can be redeemed in just a few simple steps: • Login to your Steam account; • First click your account name in the top right of the site, then click Account details; • Click Add Funds to your Steam Wallet; • Click Redeem a Steam Wallet Code; • Enter the Steam Gift Card code that you received in your email; • Click Continue. Note that if you have never used Steam Wallet credit on your account before, you may be prompted to enter your current address in order to determine the correct currency.\\r\\n\",\n            \"terms\": \"Visit https://store.steampowered.com/subscriber_agreement/\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2040/logo\",\n            \"modifiedDate\": \"2024-05-15T10:22:16.9021639\",\n            \"products\": [\n                {\n                    \"id\": 1005527,\n                    \"name\": \"Steam USA 10 USD\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.450945,\n                        \"max\": 9.450945,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T10:22:20.3989001\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5590\",\n            \"name\": \"PayPal CAD Instant Top-Up\",\n            \"countryCode\": \"CA\",\n            \"currencyCode\": \"CAD\",\n            \"description\": \"PayPal is a global service that moves the payment amount from your credit card to the merchant without sharing your financial information.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem, 1. Click the redemption link which will redirect the recipient to the Paypal website. 2. In order for the user to have the funds get transferred to their PayPal account, they must provide their email address. 3. If the recipient already has a PayPal account, they’ll receive an email notifying them that their payment has been automatically transferred into their account. 4. If the recipient does not have a Paypal account, they’ll receive an email notifying them that their payment is waiting for them to be accepted.\\r\\n\",\n            \"terms\": \"By submitting this request, you are authorizing Your Digital Reward to provide personally identifiable information to PayPal, Inc. for the use of their services. Such personally identifiable information may include email address or phone number. This information is being shared to the extent that it is necessary for your use of PayPal services. If you submit incorrect information, Your Digital Reward has no ability to update your account information for a period of 30 days, per PayPal policy.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5590/logo\",\n            \"modifiedDate\": \"2024-05-14T07:21:08.7315706\",\n            \"products\": [\n                {\n                    \"id\": 1014574,\n                    \"name\": \"PayPal CAD\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 10000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1.640164,\n                        \"max\": 10867.0866,\n                        \"currencyCode\": \"CAD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:19:35.3750896\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Prepaid Cards\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5599\",\n            \"name\": \"NBA 2K24 VC POINTS XBOX GLOBAL\",\n            \"countryCode\": \"GLC\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"There are more ways than ever before to spend your VC. Upgrade your MyPLAYER, buy MyTEAM packs to build your perfect fantasy team, and so much more! DEVELOP your MyPLAYER by increasing attributes and learning new animations. CUSTOMIZE your MyPLAYER with the latest gear. BUILD your MyTEAM by opening packs to create a team of current players and NBA legends!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redeem at microsoft.com/redeem\",\n            \"terms\": \"\\\"You must accept the Microsoft Services Agreement (microsoft.com/msa). Requires download(s) (significant storage, broadband internet connection and ISP fees apply). May require additional hardware and subscriptions. Features, services, and support not available in all regions (xbox.com/regions) and may vary, change, or be retired over time. May contain in-game purchases.\\r\\nRequires a Microsoft Account. Except as required by law, codes are nonrefundable. \\\"\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4620/logo\",\n            \"modifiedDate\": \"2024-04-09T14:15:49.6783655\",\n            \"products\": [\n                {\n                    \"id\": 1018107,\n                    \"name\": \"NBA 2K24 15000 VC\",\n                    \"minFaceValue\": 4.99,\n                    \"maxFaceValue\": 4.99,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 3.920392,\n                        \"max\": 3.920392,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-09T14:15:49.5933383\"\n                },\n                {\n                    \"id\": 1018108,\n                    \"name\": \"NBA 2K24 35000 VC\",\n                    \"minFaceValue\": 9.99,\n                    \"maxFaceValue\": 9.99,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 8.060806,\n                        \"max\": 8.060806,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-09T14:15:49.5933384\"\n                },\n                {\n                    \"id\": 1018109,\n                    \"name\": \"NBA 2K24 75000 VC\",\n                    \"minFaceValue\": 19.99,\n                    \"maxFaceValue\": 19.99,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 16.351635,\n                        \"max\": 16.351635,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-09T14:15:49.5933384\"\n                },\n                {\n                    \"id\": 1018110,\n                    \"name\": \"NBA 2K24 200000 VC \",\n                    \"minFaceValue\": 49.99,\n                    \"maxFaceValue\": 49.99,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 40.764076,\n                        \"max\": 40.764076,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-09T14:15:49.5933385\"\n                },\n                {\n                    \"id\": 1018111,\n                    \"name\": \"NBA 2K24 450000 VC\",\n                    \"minFaceValue\": 99.99,\n                    \"maxFaceValue\": 99.99,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 81.748174,\n                        \"max\": 81.748174,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-09T14:15:49.5933385\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"5524\",\n            \"name\": \"Netoptika Slovakia\",\n            \"countryCode\": \"SK\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Okuliare, slnečné okuliare, kvapky do očí s 100% zárukou ceny a 100% zárukou autenticity na netOptika.sk\\r\\n\\r\\n<P>\\r\\n\\r\\nGlasses, sunglasses, eye drops with 100% price guarantee and 100% authenticity guarantee at netOptika.sk\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"UPLATNENIE</strong> 1. Do nákupného košíka vložte akékoľvek okuliare, slnečné okuliare, očné kvapky alebo roztoky na kontaktné šošovky. 2. Pridajte kód svojej darčekovej karty na stránku košíka kliknutím na tlačidlo „Mám zľavový kód“. 3. Počkajte na spätnú väzbu systému o platnosti vášho kódu. 4. Výška zľavy bude viditeľná na stránke platby.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\nAPPLICATION<P>\\r\\n1. Place any glasses, sunglasses, eye drops or contact lens solutions in the shopping cart. 2. Add your gift card code to the cart page by clicking the \\\"I have a discount code\\\" button. 3. Wait for system feedback about the validity of your code. 4. The amount of the discount will be visible on the payment page.\",\n            \"terms\": \"<p>Na jeden nákup je možné použiť iba <strong>1 (jeden)</strong> darčekový poukaz. + Darčeková karta platí len pre nákupy v internetovom obchode www.netOptika.sk (použite názov lokálneho webu). + Darčekovú kartu je možné použiť na nákup slnečných okuliarov, okuliarov, roztokov na kontaktné šošovky a očných kvapiek. + Darčekový poukaz nie je možné kombinovať s inými akciami, ktoré vyžadujú darčekový poukaz alebo kód kupónu. + Zľava na darčekovú kartu sa odpočítava z celkovej sumy na stránke nákupného košíka, kde musí používateľ overiť digitálny kód darčekovej karty a uistiť sa, že systém poskytuje spätnú väzbu o úspešnom použití zľavového kódu. + Hodnotu darčekovej karty nie je možné použiť na poplatky za doručenie. + Nie je možné použiť viackrát. + Ak objednávka presiahne sumu na darčekovej karte, rozdiel je možné uhradiť kreditnou kartou alebo iným ponúkaným spôsobom platby. + Po jednorazovom použití darčekovej karty nezostane na darčekovej karte žiadny zostatok na ďalšie použitie. Na všetky ostatné obchodné podmienky sa vzťahujú obchodné podmienky internetového obchodu. <strong>POKYNY NA \\r\\n\\r\\n<P>\\r\\n\\r\\nGift voucher can be used for one purchase. + The gift card is only valid for purchases in the online store www.netOptika.sk (use the name of the local website). + The gift card can be used to purchase sunglasses, glasses, contact lens solutions and eye drops. + The gift certificate cannot be combined with other promotions that require a gift certificate or coupon code. + The gift card discount is deducted from the total amount on the shopping cart page, where the user must verify the digital code of the gift card and ensure that the system provides feedback on the successful use of the discount code. + Gift card value cannot be applied to delivery charges. + Cannot be used multiple times. + If the order exceeds the amount on the gift card, the difference can be paid by credit card or another payment method offered. + After using the gift card once, there is no balance left on the gift card for further use. All other terms and conditions apply to the terms and conditions of the online store. \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5524/logo\",\n            \"modifiedDate\": \"2024-02-20T10:26:59.6504998\",\n            \"products\": [\n                {\n                    \"id\": 1019380,\n                    \"name\": \"NETOPTIKA SK 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 18.981898,\n                        \"max\": 18.981898,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699573\"\n                },\n                {\n                    \"id\": 1019381,\n                    \"name\": \"NETOPTIKA SK 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 94.90949,\n                        \"max\": 94.90949,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699573\"\n                },\n                {\n                    \"id\": 1019382,\n                    \"name\": \"NETOPTIKA SK 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 47.454745,\n                        \"max\": 47.454745,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699574\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5563\",\n            \"name\": \"TUI Travel eGift Card UK\",\n            \"countryCode\": \"GB\",\n            \"currencyCode\": \"GBP\",\n            \"description\": \"<p>Whether it’s an anniversary, a wedding, a birthday, or Christmas – a TUI eGift is the perfect gift.<br />This eGift can be used as full or part payment for travel products at any TUI travel shop or online at tui.co.uk or firstchoice.co.uk. <br />If you are making a new booking online your gift card / eGift must be loaded with a value equal to or greater than the payment due, otherwise you will be unable to redeem your gift card / eGift at this time.\\r\\nThe minimum loadable balance for this eGift is £10 and the maximum balance you can hold on a card is £1500. Funds can be loaded in increments of £1.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem at \\r\\nhttps://www.tui.co.uk/destinations/info/tui-gift-cards <p>\\r\\nRedemption and exception details and a list of T&C's are available at https://www.tui.co.uk/destinations/info/tui-gift-cards\\\" <p>\\r\\nThe expiry date of your eGift will be visible at You can check the balance of your eGift by clicking https://sites.prepaytec.com/chopinweb/balance and inputting your eGift number, by calling 0203 130 0133 or by visiting a local store. Please always check the balance on your eGift before trying to redeem.</p>\",\n            \"terms\": \"1. Your TUI gift card can be used as full or part payment for travel products at all TUI travel shops (excluding Southern Ireland), tui.co.uk and firstchoice.co.uk. For website transactions, your gift card must have sufficient funds to cover the initial payment due when booking your holiday.2. The card can’t be used as payment, or exchanged for, travel money-related products, including currency, travellers’ cheques and prepaid cards.3. The card can’t be exchanged for cash or to buy another gift card.4. For egift cards the expiry will be printed on your egift card and is 2 years from the date of purchase5. The maximum account balance allowed at any one time is £1,500 for both gift cards and egift cards6. The card must be treated as cash, and the balance can’t be refunded if it’s lost, stolen or destroyed.7. You can find out your balance by phone, in-store or on the web.8. Your gift card cannot be used in the republic of  Ireland or online at crystalski.co.uk9. TUI gift cards are not covered by ABTA’s scheme of financial protection.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5563/logo\",\n            \"modifiedDate\": \"2024-05-14T07:21:34.6383219\",\n            \"products\": [\n                {\n                    \"id\": 1019791,\n                    \"name\": \"TUI Travel Card GBP\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 1500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.90099,\n                        \"max\": 1485.1485,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038566\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 12,\n                    \"name\": \"Travel & Leisure\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5509\",\n            \"name\": \"Ticketmaster Norway\",\n            \"countryCode\": \"NO\",\n            \"currencyCode\": \"NOK\",\n            \"description\": \"Gavekortet kan brukes på alle arrangementer som Ticketmaster Norge selger billetter til på www.ticketmaster.no\\r\\n\\r\\n<P>\\r\\n\\r\\nThe gift card can be used at all events for which Ticketmaster Norge sells tickets at www.ticketmaster.no\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<ol>\\r\\n<li>Gå til www.ticketmaster.no og finn billetter til ditt favorittarrangement og fortsett til betaling.</li>\\r\\n<li>Når du kommer til betaling, klikk på \\\"gavekort\\\".</li>\\r\\n<li>Skriv inn ditt 16 siffer e-gavekortnummer og det tre-sifrede sikkerhetsnummeret.</li>\\r\\n<li>Du kan betale eventuelt resterende beløp med debet- eller kredittkort.</li>\\r\\n</ol>\\r\\n\\r\\n<P>\\r\\n\\r\\n<ol>\\r\\n<li>Go to www.ticketmaster.no and find tickets for your favorite event and proceed to payment.</li>\\r\\n<li>When you get to payment, click on \\\"gift card\\\".</li>\\r\\n<li>Enter your 16-digit e-gift card number and the three-digit security number.</li>\\r\\n<li>You can pay any remaining amount with a debit or credit card.</li>\\r\\n</ol>\",\n            \"terms\": \"DISSE VILKÅRENE UTGJØR DIN AVTALE FOR GAVEKORT FRA TICKETMASTER. MED MINDRE NOE ANNET ER OPPGITT, SKAL ALLE VILKÅR SOM GJELDER FOR KORT OGSÅ GJELDE FOR E-GAVEKORT. LES DISSE VILKÅRENE NØYE FØR DU TAR I BRUK KORTET. HVIS DET ER NOE SOM ER UKLART ELLER DU ER UENIG MED, KAN DU TA KONTAKT MED KUNDESERVICE VED HJELP AV KONTAKTINFORMASJONEN NEDERST PÅ DENNE SIDEN.</p>\\r\\n<h3>1. Avtalens omfang</h3>\\r\\n<p>Kortet er et gavekort med elektroniske penger lagret i Kortet og inneholder den verdien du la inn på Kortet. Kortet er ikke et kredittkort, bankkort eller debetkort.</p>\\r\\n<p>Disse vilkårene er skriftlige og bare tilgjengelige i Norge. All kommunikasjon med deg vedrørende Kortet eller Kontoen vil foregå på norsk.</p>\\r\\n<p>Kjøp, mottak og aktivering av Kort</p>\\r\\n<p>Du kan kjøpe Kort direkte fra Ticketmaster over telefon på 22 82 81 97, på internett på www.ticketmaster.no/feature/gavekort/ eller på utsalgsstedet til en av våre partnere.</p>\\r\\n<p>Du kan kjøpe Kort ved å benytte enhver betalingsmåte som aksepteres hos den aktuelle partneren.</p>\\r\\n<p>Når Kortet kjøpes hos en partner, aktiveres det av partneren, og er klart til bruk fra aktiveringstidspunktet.</p>\\r\\n<p>Ved kjøp av Kort direkte fra Ticketmaster over telefon eller på Internett må kjøperen oppgi navnet sitt og bank- eller kredittkortets registrerte faktureringsadresse for Kortet. Kortet leveres til oppgitt leveringsadresse i løpet av 14 dager etter kjøpet. Når du kjøper på denne måten, aktiveres Kortet på kjøpstidspunktet. Det kan ta opptil tre arbeidsdager før et e-Gavekort er aktivert og klart til bruk.</p>\\r\\n<p>Når Kortet kjøpes over telefon eller på Internett og den totale kostnaden er over NOK 300, kan kjøperen av Kortet kansellere kjøpet i løpet av en angreperiode på 14 dager uten at det påløper noen straffegebyrer eller avgifter. Et angrerettskjema legges ved e-posten som bekreftelse på bestillingen av Kortet. Angreperioden på 14 dager starter den dagen du mottar bestillingsbekreftelsen som inneholder angrerettskjemaet Vi vil kansellere Kortet og tilbakebetale eventuelt utestående beløp til kjøperen innen 30 dager fra den dagen vi mottar et ferdigutfylt angrerettskjema som er undertegnet av kjøperen. Bare kjøperen av Kortet har rett til å kansellere. Betalinger vil bli utført i samsvar med punkt 5. Når det gjelder Kort (ikke e-Gavekort), må du eller kjøperen returnere Kortet sammen med det ferdigutfylte og undertegnede angrerettskjemaet og kjøpsbeviset for Kortet. Tilbakebetalinger utføres via bankoverføring til en angitt norsk bankkonto, eller sjekk. Det finnes ingen mulighet for å få refundert beløpet i kontanter. Du finner mer informasjon om retten til å kansellere i angrerettskjemaet.</p>\\r\\n<h3>2.Kortbruk</h3>\\r\\n<p>Kortet kan brukes helt eller delvis til å kjøpe billetter til deltakende arrangementer og andre produkter fra Ticketmaster, via Ticketmaster over telefon på 22 82 81 97, på Internett på ticketmaster.no (når tilgjengelig), og hos tilknyttede forhandlere (underlagt Ticketmaster sine retningslinjer for kjøp som er tilgjengelige her, eller ved å ringe 22 82 81 97. Kortet kan ikke benyttes til å kjøpe billetter til arrangementer som finner sted utenfor Norge, eller andre produkter fra Ticketmaster som selges i en annen valuta enn norske kroner (NOK).</p>\\r\\n<p>Når du bruker Kortet til Transaksjoner på Internett, trenger du det tresifrede sikkerhetsnummeret på baksiden av Kortet for å kunne fullføre Transaksjonen. I alle andre tilfeller vil Transaksjonen godkjennes i det du drar Kortet hos Forhandleren, eller når du opplyser telefonoperatøren om kortnummeret og bekrefter at Transaksjonen kan fortsette. Du kan vanligvis ikke stoppe en Transaksjon når du har godkjent den, ettersom den da anses som mottatt av oss. Du vil være ansvarlig for alle godkjente Transaksjoner.</p>\\r\\n<p>Kortet er ikke et kredittkort, bankkort eller debetkort.</p>\\r\\n<p>Kortet kan ikke byttes mot kontanter.</p>\\r\\n<p>Kortet er gavekort med elektroniske penger lagret i kortet. Dette innebærer at det Disponible beløpet på kortet blir redusert med Transaksjonens eller godkjenningens fulle beløp, pluss mva og eventuelle andre gjeldende avgifter (\\\"Totalt fradragsbeløp\\\"). Totalt fradragbeløp må være mindre enn eller lik Disponibelt beløp på Kortet. Du har ikke rett til å bruke Kortet hvis Totalt fradragbeløp er høyere enn Disponibelt beløp, eller etter Kortets utløpsdato. Hvis en Transaksjon av en eller annen grunn gjennomføres med et beløp som er høyere enn Disponibelt beløp på Kortet, må du betale tilbake differansen mellom det Totale fradragsbeløpet og det Disponible beløpet til oss innen 14 dager etter at du mottok et brev fra oss med betalingsanmodning.</p>\\r\\n<p>Du kan få vite hvor mye du har disponibelt, ved å ringe 22 82 81 97 eller gå til www.ticketmaster.no/feature/gavekort/. Denne tjenesten er gratis, men vanlige telefonkostnader påløper.</p>\\r\\n<p>Du får ikke renter på Disponibelt beløp på Kontoen.</p>\\r\\n<h3>3. Utløp av kortet</h3>\\r\\n<p>Kortet utløper 12 måneder etter aktivering og minst 12 måneder etter kjøpet hvis det aldri ble aktivert. Du vil ikke kunne bruke Kortet hvis det er utløpt.</p>\\r\\n<p>Når Kortet er utløpt, er det ikke mulig å gjennomføre Transaksjoner.</p>\\r\\n<p>Kortets levetid</p>\\r\\n<p>Du kan bruke ditt gavekort til å kjøpe billetter hos Ticketmaster inntil 12 måneder etter at gavekortet er aktivert.</p>\\r\\n<p>Gavekortet vil utløpe 12 måneder etter kjøp. Da vil det ikke være mulig å bruke gavekortet igjen, selv om det er resterende beløp på kortet. Resterende beløp på kortet kan ikke refunderes etter utløpt dato.</p>\\r\\n<p>Ved utløpsdato vil resterende beløp på gavekortet være tapt.</p>\\r\\n<h3>4.Tapte, skadede eller stjålne kort</h3>\\r\\n<p>Du bør behandle e-penger på Kortet på samme måte som kontanter i en lommebok. Hvis du mister Kortet eller det blir stjålet, kan du miste alle e-pengene på Kortet, på samme måte som om du mister lommeboken.</p>\\r\\n<p>Hvis det oppstår tap, tyveri, svindel eller annen fare for uautorisert bruk av Kortet, eller Kortet blir skadet eller ikke virker som det skal, tar du kontakt med Kundeservice med én gang. Du finner kontaktinformasjon under punkt 16 i denne Avtalen. Du vil bli bedt om å oppgi kortnummeret ditt og noen opplysninger som identifiserer deg. Du vil være ansvarlig for alle uautoriserte Transaksjoner som finner sted før du varsler oss, og disse vil redusere det Disponible beløpet. Hvis opplysningene våre tilsier at det er penger igjen på Kortet, vil vi avslutte Kortet for å begrense ytterligere tap.</p>\\r\\n<p>Hvis det oppstår tap, tyveri, svindel eller annen fare for uautorisert bruk av Kortet, eller Kortet blir skadet eller ikke virker som det skal, refunderer vi det Disponible beløpet til deg, med mindre vi har grunn til å tro at den varslede hendelsen er forårsaket av at du har brutt denne Avtalen eller utvist grov uaktsomhet, eller det er rimelig god grunn til å mistenke ulovlig eller upassende atferd. Innløsningsoverskuddet vil bli betalt til deg i henhold til punkt 5. Du vil ikke bli belastet for innløsningsgebyrer hvis du kan bevise at Kortet ble stjålet eller skadet, og du ikke opptrådte uaktsomt.</p>\\r\\n<p>Hvis du i ettertid finner igjen et Kort som du har rapportert stjålet eller mistet, må du varsle oss umiddelbart.</p>\\r\\n<h3>5.Kortgebyrer</h3>\\r\\n<p>Kortene belastes med følgende gebyrer:\\r\\nEt Kort som kjøpes på Internett eller over telefon, belastes med et leveringsgebyr på NOK 30–145 per bestilling, avhengig av valgt leveringsmåte.\\r\\nInnløsningsgebyrer som beskrevet i punkt 5 (hvis aktuelt).</p>\\r\\n<p>Vi vil trekke fra eventuell mva og andre skatter og avgifter og gebyrer fra Disponibelt beløp på Kortet. Hvis det ikke er penger i Kortet eller mva og andre skatter, avgifter og gebyrer som er påløpt, overstiger Disponibelt beløp, sender vi deg en spesifisert faktura med krav om å refundere det fakturerte beløpet innen 14 dager etter fakturamottak.</p>\\r\\n<h3>6.Tvister</h3>\\r\\n<p>Hvis du har god grunn til å tro at noen av Transaksjonene som Kortet ble brukt til, er uautoriserte, eller du har god grunn til å tro at en Transaksjon er postert til Kontoen med en feil, kan du be oss om å undersøke dette ved å ta kontakt med Kundeservice innen 28 dager etter datoen for den aktuelle Transaksjonen.</p>\\r\\n<p>Det er viktig at du har tatt de forholdsreglene som er beskrevet i disse vilkårene, og spesielt dem som gjelder trygg oppbevaring av Kort. Vi forbeholder oss retten til å ikke refundere beløp til deg hvis vi tror at du ikke har handlet i samsvar med denne Avtalen.</p>\\r\\n<p>Hvis den omstridte Transaksjonen blir undersøkt, og det viser seg at den er feil, refunderes verdien av Transaksjonen til Kontoen din. Det omstridte beløpet kan ikke disponeres før undersøkelsen er fullført. Det kan bli fratrukket Kontoen din i ettertid hvis vi mottar informasjon som tilsier at Transaksjonen var riktig.</p>\\r\\n<p>Endringer</p>\\r\\n<p>Vi kan endre vilkårene i denne Avtalen, inkludert avgifter, gebyrer og frister, når som helst ved å legge ut en endret versjon på nettstedet på ticketmaster.co.uk/gavekort av én eller flere av disse årsakene:\\r\\n- gjenspeile innføring eller utvikling av nye systemer, driftsmåter, tjenester eller fasiliteter\\r\\n- gjenspeile en endring eller en forventet endring i markedsforholdene, generell god praksis eller kostnadene ved å tilby tjenestene til kundene våre\\r\\n- tilpasse seg eller forutse endringer i loven eller beskatning samt regler eller retningslinjer fra skattemyndighetene eller andre tilsynsmyndigheter\\r\\n- sikre at virksomheten drives på en forsvarlig måte og forblir konkurransedyktig\\r\\n- ta hensyn til en rettsavgjørelse av en domstol, ombudsmann, regulerende myndighet eller lignende instans\\r\\n- gjøre vilkårene mer rettferdige eller klarere for deg\\r\\n- avhjelpe enhver feil som kan bli oppdaget med tiden\\r\\n- ved avtale med deg\\r\\n- kunne harmonisere bankrenten eller ta betaling for arrangementer</p>\\r\\n<p>Vi vil varsle deg via e-post i rimelig tid om eventuelle vesentlige nivåendringer i gebyrer eller tjenester, deriblant i disse vilkårene. Hvis du ikke har opplyst oss om e-postadressen din, må du sjekke \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5509/logo\",\n            \"modifiedDate\": \"2024-02-24T08:30:34.2939282\",\n            \"products\": [\n                {\n                    \"id\": 1020384,\n                    \"name\": \"Ticketmaster NO\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 2500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 94.90949,\n                        \"max\": 2372.73725,\n                        \"currencyCode\": \"NOK\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699563\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5504\",\n            \"name\": \"Vision Express Poland\",\n            \"countryCode\": \"PL\",\n            \"currencyCode\": \"PLN\",\n            \"description\": \"Vision Express to międzynarodowa marka oferująca usługi optyczne, w tym badania wzroku oraz sprzedaż okularów i soczewek kontaktowych. W Polsce Vision Express działa od 2000 roku, a w chwili obecnej posiada ponad 200 salonów optycznych w całym kraju.\\r\\n\\r\\nFirma stawia na wysoką jakość usług oraz produktów. W salonach Vision Express klienci znajdą szeroki wybór okularów i soczewek kontaktowych od czołowych producentów światowych. W ofercie Vision Express znajdują się także oprawki marki własnej, które wyróżniają się nowoczesnym designem i funkcjonalnością.\\r\\n\\r\\nFirma zapewnia również kompleksowe badania wzroku wykonywane przez doświadczonych specjalistów. Wizyty u okulistów są objęte systemem rezerwacji online, co umożliwia szybkie i łatwe umówienie się na wizytę w dogodnym terminie.\\r\\n\\r\\nMarka Vision Express w Polsce jest znana i ceniona przez klientów za profesjonalne podejście do klienta oraz zaangażowanie w poprawę jakości widzenia Polaków. Wsparcie działań charytatywnych oraz promowanie zdrowego stylu życia to również ważne cele firmy.\\r\\n\\r\\n<P>\\r\\n\\r\\nVision Express is an international brand offering optical services, including eye tests and the sale of glasses and contact lenses. Vision Express has been operating in Poland since 2000, and currently has over 200 optical salons throughout the country.\\r\\n\\r\\nThe company focuses on high quality of services and products. In Vision Express stores, customers will find a wide selection of glasses and contact lenses from leading world manufacturers. Vision Express's offer also includes its own brand frames, which are distinguished by modern design and functionality.\\r\\n\\r\\nThe company also provides comprehensive eye tests performed by experienced specialists. Appointments to ophthalmologists are covered by an online booking system, which allows you to quickly and easily arrange an appointment at a convenient time.\\r\\n\\r\\nThe Vision Express brand in Poland is known and appreciated by customers for its professional approach to customers and commitment to improving the quality of vision of Poles. Supporting charitable activities and promoting a healthy lifestyle are also important goals of the company.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>W celu skutecznej realizacji Transakcji za pośrednictwem Sklepu Internetowego, Użytkownik jest\\r\\nzobowiązany do podania w trakcie procesu zakupu kodu PIN, znajdującego się na odwrocie Karty\\r\\nPodarunkowej.</p>\\r\\n\\r\\n<P>\\r\\n\\r\\n<p>In order to effectively complete the Transaction via the Online Store, the User is\\r\\nobliged to provide the PIN code located on the back of the Card during the purchase process\\r\\nGift box.</p>\",\n            \"terms\": \"<p>https://visionexpress.pl/documents/h30/hbb/9673190932510.pdf</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5504/logo\",\n            \"modifiedDate\": \"2024-02-26T11:26:59.9775604\",\n            \"products\": [\n                {\n                    \"id\": 1020497,\n                    \"name\": \"Vision Express PL 400 PLN\",\n                    \"minFaceValue\": 400,\n                    \"maxFaceValue\": 400,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 383.0383,\n                        \"max\": 383.0383,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699552\"\n                },\n                {\n                    \"id\": 1020498,\n                    \"name\": \"Vision Express PL 300 PLN\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 287.278725,\n                        \"max\": 287.278725,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699553\"\n                },\n                {\n                    \"id\": 1020499,\n                    \"name\": \"Vision Express PL 200 PLN\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 191.51915,\n                        \"max\": 191.51915,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699554\"\n                },\n                {\n                    \"id\": 1020500,\n                    \"name\": \"Vision Express PL 100 PLN\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 95.759575,\n                        \"max\": 95.759575,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699555\"\n                },\n                {\n                    \"id\": 1020501,\n                    \"name\": \"Vision Express PL 500 PLN\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 478.797875,\n                        \"max\": 478.797875,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699556\"\n                },\n                {\n                    \"id\": 1020502,\n                    \"name\": \"Vision Express PL 50 PLN\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 47.8797875,\n                        \"max\": 47.8797875,\n                        \"currencyCode\": \"PLN\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699556\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Fashion & Accessories\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5589\",\n            \"name\": \"Uber Eats Gift Card Mexico\",\n            \"countryCode\": \"MX\",\n            \"currencyCode\": \"MXN\",\n            \"description\": \"<p>Obtenga la comida que desea entregada rápida y fresca.</p>\\r\\n\\r\\n<p>Get the food you want delivered fast and fresh.</p>\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To Redeem<p>\\r\\n1.Ve a la sección Pago en la app de Uber.\\r\\n<P>\\r\\n2.Toca Agregar método de pago y selecciona Tarjeta de Regalo.\\r\\n<P>\\r\\n3.Ingresa el Código de regalo.\\r\\n\\r\\n<p>\\r\\n1.Go to the Payment section in the Uber app.\\r\\n<P>\\r\\n2.Tap Add Payment Method and select Gift Card.\\r\\n<P>\\r\\n3.Enter Gift Code.\\r\\n\\r\\n\",\n            \"terms\": \"<p>Ciudades disponibles de la tarjeta Uber:  Aguascalientes, Cancun, Celaya, Chihuahua, Ciudad Juarez, Colima, Cuernavaca​, ​Culiacan, Durango​,​ Gomez Palacio​, ​Guadalajara​, ​Guanajuato​, ​Guasave​, ​Irapuato​, ​La Paz, ​Leon​, ​Los Cabos, ​Los Mochis​, ​Manzanillo​, ​Mazatlan​,​ Mexicali​, ​Mexico City​, ​Monclova, ​Monterrey​, ​Morelia​, ​Nuevo Vallarta​, ​Piedras Negras​, ​Puebla​, ​Puerto Vallarta​, ​Queretaro​, ​Salamanca​, ​Saltillo​, ​San Miguel de Allende​, ​Tepic​, ​Tijuana​, ​Toluca​, ​Torreon​, ​Uruapan​, ​Veracruz​, ​Villahermosa​, ​Zacatecas.</p>\\r\\n\\r\\n<p><br />\\r\\nAl utilizar esta Tarjeta de Regalo, aceptas los siguientes términos y condiciones: esta Tarjeta de Regalo se puede canjear a través de la aplicación móvil Uber Eats® y/o Uber® y puede ser utilizada en las ciudades en México donde Uber Eats y/o Uber está disponible y en donde no existan restricciones legales o regulatorias para su uso. Debes tener una cuenta de Uber Eats o Uber activa y válida para poder utilizar la Tarjeta de Regalo. La Tarjeta de Regalo no puede ser recargada y; excepto en la medida que las leyes lo exijan, no se puede canjear por dinero en efectivo, no es reembolsable y no se aceptan devoluciones. Es posible que se requiera agregar un método de pago secundario para usar la Tarjeta de Regalo con la aplicación Uber Eats y/o Uber. La Tarjeta de Regalo no es canjeable y no puede ser usada fuera de México. Esta Tarjeta de Regalo es emitida por Uber B.V. El emisor no es responsable por Tarjetas de Regalo extraviadas, robadas o destruidas, ni de su uso no autorizado. Así que trata esta Tarjeta de Regalo como dinero en efectivo. Para conocer los términos y condiciones completos, y servicio al cliente, visita <a href=\\\"http://uber.com/legal/gift-cards/es-mx/\\\">uber.com/legal/gift-cards/es-mx/</a>.</p>\\r\\n\\r\\n<p> </p>\\r\\n\\r\\n<p>Available cities of the Uber card: Aguascalientes, Cancun, Celaya, Chihuahua, Ciudad Juarez, Colima, Cuernavaca, Culiacan, Durango, Gomez Palacio, Guadalajara, Guanajuato, Guasave, Irapuato, La Paz, Leon, Los Cabos, Los Mochis, Manzanillo, Mazatlan, Mexicali, Mexico City, Monclova, Monterrey, Morelia, Nuevo Vallarta, Piedras Negras, Puebla, Puerto Vallarta, Queretaro, Salamanca, Saltillo, San Miguel de Allende, Tepic, Tijuana, Toluca, Torreon, Uruapan, Veracruz, Villahermosa, Zacatecas.</p>\\r\\n\\r\\n<p><br />\\r\\nBy using this Gift Card, you agree to the following terms and conditions: this Gift Card can be redeemed through the Uber Eats® and / or Uber® mobile application and can be used in cities in Mexico where Uber Eats and / or Uber is available and where there are no legal or regulatory restrictions on its use. You must have an active and valid Uber Eats or Uber account in order to use the Gift Card. The Gift Card cannot be recharged and; Except to the extent required by law, it cannot be exchanged for cash, is non-refundable, and returns are not accepted. Adding a secondary payment method may be required to use the Gift Card with the Uber Eats and / or Uber app. The Gift Card is not exchangeable and cannot be used outside of Mexico. This Gift Card is issued by Uber B.V. The issuer is not responsible for lost, stolen or destroyed Gift Cards, nor for their unauthorized use. So treat this Gift Card like cash. For complete terms and conditions and customer service, visit <a href=\\\"http://uber.com/legal/gift-cards/es-mx/\\\">uber.com/legal/gift-cards/es-mx/</a>.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5589/logo\",\n            \"modifiedDate\": \"2024-05-14T07:28:59.8244594\",\n            \"products\": [\n                {\n                    \"id\": 1020897,\n                    \"name\": \"Uber Eats $150-$5000 MXN\",\n                    \"minFaceValue\": 150,\n                    \"maxFaceValue\": 5000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 147.0147,\n                        \"max\": 4900.49,\n                        \"currencyCode\": \"MXN\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038622\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"Dining & Restaurants\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5407\",\n            \"name\": \"Uber Gift Card Mexico\",\n            \"countryCode\": \"MX\",\n            \"currencyCode\": \"MXN\",\n            \"description\": \"Uber es una aplicación de movilidad compartida que te permite reservar un viaje o un trayecto en scooter con sólo pulsar un botón. Solicita un viaje con conductor o un patinete eléctrico y ponte en marcha en cuestión de minutos.\\r\\n\\r\\n<P>\\r\\nUber is a shared mobility application that allows you to book a ride or scooter ride with the touch of a button. Request a ride with a driver or an electric scooter and get going in a matter of minutes.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Para canjear esta tarjeta de regalo:\\r\\n<p>\\r\\n1.Abra el menú Cuenta y toque \\\"Monedero\\\"\\r\\n<P>\\r\\n2.Toca el botón \\\"+ Agregar fondos\\\" en la tarjeta Uber Cash\\r\\n<P>\\r\\n3.Toca el botón \\\"Tarjeta regalo\\\"\\r\\n<P>\\r\\n4.Ingresa el código de regalo y toca \\\"Agregar\\\"\\r\\n\\r\\n<P>\\r\\nTo redeem this gift card:\\r\\n<p>\\r\\n1.Open the Account menu and tap \\\"Wallet\\\"\\r\\n<P>\\r\\n2.Tap the \\\"+ Add Funds\\\" button on the Uber Cash card\\r\\n<P>\\r\\n3.Tap the \\\"Gift Card\\\" button\\r\\n<P>\\r\\n4.Enter the gift code and tap \\\"Add\\\"\",\n            \"terms\": \"Esta Tarjeta de Regalo se puede canjear a través de la aplicación móvil UberEats® y/o Uber® y se puede utilizar en ciudades de México donde UberEats y/o Uber estén disponibles y donde no existan restricciones legales o regulatorias para su uso. Debes tener una cuenta activa y válida de Uber Eats o Uber para poder utilizar la Tarjeta de Regalo. La Tarjeta Regalo no se puede recargar y, salvo en la medida en que lo exija la ley, no se puede canjear por dinero en efectivo, no es reembolsable y no se aceptan devoluciones. Es posible que se requiera un método de pago secundario para utilizar la Tarjeta regalo con la aplicación Uber Eats y/o Uber. La Tarjeta de Regalo no es canjeable y no se puede utilizar fuera de México. Esta Tarjeta Regalo es emitida por Uber B.V. El emisor no se hace responsable de la pérdida, robo o destrucción de las Tarjetas de Regalo ni de su uso no autorizado. Por lo tanto, trate esta Tarjeta Regalo como dinero en efectivo. Para conocer los términos y condiciones completos, y el servicio de atención al cliente, visita uber.com/legal/gift-cards/es-mx/\\r\\n<P>\\r\\n\\r\\nThis Gift Card can be redeemed through the UberEats® and/or Uber® mobile application and can be used in cities in Mexico where UberEats and/or Uber are available and where there are no legal or regulatory restrictions for its use. You must have an active and valid Uber Eats or Uber account to use the Gift Card. The Gift Card cannot be reloaded and, except to the extent required by law, is not redeemable for cash, is non-refundable and no returns are accepted. A secondary payment method may be required to use the Gift Card with the Uber Eats and/or Uber app. The Gift Card is not redeemable and cannot be used outside of Mexico. This Gift Card is issued by Uber B.V. The issuer is not responsible for the loss, theft or destruction of Gift Cards or their unauthorized use. Therefore, treat this Gift Card like cash. For full terms and conditions and customer service, visit uber.com/legal/gift-cards/es-mx/\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5407/logo\",\n            \"modifiedDate\": \"2024-05-15T12:00:15.873298\",\n            \"products\": [\n                {\n                    \"id\": 1020975,\n                    \"name\": \"Uber MXN\",\n                    \"minFaceValue\": 150,\n                    \"maxFaceValue\": 5000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 147.0147,\n                        \"max\": 4900.49,\n                        \"currencyCode\": \"MXN\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038716\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 12,\n                    \"name\": \"Travel & Leisure\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5595\",\n            \"name\": \"Kinguin Gift Card EUR\",\n            \"countryCode\": \"WW\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Not sure which gift to select? Surprise your friends with a Kinguin Gift Card! They'll get games, DLCs, skins, and many more - just let them decide!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem your code, please visit this website: http://www.kinguin.net/redeem (you need to be signed-in to your account).\\r\\n\\r\\n2. Gift card can be redeemed up to 100 days after the purchase.\",\n            \"terms\": \"Gift card can be redeemed up to 100 days after the purchase.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5595/logo\",\n            \"modifiedDate\": \"2024-03-05T08:26:15.6423996\",\n            \"products\": [\n                {\n                    \"id\": 1021067,\n                    \"name\": \"Kinguin Gift Card EU 5 EUR\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 5,\n                    \"count\": 121,\n                    \"price\": {\n                        \"min\": 4.750475,\n                        \"max\": 4.750475,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T01:49:09.930222\"\n                },\n                {\n                    \"id\": 1021068,\n                    \"name\": \"Kinguin Gift Card EU 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": 137,\n                    \"price\": {\n                        \"min\": 9.50095,\n                        \"max\": 9.50095,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T03:19:09.9729659\"\n                },\n                {\n                    \"id\": 1021069,\n                    \"name\": \"Kinguin Gift Card EU 15 EUR\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 15,\n                    \"count\": 127,\n                    \"price\": {\n                        \"min\": 14.1274126,\n                        \"max\": 14.1274126,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T17:58:09.1240788\"\n                },\n                {\n                    \"id\": 1021070,\n                    \"name\": \"Kinguin Gift Card EU 25 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": 239,\n                    \"price\": {\n                        \"min\": 23.58285805,\n                        \"max\": 23.58285805,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-14T00:37:05.4689739\"\n                },\n                {\n                    \"id\": 1021071,\n                    \"name\": \"Kinguin Gift Card EU 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": 264,\n                    \"price\": {\n                        \"min\": 47.50475,\n                        \"max\": 47.50475,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T03:19:09.972966\"\n                },\n                {\n                    \"id\": 1021072,\n                    \"name\": \"Kinguin Gift Card EU 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": 270,\n                    \"price\": {\n                        \"min\": 95.0095,\n                        \"max\": 95.0095,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T13:53:08.8641459\"\n                },\n                {\n                    \"id\": 1021073,\n                    \"name\": \"Kinguin Gift Card EU 250 EUR\",\n                    \"minFaceValue\": 250,\n                    \"maxFaceValue\": 250,\n                    \"count\": 182,\n                    \"price\": {\n                        \"min\": 237.52375,\n                        \"max\": 237.52375,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T13:53:08.864146\"\n                },\n                {\n                    \"id\": 1062095,\n                    \"name\": \"Kinguin Gift Card EU 40 EUR\",\n                    \"minFaceValue\": 40,\n                    \"maxFaceValue\": 40,\n                    \"count\": 63,\n                    \"price\": {\n                        \"min\": 37.61916154,\n                        \"max\": 37.61916154,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T23:16:09.572167\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3975\",\n            \"name\": \"Sportsmans Warehouse USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Sportsman’s Warehouse is the down-to-earth, authentic outdoor retailer and trusted guide who will help our customers succeed in their endeavors – equipping them with the right gear for hunting, fishing, shooting camping and more, at the lowest prices.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Please enter your gift card number on the payments page when checking out online.</p>\",\n            \"terms\": \"<p>Your Sportsman’s Warehouse card may be used for the purchase of merchandise at any Sportsman’s Warehouse store nationwide and at Sportsmans.com. This card will not be exchangeable for cash except where required by law. Lost or stolen cards will not be replaced. Use of this card constitutes acceptance of these terms and conditions. Check your balance at any Sportsman’s Warehouse store register or at Sportsmans.com. This card is not a credit card or debit card. This card is issued by Minnesota Merchandising Corp.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3975/logo\",\n            \"modifiedDate\": \"2023-12-13T13:05:26.644531\",\n            \"products\": [\n                {\n                    \"id\": 1021305,\n                    \"name\": \"Sportsmans Warehouse USD\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 13.6753674,\n                        \"max\": 455.84558,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8698046\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"1573\",\n            \"name\": \"XBox KSA\",\n            \"countryCode\": \"SA\",\n            \"currencyCode\": \"SAR\",\n            \"description\": \"Get an Xbox Digital Gift Card for games and entertainment on Xbox One, Xbox 360, other select Microsoft online stores, and Windows Phone 8. Buy the latest games, map packs, music, movies, TV shows and more.* And on Xbox One, buy and download full blockbuster games the day they hit retail shelves. Great as a gift, allowance, or credit card alternative.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem this eGift Card, click on the Redemption URL provided. The resulting landing page will provide your Digital code as well as redemption instructions. 2. Redeem your code to your KSA Microsoft account. Simply login to your account and enter the 25-digit card number. 3. This Gift Card can be used for eligible purchases (exclusions apply) made directly at Xbox Games, Xbox Music, Xbox Video, and other select Microsoft online stores. 4. No cashback, returns or refund accepted.\\r\\n\",\n            \"terms\": \"NO CREDIT CARD REQUIRED. THE CODE OF THIS CARD IS ONLY VALID FOR USE IN THE U.S. Page 2 of 3 Xbox Game Pass is a game subscription for Xbox One; active subscription required to play games. Titles and number of games vary over time and by country, and are not available in all c ountries. DLC sold separately; if a game is later removed from Game Pass or your subscription terminates, you will need to purchase the game separately to continue using the DLC. Xbox Live Gold membership (sold separately) required for some games and for o nline multiplayer on Xbox One. ISP download charges may apply. Some titles only downloadable by account holders 18+. Game Pass discounts not combinable with other offers and not redeemable for cash; discount offers exclude titles within 30 days of launch; discounts based on Microsoft Store price. Requirements, features, online services, or subscription subject to change and/or retirement. Subject to the Microsoft Services Agreement ( microsoft.com/msa ). Images on front of card are representative of catalog games. Game selection varies over time. Learn more at xbox.com/game - pass . ©/™/® 2018 Microsoft.\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/1573/logo\",\n            \"modifiedDate\": \"2024-05-15T07:40:51.8234931\",\n            \"products\": [\n                {\n                    \"id\": 1022001,\n                    \"name\": \"Xbox 50 SAR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 45.574557,\n                        \"max\": 45.574557,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896595\"\n                },\n                {\n                    \"id\": 1022003,\n                    \"name\": \"Xbox 100 SAR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 91.149114,\n                        \"max\": 91.149114,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896596\"\n                },\n                {\n                    \"id\": 1022004,\n                    \"name\": \"Xbox 200 SAR\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 182.298228,\n                        \"max\": 182.298228,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896583\"\n                },\n                {\n                    \"id\": 1022006,\n                    \"name\": \"Xbox 300 SAR\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 273.447342,\n                        \"max\": 273.447342,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896584\"\n                },\n                {\n                    \"id\": 1022007,\n                    \"name\": \"Xbox 50 USD KSA\",\n                    \"minFaceValue\": 199,\n                    \"maxFaceValue\": 199,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 171.137112,\n                        \"max\": 171.137112,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896582\"\n                },\n                {\n                    \"id\": 1022009,\n                    \"name\": \"Xbox 25 USD KSA\",\n                    \"minFaceValue\": 99,\n                    \"maxFaceValue\": 99,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 85.568556,\n                        \"max\": 85.568556,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.889658\"\n                },\n                {\n                    \"id\": 1022012,\n                    \"name\": \"Xbox 15 USD KSA\",\n                    \"minFaceValue\": 59,\n                    \"maxFaceValue\": 59,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 51.345134,\n                        \"max\": 51.345134,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896579\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4956\",\n            \"name\": \"Candy Crush USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Top up your own gold bar balance in Candy Crush Saga or Candy Crush Soda Saga, or gift to a friend, to spend in-game on extra moves, lives and boosters. Perfect for passing those tricky levels!\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redeem your gold bars for use in Candy Crush Saga or Candy Crush Soda Saga!  \\r\\nSpend gold bars in-game on extra lives, boosters and extra moves.\\r\\n<p>\\r\\n1.Go to store.king.com<p>\\r\\n2. Sign into your account or create a new account.<p>\\r\\n3. Enter the code and PIN on the site.<p>\\r\\n4. Choose the game you want to add the gold bars to<p>\\r\\n5. Head to the game and enjoy!\\r\\n\",\n            \"terms\": \"Terms and Conditions \\r\\nUS only. This gift card is sold in the name of and on behalf of King.com Limited. The value of this gift card can only be used once in either Candy Crush Saga or Candy Crush Soda Saga. Redemption requires that you have a supported authentication account (directly with King with your email or via Facebook login only) for such game which is subject to your acceptance of our King Games Terms and Conditions. You must be 13+ to play our games and require parental consent if you are under 18 to create an account. Upon redemption this gift card will credit your game account with an amount of gold bars which will be determined at the time of redemption, giving you the best possible value at that time and has no value outside our game and until its activated. No refund or exchange for cash. No partial redemption is permitted, and this gift card does not expire. Use of our games require internet connection and can be played on compatible devices only. King is not responsible if this gift card is used without your permission or if its lost, stolen, damaged or destroyed. For all applicable terms please check our site Terms, the King Games Terms and Conditions and Privacy Policy at https://www.king.com/termsAndConditions and https://www.king.com/privacyPolicy or directly in our games. \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4956/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5261751\",\n            \"products\": [\n                {\n                    \"id\": 1025431,\n                    \"name\": \"Candy Crush USA\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 13.8763875,\n                        \"max\": 231.273125,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410171\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4954\",\n            \"name\": \"Candy Crush Canada\",\n            \"countryCode\": \"CA\",\n            \"currencyCode\": \"CAD\",\n            \"description\": \"Top up your own gold bar balance in Candy Crush Saga or Candy Crush Soda Saga, or gift to a friend, to spend in-game on extra moves, lives and boosters. Perfect for passing those tricky levels!\\r\\nTop up your own gold bar balance in Candy Crush Saga or Candy Crush Soda Saga, or gift to a friend, to spend in-game on extra moves, lives and boosters. Perfect for passing those tricky levels!\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redeem your gold bars for use in Candy Crush Saga or Candy Crush Soda Saga! Spend gold bars in-game on extra lives, boosters and extra moves.\\r\\n<p>\\r\\n1. Go to store.king.com\\r\\n<p>\\r\\n2. Sign into your account or create a new account\\r\\n<p>\\r\\n3. Enter the code and PIN on the site\\r\\n<p>\\r\\n4. Choose the game you want to add the gold bars to\\r\\n<p>\\r\\n5. Head to the game and enjoy!\",\n            \"terms\": \"Terms and Conditions\\r\\nUS only. This gift card is sold in the name of and on behalf of King.com Limited. The value of this gift card can only be used once in either Candy Crush Saga or Candy Crush Soda Saga. Redemption requires that you have a supported authentication account (directly with King with your email or via Facebook login only) for such game which is subject to your acceptance of our King Games Terms and Conditions. You must be 13+ to play our games and require parental consent if you are under 18 to create an account. Upon redemption this gift card will credit your game account with an amount of gold bars which will be determined at the time of redemption, giving you the best possible value at that time and has no value outside our game and until its activated. No refund or exchange for cash. No partial redemption is permitted, and this gift card does not expire. Use of our games require internet connection and can be played on compatible devices only. King is not responsible if this gift card is used without your permission or if its lost, stolen, damaged or destroyed. For all applicable terms please check our site Terms, the King Games Terms and Conditions and Privacy Policy at https://www.king.com/termsAndConditionsand https://www.king.com/privacyPolicy or directly in our games. \\r\\n© 2023 King.com Ltd. King, the King crown logo, game titles and related marks are trademarks of King.com Ltd. and its related companies. All Rights Reserved. \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4954/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.525129\",\n            \"products\": [\n                {\n                    \"id\": 1025463,\n                    \"name\": \"Candy Crush CA\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 13.8763875,\n                        \"max\": 231.273125,\n                        \"currencyCode\": \"CAD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.441017\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"1572\",\n            \"name\": \"Steam Oman\",\n            \"countryCode\": \"OM\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"STEAM is a digital distribution, digital rights management, multiplayer and communications platforms developed by Valve Corporation.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Your Steam Gift Card can be redeemed in just a few simple steps: • Login to your Steam account; • First click your account name in the top right of the site, then click Account details; • Click Add Funds to your Steam Wallet; • Click Redeem a Steam Wallet Code; • Enter the Steam Gift Card code that you received in your email; • Click Continue. Note that if you have never used Steam Wallet credit on your account before, you may be prompted to enter your current address in order to determine the correct currency.\\r\\n\",\n            \"terms\": \"Visit https://store.steampowered.com/subscriber_agreement/\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/1572/logo\",\n            \"modifiedDate\": \"2024-05-15T07:40:51.8234927\",\n            \"products\": [\n                {\n                    \"id\": 1035116,\n                    \"name\": \"Steam 100 USD OM\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 347.794776,\n                        \"max\": 347.794776,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.889638\"\n                },\n                {\n                    \"id\": 1035117,\n                    \"name\": \"Steam 75 USD OM\",\n                    \"minFaceValue\": 75,\n                    \"maxFaceValue\": 75,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 260.866084,\n                        \"max\": 260.866084,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896379\"\n                },\n                {\n                    \"id\": 1035118,\n                    \"name\": \"Steam 50 USD OM\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 173.897388,\n                        \"max\": 173.897388,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896377\"\n                },\n                {\n                    \"id\": 1035119,\n                    \"name\": \"Steam 20 USD OM\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 69.556955,\n                        \"max\": 69.556955,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896376\"\n                },\n                {\n                    \"id\": 1035120,\n                    \"name\": \"Steam 10 USD OM\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 34.783478,\n                        \"max\": 34.783478,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:40:59.8896375\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5665\",\n            \"name\": \"Uber & Uber Eats Voucher RON\",\n            \"countryCode\": \"RO\",\n            \"currencyCode\": \"RON\",\n            \"description\": \"Gift Cards add funds to your Wallet, while vouchers are a separate payment method altogether. These funds do not get applied to your Uber Wallet. The Vouchers always get used first as a payment method. If you apply a voucher, this will get used by default, rather than other payment methods you have enabled. The Vouchers are only supported on Mobile at the moment. The desktop mode currently doesn't support vouchers. This should be done on mobile. It can be done on a computer if you are already logged into your account, although the balance may not be viewable until you check on mobile.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem a gift card in the Uber app:\\r\\n<P>\\r\\n• Get the latest version of the Uber app;<P>\\r\\n• Press the menu icon and select “Wallet”;<P>\\r\\n• Tap “Add Payment Method” or “Redeem Gift Card”;<P>\\r\\n• Select Gift Card;<P>\\r\\n• Enter your PIN/gift code (without spaces);<P>\\r\\n• Press “Add”;<P>\",\n            \"terms\": \"Visit for full terms & condition <P>\\r\\nhttps://www.uber.com/legal/en/document/?name=general-terms-of-use&country=united-arab-emirates&lang=en\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5665/logo\",\n            \"modifiedDate\": \"2024-02-20T15:08:34.9465075\",\n            \"products\": [\n                {\n                    \"id\": 1039535,\n                    \"name\": \"Uber & Uber Eats RO 10 RON\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": 67,\n                    \"price\": {\n                        \"min\": 10.001,\n                        \"max\": 10.001,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-06T22:51:02.75206\"\n                },\n                {\n                    \"id\": 1039536,\n                    \"name\": \"Uber & Uber Eats RO 25 RON\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": 19,\n                    \"price\": {\n                        \"min\": 25.0025,\n                        \"max\": 25.0025,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-04-16T07:43:17.1780258\"\n                },\n                {\n                    \"id\": 1039537,\n                    \"name\": \"Uber & Uber Eats RO 50 RON\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": 18,\n                    \"price\": {\n                        \"min\": 50.005,\n                        \"max\": 50.005,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-04-16T07:43:17.1780259\"\n                },\n                {\n                    \"id\": 1039538,\n                    \"name\": \"Uber & Uber Eats RO 100 RON\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": 15,\n                    \"price\": {\n                        \"min\": 100.01,\n                        \"max\": 100.01,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T02:51:09.9972809\"\n                },\n                {\n                    \"id\": 1039539,\n                    \"name\": \"Uber & Uber Eats RO 200 RON\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": 14,\n                    \"price\": {\n                        \"min\": 200.02,\n                        \"max\": 200.02,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-04-04T19:23:10.3741352\"\n                },\n                {\n                    \"id\": 1039540,\n                    \"name\": \"Uber & Uber Eats RO 300 RON\",\n                    \"minFaceValue\": 300,\n                    \"maxFaceValue\": 300,\n                    \"count\": 19,\n                    \"price\": {\n                        \"min\": 300.03,\n                        \"max\": 300.03,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-05-06T21:51:02.5962991\"\n                },\n                {\n                    \"id\": 1039541,\n                    \"name\": \"Uber & Uber Eats RO 500 RON\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": 17,\n                    \"price\": {\n                        \"min\": 500.05,\n                        \"max\": 500.05,\n                        \"currencyCode\": \"RON\"\n                    },\n                    \"modifiedDate\": \"2024-04-28T11:51:10.9139197\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"Dining & Restaurants\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 12,\n                    \"name\": \"Travel & Leisure\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2118\",\n            \"name\": \"Test Brand UAE\",\n            \"countryCode\": \"AE\",\n            \"currencyCode\": \"AED\",\n            \"description\": null,\n            \"disclaimer\": null,\n            \"redemptionInstructions\": null,\n            \"terms\": null,\n            \"logoUrl\": \"\",\n            \"modifiedDate\": \"2023-01-17T13:06:33.2751872\",\n            \"products\": [\n                {\n                    \"id\": 1042046,\n                    \"name\": \"Test Code Product\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": 7,\n                    \"price\": {\n                        \"min\": 7.27342727,\n                        \"max\": 7.27342727,\n                        \"currencyCode\": \"AED\"\n                    },\n                    \"modifiedDate\": \"2023-06-22T07:55:50.1589481\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"3165\",\n            \"name\": \"Expert Italy\",\n            \"countryCode\": \"IT\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Expert is a chain specialised in selling household appliances and consumer electronics present all over Italy with over 380 sales outlets and the website www.expert.it.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"The gift card credit can be used in several installments until it expires.\\r\\nGift cards are cumulative.\\r\\nGift cards are not rechargeable, and any credit remaining after purchases are made will not be convertible into cash and cannot be credited in any way.\\r\\nThe gift card is to the bearer and cannot be replaced or credited in the event of loss.\\r\\nEach time the card is used, the card number and the corresponding unlock code must be provided.\\r\\nYou can view the status of the card and the remaining value at http://www.giftcard.expert.it/.\",\n            \"terms\": \"The My Expert gift card can be used as a payment instrument at all Expert points of sale in Italy (you can find the participating points of sale by clicking https://www.expert.it/it/it/exp/storelocator) and on the website www.expert.it for the purchase of all products from the Expert shop assortment.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3165/logo\",\n            \"modifiedDate\": \"2023-09-05T09:19:04.4756512\",\n            \"products\": [\n                {\n                    \"id\": 1085512,\n                    \"name\": \"Expert IT 20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 19.831983,\n                        \"max\": 19.831983,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869753\"\n                },\n                {\n                    \"id\": 1085513,\n                    \"name\": \"Expert IT 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 49.5799575,\n                        \"max\": 49.5799575,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.869753\"\n                },\n                {\n                    \"id\": 1085514,\n                    \"name\": \"Expert IT 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 99.159915,\n                        \"max\": 99.159915,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697533\"\n                },\n                {\n                    \"id\": 1085515,\n                    \"name\": \"Expert IT 200 EUR\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 198.31983,\n                        \"max\": 198.31983,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697534\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 16,\n                    \"name\": \"Electronics\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5751\",\n            \"name\": \"Amazon France\",\n            \"countryCode\": \"FR\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"The Amazon gift card is undoubtedly one of the most interesting gift cards on the market: it gives you access to millions of products all the time: hi-tech, beauty products, fashion, household appliances, books, CDs, furniture, jewellery, but also mechanical parts and much more. This website brings together sellers from all over the world for your enjoyment. If you don't know what to give your loved ones, this is an affordable solution that's easy to buy and use. \",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1.Visit www.amazon.fr/gc/redeem 2.Click Apply to Account and enter the claim code when prompted. 3.These Gift Certificate funds will be applied automatically to eligible orders during the checkout process. 4.You must pay for any remaining balance on your order with a creditcard or other acceptable form of payment.\\r\\n\",\n            \"terms\": \"GCs are redeemable only for eligible products on Amazon.fr. Return policies for products are available on Amazon.fr Except as required by law, GCs cannot be reloaded, resold, transferred for value, redeemed for cash or applied to any other account. To view a GC balance or for more information about your GC, visit \\\"Your Account\\\" on Amazon.fr or contact us atwww.amazon.fr/contact-us. GC cannot be used to purchase other GCs. Amazon is not responsible if a GC is lost, stolen, destroyed or used without permission. For complete terms and conditions, seewww.amazon.fr/go-legal. GCs are issued by Amazon.com.fr,Inc., a Delaware corporation. All Amazon ®, ™ & © are IP of Amazon.com, Inc.or its affiliates. No expiration date or service fees.\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5751/logo\",\n            \"modifiedDate\": \"2024-05-15T14:51:47.770192\",\n            \"products\": [\n                {\n                    \"id\": 1098939,\n                    \"name\": \"Amazon FR 25 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 25.0025,\n                        \"max\": 25.0025,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:51:53.9392303\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"eCommerce\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2586\",\n            \"name\": \"Amazon Spain\",\n            \"countryCode\": \"ES\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Amazon.es has a huge selection that includes products in Books, Electronics, Music, MP3 Downloads, DVD, Clothing, Video Games, Software, Sports & Outdoors, Toys, Baby, Computers & Office, Home & Garden, Jewelry, Beauty, Cell Phones & Accessories, Home Improvement, Office Products, Camera & Photo, Pet Supplies, and more. Amazon.es is the place to find and discover almost anything you want to buy online at a great price.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"\\r\\nVisit http://www.amazon.es\\r\\n\",\n            \"terms\": \"Visit http://www.amazon.es\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2586/logo\",\n            \"modifiedDate\": \"2024-05-15T11:28:17.7328419\",\n            \"products\": [\n                {\n                    \"id\": 1099000,\n                    \"name\": \"Amazon ES\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 5000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 0.9720972,\n                        \"max\": 4860.486,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-03T06:32:33.7097949\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"eCommerce\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5735\",\n            \"name\": \"El Corte Ingles Spain\",\n            \"countryCode\": \"ES\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"El código digital es un código numérico de 13 + un PIN de 6 dígitos asociado con el que se pueden realizar compras en www.elcorteingles.es* y en  www.elcorteingles.com, así como para pagar en tiendas físicas pagando a través de la app de El Corte Inglés https://www.elcorteingles.es/app/. \\r\\n(*Excepto en colchones, muebles (a medida o personalizados), aire acondicionado, flores y regalos y supermercado.)\\r\\n\\r\\n<P>\\r\\n\\r\\nThe digital code is a 13 numerical code + a 6-digit PIN associated with which you can make purchases at www.elcorteingles.es* and www.elcorteingles.com, as well as to pay in physical stores by paying through the El Corte Inglés app https://www.elcorteingles.es/app/.\\r\\n(*Except mattresses, furniture (custom or personalized), air conditioning, flowers and gifts and supermarket.)\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"You can redeem your voucher or any discount \\r\\nPodrás canjear tu vale o cualquier cupón de descuento ingresando el código que aparece en el cupón. Hay un campo designado para este propósito, Códigos promocionales, en la etapa de pago de su pedido. Una vez ingresado, el descuento se aplicará sobre el importe final.\\r\\n<P>\\r\\ncoupon by entering the code that appears on the coupon. There is a designated field for this purpose, Promotional Codes, at the Checkout stage of your order. Once entered, the discount will be applied to the final amount.\",\n            \"terms\": \"Códigos no canjeables por dinero en efectivo. Lo códigos no caducan. Si el importe de la compra supera el saldo disponible podrá abonarse la diferencia con cualquiera de los métodos de pago indicados en “formas de pago”. \\r\\nEn caso de que el importe de la compra sea inferior al del código, el saldo restante podrá utilizarse para próximas compras. No se abonará la diferencia en metálico. No se admitirán devoluciones una vez realizada la compra de tu código virtual de El Corte Inglés.\\r\\n\\r\\n<P>\\r\\n\\r\\nCodes not redeemable for cash. The codes do not expire. If the purchase amount exceeds the available balance, the difference can be paid with any of the payment methods indicated in “payment methods”.\\r\\nIf the purchase amount is less than the code, the remaining balance can be used for future purchases. The difference will not be paid in cash. No returns will be accepted once you have purchased your El Corte Inglés virtual code.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5735/logo\",\n            \"modifiedDate\": \"2024-05-14T07:22:01.7834683\",\n            \"products\": [\n                {\n                    \"id\": 1099016,\n                    \"name\": \"El Corte Inglés ES 10 EUR\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.90099,\n                        \"max\": 9.90099,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038832\"\n                },\n                {\n                    \"id\": 1099017,\n                    \"name\": \"El Corte Inglés ES 50 EUR\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 49.50495,\n                        \"max\": 49.50495,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038833\"\n                },\n                {\n                    \"id\": 1099018,\n                    \"name\": \"El Corte Inglés ES 100 EUR\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 99.0099,\n                        \"max\": 99.0099,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038834\"\n                },\n                {\n                    \"id\": 1099019,\n                    \"name\": \"El Corte Inglés ES 200 EUR\",\n                    \"minFaceValue\": 200,\n                    \"maxFaceValue\": 200,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 198.0198,\n                        \"max\": 198.0198,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038834\"\n                },\n                {\n                    \"id\": 1099020,\n                    \"name\": \"El Corte Inglés ES 500 EUR\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 495.0495,\n                        \"max\": 495.0495,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038835\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 21,\n                    \"name\": \"Department Stores\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5750\",\n            \"name\": \"PetroChina Fuel Card China\",\n            \"countryCode\": \"CN\",\n            \"currencyCode\": \"CNY\",\n            \"description\": \"Reward yourself with our latest released giftcard to enjoy fuel and convenient store discount!\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem visit the following designated Petrochina gas stations.\",\n            \"terms\": null,\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5750/logo\",\n            \"modifiedDate\": \"2024-03-27T15:55:12.3522201\",\n            \"products\": [\n                {\n                    \"id\": 1100290,\n                    \"name\": \"PetroChina CN 500 CNY\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": 16,\n                    \"price\": {\n                        \"min\": 71.557155,\n                        \"max\": 71.557155,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-06T02:21:00.3610899\"\n                },\n                {\n                    \"id\": 1100291,\n                    \"name\": \"PetroChina CN 1000 CNY\",\n                    \"minFaceValue\": 1000,\n                    \"maxFaceValue\": 1000,\n                    \"count\": 15,\n                    \"price\": {\n                        \"min\": 143.104309,\n                        \"max\": 143.104309,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T11:37:08.5811586\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 24,\n                    \"name\": \"Gas Station\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3016\",\n            \"name\": \"Boots UK\",\n            \"countryCode\": \"GB\",\n            \"currencyCode\": \"GBP\",\n            \"description\": \"Boots is the UK’s leading pharmacy-led health and beauty retailer. With over 2,200 stores ranging from local community pharmacies to large destination health and beauty stores, our purpose is to help our customers look and feel better than they ever thought possible. Boots UK is part of the Retail Pharmacy International Division of Walgreens Boots Alliance, which is a global leader in pharmacy-led, health and wellbeing retail.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Simply select, 'Boots Gift Card' during your checkout process and enter the 19 digit card number & PIN to redeem. Gift cards can be used as full or part payment. Please see full Terms & Conditions for more information.\",\n            \"terms\": \"<p>https://www.boots.com/cashstar-terms-and-conditions</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3016/logo\",\n            \"modifiedDate\": \"2024-03-11T06:18:50.5090459\",\n            \"products\": [\n                {\n                    \"id\": 1102851,\n                    \"name\": \"Boots UK\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 0.95759575,\n                        \"max\": 239.3989375,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699616\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 7,\n                    \"name\": \"Beauty Wellness & Spa\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4048\",\n            \"name\": \"Iceland UK\",\n            \"countryCode\": \"GB\",\n            \"currencyCode\": \"GBP\",\n            \"description\": \"You can use your gift card at over 1,000 Iceland and The Food Warehouse stores nationwide. Iceland has everything you need to feed the family, with the UK’s largest range of frozen meals and desserts, to fresh fruit, veg and bakery items, including exclusive brands such as Greggs, TGI Fridays, Ed’s Easy Diner, and more.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>You will need the barcode to use the eGift card to pay at the supermarket. Take the eGift card (online voucher) into the shop and show the barcode at the till to pay.</p>\\r\\n<p>For more detailed instructions, please refer to the confirmation email containing the code.</p>\",\n            \"terms\": \"<ol>\\r\\n<li>Iceland gift cards can be used as full or part payment for goods in UK Iceland and Food Warehouse stores only. Multiple gift cards may be used in a single transaction.</li>\\r\\n<li>Gift cards cannot be used online or in The Range.</li>\\r\\n<li>Gift cards cannot be used to purchase Bonus Card Savings, Lottery or other gift cards. Discount codes and coupons, including Iceland staff discount, will not apply to the purchase of gift cards.</li>\\r\\n<li>Gift cards cannot be reloaded.</li>\\r\\n<li>Iceland is not liable for lost, stolen, damaged or destroyed gift cards or their balances. Cash or credit will not be offered if lost or stolen.</li>\\r\\n<li>Gift cards are not redeemable for cash, neither is it a credit, charge or cheque guarantee card.</li>\\r\\n<li>Gift cards will expire 24 months after activation. Please click here to check your card balance.</li>\\r\\n<li>You agree to cooperate with us, the police or any other authorised body if reasonably required to investigate the purchase of a gift card or any transaction.</li>\\r\\n<li>For gift card queries please contact 0345 030 5733\\r\\nFor full Iceland Gift Card Terms & Conditions please click here - https://iceland.cashstar.com/store/about/terms_and_conditions/</li>\\r\\n</ol>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4048/logo\",\n            \"modifiedDate\": \"2024-03-11T06:18:51.6208635\",\n            \"products\": [\n                {\n                    \"id\": 1103125,\n                    \"name\": \"Iceland UK\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.660966,\n                        \"max\": 483.0483,\n                        \"currencyCode\": \"GBP\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699618\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 18,\n                    \"name\": \"Supermarkets & Hypermarkets\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2501\",\n            \"name\": \"Netflix Turkey\",\n            \"countryCode\": \"TR\",\n            \"currencyCode\": \"TRY\",\n            \"description\": \"This is a Netflix Turkey gift card, redeemable with Turkey subscriptions only. A Netflix eGift Card is a gift of entertainment, education and inspiration! A Netflix digital Gift Card gives your giftee the gift of a Netflix subscription to unlock the world of a massive range of possibilities.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"DOWNLOAD YOUR NETFLIX GIFT CARD CODE To top up your Netflix Gift Card: Go to netflix.com/redeem. Enter the 11-digit PIN you have, if you already have a Netflix account, then select Redeem gift card or promo code from your Account page and enter the code. The balance of your gift card will be added to your account\",\n            \"terms\": \"Visit https://help.netflix.com/en/legal/termsofuse\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2501/logo\",\n            \"modifiedDate\": \"2023-03-17T14:17:18.7242397\",\n            \"products\": [\n                {\n                    \"id\": 1103221,\n                    \"name\": \"Netflix TR 1000 TRY\",\n                    \"minFaceValue\": 1000,\n                    \"maxFaceValue\": 1000,\n                    \"count\": 1308,\n                    \"price\": {\n                        \"min\": 1050,\n                        \"max\": 1050,\n                        \"currencyCode\": \"TRY\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:25:10.0988985\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5819\",\n            \"name\": \"El Corte Ingles ES\",\n            \"countryCode\": \"ES\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"El código digital es un código numérico de 13 + un PIN de 6 dígitos asociado con el que se pueden realizar compras en www.elcorteingles.es* y en  www.elcorteingles.com, así como para pagar en tiendas físicas pagando a través de la app de El Corte Inglés https://www.elcorteingles.es/app/. \\r\\n(*Excepto en colchones, muebles (a medida o personalizados), aire acondicionado, flores y regalos y supermercado.) \",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Códigos no canjeables por dinero en efectivo. Lo códigos no caducan. Si el importe de la compra supera el saldo disponible podrá abonarse la diferencia con cualquiera de los métodos de pago indicados en “formas de pago”. \\r\\nEn caso de que el importe de la compra sea inferior al del código, el saldo restante podrá utilizarse para próximas compras. No se abonará la diferencia en metálico. No se admitirán devoluciones una vez realizada la compra de tu código virtual de El Corte Inglés.\",\n            \"terms\": \"Códigos no canjeables por dinero en efectivo. Lo códigos no caducan. Si el importe de la compra supera el saldo disponible podrá abonarse la diferencia con cualquiera de los métodos de pago indicados en “formas de pago”. \\r\\nEn caso de que el importe de la compra sea inferior al del código, el saldo restante podrá utilizarse para próximas compras. No se abonará la diferencia en metálico. No se admitirán devoluciones una vez realizada la compra de tu código virtual de El Corte Inglés.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5819/logo\",\n            \"modifiedDate\": \"2024-05-14T07:22:01.7834687\",\n            \"products\": [\n                {\n                    \"id\": 1104177,\n                    \"name\": \"El Corte Inglés ES €15 EUR\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 15,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 14.851485,\n                        \"max\": 14.851485,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038839\"\n                },\n                {\n                    \"id\": 1104178,\n                    \"name\": \"El Corte Inglés ES €20 EUR\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 20,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 19.80198,\n                        \"max\": 19.80198,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7038841\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"5822\",\n            \"name\": \"Gift Me Crypto Global (USD)\",\n            \"countryCode\": \"GLC\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Gift Me Crypto is an innovative solution for rewarding your platform users with cryptocurrency. Integration of our service will allow you to improve your reward system, make it more attractive, and open access to cryptocurrencies for your users. Try to offer your users not only valuable but also promising rewards. Curious about the potential of cryptocurrencies? Gift Me Crypto is the answer. Our user-friendly platform provides a seamless experience for those who want to dive into the world of digital currencies and simplifies the process of getting cryptocurrencies, making them accessible and hassle-free. Offer your users the opportunity to obtain cryptocurrencies with a simple voucher system. With Gift Me Crypto vouchers, users can easily receive popular cryptocurrencies such as Bitcoin, Ethereum, Dogecoin, Litecoin, USDC, or BNB straight to their wallet and then do whatever they want with them.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem, 1. https://giftmecrypto.io/en 2. Click on top right button on “redeem voucher”, 3. Enter the voucher code (32 digits), 4. Enter your email address, 5. Pick the desired crypto between 8 of the most popular crypto, 6. Enter your wallet address and click on redeem, 7. You will have a summary of your transaction appearing and your crypto will arrive soon in your wallet. Note: You can choose one currency at a time and can only redeem your whole voucher at once. Once you’ve done that, you should give it up to 30 minutes for your cryptocurrency to arrive in your wallet. After that, you can use your new wallet balance as you like.\\r\\n\",\n            \"terms\": \"For T&C, please visit https://giftmecrypto.io/en\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5822/logo\",\n            \"modifiedDate\": \"2024-05-15T14:21:33.2686799\",\n            \"products\": [\n                {\n                    \"id\": 1111589,\n                    \"name\": \"Gift Me Crypto USD\",\n                    \"minFaceValue\": 2,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1.910191,\n                        \"max\": 955.0955,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:21:38.3244042\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"Crypto\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"1537\",\n            \"name\": \"Xbox Germany\",\n            \"countryCode\": \"DE\",\n            \"currencyCode\": \"EUR\",\n            \"description\": \"Spielen Sie mit Freunden online und erhalten Sie kostenlose Spiele plus exklusive Rabatte auf Xbox One und Xbox 360.*\\r\\n<p>\\r\\nPlay with friends online and get free games plus exclusive discounts on Xbox One and Xbox 360.*\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"CODE EINLÖSEN: 1. Gehen Sie zu microsoft.com/redeem 2. Geben Sie den Code ein 3. Mit dem Einkaufen beginnen Um ein neues Microsoft-Konto zu erstellen oder die vollständigen Bedingungen durchzulesen (die ohne Vorankündigung geändert werden können), gehen Sie zu microsoft.com/cardterms.\\r\\n<p>\\r\\nTO REDEEM THE CODE: 1. Go to microsoft.com/redeem 2. Enter the code 3. Start shopping To create a new Microsoft account or to read the full terms and conditions (which are subject to change without notice), go to to microsoft.com/cardterms.\\r\\n\",\n            \"terms\": \"KEIN ABLAUFDATUM UND KEINE SERVICEGEBÜHR Nach Einlösung auf Ihrem Microsoft-Konto in Deutschland oder Österreich wird der vollständige Guthabenbetrag gutgeschrieben und kann für qualifizierte Käufe (es gelten Ausnahmen) direkt in ausgewählten digitalen Microsoft-Stores verwendet werden. Qualifizierte Käufe und Preise unterscheiden sich je nach Region, Gerät und im Zeitverlauf. Geografische Einschränkungen, Länder- und Kontostandbeschränkungen, Steuern und Internetgebühren können gelten. Für einige Inhalte ist ein kostenpflichtiges Abonnement erforderlich. Mindestalter 13 Jahre. Außer wenn gesetzlich vorgeschrieben, können Codes nicht gegen Bargeld eingelöst oder ausgetauscht werden und sie sind nicht wiederaufladbar oder rückerstattungsfähig. Um ein neues Microsoft-Konto zu erstellen oder die vollständigen Bedingungen durchzulesen (die ohne Vorankündigung geändert werden können), gehen Sie zu microsoft.com/cardterms. Nicht gültig, wo das Angebot gesetzlich verboten oder eingeschränkt ist. Die Karte und der Code wurden von der Microsoft Corp ©/™/®, mit Unternehmenssitz in Washington, USA und/oder einer Tochtergesellschaft ausgestellt. Microsoft Corporation - One Microsoft Way - Redmond, WA 98052-6399 - USA\\r\\n<p>\\r\\nNO EXPIRY DATE AND NO SERVICE FEE Once redeemed to your Microsoft account in Germany or Austria, the full credit amount will be credited and can be used for qualifying purchases (exceptions apply) directly in select Microsoft digital stores. Eligible purchases and pricing vary by region, device and over time. Geographical restrictions, country and account balance restrictions, taxes and internet fees may apply. Some content requires a paid subscription. Minimum age 13 years. Except where required by law, codes cannot be redeemed or exchanged for cash and are not rechargeable or refundable. To create a new Microsoft account or to review the full terms and conditions (which are subject to change without notice), go to microsoft.com/cardterms. Not valid where the offer is prohibited or restricted by law. The card and code were issued by Microsoft Corp ©/™/®, with its registered office in Washington, USA and/or a subsidiary. Microsoft Corporation - One Microsoft Way - Redmond, WA 98052-6399 - USA\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/1537/logo\",\n            \"modifiedDate\": \"2024-05-15T08:13:12.3857458\",\n            \"products\": [\n                {\n                    \"id\": 1112184,\n                    \"name\": \"Xbox DE 25 EUR\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 22.562256,\n                        \"max\": 22.562256,\n                        \"currencyCode\": \"EUR\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T08:14:33.6907552\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5910\",\n            \"name\": \"Binance (FDUSD) Global\",\n            \"countryCode\": \"WW\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Binance Gift card is a tool that allows you to send a crypto gift card to your friends. You can send the card via social media, email, or SMS. The card can have a personalized card theme, coins, messages, and card amounts. Once you send the card, and the receiver redeems the gift card code, the crypto will be visible on their Binance cryptocurrency wallet.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem a Gift Card on the Binance App:\\r\\n\\r\\nLog in to your Binance App and tap [Profile] - [Gift Card] to enter the Gift Card Marketplace.\\r\\nTap [Redeem].\\r\\nTo redeem a Binance Gift Card and credit the fund to your Binance Wallet immediately, tap [Redeem Binance Gift Card or Code].\\r\\nEnter the redemption code and tap [Redeem]. The funds will be credited to your Binance Wallet immediately.\\r\\n \\r\\n\\r\\nTo redeem a Gift Card on the Binance website:\\r\\n\\r\\n Log into your Binance account and go to the Gift Card homepage.\\r\\nEnter the redemption code & Serial to redeem or add your gift card.\\r\\n\\r\\nExpiry - 6 Months from date of issue\",\n            \"terms\": \"For more details, please visit https://www.binance.com/en\\r\\n\\r\\nExpiry - 6 Months from date of issue\",\n            \"logoUrl\": \"\",\n            \"modifiedDate\": \"2024-05-15T11:30:52.2639777\",\n            \"products\": [\n                {\n                    \"id\": 1142631,\n                    \"name\": \"Binance FDUSD\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1.010101,\n                        \"max\": 505.0505,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T11:30:56.4706541\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Prepaid Cards\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5938\",\n            \"name\": \"Roblox Hong Kong\",\n            \"countryCode\": \"HK\",\n            \"currencyCode\": \"HKD\",\n            \"description\": null,\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"\\r\\n  使用瀏覽器進入 Roblox.com/redeem \\r\\n  登入或建立一個帳戶 \\r\\n  並在網站上輸入你的兌換碼 \\r\\n  將你的點數可用於購買 Robux 或訂閱 Roblox Premium \\r\\n\",\n            \"terms\": \"通過購買、接受或兌換此卡，閣下(或閣下的父母或監護人，如閣下未滿18歲)同意此條款及細則，以及 Roblox 的使用條款 (可在www.roblox.com/termsofuse 詳閱)，而上述條款有可隨時更改。此卡僅可用於www.roblox.com以兌換 Roblox 點數，而 Roblox 點數僅可用於購買 Robux 或 Roblox Premium 會員 (供應情況及定價均可隨時更改，請參閱www.roblox.com/upgrades/robux)。除非法律規定，此卡不可退款或兌換現金。為兌換此卡並使用 Roblox 點數，閣下必須先連接至互聯網及註冊 Roblox 帳戶。禁止轉售此卡。若此卡在未經閣下許可的情況下被使用，或被遺失、盜取或損壞， Roblox 不會承擔任何責任。此卡由 Roblox Prepaid Company, LLC 發行並僅代表其責任。有關包括仲裁協議在內的完整條款及細則，請瀏覽www.roblox.com/giftcardterms。 此條款及細則為中文譯本。如中、英文條款及細則有任何不一致之處，一概以英文版本為准。 \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5938/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5263119\",\n            \"products\": [\n                {\n                    \"id\": 1159766,\n                    \"name\": \"Roblox HKD\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 4000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 46.50465,\n                        \"max\": 3720.372,\n                        \"currencyCode\": \"HKD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.44102\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"335e26f7-2b3e-4f2c-8ed2-56a33de75ca4"},{"name":"Get Accounts","id":"f5d17737-617f-4757-8b53-54f3961ceeaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/integration/v1.0/accounts","description":"<p>User must include valid credentials in the Authorization header of each GET request. The GET /api/integration/v1.0/accounts endpoint lets you retrieve the list of your accounts. A successful GET request returns a list of available accounts in the response body with the information for each account. Use one of the account ids in order to say what account to use when placing the order.</p>\n<h3 id=\"example-response\">Example response:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"accounts\": [\n        {\n            \"id\": 1,\n            \"currency\": \"string\",\n            \"balance\": 100.00,\n            \"isActive\": true,\n            \"sandboxMode\": true\n        }\n    ]\n}\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{YourClientId}}"},{"key":"password","value":"{{YourClientSecret}}"}]},"isInherited":true,"source":{"_postman_id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","name":"Bamboo Client Integration (Documentation) - V2","type":"collection"}},"urlObject":{"path":["api","integration","v1.0","accounts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a754ab3e-2b7e-4468-bcea-9b8ba65981db","name":"Get Accounts","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/integration/v1.0/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2024 04:32:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"179"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=1cIM9NXAaaKutjIoqbp+ouRHmVlWeoB/S8O6PAu2mvlqXUYWQFo6F8yOdyxMrknO61Zljd6ugp36piJj7bx/sbZgfkTQEYL/ZkuLLYxCUKDnxAFpJaFMSUS32R0s; Expires=Thu, 23 May 2024 04:32:54 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=1cIM9NXAaaKutjIoqbp+ouRHmVlWeoB/S8O6PAu2mvlqXUYWQFo6F8yOdyxMrknO61Zljd6ugp36piJj7bx/sbZgfkTQEYL/ZkuLLYxCUKDnxAFpJaFMSUS32R0s; Expires=Thu, 23 May 2024 04:32:54 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Kestrel"},{"key":"api-supported-versions","value":"1.0, 2.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"id\": 555,\n            \"currency\": \"USD\",\n            \"balance\": 100828.4848,\n            \"isActive\": true,\n            \"sandboxMode\": true\n        },\n        {\n            \"id\": 783,\n            \"currency\": \"EUR\",\n            \"balance\": 0,\n            \"isActive\": true,\n            \"sandboxMode\": true\n        }\n    ]\n}"}],"_postman_id":"f5d17737-617f-4757-8b53-54f3961ceeaf"},{"name":"Place Order","id":"e30373d2-8ea5-4f78-9ed7-532d11a90b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"RequestId\": \"314ff940-18f4-46d0-9a87-d84ddfd89f1d\",\r\n    \"AccountId\": 0,\r\n    \"Products\": [\r\n        {\r\n            \"ProductId\": 0,\r\n            \"Quantity\": 1,\r\n            \"Value\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/integration/v1.0/orders/checkout","description":"<p>User have to include valid credentials in the Authorization header of each POST request. The POST /api/integration/v1.0/orders/checkout endpoint lets you place an order for gift cards. A successful POST request returns requested, that should be used to get cards</p>\n<p><strong>Request Remarks</strong></p>\n<ul>\n<li><p><strong>RequestId Uniqueness:</strong></p>\n<ul>\n<li><p>RequestId should be GUID</p>\n</li>\n<li><p>Ensure that the RequestId is unique for each client, avoiding duplication.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Valid AccountId:</strong></p>\n<ul>\n<li><p>The AccountId must correspond to an active account within the system.</p>\n</li>\n<li><p>Using a sandbox <code>AccountId</code> with live credentials, or a live <code>AccountId</code> with sandbox credentials, will result in an error. Make sure the <code>AccountId</code> you’re using matches the environment of the credentials provided</p>\n</li>\n</ul>\n</li>\n<li><p><strong>ProductId Validation:</strong></p>\n<ul>\n<li>The ProductId must align with the unique identifier of a product from the catalogue.</li>\n</ul>\n</li>\n<li><p><strong>Value Range Validation:</strong></p>\n<ul>\n<li>The 'Value' parameter must fall within the inclusive range of MinFaceValue to MaxFaceValue. Note that this range is based on the face value of the product, not its price.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example response:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"97018cf7-98f5-40fc-a142-711d43a72e17\"\n}\n\n</code></pre>\n<p><strong>Order Request Remarks:</strong></p>\n<ol>\n<li><p><strong>AccountId Source:</strong></p>\n<ul>\n<li><p>Retrieve the AccountId through the Get Accounts API call. Choose one of the account IDs provided in the Get Accounts response.</p>\n</li>\n<li><p>AccountId retrived by sandbox is diffrent than the one retrived by live credentials</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Duplicate Order Detection:</strong></p>\n<ul>\n<li>If an order with the specified RequestId already exists, an error will occur indicating the order's existence.</li>\n</ul>\n</li>\n<li><p><strong>Immediate Order Processing:</strong></p>\n<ul>\n<li>Upon request submission, orders will be processed immediately. There's no option to create an order without processing it.</li>\n</ul>\n</li>\n<li><p><strong>Value Parameter Validity:</strong></p>\n<ul>\n<li>The 'Value' parameter in the request denotes the face value and must be valid within the range of MinFaceValue and MaxFaceValue.</li>\n</ul>\n</li>\n<li><p><strong>Currency Discrepancy Handling:</strong></p>\n<ul>\n<li>When purchasing from an account with a currency different from the listed product price in the catalogue, an exchange rate will be applied.</li>\n</ul>\n</li>\n<li><p><strong>Exchange Rate Application Example:</strong></p>\n<ul>\n<li><p>Example scenario:</p>\n<ol>\n<li><p>Desired purchase: a product priced at 9.5 EUR with a face value of 10.</p>\n</li>\n<li><p>Using a USD account.</p>\n</li>\n<li><p>Exchange rate from EUR to USD: 1.10.</p>\n</li>\n<li><p>Calculated product price: 9.5 * 1.10 = 10.45 USD.</p>\n</li>\n<li><p>The deducted amount will be in USD from your account.</p>\n</li>\n</ol>\n</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"limits\"><strong>Limits</strong>:</h3>\n<ul>\n<li><p><strong>Maximum Cards per Order:</strong></p>\n<ul>\n<li>The maximum allowable number of cards in a single order is set at 500. Any attempt to exceed this limit will result in a response status code of 400.</li>\n</ul>\n</li>\n<li><p><strong>Order Placement Delay:</strong></p>\n<ul>\n<li>A delay of 500 milliseconds must be observed between consecutive Place Order calls.</li>\n</ul>\n</li>\n<li><p><strong>Maximum Orders for the Same Product:</strong></p>\n<ul>\n<li>The system imposes a limit of 6 orders for the same product within 1 minute.</li>\n</ul>\n</li>\n<li><p><strong>Maximum Quantity per Order:</strong></p>\n<ul>\n<li>Each order is constrained by a maximum quantity of 500 cards.</li>\n</ul>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Reason (400 Response)</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>WrongAccount</td>\n<td>The account ID being used is incorrect. Please ensure you are using the valid account ID as indicated in the API response.</td>\n</tr>\n<tr>\n<td>InsufficientBalance</td>\n<td>Your account balance is insufficient for this transaction. Kindly add funds to your account and attempt the transaction again.</td>\n</tr>\n<tr>\n<td>InvalidProductIds</td>\n<td>The product IDs you are providing are invalid. Please use valid IDs from your catalog.</td>\n</tr>\n<tr>\n<td>InvalidProduct</td>\n<td>Error processing product, please try again later or contact business account manager to resolve the issue.</td>\n</tr>\n<tr>\n<td>InvalidDenomination</td>\n<td>The denomination value you are providing is invalid. Please pass a value that matches the minimum or maximum product value.</td>\n</tr>\n<tr>\n<td>NoProducts</td>\n<td>The request must contain products to buy.</td>\n</tr>\n<tr>\n<td>OrderAlreadyExists</td>\n<td>This order already exists.  <br />Please try again with a new requestId.</td>\n</tr>\n<tr>\n<td>ClientCatalogNotExist</td>\n<td>The catalogue you are using does not exist.</td>\n</tr>\n<tr>\n<td>OrderNotFound</td>\n<td>The order you are trying to get is not found.</td>\n</tr>\n<tr>\n<td>CardsLimitExceeded</td>\n<td>There is a limit on the number of cards you can purchase for this product in a single call. The maximum limit is 500 cards.</td>\n</tr>\n<tr>\n<td>ProductIsOutOfStock</td>\n<td>The product is out of stock.</td>\n</tr>\n<tr>\n<td>ClientPriceInvalid</td>\n<td>If the client price is not valid, contact your account manager.</td>\n</tr>\n<tr>\n<td>UserNotEnabled</td>\n<td>This user is not enabled yet.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{YourClientId}}"},{"key":"password","value":"{{YourClientSecret}}"}]},"isInherited":true,"source":{"_postman_id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","name":"Bamboo Client Integration (Documentation) - V2","type":"collection"}},"urlObject":{"path":["api","integration","v1.0","orders","checkout"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b28dee86-9d8a-46f6-b2d8-10a71b792003","name":"Place Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"RequestId\": \"71ac2817-e51a-438a-bb7b-5ffdda23603c\",\r\n    \"AccountId\": 555,\r\n    \"Products\": [\r\n        {\r\n            \"ProductId\": 439685,\r\n            \"Quantity\": 2,\r\n            \"Value\": 10\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/integration/v1.0/orders/checkout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2024 04:36:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"38"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Q/cSDqs6V7/5yM69J04rU+i8cRRMvGrpb3/ifA9lpPV5PWgxXgLcH5TXpvmLsVQhFzaiZ2B9MmJ86qtF9hp8utYjiNKpvQI8YGbKqMOSyZenSoD9dqX5lCmiZETd; Expires=Thu, 23 May 2024 04:36:35 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Q/cSDqs6V7/5yM69J04rU+i8cRRMvGrpb3/ifA9lpPV5PWgxXgLcH5TXpvmLsVQhFzaiZ2B9MmJ86qtF9hp8utYjiNKpvQI8YGbKqMOSyZenSoD9dqX5lCmiZETd; Expires=Thu, 23 May 2024 04:36:35 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Kestrel"},{"key":"api-supported-versions","value":"1.0, 2.0"}],"cookie":[],"responseTime":null,"body":"\"71ac2817-e51a-438a-bb7b-5ffdda23603c\""}],"_postman_id":"e30373d2-8ea5-4f78-9ed7-532d11a90b36"},{"name":"Get order","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"f841c642-88eb-4bc3-9a41-4631c366ddc6"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"6b58a7ad-2b1d-48eb-acf0-22e4054404db"}}],"id":"4c7cc32e-712a-4e24-917a-6bf6bf0d1f68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/integration/v1.0/orders/:id","description":"<p>User have to include valid credentials in the Authorization header of each GET request. The GET/api/integration/v1.0/orders/checkout/{requestId} endpoint lets you get the order. A successful GET request returns order information with cards requested in the response body with the information for each product requested.</p>\n<h3 id=\"example-response\">Example response:</h3>\n<p><strong>Order Status Explanation:</strong></p>\n<ul>\n<li><p><strong>Created:</strong></p>\n<ul>\n<li>The initial status is assigned to an order upon its creation in the system. At this stage, the order is ready for processing.</li>\n</ul>\n</li>\n<li><p><strong>Processing:</strong></p>\n<ul>\n<li>Indicates that the system has accepted the order, and it is in progress.</li>\n</ul>\n</li>\n<li><p><strong>Pending:</strong></p>\n<ul>\n<li>The order is awaiting further action or approval before it can proceed to the next stage. This status is often temporary.</li>\n</ul>\n</li>\n<li><p><strong>Succeeded:</strong></p>\n<ul>\n<li>Signifies that the order has been successfully completed, and the requested operation or transaction has been carried out without any issues.</li>\n</ul>\n</li>\n<li><p><strong>Failed:</strong></p>\n<ul>\n<li>Indicates that the order encountered an error or faced an obstacle during processing, preventing successful completion.</li>\n</ul>\n</li>\n<li><p><strong>PartialFailed:</strong></p>\n<ul>\n<li>A hybrid status indicates that certain aspects of the order were successful, while others encountered issues or failures. This status provides a nuanced view of the order's overall outcome.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Remarks:</strong></p>\n<ul>\n<li><em>If you are getting the status Pending, this means that the order is currently being processed, wait until you get another status.</em></li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"orderId\": 1,\n    \"requestId\": \"97018cf7-98f5-40fc-a142-711d43a72e17\",\n    \"items\": [\n        {\n            \"brandCode\": \"string\",\n            \"productId\": 1,\n            \"productFaceValue\": 1,\n            \"quantity\": 1,\n            \"pictureUrl\": \"string\",\n            \"countryCode\": \"string\",\n            \"currencyCode\": \"string\",\n            \"status\" : \"string\"\n            \"cards\": [\n                {\n                    \"id\": 1,\n                    \"serialNumber\": \"string\",\n                    \"cardCode\": \"string\",\n                    \"pin\": \"string\",\n                    \"expirationDate\": \"string\",\n                    \"status\": \"string\"\n                }\n            ]\n        }\n    ],\n    \"status\": \"string\",\n    \"createdDate\": \"2020-09-25T14:04:50.00000\",\n    \"total\": 1,\n    \"errorMessage\": \"string\"\n    \"orderType\": \"Sandbox\",\n    \"currency\": \"USD\"\n}\n\n</code></pre>\n<h3 id=\"response-remarks\">Response Remarks:</h3>\n<p><strong>Response Remarks:</strong></p>\n<ul>\n<li><p><strong>Purchase Outcome:</strong></p>\n<ul>\n<li>In some instances, not all cards may be successfully purchased. In such cases, a failure message is returned specifically for the cards that were not acquired.</li>\n</ul>\n</li>\n<li><p><strong>Order Status, Order Items Status Indicators:</strong></p>\n<ul>\n<li><p>The order can have the following statuses:</p>\n<ul>\n<li><p><strong>Succeeded:</strong> Successfully processed.</p>\n</li>\n<li><p><strong>Created:</strong> Order is created but processing has not commenced.</p>\n</li>\n<li><p><strong>Failed:</strong> The order encountered an issue, and no cards were purchased.</p>\n</li>\n<li><p><strong>PartialFailed:</strong> Some cards were bought, but others encountered issues.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>Total Amount Charged:</strong></p>\n<ul>\n<li>The \"Total\" field in the response indicates the total amount of money charged from the account in its respective currency.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Card Status Explanation:</strong></p>\n<ul>\n<li><p><strong>Paused:</strong></p>\n<ul>\n<li>Cards in a paused status are awaiting retrieval from different channels.</li>\n</ul>\n</li>\n<li><p><strong>Sold:</strong></p>\n<ul>\n<li>Cards that have been successfully purchased.</li>\n</ul>\n</li>\n<li><p><strong>Failed:</strong></p>\n<ul>\n<li><p>Cards that encountered failures during the purchase attempt</p>\n</li>\n<li><p>and no charges will be applied to them.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Created:</strong></p>\n<ul>\n<li>Indicates that order processing for the respective card has not started yet.</li>\n</ul>\n</li>\n<li><p><strong>Processing:</strong></p>\n<ul>\n<li>Denotes that the system is currently processing the card within the order.</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{YourClientId}}"},{"key":"password","value":"{{YourClientSecret}}"}]},"isInherited":true,"source":{"_postman_id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","name":"Bamboo Client Integration (Documentation) - V2","type":"collection"}},"urlObject":{"path":["api","integration","v1.0","orders",":id"],"host":["{{host}}"],"query":[],"variable":[{"id":"b34c9942-b158-4683-aedd-4c15e83332d3","type":"any","value":"fb855c6a-f8de-4a5a-a87b-d2d7a7a4d049","key":"id"}]}},"response":[{"id":"eab565cf-eddc-43f0-9b06-dde58ae415f8","name":"Get order","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/integration/v1.0/orders/:id","host":["{{host}}"],"path":["api","integration","v1.0","orders",":id"],"variable":[{"key":"id","value":"71ac2817-e51a-438a-bb7b-5ffdda23603c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2024 04:37:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"748"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=/IAF+mM+nkleKEwHIzLJ8yOPwt2NZ308SqRNyhZHjk9iachGmY8meKkbZ24IlOHge9pY0G+IhXffF5fifvIXwEG5OkAfvXwCpNYO8ovBBEPY1ZGkRouwBy4Vvckw; Expires=Thu, 23 May 2024 04:37:05 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=/IAF+mM+nkleKEwHIzLJ8yOPwt2NZ308SqRNyhZHjk9iachGmY8meKkbZ24IlOHge9pY0G+IhXffF5fifvIXwEG5OkAfvXwCpNYO8ovBBEPY1ZGkRouwBy4Vvckw; Expires=Thu, 23 May 2024 04:37:05 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Kestrel"},{"key":"api-supported-versions","value":"1.0, 2.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": 6779294,\n    \"requestId\": \"71ac2817-e51a-438a-bb7b-5ffdda23603c\",\n    \"items\": [\n        {\n            \"brandCode\": null,\n            \"productId\": 439685,\n            \"productFaceValue\": 10,\n            \"quantity\": 2,\n            \"pictureUrl\": null,\n            \"countryCode\": \"BH\",\n            \"currencyCode\": \"USD\",\n            \"cards\": [\n                {\n                    \"id\": 24153984,\n                    \"serialNumber\": \"4005c08f-1aeb-4527-8eb0-ccd1c745f467\",\n                    \"cardCode\": \"cb05747ed9fe497b92c80f10cf8406d7\",\n                    \"pin\": \"392\",\n                    \"expirationDate\": \"2025-05-16T04:36:35.3922677\",\n                    \"status\": \"Sold\"\n                },\n                {\n                    \"id\": 24153985,\n                    \"serialNumber\": \"29744102-1e84-48e0-a440-8b3a5c04b4d2\",\n                    \"cardCode\": \"7dffe979e54c49f692e7894eb91407d1\",\n                    \"pin\": \"392\",\n                    \"expirationDate\": \"2025-05-16T04:36:35.3922628\",\n                    \"status\": \"Sold\"\n                }\n            ]\n        }\n    ],\n    \"status\": \"Succeeded\",\n    \"createdDate\": \"2024-05-16T04:36:35.3673422\",\n    \"total\": 18.9401,\n    \"errorMessage\": null,\n    \"orderType\": \"Sandbox\",\n    \"currency\": \"USD\"\n}"}],"_postman_id":"4c7cc32e-712a-4e24-917a-6bf6bf0d1f68"},{"name":"Exchange rates","id":"6587045e-7cce-46fb-8578-52d92a394836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/integration/v1.0/exchange-rates?baseCurrency=AED&currency=INR","description":"<p><strong>Exchange Rate Retrieval Guidelines:</strong></p>\n<ul>\n<li><p><strong>Credential Inclusion:</strong></p>\n<ul>\n<li>Ensure the inclusion of valid credentials in the Authorization header for each GET request.</li>\n</ul>\n</li>\n<li><p><strong>Endpoint for Exchange Rates:</strong></p>\n<ul>\n<li>Utilize the GET endpoint to retrieve the list of exchange rates used in the system.</li>\n</ul>\n</li>\n<li><p><strong>Query Parameters:</strong></p>\n<ul>\n<li>If a request is sent without query parameters, the endpoint returns a list of all exchange rates based on USD.</li>\n</ul>\n</li>\n<li><p><strong>Base Currency Parameter:</strong></p>\n<ul>\n<li>If a request includes the baseCurrency parameter, the endpoint will return a list of all exchange rates based on the specified base currency.</li>\n</ul>\n</li>\n<li><p><strong>Base and Currency Parameters:</strong></p>\n<ul>\n<li>If a request contains both baseCurrency and currency parameters, the endpoint will specifically return the exchange rate between the base currency and the specified currency.</li>\n</ul>\n</li>\n<li><p><strong>We are updating the exchange rate internally every hour, powered by</strong> <a href=\"https://openexchangerates.org\">OpenExchange API</a></p>\n</li>\n</ul>\n<h3 id=\"example-response\">Example response:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"baseCurrencyCode\": \"USD\",\n    \"rates\": [\n        {\n            \"value\": 0.8714830000,\n            \"currencyCode\": \"EUR\"\n        }\n    ]\n}\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{YourClientId}}"},{"key":"password","value":"{{YourClientSecret}}"}]},"isInherited":true,"source":{"_postman_id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","name":"Bamboo Client Integration (Documentation) - V2","type":"collection"}},"urlObject":{"path":["api","integration","v1.0","exchange-rates"],"host":["{{host}}"],"query":[{"key":"baseCurrency","value":"AED"},{"key":"currency","value":"INR"}],"variable":[]}},"response":[{"id":"bfb1922e-1975-4323-aac4-1a554990f8fa","name":"Exchange rates","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/integration/v1.0/exchange-rates?baseCurrency=AED&currency=INR","host":["{{host}}"],"path":["api","integration","v1.0","exchange-rates"],"query":[{"key":"baseCurrency","value":"AED"},{"key":"currency","value":"INR"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2024 04:37:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=zxY2iQa0LUTA75WfmNMtEx90UHWLv+WAj8t1Mx7UGvYxGSNZMBIc4FvRA8UIbfyBO3b3+pvTJpE1vcSZEx1FBOdyo/aUPOVbVOJlyRm3ykLI4RFErfJCB+mmVXaH; Expires=Thu, 23 May 2024 04:37:16 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=zxY2iQa0LUTA75WfmNMtEx90UHWLv+WAj8t1Mx7UGvYxGSNZMBIc4FvRA8UIbfyBO3b3+pvTJpE1vcSZEx1FBOdyo/aUPOVbVOJlyRm3ykLI4RFErfJCB+mmVXaH; Expires=Thu, 23 May 2024 04:37:16 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Kestrel"},{"key":"api-supported-versions","value":"1.0, 2.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"baseCurrencyCode\": \"AED\",\n    \"rates\": [\n        {\n            \"currencyCode\": \"INR\",\n            \"value\": 22.718078\n        }\n    ]\n}"}],"_postman_id":"6587045e-7cce-46fb-8578-52d92a394836"},{"name":"Transactions","id":"50d6de31-3d5c-431e-b1ea-f0872b26c510","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/Integration/v1/transactions?startDate=2022-10-01&endDate=2022-11-20","description":"<p>When the the user calls the aforementioned API providing valid dates ( the range containing data ) and a valid username and password in Basic Auth, an Object in the following format will be returned.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"startDate\": \"2022-10-01T00:00:00\",\n\"endDate\": \"2022-11-20T23:59:59\",\n\"clients\": [\n        {\n            \"clientName\": \"string\",\n            \"transactions\": [\n                {\n                    \"orderId\": 3824312,\n                    \"requestId\": \"string\",\n                    \"productId\": 483230,\n                    \"orderNumber\": \"string\",\n                    \"orderTotal\": {\n                        \"value\": 108.5100,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"orderTotalForSelectedProducts\": {\n                        \"value\": 108.5100,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"currencyCode\": null,\n                    \"orderDate\": \"2023-11-17T07:57:18.8519922\",\n                    \"transactionId\": \"3752352 \",\n                    \"transactionType\": \"Order\",\n                    \"comment\": null,\n                    \"notes\": null,\n                    \"availableBalance\": {\n                        \"value\": 99875.8400,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"transactionAmount\": {\n                        \"value\": 108.5100,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"transactionDate\": \"2023-11-17T07:57:18.8519922\",\n                    \"orderItems\": [\n                        {\n                            \"createdDate\": \"0001-01-01T00:00:00\",\n                            \"productName\": \"string\",\n                            \"brandName\": \"string\",\n                            \"brandCurrencyCode\": \"EUR\",\n                            \"brandWithDenominationCurrency\": \"string\",\n                            \"denomination\": {\n                                \"value\": 10.0000,\n                                \"currencyCode\": \"EUR\"\n                            },\n                            \"clientDiscountType\": null,\n                            \"clientDiscountValue\": 0.0000,\n                            \"clientTransactionFeeType\": null,\n                            \"clientTransactionFeeValue\": 0.0000,\n                            \"clientPrice\": {\n                                \"value\": 108.5100,\n                                \"currencyCode\": \"USD\"\n                            },\n                            \"estimatedPrice\": {\n                                \"value\": 108.5100,\n                                \"currencyCode\": \"USD\"\n                            },\n                            \"quantity\": 10,\n                            \"clientTotal\": 108.5100,\n                            \"clientExchangeRate\": {\n                                \"fromCurrency\": \"EUR\",\n                                \"toCurrency\": \"USD\",\n                                \"exchangeRate\": 0.0\n                            }\n                        }\n                    ],\n                    \"clientName\": null,\n                    \"orderType\": null,\n                    \"xeroCreditNoteNumber\": null\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{YourClientId}}"},{"key":"password","value":"{{YourClientSecret}}"}]},"isInherited":true,"source":{"_postman_id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","name":"Bamboo Client Integration (Documentation) - V2","type":"collection"}},"urlObject":{"path":["api","Integration","v1","transactions"],"host":["{{host}}"],"query":[{"key":"startDate","value":"2022-10-01"},{"key":"endDate","value":"2022-11-20"}],"variable":[]}},"response":[{"id":"5cb9ed08-a42c-4f08-8019-eb22da5ca048","name":"Transactions","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/Integration/v1/transactions?startDate=2024-05-15&endDate=2024-05-16","host":["{{host}}"],"path":["api","Integration","v1","transactions"],"query":[{"key":"startDate","value":"2024-05-15"},{"key":"endDate","value":"2024-05-16"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2024 04:38:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2567"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=MDEBXvnYCxuepVFxyOvv1VKeguhfuLzUPjTAFKmdVtdvQbY16VIhLma5i4wDcIHsUq6q3QNR9wSu9ua0e9xIicVGTe7Ro6nZ+wjA4/FpRLQAATnQIV4I4hNeo9aP; Expires=Thu, 23 May 2024 04:38:15 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=MDEBXvnYCxuepVFxyOvv1VKeguhfuLzUPjTAFKmdVtdvQbY16VIhLma5i4wDcIHsUq6q3QNR9wSu9ua0e9xIicVGTe7Ro6nZ+wjA4/FpRLQAATnQIV4I4hNeo9aP; Expires=Thu, 23 May 2024 04:38:15 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Kestrel"},{"key":"api-supported-versions","value":"1.0, 2.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"startDate\": \"2024-05-15T00:00:00\",\n    \"endDate\": \"2024-05-16T23:59:59\",\n    \"clients\": [\n        {\n            \"clientName\": \"Bamboo Tech - Testing\",\n            \"transactions\": [\n                {\n                    \"orderId\": 6761537,\n                    \"requestId\": \"97018cf7-98f5-40fc-a142-711d43a72e17\",\n                    \"productId\": 439685,\n                    \"orderNumber\": \"O-06761537\",\n                    \"orderTotal\": {\n                        \"value\": 9.47,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"orderTotalForSelectedProducts\": {\n                        \"value\": 9.47,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"currencyCode\": null,\n                    \"orderDate\": \"2024-05-15T04:29:41.3062431\",\n                    \"transactionId\": \"6677709 \",\n                    \"transactionType\": \"Order\",\n                    \"comment\": null,\n                    \"notes\": null,\n                    \"availableBalance\": {\n                        \"value\": 100828.4848,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"transactionAmount\": {\n                        \"value\": 9.47,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"transactionDate\": \"2024-05-15T04:29:41.3062431\",\n                    \"orderItems\": [\n                        {\n                            \"createdDate\": \"0001-01-01T00:00:00\",\n                            \"productName\": \"Steam 10 USD BH\",\n                            \"brandName\": \"Steam Bahrain\",\n                            \"brandCurrencyCode\": \"USD\",\n                            \"brandWithDenominationCurrency\": \"Steam Bahrain USD\",\n                            \"denomination\": {\n                                \"value\": 10,\n                                \"currencyCode\": \"USD\"\n                            },\n                            \"clientDiscountType\": \"Percentage\",\n                            \"clientDiscountValue\": 5.2995,\n                            \"clientTransactionFeeType\": \"Fixed\",\n                            \"clientTransactionFeeValue\": 0,\n                            \"clientPrice\": {\n                                \"value\": 9.47,\n                                \"currencyCode\": \"USD\"\n                            },\n                            \"estimatedPrice\": {\n                                \"value\": 9.47,\n                                \"currencyCode\": \"USD\"\n                            },\n                            \"quantity\": 1,\n                            \"clientTotal\": 9.47,\n                            \"clientExchangeRate\": {\n                                \"fromCurrency\": \"USD\",\n                                \"toCurrency\": \"USD\",\n                                \"exchangeRate\": 0\n                            }\n                        }\n                    ],\n                    \"clientName\": null,\n                    \"orderType\": null,\n                    \"xeroCreditNoteNumber\": null\n                },\n                {\n                    \"orderId\": 6779294,\n                    \"requestId\": \"71ac2817-e51a-438a-bb7b-5ffdda23603c\",\n                    \"productId\": 439685,\n                    \"orderNumber\": \"O-06779294\",\n                    \"orderTotal\": {\n                        \"value\": 18.9401,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"orderTotalForSelectedProducts\": {\n                        \"value\": 18.94,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"currencyCode\": null,\n                    \"orderDate\": \"2024-05-16T04:36:35.4268366\",\n                    \"transactionId\": \"6695293 \",\n                    \"transactionType\": \"Order\",\n                    \"comment\": null,\n                    \"notes\": null,\n                    \"availableBalance\": {\n                        \"value\": 100809.5447,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"transactionAmount\": {\n                        \"value\": 18.9401,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"transactionDate\": \"2024-05-16T04:36:35.4268366\",\n                    \"orderItems\": [\n                        {\n                            \"createdDate\": \"0001-01-01T00:00:00\",\n                            \"productName\": \"Steam 10 USD BH\",\n                            \"brandName\": \"Steam Bahrain\",\n                            \"brandCurrencyCode\": \"USD\",\n                            \"brandWithDenominationCurrency\": \"Steam Bahrain USD\",\n                            \"denomination\": {\n                                \"value\": 10,\n                                \"currencyCode\": \"USD\"\n                            },\n                            \"clientDiscountType\": \"Percentage\",\n                            \"clientDiscountValue\": 5.2995,\n                            \"clientTransactionFeeType\": \"Fixed\",\n                            \"clientTransactionFeeValue\": 0,\n                            \"clientPrice\": {\n                                \"value\": 18.9401,\n                                \"currencyCode\": \"USD\"\n                            },\n                            \"estimatedPrice\": {\n                                \"value\": 18.94,\n                                \"currencyCode\": \"USD\"\n                            },\n                            \"quantity\": 2,\n                            \"clientTotal\": 18.94,\n                            \"clientExchangeRate\": {\n                                \"fromCurrency\": \"USD\",\n                                \"toCurrency\": \"USD\",\n                                \"exchangeRate\": 0\n                            }\n                        }\n                    ],\n                    \"clientName\": null,\n                    \"orderType\": null,\n                    \"xeroCreditNoteNumber\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"50d6de31-3d5c-431e-b1ea-f0872b26c510"},{"name":"Orders","id":"da80e382-485b-4a91-8fec-56a13487d115","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/Integration/v1/orders?startDate=2022-10-01&endDate=2022-11-20","description":"<ul>\n<li><p>To access the orders history, you must include valid credentials in the Authorization header of each GET request.</p>\n</li>\n<li><p>Utilize the GET/api/integration/v1.0/orders endpoint.</p>\n</li>\n<li><p>Upon successful execution of the GET request, the response body will contain the requested orders information, with details for each order included.</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"clientName\": \"string\",\n        \"orderNumber\": \"string\",\n        \"orderDate\": \"2022-11-17T00:00:00\",\n        \"clientReferenceNumber\": \"string\",\n        \"channel\": \"string\",\n        \"productName\": \"string\",\n        \"denomination\": \"EUR 10\",\n        \"quantity\": 10,\n        \"unitPrice\": 10.8510,\n        \"subTotal\": 108.5100,\n        \"total\": 108.5100,\n        \"accountCurrency\": \"USD\",\n        \"status\": \"Succeeded\"\n    },\n]\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{YourClientId}}"},{"key":"password","value":"{{YourClientSecret}}"}]},"isInherited":true,"source":{"_postman_id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","name":"Bamboo Client Integration (Documentation) - V2","type":"collection"}},"urlObject":{"path":["api","Integration","v1","orders"],"host":["{{host}}"],"query":[{"key":"startDate","value":"2022-10-01"},{"key":"endDate","value":"2022-11-20"}],"variable":[]}},"response":[{"id":"94081b74-a6e0-406c-81ff-0cebb94ac310","name":"Orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/Integration/v1/orders?startDate=2024-05-15&endDate=2024-05-16","host":["{{host}}"],"path":["api","Integration","v1","orders"],"query":[{"key":"startDate","value":"2024-05-15"},{"key":"endDate","value":"2024-05-16"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2024 04:38:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"701"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=m7K9ELPP5SBmDDU5p3Kui4Z1MnnqLWffAw5hNWEzljH5+MUS+0N9LtHUzxponaatw1Jo0EPW+hg+KtdkXZkCbdd/i3zZLJlN8pU4rog3sxTIYFWY1OI44uxajzqb; Expires=Thu, 23 May 2024 04:38:54 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=m7K9ELPP5SBmDDU5p3Kui4Z1MnnqLWffAw5hNWEzljH5+MUS+0N9LtHUzxponaatw1Jo0EPW+hg+KtdkXZkCbdd/i3zZLJlN8pU4rog3sxTIYFWY1OI44uxajzqb; Expires=Thu, 23 May 2024 04:38:54 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Kestrel"},{"key":"api-supported-versions","value":"1.0, 2.0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"clientName\": \"Bamboo Tech - Testing\",\n        \"orderNumber\": \"O-06761537\",\n        \"orderDate\": \"2024-05-15T00:00:00\",\n        \"clientReferenceNumber\": \"97018cf7-98f5-40fc-a142-711d43a72e17\",\n        \"channel\": \"Sandbox\",\n        \"productName\": \"Steam 10 USD BH\",\n        \"denomination\": \"USD 10\",\n        \"quantity\": 1,\n        \"unitPrice\": 9.47,\n        \"subTotal\": 9.47,\n        \"total\": 9.47,\n        \"accountCurrency\": \"USD\",\n        \"status\": \"Succeeded\"\n    },\n    {\n        \"clientName\": \"Bamboo Tech - Testing\",\n        \"orderNumber\": \"O-06779294\",\n        \"orderDate\": \"2024-05-16T00:00:00\",\n        \"clientReferenceNumber\": \"71ac2817-e51a-438a-bb7b-5ffdda23603c\",\n        \"channel\": \"Sandbox\",\n        \"productName\": \"Steam 10 USD BH\",\n        \"denomination\": \"USD 10\",\n        \"quantity\": 2,\n        \"unitPrice\": 9.47,\n        \"subTotal\": 18.94,\n        \"total\": 18.9401,\n        \"accountCurrency\": \"USD\",\n        \"status\": \"Succeeded\"\n    }\n]"}],"_postman_id":"da80e382-485b-4a91-8fec-56a13487d115"},{"name":"Notification","id":"78c1c6a6-d968-4657-b135-02a5ae8557d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"notificationUrl\": \"merchant end point callback url\",\r\n    \"notificationUrlSandbox\": \"merchant sandbox end point callback url\",\r\n    \"secretKey\": \"merchant end point verification secret key\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/Integration/v1/notification","description":"<p>This API enables you to configure the notification URL in your system. To enhance security, you have the option to set a secretKey and validate it on your end. Please note that setting the notification URL to empty will disable this feature.</p>\n<h4 id=\"notification-callback-response\"><strong>Notification Callback Response</strong></h4>\n<p>When an order reaches the \"complete\" status (whether it's Succeeded, Failed, or PartialFailed), our API will initiate a POST request to your configured endpoint. The request will include the following parameters. After receiving this request, you will need to fetch the order details using the Get Order endpoint.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"orderId\": 12345 ,\n  \"status\": \"succeeded\",\n  \"totalCards\": 10,\n  \"createdOn\": \"datetime order create date\", \n  \"completedOn\": \"datetime order completed date\",\n  \"secretKey\": \"Merchent configured secret key\",\n  \"requestId\": \"GUID Merchent Identifier\"\n}\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{YourClientId}}"},{"key":"password","value":"{{YourClientSecret}}"}]},"isInherited":true,"source":{"_postman_id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","name":"Bamboo Client Integration (Documentation) - V2","type":"collection"}},"urlObject":{"path":["api","Integration","v1","notification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"81356025-befb-4db2-a845-57a3ef45a2e7","name":"Notification","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"notificationUrl\": \"https://yoururl/order/notification\",\r\n    \"secretKey\": \"76d247c4-015d-470e-9ff6-5c1c873d1e0d\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/Integration/v1/notification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2024 04:43:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=/NiKVXAiQ0zQlsbUlFMUaa7+xZYzvPfeotUZm31XK0Kb7FOH88aTMII98lxRECY8KrvNpmBX9BtLQQyYxoWTOj04XRVV5YPZ2ZDVY8mrT9eAhWKeMMpH8RzZL+ma; Expires=Thu, 23 May 2024 04:43:21 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=/NiKVXAiQ0zQlsbUlFMUaa7+xZYzvPfeotUZm31XK0Kb7FOH88aTMII98lxRECY8KrvNpmBX9BtLQQyYxoWTOj04XRVV5YPZ2ZDVY8mrT9eAhWKeMMpH8RzZL+ma; Expires=Thu, 23 May 2024 04:43:21 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Kestrel"},{"key":"api-supported-versions","value":"1.0, 2.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"notificationUrl\": \"https://yoururl/order/notification\",\n    \"notificationUrlSandbox\" : \"https://yoururl/order/notification\",\n    \"secretKey\": \"76d247c4-015d-470e-9ff6-5c1c873d1e0d\"\n}"}],"_postman_id":"78c1c6a6-d968-4657-b135-02a5ae8557d2"},{"name":"Notification","id":"60814b03-8678-4993-8e4d-86a573b2e408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/Integration/v1/notification","description":"<p>This API returns the configured notification URL in your system along with the associated secret key, which will be validated on your side.</p>\n<h3 id=\"example-response\">Example response:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"notificationUrl\": \"your endpoint callback url\",\n    \"notificationUrlSandbox\": \"merchant sandbox end point callback url\",\n    \"secretKey\": \"your endpoint verification secret key\",\n}\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{YourClientId}}"},{"key":"password","value":"{{YourClientSecret}}"}]},"isInherited":true,"source":{"_postman_id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","name":"Bamboo Client Integration (Documentation) - V2","type":"collection"}},"urlObject":{"path":["api","Integration","v1","notification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cab7fcd4-b2e0-47a3-9ba4-5c644e9c7e40","name":"Notification","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/Integration/v1/notification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2024 04:43:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=taAN5UTERiiHZiMcSfV4atYJtLwFrgK/DMhLCF6/9jN+kPAB03dktFsPl4Es1Gm4zIQ4oDiQ7KyLg7NJ7W0wx/ramDZRtntxo4D49ctRE0kth2xDvlg4P51mtZP4; Expires=Thu, 23 May 2024 04:43:32 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=taAN5UTERiiHZiMcSfV4atYJtLwFrgK/DMhLCF6/9jN+kPAB03dktFsPl4Es1Gm4zIQ4oDiQ7KyLg7NJ7W0wx/ramDZRtntxo4D49ctRE0kth2xDvlg4P51mtZP4; Expires=Thu, 23 May 2024 04:43:32 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Kestrel"},{"key":"api-supported-versions","value":"1.0, 2.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"notificationUrl\": \"https://yoururl/order/notification\",\n    \"notificationUrlSandbox\" : \"https://yoururl/order/notification\",\n    \"secretKey\": \"76d247c4-015d-470e-9ff6-5c1c873d1e0d\"\n}"}],"_postman_id":"60814b03-8678-4993-8e4d-86a573b2e408"}],"id":"b095cb4b-623a-4ae4-8894-dfa034205f6d","description":"<p>This document aims to aid our clients in seamlessly integrating with Bamboo Client APIs V1.</p>\n","_postman_id":"b095cb4b-623a-4ae4-8894-dfa034205f6d","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{YourClientId}}"},{"key":"password","value":"{{YourClientSecret}}"}]},"isInherited":true,"source":{"_postman_id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","name":"Bamboo Client Integration (Documentation) - V2","type":"collection"}}},{"name":"Integration V2","item":[{"name":"Get catalog","id":"8ade17e2-1ed0-4424-93c4-177200879234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/api/integration/v2.0/catalog?CurrencyCode=USD&CountryCode=US&Name=playstation germany&ModifiedDate=2022-08-21&ProductId=114111&PageSize=100&PageIndex=0&BrandId=1020&TargetCurrency=USD","description":"<p>Users have to include valid credentials in the Authorization header of each GET request.</p>\n<p>The GET /api/integration/v2.0/catalog endpoint lets you retrieve the list of brands and products available for you.</p>\n<p>A successful GET request returns a list of available brands in the response body with the information for each brand.</p>\n<h3 id=\"example-response\">Example response:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"pageindex\": 0,\n    \"pageSize\": 100,\n    \"count\": 1,\n    \"items\": [\n        {\n            \"name\": \"iTunes USA eGift voucher\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"string\",\n            \"disclaimer\": \"string\",\n            \"redemptionInstructions\": \"string\",\n            \"terms\": \"string\",\n            \"logoUrl\": \"string\",\n            \"modifiedDate\": \"2022-08-22T09:06:28.4131483\",\n            \"products\": [\n                {\n                    \"id\": 114111,\n                    \"name\": \"iTunes USA eGift voucher\",\n                    \"minFaceValue\": 100.0000,\n                    \"maxFaceValue\": 100.0000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 100.00000000,\n                        \"max\": 100.00000000,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2022-08-22T09:06:29.6783345\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{YourClientId}}"},{"key":"password","value":"{{YourClientSecret}}"}]},"isInherited":true,"source":{"_postman_id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","name":"Bamboo Client Integration (Documentation) - V2","type":"collection"}},"urlObject":{"path":["api","integration","v2.0","catalog"],"host":["{{host}}"],"query":[{"description":{"content":"<p>filter by passing the 3 chars Iso standard currncy format</p>\n","type":"text/plain"},"key":"CurrencyCode","value":"USD"},{"description":{"content":"<p>filter by passing the 2 chars Iso standard country format</p>\n","type":"text/plain"},"key":"CountryCode","value":"US"},{"description":{"content":"<p>filter by brand name </p>\n","type":"text/plain"},"key":"Name","value":"playstation germany"},{"description":{"content":"<p>filter product modified after spesified date</p>\n","type":"text/plain"},"key":"ModifiedDate","value":"2022-08-21"},{"description":{"content":"<p>filter only the product with that Id if exist</p>\n","type":"text/plain"},"key":"ProductId","value":"114111"},{"description":{"content":"<p>page size default: 100</p>\n","type":"text/plain"},"key":"PageSize","value":"100"},{"description":{"content":"<p>page index</p>\n","type":"text/plain"},"key":"PageIndex","value":"0"},{"description":{"content":"<p>filter all product with this brand Id </p>\n","type":"text/plain"},"key":"BrandId","value":"1020"},{"description":{"content":"<p>display all prices in single currency</p>\n","type":"text/plain"},"key":"TargetCurrency","value":"USD"}],"variable":[]}},"response":[{"id":"a96845be-478e-4574-a2cc-7845d8bc1c68","name":"Get catalog","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/integration/v2.0/catalog?CurrencyCode=USD&CountryCode=US&ModifiedDate=2022-08-21&PageSize=100&PageIndex=0&TargetCurrency=USD","host":["{{host}}"],"path":["api","integration","v2.0","catalog"],"query":[{"key":"CurrencyCode","value":"USD","description":"filter by passing the 3 chars Iso standard currncy format"},{"key":"CountryCode","value":"US","description":"filter by passing the 2 chars Iso standard country format"},{"key":"Name","value":"playstation germany","description":"filter by brand name ","disabled":true},{"key":"ModifiedDate","value":"2022-08-21","description":"filter product modified after spesified date"},{"key":"ProductId","value":"114111","description":"filter only the product with that Id if exist","disabled":true},{"key":"PageSize","value":"100","description":"page size default: 100"},{"key":"PageIndex","value":"0","description":"page index"},{"key":"BrandId","value":"1020","description":"filter all product with this brand Id ","disabled":true},{"key":"TargetCurrency","value":"USD","description":"display all prices in single currency"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2024 04:45:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35444"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=fxRBkg6VHuqQVW+6EtPw0C5qS43gVx4lbxr7n6AyGQX57l/IJMkhpIkysZRblbPqz/YDD+kCJjXxKlFCPvflclD1zcGsMzhD9njRqTnAVNL+5GKsSbf5a3gt/DpJ; Expires=Thu, 23 May 2024 04:45:42 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=fxRBkg6VHuqQVW+6EtPw0C5qS43gVx4lbxr7n6AyGQX57l/IJMkhpIkysZRblbPqz/YDD+kCJjXxKlFCPvflclD1zcGsMzhD9njRqTnAVNL+5GKsSbf5a3gt/DpJ; Expires=Thu, 23 May 2024 04:45:42 GMT; Path=/; SameSite=None; Secure"},{"key":"Server","value":"Kestrel"},{"key":"api-supported-versions","value":"1.0, 2.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageIndex\": 0,\n    \"pageSize\": 100,\n    \"count\": 19,\n    \"items\": [\n        {\n            \"internalId\": \"2921\",\n            \"name\": \"Airbnb USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Amazing places to stay and things to do, all around the world.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Here’s how to redeem your gift:<P>\\r\\n1.  Sign up or log in at airbnb.com/gift<P>\\r\\n2.  Follow the on-screen prompts<P>\\r\\n3.  We’ll automatically apply the credit when you book</p>\\r\\n<p><em>When redeeming your gift card at airbnb.com/gift, please enter your full gift card code where it asks for a PIN</em></p>\",\n            \"terms\": \"<p>Funds do not expire. No fees apply to purchase/activation of Card. Redeemable by U.S. residents, not including residents of U.S. territories and possessions, for merchandise and services on airbnb.com only. The Card is non-reloadable and, except where required by law, cannot be redeemed for cash, refunded, or returned. Treat this Card as cash; issuer is not responsible for lost, damaged or stolen cards, or for unauthorized use. Issued by Airbnb Payments, Inc. Terms apply and are subject to change without notice; visit airbnb.com/terms/gift_cards for current terms, conditions, and limitations.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2921/logo\",\n            \"modifiedDate\": \"2024-02-07T11:19:06.5639427\",\n            \"products\": [\n                {\n                    \"id\": 483243,\n                    \"name\": \"Airbnb USA\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 25,\n                        \"max\": 500,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697061\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"1016\",\n            \"name\": \"Xbox USA (Promo)\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"With an Xbox Gift Card, give the freedom to pick the gift they want. It can be used to buy the hottest new Xbox full game downloads, apps, movies, TV shows, devices, and more. There are no fees or expiration dates to worry about. This digital gift code is good for purchases at Microsoft Store online, on Windows, and on Xbox.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redeem at microsoft.com/redeem. \\r\\n\",\n            \"terms\": \"Visit microsoft.com/cardterms. \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/1016/logo\",\n            \"modifiedDate\": \"2023-03-16T09:46:06.0765734\",\n            \"products\": [\n                {\n                    \"id\": 512710,\n                    \"name\": \"Xbox USA 10 USD\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": 181,\n                    \"price\": {\n                        \"min\": 10,\n                        \"max\": 10,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T00:53:09.768733\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3469\",\n            \"name\": \"Amazon USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": null,\n            \"disclaimer\": null,\n            \"redemptionInstructions\": null,\n            \"terms\": null,\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3469/logo\",\n            \"modifiedDate\": \"2024-05-15T14:05:07.3250713\",\n            \"products\": [\n                {\n                    \"id\": 541329,\n                    \"name\": \"Amazon US\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 2000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 2000,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-17T18:24:09.5574632\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"eCommerce\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4635\",\n            \"name\": \"Amazon USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Amazon.com Gift Cards* never expire and can be redeemed towards millions of items at www.amazon.com\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"To redeem your gift card, follow these steps: Visit www.amazon.com/redeem  Enter the Claim Code when prompted. Gift card funds will be applied automatically to eligible orders during the checkout process. You must pay for any remaining balance on your order with another payment method. Your gift card claim code may also be entered when prompted during checkout. To redeem your gift card using the Amazon.com 1-Click® service, first add the gift card funds to Your Account. If you have questions about redeeming your gift card, please visit www.amazon.com/gc-redeem.  \",\n            \"terms\": \"Restrictions apply, see amazon.com/gc-legal\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4635/logo\",\n            \"modifiedDate\": \"2024-05-15T14:50:58.7898318\",\n            \"products\": [\n                {\n                    \"id\": 541331,\n                    \"name\": \"Amazon USA\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 2000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 2000,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-04-05T19:09:16.3289768\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"eCommerce\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4222\",\n            \"name\": \"Crypto Voucher USD Rewards\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Crypto Voucher is the perfect solution for anyone looking for an easy way to buy Bitcoin and other cryptocurrencies. Especially if you are hesitant to give out your credit card data. Maybe you want to stay on a budget when you buy digital currency. This prepaid card is the easiest way to buy cryptocurrencies instantly. Buy your voucher whenever you want and receive it within seconds via email, 24/7. It’s simple, fast and secure!\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem your voucher code you need a crypto wallet to store your cryptocurrency in. 2. If you don’t have one you can use Crypto Voucher internal wallet, visit cryptovoucher.io, choose the currency you want and enter your wallet details and voucher code. 3. You can choose one currency at a time and must redeem your whole voucher at once. 4. Once you’ve done that, you should give it up to 30 minutes for your cryptocurrency to arrive.\\r\\n\",\n            \"terms\": \"For Terms & Conditions, please visit https://cryptovoucher.io/terms-conditions\\r\\n\\r\\n\\r\\nExpiry - 6 Months from Date of Issue\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4222/logo\",\n            \"modifiedDate\": \"2024-05-15T14:21:33.2686803\",\n            \"products\": [\n                {\n                    \"id\": 602059,\n                    \"name\": \"Crypto Voucher USD\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 15,\n                        \"max\": 1000,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T14:21:38.3244045\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 17,\n                    \"name\": \"Crypto\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2376\",\n            \"name\": \"Binance Test USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Celebrate With the Gift of Crypto!\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Please redeem your voucher code using below link \\r\\n\\r\\nhttps://www.binance.me/en/gift-card\\r\\n\\r\\nOr redeem your voucher code using www.binance.me or Binance App\\r\\n\\r\\nSelect Menu\\r\\n\\r\\nSelect Binance Gift Card Option\\r\\n\\r\\nEnter the gift card certificate and redeem\",\n            \"terms\": \"*eGift voucher is non-refundable/exchange / cancel and cannot be exchanged for cash in part or full and is valid for a single transaction only and as per the respective brands terms and conditions\\r\\n*eGift vouchers cannot be replaced if lost, stolen, or damaged and cannot be sent to any other email id other than the order email placed\\r\\n*eGift vouchers are valid till the claim-by-date as per the respective brand\\r\\n*eGift vouchers only to be used in their specific region as mentioned in the product name / description and cannot be changed to other countries at all\\r\\n*eGift voucher will be under the terms and conditions of their respective brands.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2376/logo\",\n            \"modifiedDate\": \"2023-09-18T12:20:18.4382703\",\n            \"products\": [\n                {\n                    \"id\": 655797,\n                    \"name\": \"Binance Test USA 1 USD\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 1,\n                    \"count\": 14,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 1,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-02-07T23:03:12.5255086\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"2097\",\n            \"name\": \"Vanilla Visa USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"The gift of endless possibilities. Vanilla® Visa® Gift Cards can be used everywhere Visa debit cards are accepted in the United States. \\r\\n\\r\\nCan be used online purchase, by phone or mail order.\\r\\nNo fees after purchase\\r\\nFunds do not expire\\r\\n24/7 customer service available\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"How to Redeem a Visa Vanilla Gift Card Online\\r\\nSelect 'Credit' or 'Debit' as the payment method (Do not select 'Gift Card').\\r\\nIn the Payment Method section, enter the card information as you would a credit or debit card.\\r\\nIn the Billing Address section, please fill in your name and address.\",\n            \"terms\": \"Please visit the link for the Terms  & Condition:<p>\\r\\nhttps://balance.vanillagift.com/#/cardholderAgreement\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2097/logo\",\n            \"modifiedDate\": \"2024-05-16T04:13:54.2017819\",\n            \"products\": [\n                {\n                    \"id\": 764485,\n                    \"name\": \"Vanilla Visa USD\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 20,\n                        \"max\": 500,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5166554\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Prepaid Cards\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3786\",\n            \"name\": \"Azteco Bitcoin Lightning Voucher USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Azteco is the world's easiest to use Bitcoin service. Users purchase Azteco Vouchers identical to the globally familiar paper vouchers sold by O2, T-Mobile, EE, MTN and all other mobile phone networks. Azteco Vouchers are the same in function to the gift cards sold by iTunes, Amazon, and the thousands of gift cards with redeemable codes sold in supermarkets. Azteco Vouchers are redeemable directly to the mobile phones of consumers, working the same way that top-up vouchers do to add call time to Pay-as-You-Go mobile phones. The vast majority of mobile phone use on earth is via Pay-as-You-Go, with users topping up by paper vouchers with a QR code. Now this convenience will be available for users of the Bitcoin network.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>\\\"This is a Lightning Voucher.\\r\\nFor the best redeem experience scan the QR code with Wallet of Satoshi, Muun, Breez, Phoenix or BlueWallet.\\r\\nClick anywhere on the voucher if viewing on a mobile device.\\r\\nLightning Vouchers redeem immediately.\\r\\nIf you experience any problems redeeming your voucher, email support@azte.co.\\r\\nVoucher expires in 30 days. Cannot be replaced if lost, expired or destroyed.\\\"</p>\",\n            \"terms\": \"Visit https://azte.co/terms</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3786/logo\",\n            \"modifiedDate\": \"2024-02-08T07:35:53.2729007\",\n            \"products\": [\n                {\n                    \"id\": 817981,\n                    \"name\": \"Azteco Bitcoin Lightning Voucher US\",\n                    \"minFaceValue\": 1,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 1,\n                        \"max\": 1000,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697618\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"3747\",\n            \"name\": \"Azteco Bitcoin On-Chain Voucher USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Azteco is the world's easiest to use Bitcoin service. Users purchase Azteco Vouchers identical to the globally familiar paper vouchers sold by O2, T-Mobile, EE, MTN and all other mobile phone networks. Azteco Vouchers are the same in function to the gift cards sold by iTunes, Amazon, and the thousands of gift cards with redeemable codes sold in supermarkets. Azteco Vouchers are redeemable directly to the mobile phones of consumers, working the same way that top-up vouchers do to add call time to Pay-as-You-Go mobile phones. The vast majority of mobile phone use on earth is via Pay-as-You-Go, with users topping up by paper vouchers with a QR code. Now this convenience will be available for users of the Bitcoin network.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>\\\"This is an On-Chain Voucher. For the best redeem experience, scan the QR code with Pine wallet, BlueWallet or Edgewallet.\\r\\nAlternatively, have your bitcoin address ready and point your camera at the QR code to go to azte.co to manually redeem your voucher.\\r\\nWhen viewing online, click anywhere on the voucher to redeem.\\r\\nVouchers take 30 minutes to confirm on average. Confirmation time may vary based on Bitcoin network conditions. If you experience any problems redeeming your voucher, email support@azte.co. Voucher expires in 30 days. Cannot be replaced if lost, expired or destroyed.\\\"</p>\",\n            \"terms\": \"Visit https://azte.co/terms</p> to read terms & condition.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3747/logo\",\n            \"modifiedDate\": \"2024-02-08T08:27:03.2397463\",\n            \"products\": [\n                {\n                    \"id\": 818048,\n                    \"name\": \"Azteco Bitcoin On-Chain Voucher USD\",\n                    \"minFaceValue\": 20,\n                    \"maxFaceValue\": 1000,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 20,\n                        \"max\": 1000,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697614\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"4586\",\n            \"name\": \"Atom Tickets USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"See movies at 1,700+ theaters across the country * Buy movie tickets * Skip box office lines * Invite friends * Pay separately * Pre-order snacks* * Fast, easy checkout * No hassle click-to-cancel* 100% digital tickets.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Download the Atom Tickets mobile app for iOS or Android, or visit www.atomtickets.com. Find a movie and showtime. During checkout enter your gift card number and PIN.</p>\",\n            \"terms\": \"<p>Card does not expire or charge a fee. Purchase, use or acceptance of card constitutes acceptance of these terms. Redeem only through Atom Tickets mobile app or atomtickets.com to purchase movie tickets (and concessions or merchandise, where available), at participating theatres in the U.S./Canada.Not refundable. Not usable to buy gift cards. Not for resale. Not redeemable for cash unless required by law. Will not be replaced if lost, stolen or used without permission. Atom Tickets, LLC is the card issue and sole obligor to card owner. Atom Tickets, LLC may delegate its issuer obligations to an assignee, without recourse; if it does, the assignee, not Atom Tickets, LLC, will be sole obligor to card owner.Purchases may include taxes and/or service fees and are subject to Terms of Use, Purchase Terms, and Privacy Policy. See below for full terms, and see atomtickets.com/giftcards for balance inquiries and customer service (or call 1-866-439-9060).For a complete theater list, visit atm.tk/exhibitorsRedeem gift cards on the free Atom Tickets app or at atomtickets.com*pre-order snacks at select theaters.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4586/logo\",\n            \"modifiedDate\": \"2024-02-08T05:42:16.125891\",\n            \"products\": [\n                {\n                    \"id\": 821372,\n                    \"name\": \"Atom Tickets US\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 15,\n                        \"max\": 250,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8699116\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"5132\",\n            \"name\": \"Hopper USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Hopper has helped over 100M travelers save money booking hotels, flights, and more. Download our mobile app to start searching and saving.\\r\\n\\r\\nBullet Point Highlights:\\r\\n•\\tBig Savings: We save our users an average of over $60 per trip compared to other travel booking sites or apps.\\r\\n•\\tPrice Tracking: Monitor prices on flights and hotels, with 95% accuracy up to 1 year in advance. Watch a trip right in the app, and we'll send you a notification when it's the best time to buy.\\r\\n•\\tGreat Selection: All major US airlines, hotels, and car rental brands are available to book right in the app.\\r\\n•\\tTravel Protection: Make your flight or hotel fully refundable or changeable and easily cancel for a refund in just a few taps. Add our disruption protection to rebook delays or missed connections easily, with no penalty.\\r\\n•\\tPrice Freeze: Not ready to book but see a price you don't want to miss out on? Freeze it, and book it later at your frozen price.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"HOW TO REDEEM\\r\\nFollow these steps to redeem your gift card:\\r\\n1. Download the Hopper app from the App Store (iPhone) or Google Play (Android)\\r\\n2. Navigate to Settings > Gift Cards in the app\\r\\n3. Enter the code\",\n            \"terms\": \"Funds do not expire. No fees apply to purchase, redemption, or use of this gift card. This gift card may be used only by U.S. residents and only for purchases of eligible services through the Hopper iOS or Android mobile application and/or website. This gift card is not reloadable and, except where required by law, cannot be redeemed for cash, refunded or returned. Hopper is not responsible for lost, damaged or stolen cards, or for unauthorized use. Gift cards are issued by Hopper (USA), Inc., which may delegate issuance to another affiliate or subsidiary. Terms and conditions apply to your use of this gift card, which are subject to change without notice. Visit hopper.com/legal/Hopper-Gift-Cards/us for current terms, conditions and limitations.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/5132/logo\",\n            \"modifiedDate\": \"2024-05-14T06:58:19.903012\",\n            \"products\": [\n                {\n                    \"id\": 844956,\n                    \"name\": \"Hopper USD\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 15,\n                        \"max\": 500,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.70381\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"225\",\n            \"name\": \"Sam's Club USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"With a Sam’s Club eGift Card, you get low prices every day on thousands of popular products in stores or online at Samsclub.com. You’ll find a wide\\r\\nassortment of top electronics, toys, home essentials and more. Plus, cards\\r\\ndon’t expire and you never pay any fees.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Using your eGift Card is simple\\r\\nYou can redeem your Sam’s Club eGift Card at Samsclub.com and Walmart.com or print it out to use in a Sam's Club or Walmart store.\\r\\n\\r\\neGift Card Support\\r\\nYou can check your balance online. If you have concerns, please email customer service at help@walmart.com. This card is not redeemable for cash.\\r\\n\\r\\nPLEASE TREAT THIS E-GIFT CARD LIKE CASH AND SAFEGUARD IT ACCORDINGLY\\r\\n\\r\\nCashier Instructions\\r\\n1. Total the order\\r\\n2. Select 'Shopping Card'\\r\\n3. Scan the barcode on this page\",\n            \"terms\": \"Use this card at any Walmart store or Sam’s Club in the U.S. or Puerto Rico, or on-line at Walmart.com, Samsclub.com, or at any location listed at http://Walmart.com/giftcardterms. Terms, including a mandatory arbitration provision, apply to use of this card. See full terms, which may change without\\r\\nnotice, at Walmart.com/giftcardterms. Card balance is a liability of Wal-Mart Stores Arkansas, LLC. No cash redemption unless required by law. No\\r\\nreplacement for lost/stolen cards. Walmart may refuse to accept this card and take action, including balance forfeiture, for fraud, abuse or violations of terms. Never give card numbers to someone you don’t know. For more information on how to protect yourself from fraud, visit. http://Walmart.com/fraud.\\r\\nTo report fraud or to check balance, call 1-888-537-5503.\",\n            \"logoUrl\": \"https://app.giftango.com/GPCGraphics/SamsClub_NoDenom_DIG_CR80_101620_300x190_RGB.png\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5260873\",\n            \"products\": [\n                {\n                    \"id\": 889835,\n                    \"name\": \"Sam's Club USD\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4.88798875,\n                        \"max\": 488.798875,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4409924\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 16,\n                    \"name\": \"Electronics\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"Kids Fashion & Toys\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4877\",\n            \"name\": \"CVS Pharmacy US\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"A CVS Pharmacy® gift card is always a great choice.\\r\\n\\r\\nWith more than 7,800 locations from coast to coast, CVS Pharmacy is the most convenient place to get the prescription medications and health care products you need.  Plus, it provides a huge selection of popular beauty and personal care brands as well as exclusive brands you won’t find anywhere else. \\r\\n\\r\\nCVS Pharmacy gift cards cannot be used on-line at CVS.com® or for any other retailer’s gift card or prepaid card that CVS Pharmacy may carry.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Using your Gift Card is simple:\\r\\nRedeem In-Store\\r\\n<p>\\r\\nUse it at any CVS Pharmacy® store during time of purchase<p>\\r\\n<p>\\r\\nIn-Store Merchant Instructions\\r\\n<p>\\r\\nChoose Gift/Money Card button from quick payment row on touch screen<p>\\r\\nScan barcode or enter manually the code on eGift Card\\r\\n<p>\\r\\n NON-REFUNDABLE \",\n            \"terms\": \"This promotional eCard may be used just like cash toward purchases a flu-shot at any CVS/pharmacy®. Cannot be used to purchase money orders or prepaid cards, or as payment on a credit card account. It will not be replaced or replenished if lost, stolen or used without authorization, and it is not reloadable.\\r\\n\\r\\nBy accepting and retaining the ePromotional Card or using the card you agree to these terms and conditions, as well as future terms and conditions and program service changes.  CVS/pharmacy reserves the right to change the format, elements and terms and conditions of the Promotional  Card program at any time without notice.  The CVS/pharmacy ePromotional card expires on the date on the card, and no dormancy or inactivity fees will be charged.\\r\\n\\r\\nCardFact 25, Inc. is the card issuer and sole obligor to card owner. CardFact may delegate its issuer obligations to an assignee, without recourse. If delegated, the assignee, and not CardFact, will be sole obligor to card owner. Purchase, use or acceptance of card constitutes acceptance of these terms. Distributed through CVS/pharmacy®. For balance, visit www.cvs.com . For assistance Call Customer Service toll-free at 855-835-3684. CVS and related marks and designs are trademarks of CVS/pharmacy. ©2014 CVS/pharmacy®\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4877/logo\",\n            \"modifiedDate\": \"2024-05-14T06:58:19.9030117\",\n            \"products\": [\n                {\n                    \"id\": 904242,\n                    \"name\": \"CVS Pharmacy USD\",\n                    \"minFaceValue\": 5,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 4.60046,\n                        \"max\": 460.046,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T12:00:21.7037968\"\n                }\n            ],\n            \"categories\": []\n        },\n        {\n            \"internalId\": \"3614\",\n            \"name\": \"Wayfair USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Wayfair Gift Cards are the perfect way to let someone know you care without all the hassle of finding the perfect item. With one of the world's largest online selections of furniture, home furnishings, décor and goods, including more than ten million products from over 10,000 suppliers, Wayfair helps people find the perfect product at the right price. Our extensive selection and superior customer service coupled with the convenience of online shopping, make it easier than ever before to find exactly what you want for your home at a price you can afford.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Redemption Instructions\\r\\nVisit wayfair.com/redeem.\\r\\nEnter the Gift Card PIN and click “Redeem”. \\r\\nStart shopping for your next favorite find.\\r\\nPlease allow up to 30 minutes to activate.</p>\",\n            \"terms\": \"<p>Terms and Conditions\\r\\nGift cards do not expire. Can only be redeemed at a Wayfair website (wayfair.com, jossandmain.com, birchlane.com, allmodern.com, and perigold.com). Only valid in the U.S. Cannot be used to purchase additional gift cards. Not redeemable for cash and cannot be returned for a cash refund, except to the extent required by law. Wayfair is not responsible for and will not replace lost or stolen gift cards. For complete Terms & Conditions, see www.wayfair.com/giftcardterms</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3614/logo\",\n            \"modifiedDate\": \"2023-12-13T13:05:26.6445244\",\n            \"products\": [\n                {\n                    \"id\": 937217,\n                    \"name\": \"Wayfair USD\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.320932,\n                        \"max\": 466.0466,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8697664\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"Tools & Home Improvement\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 13,\n                    \"name\": \"Home & Garden\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2099\",\n            \"name\": \"PlayStation USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Use PlayStation®Store Cash Cards to purchase downloadable games, game add-ons, full length movies, TV shows and other content that you can play or view on your PlayStation®3, PS Vita or PSP®.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"1. To redeem this eGift Card, Sign into PlayStation™ Network or create an account at\\r\\nplaystation.com\\r\\n2. Go to 'Redeem Codes' on PlayStation™Store and enter the voucher code\\r\\n3. The PS Store Cash Card, when redeemed, will place the full face value of the card into the PlayStation®Wallet. You may use the funds in your Wallet to purchase exclusive games, PS one® Classics, add-on game content, movies*, and television shows*.\\r\\n4. No cashback, returns or refund accepted.\",\n            \"terms\": \"Your use of this “PlayStation™Store“ card (“Card”) constitutes your acceptance of these terms and any additional terms available at playstationnetwork.com/terms-of-service. Activated Cards can only be redeemed through an account subject to prior acceptance of the Terms of Service and User Agreement and applicable Privacy Policy available at playstationnetwork.com/terms-of-service. “PS5” and “PS4” consoles, personal computers, access to the internet, compatible hardware and software sold separately. Your account will only accept Cards from the country designated on your account. Card is not redeemable for cash, cannot be returned for cash or credit, and may not be used for any other purpose. Card will not be replaced if lost, destroyed, or stolen.\\r\\n\\r\\nSony Interactive Entertainment LLC, its parent company, affiliated companies and licensors make no express or implied warranties with respect to Card, PSN or the availability of products or services. To the extent permitted by law, your sole and exclusive remedy is the replacement of Card. All rights are reserved. Terms of Card may change without notice. Void where prohibited or restricted by law. No refunds from Sony Interactive Entertainment LLC.\\r\\n\\r\\nFor assistance, visit support.playstation.com.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2099/logo\",\n            \"modifiedDate\": \"2024-05-16T04:13:54.2017819\",\n            \"products\": [\n                {\n                    \"id\": 963315,\n                    \"name\": \"PlayStation USA 25 USD\",\n                    \"minFaceValue\": 25,\n                    \"maxFaceValue\": 25,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 22.50225,\n                        \"max\": 22.50225,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5293597\"\n                },\n                {\n                    \"id\": 963316,\n                    \"name\": \"PlayStation USA 100 USD\",\n                    \"minFaceValue\": 100,\n                    \"maxFaceValue\": 100,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 90.009,\n                        \"max\": 90.009,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5293597\"\n                },\n                {\n                    \"id\": 963317,\n                    \"name\": \"PlayStation USA 50 USD\",\n                    \"minFaceValue\": 50,\n                    \"maxFaceValue\": 50,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 45.0045,\n                        \"max\": 45.0045,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5293598\"\n                },\n                {\n                    \"id\": 963318,\n                    \"name\": \"PlayStation USA 75 USD\",\n                    \"minFaceValue\": 75,\n                    \"maxFaceValue\": 75,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 67.50675,\n                        \"max\": 67.50675,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5293598\"\n                },\n                {\n                    \"id\": 963319,\n                    \"name\": \"PlayStation USA 55 USD\",\n                    \"minFaceValue\": 55,\n                    \"maxFaceValue\": 55,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 49.50495,\n                        \"max\": 49.50495,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5293599\"\n                },\n                {\n                    \"id\": 963320,\n                    \"name\": \"PlayStation USA 70 USD\",\n                    \"minFaceValue\": 70,\n                    \"maxFaceValue\": 70,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 63.0063,\n                        \"max\": 63.0063,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:13:53.5293599\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                },\n                {\n                    \"id\": 1,\n                    \"name\": \"Entertainment\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2525\",\n            \"name\": \"American Airlines USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"An American Airlines gift card is the perfect gift for any occasion. You can have your card delivered by mail or email that can be used toward the purchase of a ticket to hundreds of exciting destinations. You can use up to 8 gift cards at one time, and there are no expiration dates or fees.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redemption Instructions\\r\\nGift Cards are redeemable online at www.aa.com or by calling American Airlines Reservations. Gift cards cannot be redeemed at airport ticket counters or travel agents. Transactions through American Airlines Reservations are subject to an additional charge which must be paid separately by credit, debit or charge card. Up to eight gift cards may be redeemed in a single transaction or purchase.\",\n            \"terms\": \"Terms and Conditions\\r\\nGift Cards are redeemable toward the purchase of air travel wholly on flights operated by American Airlines, American Eagle® and oneworld® carriers for itineraries sold and originating in the U.S., Puerto Rico and U.S. Virgin Islands. Gift Cards may also be used for payment of air travel on any oneworld® partner or codeshare flights designated in flight listings as AA*. For a complete list of American Airlines codeshare partners as well as other codeshare information, visit www.aa.com/codeshare. They cannot be used for payment of air travel on any other airline. In addition, if a credit card is used in conjunction with Gift Card(s), the credit card must have a United States, U.S. Virgin Islands or Puerto Rico billing address. Gift Cards may not be used for upgrades, Admirals Club memberships enrollments, Admirals Club One-Day passes, AAdvantage Award Travel or other non-flight products and/or services sold on AA.com.\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2525/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5261451\",\n            \"products\": [\n                {\n                    \"id\": 1004706,\n                    \"name\": \"American Airlines US 500 USD\",\n                    \"minFaceValue\": 500,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 500.05,\n                        \"max\": 500.05,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410109\"\n                },\n                {\n                    \"id\": 1004707,\n                    \"name\": \"American Airlines US 250 USD\",\n                    \"minFaceValue\": 250,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 250.025,\n                        \"max\": 250.025,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410109\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 6,\n                    \"name\": \"Airlines & Hotels\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"2040\",\n            \"name\": \"Steam USD Global\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"STEAM is a digital distribution, digital rights management, multiplayer and communications platforms developed by Valve Corporation.\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Your Steam Gift Card can be redeemed in just a few simple steps: • Login to your Steam account; • First click your account name in the top right of the site, then click Account details; • Click Add Funds to your Steam Wallet; • Click Redeem a Steam Wallet Code; • Enter the Steam Gift Card code that you received in your email; • Click Continue. Note that if you have never used Steam Wallet credit on your account before, you may be prompted to enter your current address in order to determine the correct currency.\\r\\n\",\n            \"terms\": \"Visit https://store.steampowered.com/subscriber_agreement/\\r\\n\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/2040/logo\",\n            \"modifiedDate\": \"2024-05-15T10:22:16.9021639\",\n            \"products\": [\n                {\n                    \"id\": 1005527,\n                    \"name\": \"Steam USA 10 USD\",\n                    \"minFaceValue\": 10,\n                    \"maxFaceValue\": 10,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 9.450945,\n                        \"max\": 9.450945,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T10:22:20.3989001\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"3975\",\n            \"name\": \"Sportsmans Warehouse USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Sportsman’s Warehouse is the down-to-earth, authentic outdoor retailer and trusted guide who will help our customers succeed in their endeavors – equipping them with the right gear for hunting, fishing, shooting camping and more, at the lowest prices.\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"<p>Please enter your gift card number on the payments page when checking out online.</p>\",\n            \"terms\": \"<p>Your Sportsman’s Warehouse card may be used for the purchase of merchandise at any Sportsman’s Warehouse store nationwide and at Sportsmans.com. This card will not be exchangeable for cash except where required by law. Lost or stolen cards will not be replaced. Use of this card constitutes acceptance of these terms and conditions. Check your balance at any Sportsman’s Warehouse store register or at Sportsmans.com. This card is not a credit card or debit card. This card is issued by Minnesota Merchandising Corp.</p>\",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/3975/logo\",\n            \"modifiedDate\": \"2023-12-13T13:05:26.644531\",\n            \"products\": [\n                {\n                    \"id\": 1021305,\n                    \"name\": \"Sportsmans Warehouse USD\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 500,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 13.6753674,\n                        \"max\": 455.84558,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-16T04:18:26.8698046\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"Sports & Lifestyle\",\n                    \"description\": null\n                }\n            ]\n        },\n        {\n            \"internalId\": \"4956\",\n            \"name\": \"Candy Crush USA\",\n            \"countryCode\": \"US\",\n            \"currencyCode\": \"USD\",\n            \"description\": \"Top up your own gold bar balance in Candy Crush Saga or Candy Crush Soda Saga, or gift to a friend, to spend in-game on extra moves, lives and boosters. Perfect for passing those tricky levels!\\r\\n\",\n            \"disclaimer\": null,\n            \"redemptionInstructions\": \"Redeem your gold bars for use in Candy Crush Saga or Candy Crush Soda Saga!  \\r\\nSpend gold bars in-game on extra lives, boosters and extra moves.\\r\\n<p>\\r\\n1.Go to store.king.com<p>\\r\\n2. Sign into your account or create a new account.<p>\\r\\n3. Enter the code and PIN on the site.<p>\\r\\n4. Choose the game you want to add the gold bars to<p>\\r\\n5. Head to the game and enjoy!\\r\\n\",\n            \"terms\": \"Terms and Conditions \\r\\nUS only. This gift card is sold in the name of and on behalf of King.com Limited. The value of this gift card can only be used once in either Candy Crush Saga or Candy Crush Soda Saga. Redemption requires that you have a supported authentication account (directly with King with your email or via Facebook login only) for such game which is subject to your acceptance of our King Games Terms and Conditions. You must be 13+ to play our games and require parental consent if you are under 18 to create an account. Upon redemption this gift card will credit your game account with an amount of gold bars which will be determined at the time of redemption, giving you the best possible value at that time and has no value outside our game and until its activated. No refund or exchange for cash. No partial redemption is permitted, and this gift card does not expire. Use of our games require internet connection and can be played on compatible devices only. King is not responsible if this gift card is used without your permission or if its lost, stolen, damaged or destroyed. For all applicable terms please check our site Terms, the King Games Terms and Conditions and Privacy Policy at https://www.king.com/termsAndConditions and https://www.king.com/privacyPolicy or directly in our games. \",\n            \"logoUrl\": \"https://bamboo-assets.s3.amazonaws.com/app-images/brand-images/4956/logo\",\n            \"modifiedDate\": \"2024-05-15T07:06:35.5261751\",\n            \"products\": [\n                {\n                    \"id\": 1025431,\n                    \"name\": \"Candy Crush USA\",\n                    \"minFaceValue\": 15,\n                    \"maxFaceValue\": 250,\n                    \"count\": null,\n                    \"price\": {\n                        \"min\": 13.8763875,\n                        \"max\": 231.273125,\n                        \"currencyCode\": \"USD\"\n                    },\n                    \"modifiedDate\": \"2024-05-15T07:07:21.4410171\"\n                }\n            ],\n            \"categories\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Gaming\",\n                    \"description\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"8ade17e2-1ed0-4424-93c4-177200879234"}],"id":"927fd9b9-aac0-4f7c-b9c6-214b1a444701","description":"<p><strong>Integration Assistance Document - Bamboo Client APIs V2:</strong></p>\n<p>StartFragmentThis document is intended to assist in seamlessly integrating with Bamboo Client APIs V2. As part of our dedication to continuous improvement, we are presently enhancing the performance of our APIs.</p>\n<p>Below is the current set of APIs available for consumption by our clients.EndFragment</p>\n","_postman_id":"927fd9b9-aac0-4f7c-b9c6-214b1a444701","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{YourClientId}}"},{"key":"password","value":"{{YourClientSecret}}"}]},"isInherited":true,"source":{"_postman_id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","id":"c3cb44b0-3a43-42e7-9d84-6cc37f9edfdf","name":"Bamboo Client Integration (Documentation) - V2","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{YourClientId}}"},{"key":"password","value":"{{YourClientSecret}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"895671f8-2f1e-4884-99c3-a3ed8a881863"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"fdb6e6e8-7cbf-4ed1-aca5-26a152d71e0c"}}]}