{"info":{"_postman_id":"42906328-2cfc-4fc2-8a19-ebfe113bc32e","name":"billonus apis","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"33649574","collectionId":"42906328-2cfc-4fc2-8a19-ebfe113bc32e","publishedId":"2sBY4VKHpZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-08-06T13:54:23.000Z"},"item":[{"name":"countries","event":[{"listen":"prerequest","script":{"id":"54ca1fdb-6a8b-4dca-952e-0e2b54222dd9","exec":["const apiKey = pm.environment.get('apiKey');","const apiSecret = pm.environment.get('apiSecret');","","if (!apiKey || !apiSecret) {","    throw new Error('apiKey or apiSecret missing');","}","","const method = pm.request.method.toUpperCase();","const path = pm.request.url.getPath();","const timestamp = Math.floor(Date.now() / 1000).toString();","","let body = '';","if (!['GET', 'DELETE'].includes(method)) {","    body = pm.request.body ? pm.request.body.raw || '' : '';","}","","const stringToSign = method + path + timestamp + body;","","console.log(\"PATHTEST\", path)","console.log(\"STR:\", stringToSign);","console.log(\"APIKEY\", apiKey);","console.log(\"SERT\", apiSecret)","","const signature = CryptoJS.HmacSHA256(","    stringToSign,","    apiSecret.trim()",").toString(CryptoJS.enc.Hex);","","console.log(\"SIGN:\", signature);","","pm.request.headers.upsert({ key: 'X-API-KEY', value: apiKey });","pm.request.headers.upsert({ key: 'X-TIMESTAMP', value: timestamp });","pm.request.headers.upsert({ key: 'X-SIGNATURE', value: signature });","",""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"97752579-b923-46b3-ade5-97b4b4c1cfed","exec":["const apiKey = pm.environment.get('apiKey');","const apiSecret = pm.environment.get('apiSecret');","","if (!apiKey || !apiSecret) {","    throw new Error('apiKey or apiSecret missing');","}","","const method = pm.request.method.toUpperCase();","const path = pm.request.url.getPath();","const timestamp = Math.floor(Date.now() / 1000).toString();","","let body = '';","if (!['GET', 'DELETE'].includes(method)) {","    body = pm.request.body ? pm.request.body.raw || '' : '';","}","","const stringToSign = method + path + timestamp + body;","","console.log(\"PATHTEST\", path)","console.log(\"STR:\", stringToSign);","console.log(\"APIKEY\", apiKey);","console.log(\"SERT\", apiSecret)","","const signature = CryptoJS.HmacSHA256(","    stringToSign,","    apiSecret.trim()",").toString(CryptoJS.enc.Hex);","","console.log(\"SIGN:\", signature);","","pm.request.headers.upsert({ key: 'X-API-KEY', value: apiKey });","pm.request.headers.upsert({ key: 'X-TIMESTAMP', value: timestamp });","pm.request.headers.upsert({ key: 'X-SIGNATURE', value: signature });","",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"db7a78ab-3ad3-4400-80c8-2f4b0a6919e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"url":"{{baseUrl}}/vendor/giftcard/countries","urlObject":{"path":["vendor","giftcard","countries"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"36027b6f-48dd-4e4f-87f8-21f07f3e95af","name":"countries","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"url":"{{baseUrl}}/vendor/giftcard/countries"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Aug 2026 14:03:04 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Countries retrieved successfully.\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"currency_code\": \"USD\",\n            \"name\": \"United States\",\n            \"code\": \"US\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/us.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 2,\n            \"currency_code\": \"GBP\",\n            \"name\": \"United Kingdom\",\n            \"code\": \"GB\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/gb.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 3,\n            \"currency_code\": \"EUR\",\n            \"name\": \"Eurozone\",\n            \"code\": \"EU\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/eu.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 4,\n            \"currency_code\": \"CAD\",\n            \"name\": \"Canada\",\n            \"code\": \"CA\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/ca.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 5,\n            \"currency_code\": \"AUD\",\n            \"name\": \"Australia\",\n            \"code\": \"AU\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/au.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 6,\n            \"currency_code\": \"NZD\",\n            \"name\": \"New Zealand\",\n            \"code\": \"NZ\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/nz.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 7,\n            \"currency_code\": \"CHF\",\n            \"name\": \"Switzerland\",\n            \"code\": \"CH\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/ch.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 8,\n            \"currency_code\": \"JPY\",\n            \"name\": \"Japan\",\n            \"code\": \"JP\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/jp.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 9,\n            \"currency_code\": \"CNY\",\n            \"name\": \"China\",\n            \"code\": \"CN\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/cn.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 10,\n            \"currency_code\": \"HKD\",\n            \"name\": \"Hong Kong\",\n            \"code\": \"HK\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/hk.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 11,\n            \"currency_code\": \"SGD\",\n            \"name\": \"Singapore\",\n            \"code\": \"SG\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/sg.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 12,\n            \"currency_code\": \"SEK\",\n            \"name\": \"Sweden\",\n            \"code\": \"SE\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/se.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 13,\n            \"currency_code\": \"NOK\",\n            \"name\": \"Norway\",\n            \"code\": \"NO\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/no.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 14,\n            \"currency_code\": \"DKK\",\n            \"name\": \"Denmark\",\n            \"code\": \"DK\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/dk.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 15,\n            \"currency_code\": \"PLN\",\n            \"name\": \"Poland\",\n            \"code\": \"PL\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/pl.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 16,\n            \"currency_code\": \"CZK\",\n            \"name\": \"Czech Republic\",\n            \"code\": \"CZ\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/cz.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 17,\n            \"currency_code\": \"HUF\",\n            \"name\": \"Hungary\",\n            \"code\": \"HU\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/hu.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 18,\n            \"currency_code\": \"RON\",\n            \"name\": \"Romania\",\n            \"code\": \"RO\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/ro.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 19,\n            \"currency_code\": \"HRK\",\n            \"name\": \"Croatia\",\n            \"code\": \"HR\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/hr.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 20,\n            \"currency_code\": \"RSD\",\n            \"name\": \"Serbia\",\n            \"code\": \"RS\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/rs.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 21,\n            \"currency_code\": \"UAH\",\n            \"name\": \"Ukraine\",\n            \"code\": \"UA\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/ua.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 22,\n            \"currency_code\": \"BYN\",\n            \"name\": \"Belarus\",\n            \"code\": \"BY\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/by.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 23,\n            \"currency_code\": \"KZT\",\n            \"name\": \"Kazakhstan\",\n            \"code\": \"KZ\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/kz.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 24,\n            \"currency_code\": \"AED\",\n            \"name\": \"United Arab Emirates\",\n            \"code\": \"AE\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/ae.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 25,\n            \"currency_code\": \"SAR\",\n            \"name\": \"Saudi Arabia\",\n            \"code\": \"SA\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/sa.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 26,\n            \"currency_code\": \"QAR\",\n            \"name\": \"Qatar\",\n            \"code\": \"QA\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/qa.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 27,\n            \"currency_code\": \"KWD\",\n            \"name\": \"Kuwait\",\n            \"code\": \"KW\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/kw.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 28,\n            \"currency_code\": \"BHD\",\n            \"name\": \"Bahrain\",\n            \"code\": \"BH\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/bh.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 29,\n            \"currency_code\": \"OMR\",\n            \"name\": \"Oman\",\n            \"code\": \"OM\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/om.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 30,\n            \"currency_code\": \"ZAR\",\n            \"name\": \"South Africa\",\n            \"code\": \"ZA\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/za.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 31,\n            \"currency_code\": \"NGN\",\n            \"name\": \"Nigeria\",\n            \"code\": \"NG\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/ng.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 32,\n            \"currency_code\": \"KES\",\n            \"name\": \"Kenya\",\n            \"code\": \"KE\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/ke.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 33,\n            \"currency_code\": \"GHS\",\n            \"name\": \"Ghana\",\n            \"code\": \"GH\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/gh.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 34,\n            \"currency_code\": \"EGP\",\n            \"name\": \"Egypt\",\n            \"code\": \"EG\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/eg.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 35,\n            \"currency_code\": \"MAD\",\n            \"name\": \"Morocco\",\n            \"code\": \"MA\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/ma.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 36,\n            \"currency_code\": \"TND\",\n            \"name\": \"Tunisia\",\n            \"code\": \"TN\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/tn.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 37,\n            \"currency_code\": \"XOF\",\n            \"name\": \"West African CFA franc\",\n            \"code\": \"SN\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/sn.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 38,\n            \"currency_code\": \"XAF\",\n            \"name\": \"Central African CFA franc\",\n            \"code\": \"CM\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/cm.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 39,\n            \"currency_code\": \"CLP\",\n            \"name\": \"Chile\",\n            \"code\": \"CL\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/cl.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 40,\n            \"currency_code\": \"COP\",\n            \"name\": \"Colombia\",\n            \"code\": \"CO\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/co.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 41,\n            \"currency_code\": \"PEN\",\n            \"name\": \"Peru\",\n            \"code\": \"PE\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/pe.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 42,\n            \"currency_code\": \"UYU\",\n            \"name\": \"Uruguay\",\n            \"code\": \"UY\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/uy.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 43,\n            \"currency_code\": \"CNY\",\n            \"name\": \"China\",\n            \"code\": \"CN\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/cn.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 44,\n            \"currency_code\": \"JPY\",\n            \"name\": \"Japan\",\n            \"code\": \"JP\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/jp.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 45,\n            \"currency_code\": \"KRW\",\n            \"name\": \"South Korea\",\n            \"code\": \"KR\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/kr.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 46,\n            \"currency_code\": \"HKD\",\n            \"name\": \"Hong Kong\",\n            \"code\": \"HK\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/hk.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 47,\n            \"currency_code\": \"SGD\",\n            \"name\": \"Singapore\",\n            \"code\": \"SG\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/sg.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 48,\n            \"currency_code\": \"TWD\",\n            \"name\": \"Taiwan\",\n            \"code\": \"TW\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/tw.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 49,\n            \"currency_code\": \"INR\",\n            \"name\": \"India\",\n            \"code\": \"IN\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/in.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 50,\n            \"currency_code\": \"PKR\",\n            \"name\": \"Pakistan\",\n            \"code\": \"PK\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/pk.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 51,\n            \"currency_code\": \"THB\",\n            \"name\": \"Thailand\",\n            \"code\": \"TH\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/th.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 52,\n            \"currency_code\": \"MYR\",\n            \"name\": \"Malaysia\",\n            \"code\": \"MY\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/my.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 53,\n            \"currency_code\": \"VND\",\n            \"name\": \"Vietnam\",\n            \"code\": \"VN\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/vn.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 54,\n            \"currency_code\": \"currency_codeR\",\n            \"name\": \"Indonesia\",\n            \"code\": \"currency_code\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/currency_code.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 55,\n            \"currency_code\": \"PHP\",\n            \"name\": \"Philippines\",\n            \"code\": \"PH\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/ph.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 56,\n            \"currency_code\": \"PLN\",\n            \"name\": \"Poland\",\n            \"code\": \"PL\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/pl.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 57,\n            \"currency_code\": \"CZK\",\n            \"name\": \"Czech Republic\",\n            \"code\": \"CZ\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/cz.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 58,\n            \"currency_code\": \"HUF\",\n            \"name\": \"Hungary\",\n            \"code\": \"HU\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/hu.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 59,\n            \"currency_code\": \"RON\",\n            \"name\": \"Romania\",\n            \"code\": \"RO\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/ro.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        },\n        {\n            \"id\": 60,\n            \"currency_code\": \"BGN\",\n            \"name\": \"Bulgaria\",\n            \"code\": \"BG\",\n            \"fee\": 400,\n            \"image\": \"https://s3.amazonaws.com/rld-flags/bg.svg\",\n            \"created_at\": null,\n            \"updated_at\": null\n        }\n    ]\n}"}],"_postman_id":"db7a78ab-3ad3-4400-80c8-2f4b0a6919e5"},{"name":"get country","event":[{"listen":"prerequest","script":{"id":"fabda213-0c2b-4de8-bc82-8430c281ea61","exec":["const apiKey = pm.environment.get('apiKey');","const apiSecret = pm.environment.get('apiSecret');","","if (!apiKey || !apiSecret) {","    throw new Error('apiKey or apiSecret missing');","}","","const method = pm.request.method.toUpperCase();","const path = pm.request.url.getPath();","const timestamp = Math.floor(Date.now() / 1000).toString();","","let body = '';","if (!['GET', 'DELETE'].includes(method)) {","    body = pm.request.body ? pm.request.body.raw || '' : '';","}","","const stringToSign = method + path + timestamp + body;","","console.log(\"PATHTEST\", path)","console.log(\"STR:\", stringToSign);","console.log(\"APIKEY\", apiKey);","console.log(\"SERT\", apiSecret)","","const signature = CryptoJS.HmacSHA256(","    stringToSign,","    apiSecret.trim()",").toString(CryptoJS.enc.Hex);","","console.log(\"SIGN:\", signature);","","pm.request.headers.upsert({ key: 'X-API-KEY', value: apiKey });","pm.request.headers.upsert({ key: 'X-TIMESTAMP', value: timestamp });","pm.request.headers.upsert({ key: 'X-SIGNATURE', value: signature });","",""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"71e6f59c-22be-4b79-ad06-7f1e9145d1fd","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a7b4a65b-e3cd-44f0-83e5-616e167c46cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"url":"{{baseUrl}}/vendor/giftcard/country/1","urlObject":{"path":["vendor","giftcard","country","1"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"099f12b3-2f7b-4735-ac6b-e7666b2a6030","name":"get country","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"url":"{{baseUrl}}/vendor/giftcard/country/1"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Aug 2026 14:09:21 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Country retrieved successfully.\",\n    \"data\": {\n        \"id\": 1,\n        \"currency_code\": \"USD\",\n        \"name\": \"United States\",\n        \"code\": \"US\",\n        \"fee\": 400,\n        \"image\": \"https://s3.amazonaws.com/rld-flags/us.svg\",\n        \"created_at\": null,\n        \"updated_at\": null\n    }\n}"}],"_postman_id":"a7b4a65b-e3cd-44f0-83e5-616e167c46cd"},{"name":"get cards by countryCode","event":[{"listen":"prerequest","script":{"id":"93747572-3d4e-4e57-a7c8-9e1a8483e6d6","exec":["const apiKey = pm.environment.get('apiKey');","const apiSecret = pm.environment.get('apiSecret');","","if (!apiKey || !apiSecret) {","    throw new Error('apiKey or apiSecret missing');","}","","const method = pm.request.method.toUpperCase();","const path = pm.request.url.getPath();","const timestamp = Math.floor(Date.now() / 1000).toString();","","let body = '';","if (!['GET', 'DELETE'].includes(method)) {","    body = pm.request.body ? pm.request.body.raw || '' : '';","}","","const stringToSign = method + path + timestamp + body;","","","const signature = CryptoJS.HmacSHA256(","    stringToSign,","    apiSecret.trim()",").toString(CryptoJS.enc.Hex);","","","pm.request.headers.upsert({ key: 'X-API-KEY', value: apiKey });","pm.request.headers.upsert({ key: 'X-TIMESTAMP', value: timestamp });","pm.request.headers.upsert({ key: 'X-SIGNATURE', value: signature });","",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"95030ae9-6953-4e93-8114-415ee19e36e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-SIGNATURE","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-API-KEY","value":"","type":"text"}],"url":"{{baseUrl}}/vendor/giftcard/US","urlObject":{"path":["vendor","giftcard","US"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0772d953-50f6-4100-80ca-9739cfef47ae","name":"get cards by countryCode","originalRequest":{"method":"GET","header":[{"key":"X-SIGNATURE","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-API-KEY","value":"","type":"text"}],"url":"{{baseUrl}}/vendor/giftcard/US"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Aug 2026 14:29:58 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"GiftCard retrieved successfully.\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"1-800-PetSupplies\",\n            \"brandId\": \"1\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/e405dfd6-d2fa-4fee-83e7-83aa5b013e42.png\"\n        },\n        {\n            \"id\": \"18272\",\n            \"name\": \"ASOS US\",\n            \"brandId\": \"154\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/3224fc13-bc96-486b-a354-c53ded219d3d.png\"\n        },\n        {\n            \"id\": \"18737\",\n            \"name\": \"Abercrombie & Fitch US\",\n            \"brandId\": \"520\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/876a1134-913c-4824-a91d-b715dc19ff8d.jpeg\"\n        },\n        {\n            \"id\": \"18344\",\n            \"name\": \"Adidas US\",\n            \"brandId\": \"156\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/adidas.jpeg\"\n        },\n        {\n            \"id\": \"18345\",\n            \"name\": \"Advance Auto Parts US\",\n            \"brandId\": \"444\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/9f8e8a29-7a3d-4182-b66e-81936a9688c3.png\"\n        },\n        {\n            \"id\": \"20321\",\n            \"name\": \"Airalo eSIM Global US\",\n            \"brandId\": \"1245\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/062c086f-b77d-427a-92fa-a1078f31f603.png\"\n        },\n        {\n            \"id\": \"18270\",\n            \"name\": \"Airbnb US\",\n            \"brandId\": \"157\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/6808b1b1-b303-4283-a5a5-5f7fe3618324.png\"\n        },\n        {\n            \"id\": \"18327\",\n            \"name\": \"AirlineGift US\",\n            \"brandId\": \"412\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/c7f7c79f-98d4-4323-8c04-b8f96b73c818.png\"\n        },\n        {\n            \"id\": \"5\",\n            \"name\": \"Amazon US\",\n            \"brandId\": \"2\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/fbef9b57-e0b0-4ead-aee3-fdc2bc80e2db.png\"\n        },\n        {\n            \"id\": \"18385\",\n            \"name\": \"American Cancer Society US\",\n            \"brandId\": \"481\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/a323a2b6-524e-44ae-a6b9-24a9b5ad5cc9.png\"\n        },\n        {\n            \"id\": \"18359\",\n            \"name\": \"American Eagle US\",\n            \"brandId\": \"394\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/efdc-dbe6-19cc-4dab-a75e-a1d9-american_eagle.jpeg\"\n        },\n        {\n            \"id\": \"18712\",\n            \"name\": \"American Express® Virtual Reward Card (6 Month Expiration) US\",\n            \"brandId\": \"516\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/21b5be3b-bf32-496c-8dc0-0fb7342dcdfc.png\"\n        },\n        {\n            \"id\": \"18368\",\n            \"name\": \"American Red Cross US\",\n            \"brandId\": \"465\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/546a1961-8036-4827-b3fd-b14bf56d57a2.png\"\n        },\n        {\n            \"id\": \"21\",\n            \"name\": \"Apple US\",\n            \"brandId\": \"3\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n        },\n        {\n            \"id\": \"13962\",\n            \"name\": \"Applebee's US\",\n            \"brandId\": \"100\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/37a01036-19cc-4dab-a75e-a1d95fe5a0f2_Applebees.jpeg\"\n        },\n        {\n            \"id\": \"18349\",\n            \"name\": \"Athleta US\",\n            \"brandId\": \"447\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/262b6918-7638-42e6-9c1f-1611f35a4ede.png\"\n        },\n        {\n            \"id\": \"18403\",\n            \"name\": \"Atom Tickets US\",\n            \"brandId\": \"493\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/bc47a06c-a3e7-4812-8e59-a28b947f3432.png\"\n        },\n        {\n            \"id\": \"18371\",\n            \"name\": \"AutoZone US\",\n            \"brandId\": \"468\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/f1a02207-5515-420c-bf02-ecfa30dd20d5.png\"\n        },\n        {\n            \"id\": \"18387\",\n            \"name\": \"BJ's Restaurant & Brewhouse US\",\n            \"brandId\": \"482\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/351746a5-e5d8-4836-8d4f-52bfa04d1a60.png\"\n        },\n        {\n            \"id\": \"18377\",\n            \"name\": \"Bahama Breeze US\",\n            \"brandId\": \"474\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/18e31696-5b41-47da-a8e6-794b4c7af863.png\"\n        },\n        {\n            \"id\": \"18276\",\n            \"name\": \"Banana Republic (GAP) US\",\n            \"brandId\": \"409\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/ca0797c6-cdec-4c3e-81c8-6906895f510a-Banana_Republic.png\"\n        },\n        {\n            \"id\": \"29\",\n            \"name\": \"Barnes & Noble US\",\n            \"brandId\": \"5\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/9737aeb5-7166-4b46-ba1f-7bba412ba60c.jpg\"\n        },\n        {\n            \"id\": \"18404\",\n            \"name\": \"Belk US\",\n            \"brandId\": \"494\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/40d8621a-c6dd-49f0-90bd-2464d88a759c.png\"\n        },\n        {\n            \"id\": \"20304\",\n            \"name\": \"BestCare US\",\n            \"brandId\": \"1243\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/3dd90e18-efae-462a-a299-daed783c6be9.jpeg\"\n        },\n        {\n            \"id\": \"20498\",\n            \"name\": \"Binance (USDT) US\",\n            \"brandId\": \"320\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/a3606721-cdc3-40a3-b045-55766cd8ecd3.jpeg\"\n        },\n        {\n            \"id\": \"18559\",\n            \"name\": \"Binance Global (USDT) US\",\n            \"brandId\": \"320\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/de7c4981-c29a-45ca-9ecf-ed06ea6c8455.jpeg\"\n        },\n        {\n            \"id\": \"18361\",\n            \"name\": \"Bonefish Grill US\",\n            \"brandId\": \"458\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/43a78420-6c71-407a-bb50-7426100923ef.png\"\n        },\n        {\n            \"id\": \"18406\",\n            \"name\": \"Boscov's US\",\n            \"brandId\": \"495\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/8d7292b1-dcb3-4ae1-bf6d-9c8478a17549.png\"\n        },\n        {\n            \"id\": \"18412\",\n            \"name\": \"Bubba Gump Restaurant US\",\n            \"brandId\": \"126\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/50822988-6c64-436e-91c6-32f1bcb1d6dc.png\"\n        },\n        {\n            \"id\": \"18348\",\n            \"name\": \"Buffalo Wild Wings US\",\n            \"brandId\": \"446\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/ca2c2ae1-1c32-4743-a6f8-260fdeb048e4.png\"\n        },\n        {\n            \"id\": \"18400\",\n            \"name\": \"CB2 US\",\n            \"brandId\": \"491\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/f597d1b4-d1ab-4155-9804-023a86ce50d2.png\"\n        },\n        {\n            \"id\": \"13956\",\n            \"name\": \"CBSi Paramount Plus\",\n            \"brandId\": \"97\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/-6434ff76-ba4a-4456-8909-d0c34887a64dCBSi.jpg\"\n        },\n        {\n            \"id\": \"18378\",\n            \"name\": \"CDC Foundation US\",\n            \"brandId\": \"475\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/b2fcecef-c0bf-427d-910b-ebf4a769fa86.png\"\n        },\n        {\n            \"id\": \"18367\",\n            \"name\": \"Cake Beauty US\",\n            \"brandId\": \"464\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/044be6ad-2cdd-4374-a37b-e5010b13de80.png\"\n        },\n        {\n            \"id\": \"18382\",\n            \"name\": \"California Pizza Kitchen US\",\n            \"brandId\": \"478\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/082fc24e-c1de-4cd6-bfe9-64af1672457b.png\"\n        },\n        {\n            \"id\": \"18360\",\n            \"name\": \"Callaway Golf US\",\n            \"brandId\": \"457\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/a24b6aa4-b9dc-49c7-ab85-01bfe9d3a491.png\"\n        },\n        {\n            \"id\": \"13972\",\n            \"name\": \"Carnival Cruise Lines\",\n            \"brandId\": \"108\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/-b7b20e65-fc95-4ee0-a196-319cd65a70a7Carnival.jpg\"\n        },\n        {\n            \"id\": \"481\",\n            \"name\": \"Celebrity Cruises\",\n            \"brandId\": \"8\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/66728221-8e77-4de3-bd93-10a5be828045.jpg\"\n        },\n        {\n            \"id\": \"18417\",\n            \"name\": \"Chico's US\",\n            \"brandId\": \"504\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/9f810c59-193c-4803-98c4-4c51681624d9.png\"\n        },\n        {\n            \"id\": \"18353\",\n            \"name\": \"Chili's Grill & bar US\",\n            \"brandId\": \"451\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/ddbd16c0-9902-4185-a76d-fe8bf41f4246.png\"\n        },\n        {\n            \"id\": \"18375\",\n            \"name\": \"City Year US\",\n            \"brandId\": \"472\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/dc0666ab-0a1a-4ac5-b897-79eaad3cc22e.png\"\n        },\n        {\n            \"id\": \"18391\",\n            \"name\": \"Claim Jumper Restaurant US\",\n            \"brandId\": \"126\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/f6990e38-8fd3-41c1-ba10-cf953f0305c0.png\"\n        },\n        {\n            \"id\": \"18390\",\n            \"name\": \"Code.org US\",\n            \"brandId\": \"484\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/f9373263-eb48-4ca1-9e41-dbd8c030f92e.png\"\n        },\n        {\n            \"id\": \"482\",\n            \"name\": \"Columbia Sportswear US\",\n            \"brandId\": \"9\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/b5a6c1e9-2055-4450-a457-c9e8e164fbe9.jpg\"\n        },\n        {\n            \"id\": \"18354\",\n            \"name\": \"Crate & Barrel US\",\n            \"brandId\": \"452\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/18123ded-d920-4b80-8953-e75b97e75abe.png\"\n        },\n        {\n            \"id\": \"18414\",\n            \"name\": \"Crutchfield US\",\n            \"brandId\": \"501\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/cebd12aa-9c76-41b7-ba18-34cb7d933e17.png\"\n        },\n        {\n            \"id\": \"18730\",\n            \"name\": \"Crypto Giftcard US\",\n            \"brandId\": \"517\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/4db2c3ea-5d84-4a48-a1d0-ca1f1a642da5.jpeg\"\n        },\n        {\n            \"id\": \"14107\",\n            \"name\": \"CryptoVoucher US\",\n            \"brandId\": \"112\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/d2de9400-07b9-443a-a476-15056ce560fa.jpeg\"\n        },\n        {\n            \"id\": \"18380\",\n            \"name\": \"DUFL US\",\n            \"brandId\": \"476\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/ae83b9a9-587e-44ba-a0e8-612e63fe594c.png\"\n        },\n        {\n            \"id\": \"18341\",\n            \"name\": \"Delta US\",\n            \"brandId\": \"442\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/cc2450d7-885b-42f5-9651-74271a1766d4.png\"\n        },\n        {\n            \"id\": \"18352\",\n            \"name\": \"Dick's Sporting Goods US\",\n            \"brandId\": \"450\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/0f7786dc-ce36-49ae-9fae-c01fa1946162.png\"\n        },\n        {\n            \"id\": \"20137\",\n            \"name\": \"DoorDash DashPass USA\",\n            \"brandId\": \"1174\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/5a8d5fd4-bb54-43c0-97f9-7050178961c2.png\"\n        },\n        {\n            \"id\": \"18332\",\n            \"name\": \"DoorDash US\",\n            \"brandId\": \"426\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/b1339d25-ad02-43a8-8c2c-30ce5bda8389.jpeg\"\n        },\n        {\n            \"id\": \"914\",\n            \"name\": \"EA 12 month (Xbox) US\",\n            \"brandId\": \"13\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/857f746a-34ac-43ad-b0a6-e85f976a9e64.jpg\"\n        },\n        {\n            \"id\": \"1214\",\n            \"name\": \"EA Apex US\",\n            \"brandId\": \"14\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/5fdf185a-4857-4bd1-a79c-1eaceb66f2ff.jpg\"\n        },\n        {\n            \"id\": \"13957\",\n            \"name\": \"EA Play\",\n            \"brandId\": \"96\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/-cfb39d16-e578-45f2-9c18-7b0f9ddfa106EA.jpg\"\n        },\n        {\n            \"id\": \"11838\",\n            \"name\": \"EXAPUNKS\",\n            \"brandId\": \"74\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/952c43c1-cca6-4736-867c-df5b145aad5c.jpg\"\n        },\n        {\n            \"id\": \"20070\",\n            \"name\": \"Etsy USA\",\n            \"brandId\": \"1125\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/48fdaa1d-57ec-4ecc-92b3-682e171432f3.png\"\n        },\n        {\n            \"id\": \"18402\",\n            \"name\": \"Fandango US\",\n            \"brandId\": \"492\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/a0ce2b0d-08e1-49c9-a4bf-7d3855e80537.png\"\n        },\n        {\n            \"id\": \"20503\",\n            \"name\": \"Finish Line US\",\n            \"brandId\": \"1250\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/4bbcf6b1-63b9-4271-ad08-eececa2c25e2.png\"\n        },\n        {\n            \"id\": \"3169\",\n            \"name\": \"Free Fire 100 + 10 Diamond US\",\n            \"brandId\": \"22\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/c722d3a0-3e51-421e-a30a-51680a40e6ae.jpg\"\n        },\n        {\n            \"id\": \"3619\",\n            \"name\": \"Free Fire 1080 + 108 Diamond US\",\n            \"brandId\": \"22\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/c722d3a0-3e51-421e-a30a-51680a40e6ae.jpg\"\n        },\n        {\n            \"id\": \"3319\",\n            \"name\": \"Free Fire 210 + 21 Diamond US\",\n            \"brandId\": \"22\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/c722d3a0-3e51-421e-a30a-51680a40e6ae.jpg\"\n        },\n        {\n            \"id\": \"3769\",\n            \"name\": \"Free Fire 2200 + 220 Diamond US\",\n            \"brandId\": \"22\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/c722d3a0-3e51-421e-a30a-51680a40e6ae.jpg\"\n        },\n        {\n            \"id\": \"3469\",\n            \"name\": \"Free Fire 530 + 53 Diamond US\",\n            \"brandId\": \"22\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/c722d3a0-3e51-421e-a30a-51680a40e6ae.jpg\"\n        },\n        {\n            \"id\": \"18277\",\n            \"name\": \"GAP US\",\n            \"brandId\": \"410\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/df52a368-7e12-11ee-b962-0242ac120002-GAP.png\"\n        },\n        {\n            \"id\": \"3919\",\n            \"name\": \"GameStop US\",\n            \"brandId\": \"23\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/e77e121e-4ed8-4d7f-9636-db53619b652d.png\"\n        },\n        {\n            \"id\": \"20501\",\n            \"name\": \"Gate Pay (USDC) US\",\n            \"brandId\": \"1248\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/95ccbd5b-4832-4bee-8eb3-e321d920bf0b.jpeg\"\n        },\n        {\n            \"id\": \"18347\",\n            \"name\": \"Global Hotel Card US\",\n            \"brandId\": \"216\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/74c74287-beb9-4bbd-a5a5-ada41d2c603c.png\"\n        },\n        {\n            \"id\": \"3940\",\n            \"name\": \"Google play US\",\n            \"brandId\": \"25\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/da7374a4-a2b0-45ea-adae-a6ed972c4121.png\"\n        },\n        {\n            \"id\": \"3945\",\n            \"name\": \"Groupon US\",\n            \"brandId\": \"26\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/003475d1-c14e-48cf-8e89-9d02b46d5aca.jpg\"\n        },\n        {\n            \"id\": \"18338\",\n            \"name\": \"GrubHub US\",\n            \"brandId\": \"439\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/9882580c-8d85-4c29-9fdf-137e2196cdc6.png\"\n        },\n        {\n            \"id\": \"18358\",\n            \"name\": \"Guitar Center US\",\n            \"brandId\": \"456\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/f7de8db5-f413-466a-bd87-59fde1a2e3af.png\"\n        },\n        {\n            \"id\": \"18274\",\n            \"name\": \"H&M US\",\n            \"brandId\": \"220\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/h-and-m.png\"\n        },\n        {\n            \"id\": \"20502\",\n            \"name\": \"Holland America Line US\",\n            \"brandId\": \"1249\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/cab5bedc-3873-4636-a6e6-ca5e05f19a77.jpeg\"\n        },\n        {\n            \"id\": \"14137\",\n            \"name\": \"Home Depot\",\n            \"brandId\": \"123\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/-0afab975-d7ba-4998-a9bf-3d6ede3f983cHome.jpg\"\n        },\n        {\n            \"id\": \"18339\",\n            \"name\": \"Homegoods US\",\n            \"brandId\": \"440\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/074c53ae-3d1c-4805-90a9-c49e1f6a7fa6.png\"\n        },\n        {\n            \"id\": \"18393\",\n            \"name\": \"Homesense US\",\n            \"brandId\": \"406\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/fb4965cc-a995-46ba-bff7-a07b1f0b2374.png\"\n        },\n        {\n            \"id\": \"18328\",\n            \"name\": \"HotelGift US\",\n            \"brandId\": \"226\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/da7b5e43-68db-45a5-abb6-fd15d7b00aea.png\"\n        },\n        {\n            \"id\": \"15136\",\n            \"name\": \"Hotels.com US\",\n            \"brandId\": \"227\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/hotels.com.jpeg\"\n        },\n        {\n            \"id\": \"18419\",\n            \"name\": \"InVite Fitness, LLC US\",\n            \"brandId\": \"506\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/fc638f97-2ffb-446f-b705-27837c8e8fc5.png\"\n        },\n        {\n            \"id\": \"20026\",\n            \"name\": \"Instacart USA\",\n            \"brandId\": \"642\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/40be2185-6f85-4029-9a60-9d59b571b2fa.png\"\n        },\n        {\n            \"id\": \"18413\",\n            \"name\": \"JCPenney US\",\n            \"brandId\": \"500\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/eef2404f-0e85-494f-9f55-b67e254483b9.png\"\n        },\n        {\n            \"id\": \"16576\",\n            \"name\": \"Jawaker US\",\n            \"brandId\": \"373\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/jawaker-ed5f-edc2-adbe.jpeg\"\n        },\n        {\n            \"id\": \"18408\",\n            \"name\": \"Jiffy Lube US\",\n            \"brandId\": \"497\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/6b3d7128-0309-4511-9f17-8311aff7e01f.png\"\n        },\n        {\n            \"id\": \"18388\",\n            \"name\": \"Kansas City Steak Company US\",\n            \"brandId\": \"483\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/fa2464b0-2116-4966-99f9-83de8bde7953.png\"\n        },\n        {\n            \"id\": \"18399\",\n            \"name\": \"Kigso Games US\",\n            \"brandId\": \"32\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/56fd8131-6375-4075-8a52-12eb6239582e.png\"\n        },\n        {\n            \"id\": \"18340\",\n            \"name\": \"Kohl’s US\",\n            \"brandId\": \"441\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/fe291921-9328-4fbf-ab4a-67e6c7860e9d.png\"\n        },\n        {\n            \"id\": \"18369\",\n            \"name\": \"L.L. Bean US\",\n            \"brandId\": \"466\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/9a1900b0-e82b-42e0-b85e-5dda78cb5fb7.png\"\n        },\n        {\n            \"id\": \"18381\",\n            \"name\": \"Land's End US\",\n            \"brandId\": \"477\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/ab09b96e-ef23-47e6-865a-2f739f6cd0a6.png\"\n        },\n        {\n            \"id\": \"18386\",\n            \"name\": \"Landry’s Restaurants US\",\n            \"brandId\": \"126\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/89d8032c-b55b-4cf5-ad69-1c43bf826bbe.png\"\n        },\n        {\n            \"id\": \"18384\",\n            \"name\": \"Legal Sea Foods US\",\n            \"brandId\": \"480\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/e70162cc-3e98-4844-ad07-ba23ea760b9a.png\"\n        },\n        {\n            \"id\": \"18376\",\n            \"name\": \"Lobster Gram US\",\n            \"brandId\": \"473\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/d301050b-8cd6-4bde-b728-d59096ec48ff.png\"\n        },\n        {\n            \"id\": \"18407\",\n            \"name\": \"LongHorn Steakhouse® US\",\n            \"brandId\": \"496\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/758c813e-039f-4044-b9e0-e8135871ca04.png\"\n        },\n        {\n            \"id\": \"5000\",\n            \"name\": \"Lowes\",\n            \"brandId\": \"34\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/aeb6b28c-7f74-4bfd-aef5-404bed5ffda7.png\"\n        },\n        {\n            \"id\": \"12119\",\n            \"name\": \"MOLEK-SYNTEZ US\",\n            \"brandId\": \"76\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/aad878ff-a02a-4b19-b961-5287c701199c.jpg\"\n        },\n        {\n            \"id\": \"18171\",\n            \"name\": \"Macy's US\",\n            \"brandId\": \"392\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/3a70931f-2823-4b2c-ab84-8e075134096d-macy.jpeg\"\n        },\n        {\n            \"id\": \"18395\",\n            \"name\": \"Maggiano's Little Italy US\",\n            \"brandId\": \"487\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/7ca4d1ac-e1b1-4c7c-9d4b-c7fa6e5d2cd6.png\"\n        },\n        {\n            \"id\": \"18342\",\n            \"name\": \"Marshalls US\",\n            \"brandId\": \"406\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/fb4965cc-a995-46ba-bff7-a07b1f0b2374.png\"\n        },\n        {\n            \"id\": \"20305\",\n            \"name\": \"Mastercard  Prepaid $1 to $150 US\",\n            \"brandId\": \"378\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/36eb3eae-3dcc-4d0f-b05f-4fbff95dd1a4.png\"\n        },\n        {\n            \"id\": \"20306\",\n            \"name\": \"Mastercard Prepaid $150.01 to $500 US\",\n            \"brandId\": \"378\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/36eb3eae-3dcc-4d0f-b05f-4fbff95dd1a4.png\"\n        },\n        {\n            \"id\": \"20307\",\n            \"name\": \"Mastercard Prepaid $500.01 to $2500 US\",\n            \"brandId\": \"378\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/36eb3eae-3dcc-4d0f-b05f-4fbff95dd1a4.png\"\n        },\n        {\n            \"id\": \"18421\",\n            \"name\": \"McCormick & Schmick’s Restaurant US\",\n            \"brandId\": \"126\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/b234076f-e92f-4b73-873f-26b649b91cad.png\"\n        },\n        {\n            \"id\": \"20320\",\n            \"name\": \"Microsoft Office & Windows OEM (Global) US\",\n            \"brandId\": \"1244\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/558ac248-7c3a-40f0-9b92-fc1d031bda74.png\"\n        },\n        {\n            \"id\": \"6781\",\n            \"name\": \"Minecraft US\",\n            \"brandId\": \"37\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/e1befb49-d765-47c0-b29a-f75601a99da5.jpg\"\n        },\n        {\n            \"id\": \"15347\",\n            \"name\": \"Mobile Legends Diamonds (Global) US\",\n            \"brandId\": \"38\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/mobile-legends-diamonds.jpeg\"\n        },\n        {\n            \"id\": \"6940\",\n            \"name\": \"Mortal Kombat 11 - Nintendo Switch US\",\n            \"brandId\": \"39\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/63d910be-d023-42df-ba5a-136fc8e5d32a.jpg\"\n        },\n        {\n            \"id\": \"18372\",\n            \"name\": \"NHL Shop US\",\n            \"brandId\": \"469\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/40015d0d-97c3-4bbb-9346-f8752e784dca.png\"\n        },\n        {\n            \"id\": \"14290\",\n            \"name\": \"NetDragon Universal (Global) US\",\n            \"brandId\": \"143\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/v23o9y238p9ubef-39f893hfi3ohf82gbufyeNetDragon.jpeg\"\n        },\n        {\n            \"id\": \"18681\",\n            \"name\": \"Netflix US\",\n            \"brandId\": \"41\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/dd02b7e3-a772-40e2-bba6-c11f9b0c3bda.jpeg\"\n        },\n        {\n            \"id\": \"18420\",\n            \"name\": \"Nike US\",\n            \"brandId\": \"259\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/nike.webp\"\n        },\n        {\n            \"id\": \"7861\",\n            \"name\": \"Nintendo US\",\n            \"brandId\": \"42\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/5f574207-fe49-40a2-b393-c97dd6d2d4fe.jpg\"\n        },\n        {\n            \"id\": \"8163\",\n            \"name\": \"Nordstrom US\",\n            \"brandId\": \"43\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/15137d0f-4455-404e-a9cb-ad7ae6a43042.jpg\"\n        },\n        {\n            \"id\": \"18364\",\n            \"name\": \"Office Depot® US\",\n            \"brandId\": \"461\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/cc88d336-b586-4629-91bc-3c149d04cc3a.png\"\n        },\n        {\n            \"id\": \"8164\",\n            \"name\": \"Old Navy US\",\n            \"brandId\": \"44\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/d4c7d11e-2924-4d7a-8971-0f2bb07efa8a.jpg\"\n        },\n        {\n            \"id\": \"18355\",\n            \"name\": \"Olive Garden® US\",\n            \"brandId\": \"453\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/2f031e91-e0f7-4a8c-9bae-d24e71c85a09.png\"\n        },\n        {\n            \"id\": \"8165\",\n            \"name\": \"Omaha Steaks\",\n            \"brandId\": \"45\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/890aa1f8-7a1a-49ba-a4c1-b19068296a05.jpg\"\n        },\n        {\n            \"id\": \"8316\",\n            \"name\": \"Outback Steakhouse US\",\n            \"brandId\": \"47\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/26fabb57-1d02-45b8-9b5f-89eea274d50d.jpg\"\n        },\n        {\n            \"id\": \"2717\",\n            \"name\": \"PC Final Fantasy XIV 60 Days US\",\n            \"brandId\": \"18\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/9d39af32-4925-4bc5-8433-f686f2752078.jpg\"\n        },\n        {\n            \"id\": \"15552\",\n            \"name\": \"PUBG Mobile UC (Global) US\",\n            \"brandId\": \"55\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/pubg-mobile.jpeg\"\n        },\n        {\n            \"id\": \"19382\",\n            \"name\": \"PUBG New State (Global) US\",\n            \"brandId\": \"55\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/4aa80604-367e-42c0-a71f-3f6a08d83c0b.png\"\n        },\n        {\n            \"id\": \"18747\",\n            \"name\": \"Paypal US\",\n            \"brandId\": \"522\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/e713b999-a0ee-43a3-b892-908ccb9f33b0.jpeg\"\n        },\n        {\n            \"id\": \"18343\",\n            \"name\": \"Petco US\",\n            \"brandId\": \"443\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/e68a7b83-957e-4a0e-97f4-dbb08a49ee46.png\"\n        },\n        {\n            \"id\": \"8624\",\n            \"name\": \"PlayStation US\",\n            \"brandId\": \"53\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/d9f35de2-e87d-4697-ab23-fb04f9090931.png\"\n        },\n        {\n            \"id\": \"18356\",\n            \"name\": \"Pottery Barn US\",\n            \"brandId\": \"454\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/b800b908-6d93-4f80-8ecd-135153fd4113.png\"\n        },\n        {\n            \"id\": \"18383\",\n            \"name\": \"Princess Cruises US\",\n            \"brandId\": \"479\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/fa20d2d9-dd45-4c8f-84a5-9a8d4cef6c5a.png\"\n        },\n        {\n            \"id\": \"18373\",\n            \"name\": \"REI US\",\n            \"brandId\": \"470\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/18d99821-ed98-453f-95b6-e1a34f359261.png\"\n        },\n        {\n            \"id\": \"4980\",\n            \"name\": \"RIOT ACCESS Latam America US\",\n            \"brandId\": \"33\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/e4432a2a-3c7e-4ae4-957e-109482e51289.png\"\n        },\n        {\n            \"id\": \"11369\",\n            \"name\": \"RIOT ACCESS USA\",\n            \"brandId\": \"33\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/e4432a2a-3c7e-4ae4-957e-109482e51289.png\"\n        },\n        {\n            \"id\": \"18405\",\n            \"name\": \"Rainforest Cafe Restaurant US\",\n            \"brandId\": \"126\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/741de61e-4f0d-49e1-8a90-e40fa613c7df.png\"\n        },\n        {\n            \"id\": \"10296\",\n            \"name\": \"Razer Gold (Global) US\",\n            \"brandId\": \"56\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/89dfc34a-0bad-4fe6-be28-99a31551b9c1.png\"\n        },\n        {\n            \"id\": \"10316\",\n            \"name\": \"Red Lobster\",\n            \"brandId\": \"57\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/db8bca4a-efcb-46fc-9c45-3a43e7cd3d8f.png\"\n        },\n        {\n            \"id\": \"10318\",\n            \"name\": \"Regal Entertainment Group US\",\n            \"brandId\": \"59\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/dfdbdcda-2234-4a6f-abaf-a9a1dd64590d.jpg\"\n        },\n        {\n            \"id\": \"18422\",\n            \"name\": \"Rentacar Gift US\",\n            \"brandId\": \"423\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/14f58360-86fc-42c8-8e62-28d1423170b8.png\"\n        },\n        {\n            \"id\": \"20303\",\n            \"name\": \"Rewarble Mastercard USD US\",\n            \"brandId\": \"1242\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/36eb3eae-3dcc-4d0f-b05f-4fbff95dd1a4.png\"\n        },\n        {\n            \"id\": \"18808\",\n            \"name\": \"Rewarble VISA Global US\",\n            \"brandId\": \"561\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/a355cac3-5b09-4d7c-b7d9-63500213ac13.png\"\n        },\n        {\n            \"id\": \"11500\",\n            \"name\": \"Roblox US\",\n            \"brandId\": \"63\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/roblox.jpeg\"\n        },\n        {\n            \"id\": \"18411\",\n            \"name\": \"Ruby Tuesday US\",\n            \"brandId\": \"499\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/ee82c4f9-a3be-4d19-bdcc-7c8e844c8461.png\"\n        },\n        {\n            \"id\": \"18379\",\n            \"name\": \"Saltgrass Steak House Restaurant US\",\n            \"brandId\": \"126\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/21dcc732-dbb6-413c-a18b-177c771a4234.png\"\n        },\n        {\n            \"id\": \"18350\",\n            \"name\": \"Sam's Club US\",\n            \"brandId\": \"448\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/6997dda3-b1de-431b-8ed8-c038234827ed.png\"\n        },\n        {\n            \"id\": \"18415\",\n            \"name\": \"Seasons 52® US\",\n            \"brandId\": \"502\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/88b60886-0d0e-450e-ad76-d4d870a8eaca.png\"\n        },\n        {\n            \"id\": \"18273\",\n            \"name\": \"Sephora US\",\n            \"brandId\": \"281\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/cc58ae75-36e4-4275-922a-862d6afcf9c5.png\"\n        },\n        {\n            \"id\": \"11674\",\n            \"name\": \"Shutterfly US\",\n            \"brandId\": \"67\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/4c70f070-0d23-4ff4-ae44-32aad5e1dea4.jpg\"\n        },\n        {\n            \"id\": \"18366\",\n            \"name\": \"Sierra US\",\n            \"brandId\": \"463\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/e9677551-f8b2-4b41-b3f2-e23e65cc1708.png\"\n        },\n        {\n            \"id\": \"11675\",\n            \"name\": \"SiriusXM US\",\n            \"brandId\": \"68\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/38b8cf47-97e2-4118-be7e-009215825b1d.jpg\"\n        },\n        {\n            \"id\": \"11826\",\n            \"name\": \"Sling television\",\n            \"brandId\": \"70\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/6271d3e9-9f95-4dd0-8dde-1311fcd9e360.jpg\"\n        },\n        {\n            \"id\": \"18392\",\n            \"name\": \"Soma US\",\n            \"brandId\": \"485\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/bbdeadba-78fb-4c63-8c6f-ee28223bdcc6.png\"\n        },\n        {\n            \"id\": \"18416\",\n            \"name\": \"Soothe US\",\n            \"brandId\": \"503\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/c5bc80aa-bc05-4d7c-81f1-03bbc9c25d8f.png\"\n        },\n        {\n            \"id\": \"18409\",\n            \"name\": \"Southwest Airlines US\",\n            \"brandId\": \"498\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/d3f762bf-9107-4efc-aa92-9470d638dcd4.png\"\n        },\n        {\n            \"id\": \"18351\",\n            \"name\": \"Spafinder® Wellness 365 US\",\n            \"brandId\": \"449\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/8d7b05ef-14c6-4de0-97ab-3ad5440b2980.png\"\n        },\n        {\n            \"id\": \"18287\",\n            \"name\": \"Starbucks US\",\n            \"brandId\": \"379\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/3def-2acd-5dbf-bdfe5-starbuck.jpeg\"\n        },\n        {\n            \"id\": \"11828\",\n            \"name\": \"Steam US\",\n            \"brandId\": \"72\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/795088c7-da49-4cfa-a631-e1cc2ff6b089.png\"\n        },\n        {\n            \"id\": \"18363\",\n            \"name\": \"Stitch Fix US\",\n            \"brandId\": \"460\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/89ea6fe8-be5d-4ed6-bc08-5cf1d46cbbb0.png\"\n        },\n        {\n            \"id\": \"12720\",\n            \"name\": \"StubHub US\",\n            \"brandId\": \"81\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/455249b7-3df2-4468-bcf7-f9d78dc76690.jpg\"\n        },\n        {\n            \"id\": \"18401\",\n            \"name\": \"TJX Multi-Brand US\",\n            \"brandId\": \"486\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/8ada3b3e-c30e-4477-908f-1b383be9a597.jpg\"\n        },\n        {\n            \"id\": \"18394\",\n            \"name\": \"TJX US\",\n            \"brandId\": \"486\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/8ada3b3e-c30e-4477-908f-1b383be9a597.jpg\"\n        },\n        {\n            \"id\": \"18337\",\n            \"name\": \"Taco Bell® US\",\n            \"brandId\": \"438\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/2f45ce14-631e-4fd8-965d-5cf8b5460f48.png\"\n        },\n        {\n            \"id\": \"18370\",\n            \"name\": \"TacoTime® US\",\n            \"brandId\": \"467\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/1099f142-01c8-4da3-aed8-f9aae56338d5.png\"\n        },\n        {\n            \"id\": \"12740\",\n            \"name\": \"Target US\",\n            \"brandId\": \"82\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/4ba0f8b8-2958-46aa-a47c-3698d8d12867.png\"\n        },\n        {\n            \"id\": \"12741\",\n            \"name\": \"The Coffee Bean & Tea Leaf\",\n            \"brandId\": \"83\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/6d07ac16-a250-4435-97ba-07fa54082e1f.jpg\"\n        },\n        {\n            \"id\": \"18374\",\n            \"name\": \"The Container Store US\",\n            \"brandId\": \"471\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/4f74ac33-58e9-4802-9edf-5f3b18999e39.png\"\n        },\n        {\n            \"id\": \"18410\",\n            \"name\": \"Tim Horton's CAD US\",\n            \"brandId\": \"380\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"CAD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/7dbe-5acd-feac-b5ed-tim-hortons.png\"\n        },\n        {\n            \"id\": \"18329\",\n            \"name\": \"ToursGift US\",\n            \"brandId\": \"425\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/4a5b1484-c662-4848-9366-5fd5f8f356c0.png\"\n        },\n        {\n            \"id\": \"18423\",\n            \"name\": \"Travelcard by Inspire US\",\n            \"brandId\": \"507\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/28949be0-03bd-4293-8725-168d4cb0099a.png\"\n        },\n        {\n            \"id\": \"13044\",\n            \"name\": \"Uber Eats US\",\n            \"brandId\": \"87\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/f192817b-33af-454f-b69f-1ac4d0ea44f4.png\"\n        },\n        {\n            \"id\": \"13043\",\n            \"name\": \"Uber US\",\n            \"brandId\": \"87\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/0e7f36f1-7e94-4535-a391-c62f4b1cf279.png\"\n        },\n        {\n            \"id\": \"18357\",\n            \"name\": \"Ulta Beauty US\",\n            \"brandId\": \"455\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/5b13f930-367b-4952-bcb2-8e4e5a89255f.png\"\n        },\n        {\n            \"id\": \"18418\",\n            \"name\": \"Under Armour® US\",\n            \"brandId\": \"505\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/f321d2c5-ef00-42a1-b38d-9adce6619db9.png\"\n        },\n        {\n            \"id\": \"18396\",\n            \"name\": \"Uno's Pizzeria & Grill US\",\n            \"brandId\": \"488\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/b7a3fcc9-348c-46de-a2be-182bccb29480.png\"\n        },\n        {\n            \"id\": \"20309\",\n            \"name\": \"Visa Prepaid $150.01 to $2500 US\",\n            \"brandId\": \"377\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/b62b8993-afe3-4090-ab27-e59fbee23c44.png\"\n        },\n        {\n            \"id\": \"20308\",\n            \"name\": \"Visa Prepaid US $1 to $150\",\n            \"brandId\": \"377\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/692e8143-b194-4bfd-b733-c28780487dbc.png\"\n        },\n        {\n            \"id\": \"18285\",\n            \"name\": \"Walmart USA US\",\n            \"brandId\": \"136\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/-542b7abf-756a-44a7-8015-797d222977d5Walmart.jpg\"\n        },\n        {\n            \"id\": \"18275\",\n            \"name\": \"Wayfair US\",\n            \"brandId\": \"302\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/40e49164-37f0-4821-9bd6-920c6279a7cc-Wayfair.jpeg\"\n        },\n        {\n            \"id\": \"18398\",\n            \"name\": \"White House Black Market US\",\n            \"brandId\": \"490\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/ba2f3199-dcbc-4d88-8244-03e9551de5b2.png\"\n        },\n        {\n            \"id\": \"13197\",\n            \"name\": \"Wine.com\",\n            \"brandId\": \"91\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/0088f3f5-5689-4219-aa51-171e71625072.jpg\"\n        },\n        {\n            \"id\": \"13628\",\n            \"name\": \"Xbox Game Pass 3 Month US\",\n            \"brandId\": \"93\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/72f60ba9-2554-4c08-995a-0198682d4d36.jpg\"\n        },\n        {\n            \"id\": \"13478\",\n            \"name\": \"Xbox Game Pass 6 Month US\",\n            \"brandId\": \"93\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/72f60ba9-2554-4c08-995a-0198682d4d36.jpg\"\n        },\n        {\n            \"id\": \"13948\",\n            \"name\": \"Xbox Live US\",\n            \"brandId\": \"93\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/e5921694-e2c3-4d6f-8833-3735b38a0a0f.png\"\n        },\n        {\n            \"id\": \"16061\",\n            \"name\": \"Xbox US\",\n            \"brandId\": \"93\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/28c35815-9fdc-4d29-91c6-73e6e3b2303d.png\"\n        },\n        {\n            \"id\": \"18362\",\n            \"name\": \"Yard House® US\",\n            \"brandId\": \"459\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/0fa30bb9-096b-4862-86a6-e61b87b6ab1a.png\"\n        },\n        {\n            \"id\": \"18365\",\n            \"name\": \"Zappos US\",\n            \"brandId\": \"462\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/7b57d9bb-7e64-428a-a23a-16354dc083c0.png\"\n        },\n        {\n            \"id\": \"1386\",\n            \"name\": \"eBay US\",\n            \"brandId\": \"16\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/f23b1e3b-321d-4e9c-8afb-6bc475d82eb2.png\"\n        },\n        {\n            \"id\": \"20033\",\n            \"name\": \"lyft USA\",\n            \"brandId\": \"1103\",\n            \"productType\": {\n                \"id\": \"2\",\n                \"name\": \"Mobile Pin / Voucher\"\n            },\n            \"productTypes\": [\n                \"2\"\n            ],\n            \"productCategories\": [\n                \"13.0\"\n            ],\n            \"currency\": \"USD\",\n            \"locations\": [\n                \"1\"\n            ],\n            \"prefixes\": [],\n            \"country\": {\n                \"id\": \"US\",\n                \"name\": \"United States\",\n                \"prefixes\": [],\n                \"operatorPrefixes\": [],\n                \"msisdnLength\": {\n                    \"min\": \"0\",\n                    \"max\": \"0\"\n                }\n            },\n            \"image\": \"https://cdn.reloadly.com/giftcards/0f2b9fa7-458e-422b-a611-181312abaeb2.png\"\n        }\n    ]\n}"}],"_postman_id":"95030ae9-6953-4e93-8114-415ee19e36e0"},{"name":"get products by card ID","event":[{"listen":"prerequest","script":{"id":"f1ee4d47-f329-4f19-a3e3-11be50d68898","exec":["const apiKey = pm.environment.get('apiKey');","const apiSecret = pm.environment.get('apiSecret');","","if (!apiKey || !apiSecret) {","    throw new Error('apiKey or apiSecret missing');","}","","const method = pm.request.method.toUpperCase();","const path = pm.request.url.getPath();","const timestamp = Math.floor(Date.now() / 1000).toString();","","let body = '';","if (!['GET', 'DELETE'].includes(method)) {","    body = pm.request.body ? pm.request.body.raw || '' : '';","}","","const stringToSign = method + path + timestamp + body;","","const signature = CryptoJS.HmacSHA256(","    stringToSign,","    apiSecret.trim()",").toString(CryptoJS.enc.Hex);","","","pm.request.headers.upsert({ key: 'X-API-KEY', value: apiKey });","pm.request.headers.upsert({ key: 'X-TIMESTAMP', value: timestamp });","pm.request.headers.upsert({ key: 'X-SIGNATURE', value: signature });","",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8c9616c6-7d7a-4832-8c6b-001cfaca35ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"url":"{{baseUrl}}/vendor/giftcard/products/3288","urlObject":{"path":["vendor","giftcard","products","3288"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2f5531fd-3fea-45a0-8a4b-6799a6a7dc6e","name":"get products by card ID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"url":"{{baseUrl}}/vendor/giftcard/products/21"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Aug 2026 14:46:47 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Product retrieved successfully.\",\n    \"data\": {\n        \"products\": [\n            {\n                \"id\": \"210200\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 2,\n                    \"user\": 2820\n                },\n                \"name\": \"Apple US $2 (US Store)\",\n                \"usd\": 2,\n                \"ngn\": 2820,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            },\n            {\n                \"id\": \"210300\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 3,\n                    \"user\": 4230\n                },\n                \"name\": \"Apple US $3 (US Store)\",\n                \"usd\": 3,\n                \"ngn\": 4230,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            },\n            {\n                \"id\": \"210400\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 4,\n                    \"user\": 5640\n                },\n                \"name\": \"Apple US $4 (US Store)\",\n                \"usd\": 4,\n                \"ngn\": 5640,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            },\n            {\n                \"id\": \"210500\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 5,\n                    \"user\": 7050\n                },\n                \"name\": \"Apple US $5 (US Store)\",\n                \"usd\": 5,\n                \"ngn\": 7050,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            },\n            {\n                \"id\": \"211000\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 10,\n                    \"user\": 14100\n                },\n                \"name\": \"Apple US $10 (US Store)\",\n                \"usd\": 10,\n                \"ngn\": 14100,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            },\n            {\n                \"id\": \"211500\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 15,\n                    \"user\": 21150\n                },\n                \"name\": \"Apple US $15 (US Store)\",\n                \"usd\": 15,\n                \"ngn\": 21150,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            },\n            {\n                \"id\": \"212000\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 20,\n                    \"user\": 28200\n                },\n                \"name\": \"Apple US $20 (US Store)\",\n                \"usd\": 20,\n                \"ngn\": 28200,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            },\n            {\n                \"id\": \"212500\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 25,\n                    \"user\": 35250\n                },\n                \"name\": \"Apple US $25 (US Store)\",\n                \"usd\": 25,\n                \"ngn\": 35250,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            },\n            {\n                \"id\": \"215000\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 50,\n                    \"user\": 70500\n                },\n                \"name\": \"Apple US $50 (US Store)\",\n                \"usd\": 50,\n                \"ngn\": 70500,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            },\n            {\n                \"id\": \"2110000\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 100,\n                    \"user\": 141000\n                },\n                \"name\": \"Apple US $100 (US Store)\",\n                \"usd\": 100,\n                \"ngn\": 141000,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            },\n            {\n                \"id\": \"2120000\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 200,\n                    \"user\": 282000\n                },\n                \"name\": \"Apple US $200 (US Store)\",\n                \"usd\": 200,\n                \"ngn\": 282000,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            },\n            {\n                \"id\": \"2130000\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 300,\n                    \"user\": 423000\n                },\n                \"name\": \"Apple US $300 (US Store)\",\n                \"usd\": 300,\n                \"ngn\": 423000,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            },\n            {\n                \"id\": \"2140000\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 400,\n                    \"user\": 564000\n                },\n                \"name\": \"Apple US $400 (US Store)\",\n                \"usd\": 400,\n                \"ngn\": 564000,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            },\n            {\n                \"id\": \"2150000\",\n                \"priceType\": \"fixed\",\n                \"currency\": {\n                    \"user\": \"NGN\",\n                    \"operator\": \"USD\"\n                },\n                \"price\": {\n                    \"operator\": 500,\n                    \"user\": 705000\n                },\n                \"name\": \"Apple US $500 (US Store)\",\n                \"usd\": 500,\n                \"ngn\": 705000,\n                \"operatorId\": \"21\",\n                \"country\": \"UNITED STATES\",\n                \"image\": \"https://cdn.reloadly.com/giftcards/08ed62a9-52d3-47d2-9ad8-ae27d0a3f3a2.png\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8c9616c6-7d7a-4832-8c6b-001cfaca35ac"},{"name":"purchase card","event":[{"listen":"prerequest","script":{"id":"fc5c3339-0c90-4a7c-8f8e-d947a083e951","exec":["const apiKey = pm.environment.get('apiKey');","const apiSecret = pm.environment.get('apiSecret');","","if (!apiKey || !apiSecret) {","    throw new Error('apiKey or apiSecret missing');","}","","const method = pm.request.method.toUpperCase();","","// Must match Laravel: strip /api prefix","let path = pm.request.url.getPath();","path = path.replace(/^\\/api(?=\\/|$)/, '') || '/';","if (!path.startsWith('/')) {","    path = '/' + path;","}","","const timestamp = Math.floor(Date.now() / 1000).toString();","","let body = '';","if (!['GET', 'DELETE'].includes(method)) {","    if (pm.request.body && pm.request.body.mode === 'raw') {","        // Resolved body — must match what Laravel receives","        body = pm.variables.replaceIn(pm.request.body.raw || '');","    }","}","","const stringToSign = method + path + timestamp + body;","","const signature = CryptoJS.HmacSHA256(","    stringToSign,","    apiSecret.trim()",").toString(CryptoJS.enc.Hex);","","pm.request.headers.upsert({ key: 'X-API-KEY', value: apiKey });","pm.request.headers.upsert({ key: 'X-TIMESTAMP', value: timestamp });","pm.request.headers.upsert({ key: 'X-SIGNATURE', value: signature });","","// Debug (remove after it works)","console.log('stringToSign:', stringToSign);","console.log('path:', path);","console.log('body length:', body.length);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"0c8366af-6234-4eff-880e-633e45f843a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"productName\": \"Apple Gift Card $2 (US Store)\",\n  \"country\": \"UNITED STATES\",\n  \"image\": \"https://operator-logo.dtone.com/logo-3288-1.png\",\n  \"amountInDollar\": 2,\n  \"amountInNaira\": 2781.49,\n  \"productId\": 48543,\n  \"operatorId\": 3288,\n  \"reference\": \"test-bugs-0002\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/vendor/giftcard/purchase","urlObject":{"path":["vendor","giftcard","purchase"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"55f4ff34-28a9-479d-be6f-d366332b321e","name":"purchase Giftcard","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"productName\": \"Apple Gift Card $2 (US Store)\",\n  \"country\": \"UNITED STATES\",\n  \"image\": \"https://operator-logo.dtone.com/logo-3288-1.png\",\n  \"amountInDollar\": 2,\n  \"amountInNaira\": 2781.49,\n  \"productId\": 48543,\n  \"operatorId\": 3288,\n  \"reference\": \"test-bugs-0002\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/vendor/giftcard/purchase"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Aug 2026 15:35:13 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Transaction completed successfully.\",\n    \"data\": {\n        \"id\": 2,\n        \"reference\": \"test-bugs-0002\",\n        \"image\": \"https://operator-logo.dtone.com/logo-3288-1.png\",\n        \"package\": \"Apple Gift Card $2 (US Store)\",\n        \"redeem_code\": \"XMZ98JM76NV9J9PY\",\n        \"serial_number\": \"GCA4369081035258\",\n        \"amount\": 2781.49,\n        \"productId\": \"48543\",\n        \"operatorId\": \"3288\",\n        \"status\": 3,\n        \"country\": \"UNITED STATES\",\n        \"usdAmount\": 2,\n        \"provider\": \"D\",\n        \"balanceBefore\": \"50000.00\",\n        \"balanceAfter\": \"47218.51\",\n        \"platform\": \"API\",\n        \"response\": \"{\\\"id\\\": 2, \\\"image\\\": \\\"https://operator-logo.dtone.com/logo-3288-1.png\\\", \\\"title\\\": \\\"Apple Gift Card $2 (US Store)\\\", \\\"amount\\\": 2781.49, \\\"status\\\": 3, \\\"package\\\": \\\"Apple Gift Card $2 (US Store)\\\", \\\"platform\\\": \\\"API\\\", \\\"provider\\\": \\\"D\\\", \\\"quantity\\\": \\\"1\\\", \\\"recipient\\\": \\\"bugsHunter@gmail.com\\\", \\\"reference\\\": \\\"test-bugs-0002\\\", \\\"product_id\\\": \\\"48543\\\", \\\"usd_amount\\\": 2, \\\"operator_id\\\": \\\"3288\\\", \\\"redeem_code\\\": \\\"XMZ98JM76NV9J9PY\\\", \\\"balance_after\\\": 47218.51, \\\"serial_number\\\": \\\"GCA4369081035258\\\", \\\"balance_before\\\": 50000}\",\n        \"created_at\": \"2026-08-06 16:35:07\",\n        \"updated_at\": \"2026-08-06 16:35:13\"\n    }\n}"}],"_postman_id":"0c8366af-6234-4eff-880e-633e45f843a9"},{"name":"retrieve transaction by reference","event":[{"listen":"prerequest","script":{"id":"0e097795-b929-4f3e-9f10-1a62109b3f95","exec":["const apiKey = pm.environment.get('apiKey');","const apiSecret = pm.environment.get('apiSecret');","","if (!apiKey || !apiSecret) {","    throw new Error('apiKey or apiSecret missing');","}","","const method = pm.request.method.toUpperCase();","const path = pm.request.url.getPath();","const timestamp = Math.floor(Date.now() / 1000).toString();","","let body = '';","if (!['GET', 'DELETE'].includes(method)) {","    body = pm.request.body ? pm.request.body.raw || '' : '';","}","","const stringToSign = method + path + timestamp + body;","","const signature = CryptoJS.HmacSHA256(","    stringToSign,","    apiSecret.trim()",").toString(CryptoJS.enc.Hex);","","","pm.request.headers.upsert({ key: 'X-API-KEY', value: apiKey });","pm.request.headers.upsert({ key: 'X-TIMESTAMP', value: timestamp });","pm.request.headers.upsert({ key: 'X-SIGNATURE', value: signature });","",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a5d869bd-f4c1-4b78-85ca-8e7b9bd7e264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"url":"{{baseUrl}}/vendor/giftcard/transaction/test-bugs-0002","urlObject":{"path":["vendor","giftcard","transaction","test-bugs-0002"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b55b0de3-9566-4037-9b4e-a4128983dc98","name":"retrieve transaction by reference","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"url":"{{baseUrl}}/vendor/giftcard/transaction/test-bugs-0002"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Aug 2026 15:37:44 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Transaction retrieved successfully.\",\n    \"data\": {\n        \"id\": 2,\n        \"reference\": \"test-bugs-0002\",\n        \"image\": \"https://operator-logo.dtone.com/logo-3288-1.png\",\n        \"package\": \"Apple Gift Card $2 (US Store)\",\n        \"redeem_code\": \"XMZ98JM76NV9J9PY\",\n        \"serial_number\": \"GCA4369081035258\",\n        \"amount\": 2781.49,\n        \"productId\": \"48543\",\n        \"operatorId\": \"3288\",\n        \"status\": 3,\n        \"country\": \"UNITED STATES\",\n        \"usdAmount\": 2,\n        \"provider\": \"D\",\n        \"balanceBefore\": \"50000.00\",\n        \"balanceAfter\": \"47218.51\",\n        \"platform\": \"API\",\n        \"response\": \"{\\\"id\\\": 2, \\\"image\\\": \\\"https://operator-logo.dtone.com/logo-3288-1.png\\\", \\\"title\\\": \\\"Apple Gift Card $2 (US Store)\\\", \\\"amount\\\": 2781.49, \\\"status\\\": 3, \\\"package\\\": \\\"Apple Gift Card $2 (US Store)\\\", \\\"platform\\\": \\\"API\\\", \\\"provider\\\": \\\"D\\\", \\\"quantity\\\": \\\"1\\\", \\\"recipient\\\": \\\"bugsHunter@gmail.com\\\", \\\"reference\\\": \\\"test-bugs-0002\\\", \\\"product_id\\\": \\\"48543\\\", \\\"usd_amount\\\": 2, \\\"operator_id\\\": \\\"3288\\\", \\\"redeem_code\\\": \\\"XMZ98JM76NV9J9PY\\\", \\\"balance_after\\\": 47218.51, \\\"serial_number\\\": \\\"GCA4369081035258\\\", \\\"balance_before\\\": 50000}\",\n        \"created_at\": \"2026-08-06 16:35:07\",\n        \"updated_at\": \"2026-08-06 16:35:13\"\n    }\n}"}],"_postman_id":"a5d869bd-f4c1-4b78-85ca-8e7b9bd7e264"},{"name":"statuses","event":[{"listen":"prerequest","script":{"id":"b23d9b29-78b3-4276-89ea-228d6ae2819e","exec":["const apiKey = pm.environment.get('apiKey');","const apiSecret = pm.environment.get('apiSecret');","","if (!apiKey || !apiSecret) {","    throw new Error('apiKey or apiSecret missing');","}","","const method = pm.request.method.toUpperCase();","const path = pm.request.url.getPath();","const timestamp = Math.floor(Date.now() / 1000).toString();","","let body = '';","if (!['GET', 'DELETE'].includes(method)) {","    body = pm.request.body ? pm.request.body.raw || '' : '';","}","","const stringToSign = method + path + timestamp + body;","","const signature = CryptoJS.HmacSHA256(","    stringToSign,","    apiSecret.trim()",").toString(CryptoJS.enc.Hex);","","","pm.request.headers.upsert({ key: 'X-API-KEY', value: apiKey });","pm.request.headers.upsert({ key: 'X-TIMESTAMP', value: timestamp });","pm.request.headers.upsert({ key: 'X-SIGNATURE', value: signature });","",""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"eea6bddb-2658-454f-82ef-7da674227bc9","exec":["const apiKey = pm.environment.get('apiKey');","const apiSecret = pm.environment.get('apiSecret');","","if (!apiKey || !apiSecret) {","    throw new Error('apiKey or apiSecret missing');","}","","const method = pm.request.method.toUpperCase();","const path = pm.request.url.getPath();","const timestamp = Math.floor(Date.now() / 1000).toString();","","let body = '';","if (!['GET', 'DELETE'].includes(method)) {","    body = pm.request.body ? pm.request.body.raw || '' : '';","}","","const stringToSign = method + path + timestamp + body;","","console.log(\"PATHTEST\", path)","console.log(\"STR:\", stringToSign);","console.log(\"APIKEY\", apiKey);","console.log(\"SERT\", apiSecret)","","const signature = CryptoJS.HmacSHA256(","    stringToSign,","    apiSecret.trim()",").toString(CryptoJS.enc.Hex);","","pm.request.headers.upsert({ key: 'X-API-KEY', value: apiKey });","pm.request.headers.upsert({ key: 'X-TIMESTAMP', value: timestamp });","pm.request.headers.upsert({ key: 'X-SIGNATURE', value: signature });","",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"31fe6dcb-2287-43da-b98a-a51f954b459a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"url":"{{baseUrl}}/vendor/giftcard/statuses","urlObject":{"path":["vendor","giftcard","statuses"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"674b7b02-c352-4d6a-97d2-3f954cc24f18","name":"statuses","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"url":"{{baseUrl}}/vendor/giftcard/statuses"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Aug 2026 14:12:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Transaction statuses retrieved successfully\",\n    \"data\": [\n        {\n            \"status\": 0,\n            \"description\": \"Cancelled & Refunded\"\n        },\n        {\n            \"status\": 1,\n            \"description\": \"Pending\"\n        },\n        {\n            \"status\": 2,\n            \"description\": \"Processing\"\n        },\n        {\n            \"status\": 3,\n            \"description\": \"Completed\"\n        }\n    ]\n}"}],"_postman_id":"31fe6dcb-2287-43da-b98a-a51f954b459a"},{"name":"get redeem codes","event":[{"listen":"prerequest","script":{"id":"ec13f98d-9f64-4927-bf84-f3bcfa3ae405","exec":["const apiKey = pm.environment.get('apiKey');","const apiSecret = pm.environment.get('apiSecret');","","if (!apiKey || !apiSecret) {","    throw new Error('apiKey or apiSecret missing');","}","","const method = pm.request.method.toUpperCase();","const path = pm.request.url.getPath();","const timestamp = Math.floor(Date.now() / 1000).toString();","","let body = '';","if (!['GET', 'DELETE'].includes(method)) {","    body = pm.request.body ? pm.request.body.raw || '' : '';","}","","const stringToSign = method + path + timestamp + body;","","const signature = CryptoJS.HmacSHA256(","    stringToSign,","    apiSecret.trim()",").toString(CryptoJS.enc.Hex);","","","pm.request.headers.upsert({ key: 'X-API-KEY', value: apiKey });","pm.request.headers.upsert({ key: 'X-TIMESTAMP', value: timestamp });","pm.request.headers.upsert({ key: 'X-SIGNATURE', value: signature });","",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"fd9d9342-e595-490b-ab15-bc04d594dd76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/vendor/giftcard/redeem-code/2","urlObject":{"path":["vendor","giftcard","redeem-code","2"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1f7e1d73-0e4c-444d-8a84-015440d39866","name":"get redeem codes","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-API-KEY","value":"","type":"text"},{"key":"X-TIMESTAMP","value":"","type":"text"},{"key":"X-SIGNATURE","value":"","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/vendor/giftcard/redeem-code/2"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Aug 2026 15:40:35 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Redeem details retrieved successfully.\",\n    \"data\": {\n        \"reference\": \"test-bugs-0002\",\n        \"redeem_code\": \"XMZ98JM76NV9J9PY\",\n        \"serial_number\": \"GCA4369081035258\"\n    }\n}"}],"_postman_id":"fd9d9342-e595-490b-ab15-bc04d594dd76"}]}