{"info":{"_postman_id":"458e7c95-9d66-4666-8a10-34bdab862ab0","name":"PagoCards","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"2079196","collectionId":"458e7c95-9d66-4666-8a10-34bdab862ab0","publishedId":"2sBXiri7ts","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-07T17:22:48.000Z"},"item":[{"name":"MasterCards","item":[{"name":"Create Card","id":"2e1566f4-518f-4014-a9ab-d1792c7f2233","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstname\": \"Pago\",\r\n    \"lastname\": \"Cards\",\r\n    \"email\": \"pago@pagocards.com\",\r\n    \"initialload\" : 10.00 // optional, default 0\r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/createcard","urlObject":{"path":["createcard"],"host":["mastercard"],"query":[],"variable":[]}},"response":[{"id":"7840300b-6295-4d54-949b-5284343b73ce","name":"Create Card","originalRequest":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstname\": \"Pago\",\r\n    \"lastname\": \"Cards\",\r\n    \"email\": \"pago@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/createcard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 31 Mar 2026 08:29:58 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Card issued successfully.\",\n    \"cardid\": \"crd-508eca9f-5c85-45d4-afdf-2e8a1bcf077e\",\n    \"nameoncard\": \"Pago Cards\",\n    \"useremail\": \"pago@pagocards.com\",\n    \"brand\": \"master\",\n    \"type\": \"virtual\",\n    \"depositaddress\": \"0x3571b33f582034236900102fE0C01f6ab3Bf08CF\",\n    \"lastfour\": \"0766\",\n    \"expiryyear\": 2031,\n    \"expirymonth\": 3\n}"}],"_postman_id":"2e1566f4-518f-4014-a9ab-d1792c7f2233"},{"name":"Create Addon","id":"b19eedc6-20a1-44f0-a241-bc4a4be78c1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstname\": \"Pago\",\r\n    \"lastname\": \"Cards\",\r\n    \"email\": \"pago@pagocards.com\",\r\n    \"cardid\" : \"primary card id\" // primary card id\r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/createaddon","urlObject":{"path":["createaddon"],"host":["mastercard"],"query":[],"variable":[]}},"response":[{"id":"5963a4b3-1ddb-46f4-8f4e-499543ee6cb8","name":"Create Addon","originalRequest":{"method":"POST","header":[{"key":"publickey","value":"pk_live_490128","type":"text"},{"key":"secretkey","value":"sk_live_938161","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstname\": \"Pago\",\r\n    \"lastname\": \"Cards\",\r\n    \"email\": \"pago@pagocards.com\",\r\n    \"cardid\" : \"crd-c4c92837-8470-40c8-ac9b-b8445baeb474\" // primary card id\r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/createaddon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Mon, 27 Apr 2026 04:08:04 GMT"},{"key":"x-ratelimit-limit","value":"100"},{"key":"x-ratelimit-remaining","value":"99"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"AddonCard issued successfully.\",\n    \"primary_cardid\": \"crd-c4c92837qweqweq-ac9b-b8445baeb474\",\n    \"cardid\": \"crd-530a25qweqweq6a-86be-9ef6a8d2e7f3\",\n    \"nameoncard\": \"Pago Cards\",\n    \"useremail\": \"pago@pagocards.com\",\n    \"brand\": \"master\",\n    \"type\": \"virtual\",\n    \"isaddon\": true,\n    \"lastfour\": \"9273\",\n    \"expiryyear\": 2031,\n    \"expirymonth\": 4\n}"}],"_postman_id":"b19eedc6-20a1-44f0-a241-bc4a4be78c1c"},{"name":"Get All Cards User","id":"712c6615-0455-4451-aa8a-db831335102b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"pago@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/getallcards","urlObject":{"path":["getallcards"],"host":["mastercard"],"query":[],"variable":[]}},"response":[],"_postman_id":"712c6615-0455-4451-aa8a-db831335102b"},{"name":"Get Details By Card ID","id":"9ca2d4f9-7b0e-44b3-93b0-c2f215ae210e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"cardid\": \"crd-c4c92837-8470-40c8-ac9b-b3423sdf74\",\r\n    \"email\": \"pago@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/getcarddetails","urlObject":{"path":["getcarddetails"],"host":["mastercard"],"query":[],"variable":[]}},"response":[{"id":"23cf3610-b902-4709-8f59-11db04e27706","name":"Get Details By Card ID","originalRequest":{"method":"POST","header":[{"key":"publickey","value":"pk_live_490128","type":"text"},{"key":"secretkey","value":"sk_live_938161","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"cardid\": \"crd-c4c92837-8470-40c8-ac9b-b8445baeb474\",\r\n    \"email\": \"cards@livitpay.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/getcarddetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Mon, 27 Apr 2026 04:10:24 GMT"},{"key":"x-ratelimit-limit","value":"100"},{"key":"x-ratelimit-remaining","value":"99"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"cardid\": \"crd-c4c92837-8470-40c8-ac9b-345sdfg74\",\n        \"card_number\": \"xxxxx5299938770\",\n        \"type\": \"virtual\",\n        \"physicalstatus\": \"activated\",\n        \"status\": \"active\",\n        \"expiry_year\": \"2031\",\n        \"expiry_month\": \"04\",\n        \"cvv\": \"670\",\n        \"nameoncard\": \"Jhon Doe\",\n        \"useremail\": \"pago@pagocards.com\",\n        \"walletid\": \"wlt-ea4d658d-200b-4581-9fd3-7947896452b2\",\n        \"balance\": 0,\n        \"brand\": \"master\",\n        \"address1\": \"128 city road\",\n        \"city\": \"london\",\n        \"state\": \"london\",\n        \"country\": \"GB\",\n        \"postalCode\": \"ec1v2nx\",\n        \"isaddon\": false,\n        \"deposits\": [],\n        \"transactions\": [],\n        \"addoncards\": [\n            {\n                \"cardid\": \"crd-530a2569-6649-496a-86be-9e435dsgf4f3\",\n                \"lastfour\": \"9273\",\n                \"nameoncard\": \"Pago Cards\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9ca2d4f9-7b0e-44b3-93b0-c2f215ae210e"},{"name":"Check 3DS OTP","id":"4c2bb8e8-5708-4ec5-9f41-3f18a5770f6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"cardid\": \"crd-508eca9f-5c85-45d4-afdf-2e8a1bcf077e\",\r\n    \"email\": \"pago@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/check3ds","urlObject":{"path":["check3ds"],"host":["mastercard"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c2bb8e8-5708-4ec5-9f41-3f18a5770f6a"},{"name":"Approve 3DS Authentication","id":"e31ea429-90d2-4eb2-bb16-431b3104791d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"cardid\": \"crd-508eca9f-5c85-45d4-afdf-2e8a1bcf077e\",\r\n    \"email\": \"pago@pagocards.com\",\r\n    \"eventId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/approve3ds","urlObject":{"path":["approve3ds"],"host":["mastercard"],"query":[],"variable":[]}},"response":[],"_postman_id":"e31ea429-90d2-4eb2-bb16-431b3104791d"},{"name":"Google / Apple Pay OTP","id":"e980853b-9570-4777-93b2-b602be9e0950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"cardid\": \"crd-508eca9f-5c85-45d4-afdf-2e8a1bcf077e\",\r\n    \"email\": \"pago@pagocards.com\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/checkwallet","urlObject":{"path":["checkwallet"],"host":["mastercard"],"query":[],"variable":[]}},"response":[],"_postman_id":"e980853b-9570-4777-93b2-b602be9e0950"},{"name":"Block Cards","id":"a27b55c7-6f7a-4c02-821a-cb0e04134931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"cardid\": \"crd-508eca9f-5c85-45d4-afdf-2e8a1bcf077e\",\r\n\t\"email\": \"pago@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/blockdigital","urlObject":{"path":["blockdigital"],"host":["mastercard"],"query":[],"variable":[]}},"response":[],"_postman_id":"a27b55c7-6f7a-4c02-821a-cb0e04134931"},{"name":"FundCards","id":"9772f5a7-f335-4dd1-84d5-7d10107a1bf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardid\": \"card_yyyyyyyyyyyy\",\r\n  \"email\": \"jane.doe@example.com\",\r\n  \"amount\": 25\r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/fundcard","urlObject":{"path":["fundcard"],"host":["mastercard"],"query":[],"variable":[]}},"response":[],"_postman_id":"9772f5a7-f335-4dd1-84d5-7d10107a1bf2"},{"name":"Unblock Cards","id":"e0650bb7-8ca5-4b1d-9b72-56cb8a9e8f69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"cardid\": \"crd-508eca9f-5c85-45d4-afdf-2e8a1bcf077e\",\r\n\t\"email\": \"pago@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/unblockdigital","urlObject":{"path":["unblockdigital"],"host":["mastercard"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0650bb7-8ca5-4b1d-9b72-56cb8a9e8f69"},{"name":"Terminate","id":"3189c32e-e709-481a-b577-d7261341f111","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"cardid\": \"crd-508eca9f-5c85-45d4-afdf-2e8a1bcf077e\",\r\n\t\"email\": \"pago@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"mastercard/terminate","urlObject":{"path":["terminate"],"host":["mastercard"],"query":[],"variable":[]}},"response":[],"_postman_id":"3189c32e-e709-481a-b577-d7261341f111"}],"id":"e0c8b45c-4860-4554-a350-17430abc95fc","description":"<p><strong>The Following Webhooks Events are available.</strong></p>\n<p>webhook for wallet add - Google pay / Apple Pay</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"cardId\":\"crd-b3454534-e0c7-4502-bbfb-e345435323\",\n\"userId\":\"usr-3305ced1-b12b-423f-a19f-16202e6dd505\",\n\"eventId\":\"45b2bd57-1851-4ca5-ae0a-85248d347b22\",\n\"eventName\":\"cardTokenization.deliverActivationCode\",\n\"emailAddress\":\"3454353445@gmail.com\",\n\"eventTargetId\":\"ctk-5655169d-71f8-40cc-8536-9170f097489d\",\n\"activationCode\":\"559522\",\n\"activationMethod\":\"email\",\n\"digitalWalletName\":\"googlePay\",\n\"consumerFacingEntityName\":\"GOOGLE\"\n}\n\n</code></pre>\n<p>webhook for 3ds Authentication</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"cardId\": \"crd-1c8c002c-a98b-4f2c-878c-24591750dcf4\",\n  \"userId\": \"usr-d8260513-bf2b-4807-8208-3d4c15ba7438\",\n  \"eventId\": \"cd0e17cc-8801-4c77-82bf-885cfaf17cfb\",\n  \"walletId\": \"wlt-9885d99b-7e91-43da-a567-e04ce601c487\",\n  \"eventName\": \"cardAuthentication.created\",\n  \"maskedPan\": \"533867******8498\",\n  \"merchantName\": \"apple.com/bill\",\n  \"eventTargetId\": \"3ds-28050f17-168d-4d20-af9c-9e9b788a3031\",\n  \"walletAddress\": \"0x8379C9a6f0f4491555AD3C98e1DfdA1a0d88dd2D\",\n  \"merchantAmount\": \"3.99\",\n  \"merchantCurrency\": \"EUR\"\n}\n\n</code></pre>\n","_postman_id":"e0c8b45c-4860-4554-a350-17430abc95fc"},{"name":"VisaCard","item":[{"name":"Create Card","id":"c3cbaeb6-4770-419c-a8a8-858a4774bc3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\":\"Mint\",\r\n    \"last_name\": \"Narongsak\",\r\n    \"email\": \"mn@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/createcard","urlObject":{"path":["createcard"],"host":["visacard"],"query":[],"variable":[]}},"response":[{"id":"7c505710-d8d6-4c4c-94de-275962f05e34","name":"Create Card","originalRequest":{"method":"POST","header":[{"key":"publickey","value":"pk_live_490128","type":"text"},{"key":"secretkey","value":"sk_live_938161","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\":\"Mint\",\r\n    \"last_name\": \"Narongsak\",\r\n    \"email\": \"mn@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/createcard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Sat, 18 Apr 2026 19:38:25 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Card created successfully\",\n    \"data\": {\n        \"cardid\": \"c7934324c7-bd38-4a53-9f41-3645435dccd78\",\n        \"lastfour\": null,\n        \"email\": \"mn@pagocards.com\",\n        \"nameoncard\": \"Mint Narongsak\",\n        \"status\": \"active\",\n        \"brand\": \"visa\"\n    }\n}"}],"_postman_id":"c3cbaeb6-4770-419c-a8a8-858a4774bc3c"},{"name":"Get All Cards User","id":"ca35b8dd-35b2-47c1-bea7-f83da7d0eb43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"mn@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/getallcards","urlObject":{"path":["getallcards"],"host":["visacard"],"query":[],"variable":[]}},"response":[{"id":"f234aeab-6497-4b48-a714-ef01bfc80d32","name":"Get All Cards User","originalRequest":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"mn@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/getallcards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Sat, 18 Apr 2026 19:58:01 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"58"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"cards\": [\n        {\n            \"cardid\": \"c76765bc7-bd38-4a53-9f41-3543534ccd78\",\n            \"useremail\": \"mn@pagocards.com\",\n            \"lastfour\": null,\n            \"brand\": \"visa\",\n            \"type\": \"virtual\"\n        }\n    ]\n}"}],"_postman_id":"ca35b8dd-35b2-47c1-bea7-f83da7d0eb43"},{"name":"GetCard By Card ID","id":"58bd3003-900a-494f-9b6b-b4705b485720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardid\":\"c79ccbc7-bd38-4a53-9f41-36dc99dccd78\",\r\n    \"email\": \"mn@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/getcard","description":"<p>Transaction type: 'fee', 'funding', 'purchase', 'refund', 'withdrawal'.</p>\n<p>CARD STATUS: 'active', 'frozen', 'terminated'</p>\n","urlObject":{"path":["getcard"],"host":["visacard"],"query":[],"variable":[]}},"response":[{"id":"5f842a0c-c9ca-4c16-b9aa-bddfbce2f0e1","name":"GetCard By Card ID - Active","originalRequest":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardid\":\"5werwerwerwee01f90595\",\r\n    \"email\": \"cards@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/getcard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Sat, 18 Apr 2026 18:27:15 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"secure\": {\n        \"success\": true,\n        \"message\": \"Card details retrieved successfully\",\n        \"data\": {\n            \"details\": {\n                \"card_id\": \"43534fsgsfd\",\n                \"card_number\": \"4434550145191136\",\n                \"cvv\": \"123\",\n                \"expiry_month\": \"04\",\n                \"expiry_year\": \"2029\",\n                \"name\": \"Ni2323 232h\",\n                \"status\": \"active\",\n                \"last_four_digit\": \"1136\",\n                \"masked_pan\": \"486555******1136\",\n                \"balance_amount\": \"3000000\",\n                \"billing_address\": {\n                    \"line1\": \"3401 N. Miami, Ave. Ste 230\",\n                    \"line2\": \"\",\n                    \"city\": \"Miami\",\n                    \"state\": \"Florida\",\n                    \"postal_code\": \"33127\",\n                    \"country\": \"United States\"\n                }\n            },\n            \"transactions\": [\n                {\n                    \"id\": \"1354f47e-3d54-4b9c-ab11-71fd4a10d4ce\",\n                    \"card_id\": \"43534fsgsfd\",\n                    \"company_id\": \"90702e05-c208-4777-b9df-4024044d2ebd\",\n                    \"type\": \"verification\",\n                    \"status\": \"completed\",\n                    \"amount\": \"0\",\n                    \"currency\": \"USD\",\n                    \"reference\": \"CARD_VERIFY_F9C91B6A6A5C\",\n                    \"display_amount\": 0,\n                    \"provider_transaction_id\": \"3a17e8a8-40d9-4703-bb8b-0c56a674431c\",\n                    \"balance_before\": \"3000000\",\n                    \"balance_after\": \"3000000\",\n                    \"merchant_name\": \"Visa Provisioning Servi US\",\n                    \"merchant_mcc\": \"6012\",\n                    \"merchant_mid\": \"320000000000001\",\n                    \"fee_amount\": \"0\",\n                    \"description\": \"Card verification at Visa Provisioning Servi US\",\n                    \"metadata\": \"{}\",\n                    \"created_by\": \"00000000-0000-0000-0000-000000000001\",\n                    \"created_at\": \"2026-04-18T16:56:49.317173Z\",\n                    \"updated_at\": \"2026-04-18T16:56:49.317173Z\",\n                    \"cardholder_name\": \"Nirav Shah\",\n                    \"last_four_digit\": \"1136\"\n                },\n                {\n                    \"id\": \"37845a1e-89d6-4097-ba2d-4acc85437e85\",\n                    \"card_id\": \"43534fsgsfd\",\n                    \"company_id\": \"90702e05-c208-4777-b9df-4024044d2ebd\",\n                    \"type\": \"fee\",\n                    \"status\": \"completed\",\n                    \"amount\": \"1000000\",\n                    \"currency\": \"USD\",\n                    \"reference\": \"CARD_CREATE_3160DDC887FD-creation_fee\",\n                    \"display_amount\": 1,\n                    \"balance_before\": \"0\",\n                    \"balance_after\": \"0\",\n                    \"fee_amount\": \"1000000\",\n                    \"fee_type\": \"CARD_CREATION_FEE\",\n                    \"description\": \"Card creation fee\",\n                    \"metadata\": \"{}\",\n                    \"created_by\": \"bfb0a254-b15c-4f95-917d-9c4922b794f1\",\n                    \"created_at\": \"2026-04-18T16:52:56.333978Z\",\n                    \"updated_at\": \"2026-04-18T16:53:03.333458Z\",\n                    \"transaction_date\": \"2026-04-18T16:52:56.333963Z\",\n                    \"cardholder_name\": \"Nirav Shah\"\n                },\n                {\n                    \"id\": \"80dc339c-8881-4eeb-a2ae-cccaa1995780\",\n                    \"card_id\": \"43534fsgsfd\",\n                    \"company_id\": \"90702e05-c208-4777-b9df-4024044d2ebd\",\n                    \"type\": \"funding\",\n                    \"status\": \"completed\",\n                    \"amount\": \"3000000\",\n                    \"currency\": \"USD\",\n                    \"reference\": \"CARD_CREATE_3160DDC887FD\",\n                    \"display_amount\": 3,\n                    \"balance_before\": \"0\",\n                    \"balance_after\": \"3000000\",\n                    \"fee_amount\": \"1000000\",\n                    \"fee_type\": \"CARD_TOPUP_FEE\",\n                    \"description\": \"Initial card funding\",\n                    \"metadata\": \"{}\",\n                    \"created_by\": \"bfb0a254-b15c-4f95-917d-9c4922b794f1\",\n                    \"created_at\": \"2026-04-18T16:52:56.203362Z\",\n                    \"updated_at\": \"2026-04-18T16:53:03.297574Z\",\n                    \"transaction_date\": \"2026-04-18T16:52:56.203335Z\",\n                    \"cardholder_name\": \"Nirav Shah\"\n                }\n            ]\n        }\n    }\n}"},{"id":"51bca538-7e45-48bc-ab2a-d790dfa94e37","name":"GetCard By Card ID - Frozen","originalRequest":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardid\":\"c79ccbc7-bd38-4a53-9f41-36dc99dccd78\",\r\n    \"email\": \"mn@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/getcard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Sun, 19 Apr 2026 03:49:11 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"secure\": {\n        \"success\": false,\n        \"message\": \"\",\n        \"data\": {\n            \"details\": {\n                \"card_id\": null,\n                \"card_number\": null,\n                \"cvv\": null,\n                \"expiry_month\": null,\n                \"expiry_year\": null,\n                \"name\": \"Mint Narongsak\",\n                \"status\": \"frozen\",\n                \"last_four_digit\": \"1312\",\n                \"masked_pan\": \"486555******1312\",\n                \"balance_amount\": \"3000000\",\n                \"billing_address\": {\n                    \"line1\": \"3401 N. Miami, Ave. Ste 230\",\n                    \"line2\": \"\",\n                    \"city\": \"Miami\",\n                    \"state\": \"Florida\",\n                    \"postal_code\": \"33127\",\n                    \"country\": \"United States\"\n                }\n            },\n            \"transactions\": [\n                {\n                    \"id\": \"2c710f4c-bac9-47d9-9dee-062b9fa8eba7\",\n                    \"card_id\": \"c79ccbc7-bd38-4a53-9f41-36dc99dccd78\",\n                    \"company_id\": \"90702e05-c208-4777-b9df-4024044d2ebd\",\n                    \"type\": \"fee\",\n                    \"status\": \"completed\",\n                    \"amount\": \"1000000\",\n                    \"currency\": \"USD\",\n                    \"reference\": \"CARD_CREATE_A07757294508-creation_fee\",\n                    \"display_amount\": 1,\n                    \"balance_before\": \"0\",\n                    \"balance_after\": \"0\",\n                    \"fee_amount\": \"1000000\",\n                    \"fee_type\": \"CARD_CREATION_FEE\",\n                    \"description\": \"Card creation fee\",\n                    \"metadata\": \"{}\",\n                    \"created_by\": \"be051cbc-f79d-47cd-b3f8-0e44cd3497ff\",\n                    \"created_at\": \"2026-04-18T19:38:25.783974Z\",\n                    \"updated_at\": \"2026-04-18T19:38:31.646812Z\",\n                    \"transaction_date\": \"2026-04-18T19:38:25.783958Z\",\n                    \"cardholder_name\": \"Mint Narongsak\"\n                },\n                {\n                    \"id\": \"2470f308-73c9-4a88-a3fe-b5e1e646047b\",\n                    \"card_id\": \"c79ccbc7-bd38-4a53-9f41-36dc99dccd78\",\n                    \"company_id\": \"90702e05-c208-4777-b9df-4024044d2ebd\",\n                    \"type\": \"funding\",\n                    \"status\": \"completed\",\n                    \"amount\": \"3000000\",\n                    \"currency\": \"USD\",\n                    \"reference\": \"CARD_CREATE_A07757294508\",\n                    \"display_amount\": 3,\n                    \"balance_before\": \"0\",\n                    \"balance_after\": \"3000000\",\n                    \"fee_amount\": \"1000000\",\n                    \"fee_type\": \"CARD_TOPUP_FEE\",\n                    \"description\": \"Initial card funding\",\n                    \"metadata\": \"{}\",\n                    \"created_by\": \"be051cbc-f79d-47cd-b3f8-0e44cd3497ff\",\n                    \"created_at\": \"2026-04-18T19:38:25.622119Z\",\n                    \"updated_at\": \"2026-04-18T19:38:31.606557Z\",\n                    \"transaction_date\": \"2026-04-18T19:38:25.622104Z\",\n                    \"cardholder_name\": \"Mint Narongsak\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"58bd3003-900a-494f-9b6b-b4705b485720"},{"name":"Block card","id":"cfc61a43-dc55-49dd-beca-c666bf4c2f8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardid\":\"c79ccbc7-bd38-4a53-9f41-36dc99dccd78\",\r\n    \"email\": \"mn@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/blockcard","urlObject":{"path":["blockcard"],"host":["visacard"],"query":[],"variable":[]}},"response":[{"id":"1547cd88-aca1-438a-9665-56b651d1acf5","name":"Block card - Error","originalRequest":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardid\":\"c79ccbc7-bd38-4a53-9f41-36dc99dccd78\",\r\n    \"email\": \"mn@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/blockcard"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":":status","value":400},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Sun, 19 Apr 2026 03:40:59 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"detail\": \"Cannot transition card from frozen to frozen\"\n}"},{"id":"21a82d80-f47d-4800-aa7d-7819d2dff05c","name":"Block card-Success","originalRequest":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardid\":\"c79ccbc7-bd38-4a53-9f41-36dc99dccd78\",\r\n    \"email\": \"mn@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/blockcard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Sun, 19 Apr 2026 03:49:02 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"57"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"detail\": \"Card blocked successfully\"\n}"}],"_postman_id":"cfc61a43-dc55-49dd-beca-c666bf4c2f8f"},{"name":"Unblock card","id":"da593d74-75d8-403c-bd41-52c71a09d075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardid\":\"c79ccbc7-bd38-4a53-9f41-36dc99dccd78\",\r\n    \"email\": \"mn@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/unblockcard","urlObject":{"path":["unblockcard"],"host":["visacard"],"query":[],"variable":[]}},"response":[{"id":"044c9f16-2d44-4b58-8e81-e242ee7e017d","name":"Unblock card-Success","originalRequest":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardid\":\"c79ccbc7-bd38-4a53-9f41-36dc99dccd78\",\r\n    \"email\": \"mn@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/unblockcard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Sun, 19 Apr 2026 03:46:01 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"detail\": \"Card unblocked successfully\"\n}"},{"id":"901dcaab-4c1f-4380-8597-2491b9020f86","name":"Unblock card - Error","originalRequest":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardid\":\"c79ccbc7-bd38-4a53-9f41-36dc99dccd78\",\r\n    \"email\": \"mn@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/unblockcard"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":":status","value":400},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Sun, 19 Apr 2026 03:46:26 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"58"},{"key":"access-control-allow-origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"detail\": \"Cannot transition card from active to active\"\n}"}],"_postman_id":"da593d74-75d8-403c-bd41-52c71a09d075"},{"name":"Terminate","id":"65d311ce-40ab-4ec9-a494-8eb43797d82a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardid\":\"c7956sdhge5641-36dc99dccd78\",\r\n    \"email\": \"mn@pagocards.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"visacard/terminate","urlObject":{"path":["terminate"],"host":["visacard"],"query":[],"variable":[]}},"response":[],"_postman_id":"65d311ce-40ab-4ec9-a494-8eb43797d82a"},{"name":"Webhooks","id":"6b40bf45-2a11-4ec5-aa55-f50b5c5b9c6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"event\": \"virtualcard.transaction.declined\",\n  \"data\": {\n    \"id\": \"5104a031-4fe5-4ff5-812d-5ba0b1658436\",\n    \"amount\": 330,\n    \"cardId\": \"736545b8-2eda-48cf-8eff-03f1dfb8514e\",\n    \"reason\": \"No sufficient funds\",\n    \"status\": \"failed\",\n    \"companyId\": \"b4e0ea36-bdb6-4c12-8931-b73f85ab361b\",\n    \"narrative\": \"GOOGLE*ADS2260628213\",\n    \"reference\": \"e3d7b37de816\"\n  }\n}\n\n\n{\n  \"updatedAt\": \"2023-12-07T13:15:54.926Z\",\n  \"event\": \"virtualcard.transaction.declined.terminated\",\n  \"data\": {\n    \"cardId\": \"7ee8a383-c8bc-4b6c-8cb6-f107c0cadac1\",\n    \"reason\": \"Insufficient Funds\",\n    \"companyId\": \"c16a147e-119f-4de4-88c0-b14d908f9727\",\n    \"reference\": \"4921bba1a6a7edf5\",\n    \"balanceBeforeTermination\": 90\n  }\n}\n\n{\n  \"event\": \"virtualcard.transaction.declined.charge\",\n  \"data\": {\n    \"id\": \"a8b87683-167b-4a38-918e-42c1e482b448\",\n    \"amount\": 80,\n    \"cardId\": \"b6824847-bd89-4084-941c-136b8bc54a7e\",\n    \"status\": \"success\",\n    \"companyId\": \"95f7a617-923d-4009-a9ac-82b5cd766514\",\n    \"reference\": \"DECLINE_FEES_cca5c4d077b3\",\n    \"violationCount\": 3\n  }\n}\n\n</code></pre>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"6b40bf45-2a11-4ec5-aa55-f50b5c5b9c6f"}],"id":"4adc3e38-7a16-4939-a0f7-36a6ee9ae03a","_postman_id":"4adc3e38-7a16-4939-a0f7-36a6ee9ae03a","description":""},{"name":"Giftcards","item":[{"name":"Get Catalog","id":"59c2195c-8381-4ce4-9259-91ef0ee7461b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"url":"getgiftcards","urlObject":{"host":["getgiftcards"],"query":[{"disabled":true,"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"disabled":true,"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"search","value":null},{"disabled":true,"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"country","value":null},{"disabled":true,"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"currency","value":null}],"variable":[]}},"response":[{"id":"32ac317b-801f-4d20-a5e4-dd17dc1e9c6b","name":"Get Catalog-Success","originalRequest":{"method":"GET","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"url":{"raw":"getgiftcards?limit=20&page=1","host":["getgiftcards"],"query":[{"key":"limit","value":"20"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Fri, 24 Apr 2026 04:15:56 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"sku\": 4402,\n            \"title\": \"\\tTJ Maxx\",\n            \"min_price\": \"5.00\",\n            \"max_price\": \"500.00\",\n            \"currency\": \"USD\",\n            \"currency_symbol\": \"$\",\n            \"currency_name\": \"Dollars\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/ezpaypin/categories/images/2023/12/T.J.Maxx.png\",\n            \"description\": \"\",\n            \"categories\": [\n                {\n                    \"name\": \"T.J.Maxx\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"United States\",\n                    \"code\": \"US\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -2.5\n        },\n        {\n            \"sku\": 4321,\n            \"title\": \"1-800-Baskets\",\n            \"min_price\": \"10.00\",\n            \"max_price\": \"100.00\",\n            \"currency\": \"USD\",\n            \"currency_symbol\": \"$\",\n            \"currency_name\": \"Dollars\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/ezpaypin/categories/images/2023/12/1-800-Baskets.com.jpg\",\n            \"description\": \"\",\n            \"categories\": [\n                {\n                    \"name\": \"1-800-Baskets.com\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"United States\",\n                    \"code\": \"US\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -7.5\n        },\n        {\n            \"sku\": 5037,\n            \"title\": \"1-800-Flowers.com\",\n            \"min_price\": \"5.00\",\n            \"max_price\": \"500.00\",\n            \"currency\": \"USD\",\n            \"currency_symbol\": \"$\",\n            \"currency_name\": \"Dollars\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2024/11/1-800-Flowers.com.png\",\n            \"description\": \"{\\\"content\\\": [{\\\"title\\\": \\\"Product Description\\\", \\\"description\\\": \\\"There's no better place to order flowers online than 1-800-Flowers.com. Whether you're looking for roses, orchids, gift baskets, bonsai trees, flowering plants or wedding bouquets, 1800 flowers.com has the highest quality blooms and the most talented florists who can create exactly what you order. Dazzle and delight your loved ones wherever they may be with a fresh flowers and gifts at www.1800flowers.com.\\\", \\\"type\\\": \\\"marketing\\\"}, {\\\"title\\\": \\\"Redemption Instruction\\\", \\\"description\\\": \\\"<p><strong>Redeemable</strong></p>\\\\n<ul>\\\\n  <li>Online at <a href=\\\\\\\"http://www.1800baskets.com/\\\\\\\">www.1800baskets.com</a>, <a href=\\\\\\\"http://www.1800flowers.com/\\\\\\\">www.1800flowers.com</a>, <a href=\\\\\\\"http://www.cheryls.com/\\\\\\\">www.cheryls.com</a>, <a href=\\\\\\\"http://www.fruitbouquets.com/\\\\\\\">www.fruitbouquets.com</a>, and www.thepopcornfactory.com and www.harryanddavid.com, <a href=\\\\\\\"http://www.berries.com/\\\\\\\">www.berries.com</a>, <a href=\\\\\\\"https://www.personalizationuniverse.com/\\\\\\\">www.personalizationuniverse.com</a>, <a href=\\\\\\\"http://www.simplychocolate.com/\\\\\\\">www.simplychocolate.com</a>, <a href=\\\\\\\"http://www.stockyards.com/\\\\\\\">www.stockyards.com</a>, <a href=\\\\\\\"http://www.wolfermans.com/\\\\\\\">www.wolfermans.com</a>&nbsp;</li>\\\\n  <li>By phone on orders for 1-800-Baskets.com, 1-800-Flowers.com\\\\u00ae, Cheryls, Fruit Bouquets, The Popcorn Factory, Shari\\\\u2019s Berries and Harry &amp; David.</li>\\\\n  <li>At certain, but not all, franchised retail store locations of 1-800-Flowers.com\\\\u00ae and Harry &amp; David. Please print out your digital card and present to the store associate.&nbsp;</li>\\\\n</ul>\\\", \\\"type\\\": \\\"redeem\\\"}, {\\\"title\\\": \\\"Terms and Conditions\\\", \\\"description\\\": \\\"<p><strong>Terms and Conditions</strong></p>\\\\n<ul>\\\\n  <li>The Gift Card and Gift Certificate is a prepaid payment device that comes with a set dollar value.</li>\\\\n  <li>It is not a credit card, charge card or debit card. The Gift Card and Gift Certificate has no associated service fees and no expiration date.</li>\\\\n  <li>The Gift Card and Gift Certificate can be used at brands, retail stores, web sites and on phone orders, as listed at <a href=\\\\\\\"http://www.freshgift.com/\\\\\\\">www.FreshGift.com</a>.&nbsp;</li>\\\\n</ul>\\\\n<p>We reserve the right to require credit card or alternate non-promotional payment method information for verification purposes, even if the Gift Card or Gift Certificate fully covers the transaction order total. We do not allow the purchase of a Gift Card with another Gift Card, Gift Certificate, Savings Pass, Appreciation Award, Award Card, or Rewards Pass. One gift card per order online, please call the specific phone lines listed at <a href=\\\\\\\"http://www.freshgift.com/\\\\\\\">www.freshgift.com</a>. &nbsp;</p>\\\\nNone\\\", \\\"type\\\": \\\"terms\\\"}, {\\\"title\\\": \\\"Legal Disclaimer\\\", \\\"description\\\": \\\"\\\", \\\"type\\\": \\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"1800Flowers US\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"United States\",\n                    \"code\": \"US\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -8.5\n        },\n        {\n            \"sku\": 4320,\n            \"title\": \"76\",\n            \"min_price\": \"5.00\",\n            \"max_price\": \"500.00\",\n            \"currency\": \"USD\",\n            \"currency_symbol\": \"$\",\n            \"currency_name\": \"Dollars\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/ezpaypin/categories/images/2023/12/76.jpg\",\n            \"description\": \"\",\n            \"categories\": [\n                {\n                    \"name\": \"76\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"United States\",\n                    \"code\": \"US\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": 0.5\n        },\n        {\n            \"sku\": 7002,\n            \"title\": \"Abercrombie & Fitch\",\n            \"min_price\": \"5.00\",\n            \"max_price\": \"500.00\",\n            \"currency\": \"USD\",\n            \"currency_symbol\": \"$\",\n            \"currency_name\": \"Dollars\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2024/11/Abercrombie__Fitch_5-500.jpg\",\n            \"description\": \"{\\\"content\\\": [{\\\"title\\\": \\\"Product Description\\\", \\\"description\\\": \\\"Unlock the latest styles with the Abercrombie & Fitch gift card! Perfect for fashion-forward individuals, this digital gift card allows you to explore a wide range of trendy apparel, accessories, and more from Abercrombie & Fitch. The gift card can be redeemed easily in the United States, making it convenient for all your shopping needs. Enjoy the freedom of choosing the perfect gift for yourself or a loved one, without the worry of expiration as there is no expiry date on this card. Embrace a chic wardrobe upgrade with just a few clicks!\\\", \\\"type\\\": \\\"marketing\\\"}, {\\\"title\\\": \\\"Redemption Instruction\\\", \\\"description\\\": \\\"Redeeming your Abercrombie & Fitch gift card is quick and easy! Follow these simple steps: 1. Visit the Abercrombie & Fitch official website or app. 2. Browse through the stylish collection of clothing and accessories. 3. Add your desired items to your cart. 4. At checkout, select the option to pay with a gift card. 5. Enter the unique code provided with your gift card. 6. Complete your purchase! Note: This gift card cannot be used for subscription services or to purchase additional gift cards.\\\", \\\"type\\\": \\\"redeem\\\"}, {\\\"title\\\": \\\"Terms and Conditions\\\", \\\"description\\\": \\\"Full terms and conditions can be found at abercrombie.com. For Balance inquiry visit www.abercrombie.com/balance.\\\", \\\"type\\\": \\\"terms\\\"}, {\\\"title\\\": \\\"Legal Disclaimer\\\", \\\"description\\\": \\\"\\\", \\\"type\\\": \\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"Abercrombie\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"United States\",\n                    \"code\": \"US\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -4.5\n        },\n        {\n            \"sku\": 994,\n            \"title\": \"Ace Hardware\",\n            \"min_price\": \"5.00\",\n            \"max_price\": \"250.00\",\n            \"currency\": \"USD\",\n            \"currency_symbol\": \"$\",\n            \"currency_name\": \"Dollars\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/ezpaypin/products/images/2021/03/Ace_Hardware_Copy.jpg\",\n            \"description\": \"{\\\"content\\\":[{\\\"title\\\":\\\"Product Description\\\",\\\"description\\\":\\\"<span>Ace offers the resources of a trusted, national&#10;brand with the personal touch of a neighborhood hardware store. By offering a&#10;more personal kind of helpful, we ensure our customers succeed at taking care&#10;of and maintaining their home. Neighborly. Experienced. Straight-forward.&#10;Good-humored. Community centric.</span>\\\",\\\"type\\\":\\\"marketing\\\"},{\\\"title\\\":\\\"Redemption\\\",\\\"description\\\":\\\"&#10;&#10;<p class=\\\\\\\"MsoNormal\\\\\\\"><b>Using your eGift Card is simple!</b></p>&#10;&#10;<p class=\\\\\\\"MsoNormal\\\\\\\">You can redeem your eGift Card on <a href=\\\\\\\"http://www.acehardware.com\\\\\\\">www.acehardware.com</a> or in an Ace Hardware&#10;store, see instruction below for in store:</p>&#10;&#10;<p class=\\\\\\\"MsoNormal\\\\\\\">&#160;</p>&#10;&#10;<p class=\\\\\\\"MsoListParagraphCxSpFirst\\\\\\\"><span><span>1.<span>&#160;&#160;&#160;&#160;&#160;&#160;&#10;</span></span></span><span dir=\\\\\\\"LTR\\\\\\\"></span>Print this page</p>&#10;&#10;<p class=\\\\\\\"MsoListParagraphCxSpMiddle\\\\\\\"><span><span>2.<span>&#160;&#160;&#160;&#160;&#160;&#160;&#10;</span></span></span><span dir=\\\\\\\"LTR\\\\\\\"></span>Bring this printed eGift&#10;Card to any Ace Hardware</p>&#10;&#10;<p class=\\\\\\\"MsoListParagraphCxSpMiddle\\\\\\\"><span><span>3.<span>&#160;&#160;&#160;&#160;&#160;&#160;&#10;</span></span></span><span dir=\\\\\\\"LTR\\\\\\\"></span>Give this eGift Card to the&#10;Team Member at the time of payment</p>&#10;&#10;<p class=\\\\\\\"MsoListParagraphCxSpLast\\\\\\\"><span><span>4.<span>&#160;&#160;&#160;&#160;&#160;&#160;&#10;</span></span></span><span dir=\\\\\\\"LTR\\\\\\\"></span>Any unused amount can be&#10;used towards future purchases</p>&#10;&#10;<p class=\\\\\\\"MsoNormal\\\\\\\">&#160;</p>&#10;&#10;<p class=\\\\\\\"MsoNormal\\\\\\\">Questions or Comments? Email our Customer Service at: </p>&#10;&#10;<p class=\\\\\\\"MsoNormal\\\\\\\">carecenter@acehardware.com</p>&#10;&#10;<p class=\\\\\\\"MsoNormal\\\\\\\">&#160;</p>&#10;&#10;<b><span>Ace Hardware Redemption Instructions:</span></b><span><br>&#10;Please accept this eGift Card like any other Ace Gift Card. To redeem funds&#10;from this eGift Card, scan the barcode or follow the normal steps for manual&#10;gift card redemption on your point of sale system. If any balance remains on&#10;the eGift Card, please return this eGift Card to the customer along with a copy&#10;of their eGift Card receipt.</span>\\\",\\\"type\\\":\\\"redeem\\\"},{\\\"title\\\":\\\"Terms and Conditions\\\",\\\"description\\\":\\\"&#10;&#10;<p class=\\\\\\\"MsoNormal\\\\\\\">This eGift Card is redeemable only for purchases at&#10;participating Ace Hardware locations or online at <u>www.acehardware.com</u>.&#10;It cannot be used to purchase gift cards or pay Ace Hardware accounts. Except&#10;as required by law, this card is non-refundable and cannot be returned or&#10;redeemed for cash. Each time this card is used, the purchase amount will be&#10;debited against the available balance. This card does not expire and has no&#10;fees. Lost or stolen cards will be replaced for the remaining value only with&#10;card number and satisfactory proof of purchase. <b>For complete terms and conditions, visit </b><a href=\\\\\\\"http://www.acehardware.com/gift-card-terms-and-conditions\\\\\\\"><b>www.acehardware.com/gift-card-terms-and-conditions</b></a><b>.</b> <b>Purchase,&#10;use or acceptance of this card constitutes acceptance of all terms and&#10;conditions, including a binding confidential arbitration clause and waiver of&#10;your rights to a jury trial and class action participation. </b>This card is&#10;issued by Ace Incentives, Inc.</p>&#10;&#10;<p class=\\\\\\\"MsoNormal\\\\\\\">&#160;</p>&#10;&#10;<span>For balance inquires please visit <a href=\\\\\\\"https://acehardware.wgiftcard.com/rbc/acehardware\\\\\\\">www.acehardware.com/balanceinquiry</a>&#10;or call 1-888-827-4223</span>\\\",\\\"type\\\":\\\"terms\\\"}],\\\"barcode\\\":null}\",\n            \"categories\": [\n                {\n                    \"name\": \"Ace Hardware\"\n                },\n                {\n                    \"name\": \"Retail\"\n                },\n                {\n                    \"name\": \"Software\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"United States\",\n                    \"code\": \"US\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -2.5\n        },\n        {\n            \"sku\": 7894,\n            \"title\": \"Acme\",\n            \"min_price\": \"5.00\",\n            \"max_price\": \"250.00\",\n            \"currency\": \"USD\",\n            \"currency_symbol\": \"$\",\n            \"currency_name\": \"Dollars\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2024/11/Acme_5-250.png\",\n            \"description\": \"{\\\"content\\\": [{\\\"title\\\": \\\"Product Description\\\", \\\"description\\\": \\\"**Acme Gift Card**  \\\\nExperience convenience and value like never before with the Acme Gift Card! Perfect for grocery shopping, this card is accepted at over 2,200 locations across the United States, including popular stores like Albertsons, Safeway, Vons, and more. Enjoy the flexibility of shopping for your favorite groceries and household essentials at any participating location within our extensive family of stores.  \\\\n**Key Features:**  \\\\n- Versatile usage across numerous grocery stores  \\\\n- Accepted at major chains like Albertsons, Safeway, and more  \\\\n- Ideal for gifting friends or family who love to shop  \\\\n- Convenient value for routine grocery needs  \\\\n**Countries Where It Can Be Redeemed:**  \\\\n- United States  \\\\n**Benefits of Using the Acme Gift Card:**  \\\\n- Simplifies gift-giving; wonderful for any occasion  \\\\n- Helps you manage your grocery budget effectively  \\\\n- No expiration date - use it when you need it  \\\\n\\\\n**Redemption Instructions**  \\\\n1. Visit any participating store location (e.g., Albertsons, Safeway).  \\\\n2. At the checkout, present your Acme Gift Card to the cashier.  \\\\n3. The cashier will process the card and the total amount will be deducted from the card balance.  \\\\n4. Keep the card after purchase for any remaining balance.  \\\\n\\\\n**Usage Limitations:**  \\\\n- Not valid for online purchases or subscriptions.\\\", \\\"type\\\": \\\"marketing\\\"}, {\\\"title\\\": \\\"Redemption Instruction\\\", \\\"description\\\": \\\"1. Visit any participating store location (e.g., Albertsons, Safeway).\\\\n2. At the checkout, present your Acme Gift Card to the cashier.\\\\n3. The cashier will process the card and the total amount will be deducted from the card balance.\\\\n4. Keep the card after purchase for any remaining balance.\\\\n\\\\n**Usage Limitations:**\\\\n- Not valid for online purchases or subscriptions.\\\", \\\"type\\\": \\\"redeem\\\"}, {\\\"title\\\": \\\"Terms and Conditions\\\", \\\"description\\\": \\\"To load or reload in any amount from $5 to $500. Purchase of card constitutes acceptance of the following terms: Card can be used for merchandise purchases only at any of the stores listed on this card, non-merchandise purchases (e.g. gift cards, money orders/transfers, lottery) are not allowed. Card may be used multiple times until value is depleted and cannot be redeemed for cash except where required by law. Funds will not be replaced on Lost/Stolen cards and Safeway Gift Card LLC is not responsible for use of card without your knowledge. Card does not expire and has no fees. For card balance call 1-888-413-5003. Card can be used at any Albertsons, Safeway, Randalls, Tom Thumb, Pavilions, Vons, Carrs, Shaw's, Star Markets, Jewel-Osco and Acme Markets. In California, Tom Thumb is not a Safeway company. Issued by \\\\u00a9Safeway Gift Cards LLC. All rights reserved.\\\", \\\"type\\\": \\\"terms\\\"}, {\\\"title\\\": \\\"Legal Disclaimer\\\", \\\"description\\\": \\\"\\\", \\\"type\\\": \\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"Acme\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"United States\",\n                    \"code\": \"US\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": 0.5\n        },\n        {\n            \"sku\": 4481,\n            \"title\": \"ACO athletesco UAE\",\n            \"min_price\": \"1.00\",\n            \"max_price\": \"10000.00\",\n            \"currency\": \"AED\",\n            \"currency_symbol\": \"AED\",\n            \"currency_name\": \"Dirham\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/ezpaypin/categories/images/2024/01/Gift-Card-ACO.jpg\",\n            \"description\": \"{\\\"content\\\":[{\\\"title\\\":\\\"Product Description\\\",\\\"description\\\":\\\"<div>The Apparel eGift Card translates to a pure shopping indulgence presented in one digital card, and redeemable across everyone&#8217;s favourite shopping and lifestyle brands, under the Apparel Group. To View the participating brands &amp; store locations, visit https://apparelglobal.com/en/all-brands/</div><div>By sending an Apparel eGift Card to friends, family, loved ones or colleagues, you are treating them to an incredible experience, as they would be able to shop for whatever they want, wherever they want! The Apparel Gift card is redeemable across some of the most popular global brands that specialize in men&#8217;s, women&#8217;s and children&#8217;s clothing, footwear, accessories, and plenty more. You can gift it for Birthdays, Anniversaries, Valentine&#8217;s Day, Mother&#8217;s Day, Father&#8217;s Day, or on festivals like Eid, Christmas or Diwali or for any other reason or occasion, which may be on or off the calendar, to celebrate love, gratitude, friendship, and a hundred other sentiments that require more than just words!</div><div>You can even customize your Apparel eGift card and choose a theme from our many designs, which cover all occasions and events, and then personalize it with a message, picture, or a video and send it instantly or schedule a perfect time in advance. Your loved one will receive their Apparel Gift Card conveniently on their email or via SMS, with an exciting digital unwrapping experience. They can then walk into any of the listed stores of the brands specified, which are under the Apparel Group in UAE, and walk out with the gifts of their choice! This is gifting made easy, fun, convenient and safe!</div><div><br></div>\\\",\\\"type\\\":\\\"marketing\\\"},{\\\"title\\\":\\\"Terms and Conditions\\\",\\\"description\\\":\\\"<div>&#8226;<span>&#9;</span>This eGift Card is only valid for a ONE TIME purchase, against the full value of the eGift Card.</div><div>&#8226;<span>&#9;</span>Partial redemption is not allowed.&#160;</div><div>&#8226;<span>&#9;</span>This eGift Card is redeemable for any merchandise offered in any Apparel stores across UAE, except Outlet malls.</div><div>&#8226;<span>&#9;</span>This eGift Card is not redeemable at Tim Hortons, Ecom (6th Street.com, Nessa.com, ALDO shoes.me &amp; R&amp;Bfashion.com</div><div>&#8226;<span>&#9;</span>To find the nearest brand and store at which this eGift Card can be redeemed, please visit www.appareluae.com, choose the category and brand, click on store details, and find the nearest store location listed under UAE.</div><div>&#8226;<span>&#9;</span>Expired eGift cards cannot be extended, exchanged or refunded.</div><div><br></div>\\\",\\\"type\\\":\\\"terms\\\"},{\\\"title\\\":\\\"Redemption Process\\\",\\\"description\\\":\\\"<div>Present the Gift card code at the store Billing counter to redeem the value.&#160;</div><div>Note: Partial Redemption is not allowed; full value must be redeemed. in single transaction</div><div><br></div>\\\",\\\"type\\\":\\\"redeem\\\"}],\\\"barcode\\\":null}\",\n            \"categories\": [\n                {\n                    \"name\": \"ACO athletesco\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"United Arab Emirates\",\n                    \"code\": \"AE\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -0.5\n        },\n        {\n            \"sku\": 8778,\n            \"title\": \"Adidas\",\n            \"min_price\": \"15.00\",\n            \"max_price\": \"250.00\",\n            \"currency\": \"CAD\",\n            \"currency_symbol\": \"CAD$\",\n            \"currency_name\": \"Dollars\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2025/08/Adidas.png\",\n            \"description\": \"{\\\"content\\\": [{\\\"title\\\": \\\"Product Description\\\", \\\"description\\\": \\\"Sport has the power to change lives \\\\u2014 and adidas views this as their guiding light. Through innovative performance technology in apparel and footwear to trending streetwear inspired by decades of athletic heritage, the brand with the 3-Stripes lives and breathes sport in everything they do. Shop online at adidas.com or in store at adidas retail locations and take your game \\\\u2014 on or off the field \\\\u2014 to the next level.\\\\r\\\\n\\\\r\\\\n----\\\\r\\\\n\\\\r\\\\nLe sport a le pouvoir de changer des vies \\\\u2014 et adidas consid\\\\u00e8re cela comme leur phare. Gr\\\\u00e2ce \\\\u00e0 une technologie de performance innovante dans les v\\\\u00eatements et les chaussures, ainsi qu'\\\\u00e0 des v\\\\u00eatements de rue tendance inspir\\\\u00e9s par des d\\\\u00e9cennies d'h\\\\u00e9ritage athl\\\\u00e9tique, la marque aux 3 bandes vit et respire le sport dans tout ce qu'elle fait. Achetez en ligne sur adidas.com ou en magasin dans les points de vente adidas et portez votre jeu \\\\u2014 sur ou en dehors du terrain \\\\u2014 au niveau sup\\\\u00e9rieur.\\\\r\\\\n\\\", \\\"type\\\": \\\"marketing\\\"}, {\\\"title\\\": \\\"Redemption Instruction\\\", \\\"description\\\": \\\"Enter your full 19 digit card number & 4 digit pin in the gift card field of the payment screen. Click apply. You may use in combination with a credit card and a maximum of 5 gift cards separate cards may be used.\\\\r\\\\n\\\\r\\\\nBring your Gift Card to any adidas retail store in Canada.\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n----\\\\r\\\\n\\\\r\\\\nEntrez votre num\\\\u00e9ro de carte complet de 19 chiffres et votre code PIN de 4 chiffres dans le champ carte cadeau de l'\\\\u00e9cran de paiement. Cliquez sur appliquer. Vous pouvez utiliser en combinaison avec une carte de cr\\\\u00e9dit et un maximum de 5 cartes cadeaux. Des cartes s\\\\u00e9par\\\\u00e9es peuvent \\\\u00eatre utilis\\\\u00e9es.\\\\r\\\\n\\\\r\\\\nApportez votre carte cadeau dans n'importe quel magasin adidas au Canada.\\\", \\\"type\\\": \\\"redeem\\\"}, {\\\"title\\\": \\\"Terms and Conditions\\\", \\\"description\\\": \\\"Usable up to balance only to buy goods or services at adidas retail stores in Canada or online at www.adidas.ca. Not redeemable for cash except as required by law. Not a credit or debit card. Promotional offers or discounts are not redeemable towards the purchase of Gift Cards. Safeguard the card. It will not be replaced or replenished if lost, stolen, or used without authorization. adidas Canada Limited (ACL) is the issuer and sole obligor to card owner. ACL may delegate its issuer obligations to an assignee, without recourse. If delegated, the assignee, not ACL, will be sole obligor to card owner. Purchase, use or acceptance of card constitutes acceptance of these terms. For balance or other inquiries, call 1-855-823-4327 or visit https://www.adidas.ca/en/help\\\\r\\\\n\\\\r\\\\n \\\\r\\\\nUtilisable jusqu\\\\u2019\\\\u00e0 concurrence du solde uniquement pour l\\\\u2019achat de biens ou de services dans les magasins de d\\\\u00e9tail adidas au Canada ou en ligne sur le site Web www.adidas.ca. Ne peut \\\\u00eatre \\\\u00e9chang\\\\u00e9e contre de l\\\\u2019argent, sauf si la loi l\\\\u2019exige. Il ne s\\\\u2019agit pas d\\\\u2019une carte de cr\\\\u00e9dit ou de d\\\\u00e9bit. Les offres promotionnelles ou les remises ne peuvent pas \\\\u00eatre utilis\\\\u00e9es pour l\\\\u2019achat de cartes-cadeaux. Prot\\\\u00e9gez la carte. Elle ne sera ni remplac\\\\u00e9e ni reconstitu\\\\u00e9e si elle est perdue, vol\\\\u00e9e ou utilis\\\\u00e9e sans autorisation. adidas Canada Limited (ACL) est l\\\\u2019\\\\u00e9metteur et le seul oblig\\\\u00e9 du propri\\\\u00e9taire de la carte. ACL peut d\\\\u00e9l\\\\u00e9guer ses obligations d\\\\u2019\\\\u00e9metteur \\\\u00e0 un cessionnaire, sans recours. En cas de d\\\\u00e9l\\\\u00e9gation, le cessionnaire (et non ACL) sera le seul d\\\\u00e9biteur du titulaire de la carte. L\\\\u2019achat, l\\\\u2019utilisation ou l\\\\u2019acceptation de la carte signifie l\\\\u2019acceptation des pr\\\\u00e9sentes conditions. Pour le solde ou d\\\\u2019autres questions, appelez le 1 855 823-4327 ou cliquez https://www.adidas.ca/fr/help.\\\", \\\"type\\\": \\\"terms\\\"}, {\\\"title\\\": \\\"Legal Disclaimer\\\", \\\"description\\\": \\\"\\\", \\\"type\\\": \\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"adidas\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"Canada\",\n                    \"code\": \"CA\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -6.5\n        },\n        {\n            \"sku\": 5637,\n            \"title\": \"adidas AT\",\n            \"min_price\": \"1.00\",\n            \"max_price\": \"500.00\",\n            \"currency\": \"EUR\",\n            \"currency_symbol\": \"€\",\n            \"currency_name\": \"Euro\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2024/11/adidas.png\",\n            \"description\": \"{\\\"content\\\":[{\\\"title\\\":\\\"Product Description\\\",\\\"description\\\":\\\"adidas hat als die Marke mit den drei Streifen Geschichte geschrieben. Vom Stadion auf die Straßen. Vom Court auf die Laufstege dieser Welt. Ihre lange Tradition und die Leidenschaft für den Sport treiben die Marke zu ständigem Fortschritt an. In Zusammenarbeit mit Top-Athleten und Influencern aus allen Bereichen vereint adidas innovative Technologien und modernstes Design.\\\",\\\"type\\\":\\\"marketing\\\"},{\\\"title\\\":\\\"Redemption Instruction\\\",\\\"description\\\":\\\"Los geht's! So verwendest du deine Geschenkkarte. Gib auf der Seite mit den Zahlungsarten einfach die Nummer unterhalb des Barcodes auf deiner Geschenkkarte und die 4-stellige PIN in das dafür vorgesehene Feld ein. Klick dann auf „Anwenden“.  \\\\r\\\\n\\\\r\\\\nIm Store: Du kannst die Geschenkkarte in jedem adidas Sport Performance, adidas Originals oder adidas Outlet Store einlösen. Druck dazu einfach diese Seite aus und leg sie an der Kasse vor. [adidas.at/storefinder](https://www.adidas.at/storefinder). Du kannst diese Geschenkkarte in Kombination mit einer Kreditkarte verwenden.\\\",\\\"type\\\":\\\"redeem\\\"},{\\\"title\\\":\\\"Terms and Conditions\\\",\\\"description\\\":\\\"Diese Geschenkkarte kann nur in teilnehmenden adidas Retail Stores in Österreich oder auf adidas.at eingelöst werden. Die Nutzungsbedingungen, Hinweise zur Einlösung, eine Liste teilnehmender Stores und dein aktuelles Guthaben findest du unter www.adidas.at/geschenkkarten. Nicht eingelöste Geschenkkarten verfallen drei Jahre nach Kaufdatum. Mit Ausnahme von geltenden gesetzlichen Bestimmungen sind Rückgabe, Rückerstattung und Barauszahlung der Geschenkkarte nicht möglich, noch kann sie zum Kauf einer weiteren Geschenkkarte verwendet werden.\\\",\\\"type\\\":\\\"terms\\\"},{\\\"title\\\":\\\"Legal Disclaimer\\\",\\\"description\\\":\\\"\\\",\\\"type\\\":\\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"adidas\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"Australia\",\n                    \"code\": \"AU\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -3.5\n        },\n        {\n            \"sku\": 5629,\n            \"title\": \"adidas BE\",\n            \"min_price\": \"1.00\",\n            \"max_price\": \"500.00\",\n            \"currency\": \"EUR\",\n            \"currency_symbol\": \"€\",\n            \"currency_name\": \"Euro\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2024/11/adidas.png\",\n            \"description\": \"{\\\"content\\\":[{\\\"title\\\":\\\"Product Description\\\",\\\"description\\\":\\\"adidas est la marque aux Trois Bandes, une véritable icone. Du stade à la rue, des terrains de sport aux podiums de mode. Avec une histoire riche de succès et une passion pour le sport, adidas a toujours eu l’ambition d’être au sommet. Faisant équipe avec les meilleurs athlètes et les artistes les plus influents, la marque associe technologies innovantes et designs contemporains.\\\\r\\\\n\\\\r\\\\n------\\\\r\\\\n\\\\r\\\\nadidas is het merk met de iconische 3 strepen. Je ziet ze op straat tot in het stadion. Van de competitie tot op de catwalk. Met een enorm rijke historie aan prestaties en een ongekende passie voor sport streeft adidas ernaar om altijd en overal de beste te zijn. Door de handen ineen te slaan met topsporters en invloedrijke artiesten weet het merk een brug te slaan tussen vooruitstrevende technologieën en oogstrelende ontwerpen.\\\\r\\\\n\\\",\\\"type\\\":\\\"marketing\\\"},{\\\"title\\\":\\\"Redemption Instruction\\\",\\\"description\\\":\\\"Fais-toi plaisir ! Utilise ta carte cadeau en toute simplicité. Dans le champ \\\\\\\"Carte cadeau\\\\\\\" sur la page de paiement, saisis le chiffre inscrit sous le code-barres et ton code PIN à 4 chiffres. Clique sur appliquer.  \\\\r\\\\n\\\\r\\\\nEn magasin : Imprime cette page. Rends-toi dans un magasin adidas Sport Performance, adidas Originals ou adidas Outlet. Donne-la au vendeur en caisse. [adidas.be/fr/storefinder](https://www.adidas.be/fr/storefinder). Tu peux utiliser cette carte cadeau avec une carte bancaire.\\\\r\\\\n\\\\r\\\\n------\\\\r\\\\n\\\\r\\\\nGame on! Je cadeaukaart gebruiken is heel eenvoudig. In het cadeaukaartveld op het betaalscherm vul je het volledige nummer in dat onder de barcode staat en je 4-cijferige PIN. Klik op toepassen.  \\\\r\\\\n\\\\r\\\\nIn de winkel: Print deze pagina. Neem 'm mee naar een adidas Sport Performance-, adidas Originals- of adidas outletwinkel. En geef 'm bij het afrekenen aan de medewerker. [adidas.be/nl/storefinder](https://www.adidas.be/nl/storefinder). Je kunt deze cadeaukaart gebruiken in combinatie met een creditcard.\\\",\\\"type\\\":\\\"redeem\\\"},{\\\"title\\\":\\\"Terms and Conditions\\\",\\\"description\\\":\\\"Cette carte n'est valable que dans les magasin adidas participants en Belgique ou sur adidas.be/fr. Pour consulter les conditions et instructions d'utilisation, la liste des magasins participants et votre solde actuel, veuillez vous rendre sur www.adidas.be/fr/giftcards. Si elle n'est pas utilisée, la carte expire trois ans après la date d'achat. Conformément à vos droits, cette carte ne peut pas être retournée, n'est pas remboursable, ne peut pas être échangée contre de l'argent et ne peut pas être utilisée pour acheter une autre carte cadeau.\\\\r\\\\n\\\\r\\\\n------\\\\r\\\\n\\\\r\\\\nDeze kaart kan alleen worden ingewisseld bij deelnemende adidas winkels in Nederland of via adidas.be. Raadpleeg www.adidas.be/nl/cadeaukaarten voor de voorwaarden, gebruiksinstructies, een lijst van de deelnemende winkels en uw huidige saldo. Indien deze kaart niet wordt gebruikt, vervalt deze drie jaar na de datum van aankoop. Behoudens bij of krachtens de wet toekomende rechten, is de kaart niet-retourneerbaar, niet-restitueerbaar, niet inwisselbaar voor geld en kan deze niet worden gebruikt voor de aanschaf van een andere cadeaukaart.\\\",\\\"type\\\":\\\"terms\\\"},{\\\"title\\\":\\\"Legal Disclaimer\\\",\\\"description\\\":\\\"\\\",\\\"type\\\":\\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"adidas\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"Belgium\",\n                    \"code\": \"BE\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -3.5\n        },\n        {\n            \"sku\": 5638,\n            \"title\": \"adidas DE\",\n            \"min_price\": \"1.00\",\n            \"max_price\": \"500.00\",\n            \"currency\": \"EUR\",\n            \"currency_symbol\": \"€\",\n            \"currency_name\": \"Euro\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2024/11/adidas.png\",\n            \"description\": \"{\\\"content\\\": [{\\\"title\\\": \\\"Product Description\\\", \\\"description\\\": \\\"adidas hat als die Marke mit den drei Streifen Geschichte geschrieben. Vom Stadion auf die Stra\\\\u00dfen. Vom Court auf die Laufstege dieser Welt. Ihre lange Tradition und die Leidenschaft f\\\\u00fcr den Sport treiben die Marke zu st\\\\u00e4ndigem Fortschritt an. In Zusammenarbeit mit Top-Athleten und Influencern aus allen Bereichen vereint adidas innovative Technologien und modernstes Design.\\\", \\\"type\\\": \\\"marketing\\\"}, {\\\"title\\\": \\\"Redemption Instruction\\\", \\\"description\\\": \\\"Los geht\\\\u2019s! So verwendest du deine Geschenkkarte. Gib auf der Seite mit den Zahlungsarten einfach die Nummer unterhalb des Barcodes auf deiner Geschenkkarte und die 4-stellige PIN in das daf\\\\u00fcr vorgesehene Feld ein. Klick dann auf \\\\u201eAnwenden\\\\u201c.  \\\\r\\\\n\\\\r\\\\nIm Store: Du kannst die Geschenkkarte in jedem adidas Sport Performance, adidas Originals oder adidas Outlet Store einl\\\\u00f6sen. Druck dazu einfach diese Seite aus und leg sie an der Kasse vor. [adidas.de/storefinder](https://www.adidas.de/storefinder)   Du kannst diese Geschenkkarte in Kombination mit einer Kreditkarte verwenden.\\\", \\\"type\\\": \\\"redeem\\\"}, {\\\"title\\\": \\\"Terms and Conditions\\\", \\\"description\\\": \\\"Diese Geschenkkarte kann nur in teilnehmenden adidas Retail Stores in Deutschland oder auf adidas.de eingel\\\\u00f6st werden. Die Nutzungsbedingungen, Hinweise zur Einl\\\\u00f6sung, eine Liste teilnehmender Stores und dein aktuelles Guthaben findest du unter [www.adidas.de/geschenkkarten](https://www.adidas.de/geschenkkarten). Nicht eingel\\\\u00f6ste Geschenkkarten verfallen drei Jahre nach Kaufdatum. Mit Ausnahme von geltenden gesetzlichen Bestimmungen sind R\\\\u00fcckgabe, R\\\\u00fcckerstattung und Barauszahlung der Geschenkkarte nicht m\\\\u00f6glich, noch kann sie zum Kauf einer weiteren Geschenkkarte verwendet werden.\\\", \\\"type\\\": \\\"terms\\\"}, {\\\"title\\\": \\\"Legal Disclaimer\\\", \\\"description\\\": \\\"\\\", \\\"type\\\": \\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"adidas\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"Germany\",\n                    \"code\": \"DE\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -3.5\n        },\n        {\n            \"sku\": 11197,\n            \"title\": \"adidas DE\",\n            \"min_price\": \"15.00\",\n            \"max_price\": \"150.00\",\n            \"currency\": \"EUR\",\n            \"currency_symbol\": \"€\",\n            \"currency_name\": \"Euro\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2025/10/adidas_DE_Geschenkkarte.png\",\n            \"description\": \"{\\\"content\\\": [{\\\"title\\\": \\\"Product Description\\\", \\\"description\\\": \\\"<p>adidas hat als die Marke mit den drei Streifen Geschichte geschrieben. Vom Stadion auf die Stra&szlig;en. Vom Court auf die Laufstege dieser Welt. Ihre lange Tradition und die Leidenschaft f&uuml;r den Sport treiben die Marke zu st&auml;ndigem Fortschritt an. In Zusammenarbeit mit Top-Athleten und Influencern aus allen Bereichen vereint adidas innovative Technologien und modernstes Design.</p>\\\\r\\\\n\\\\r\\\\n<p>adidas made history as the brand with the three stripes. From the stadium to the streets. From the court to the world&#39;s catwalks. Their long tradition and passion for sport drive the brand to constant progress. In cooperation with top athletes and influencers from all areas, adidas combines innovative technologies and the latest design.</p>\\\", \\\"type\\\": \\\"marketing\\\"}, {\\\"title\\\": \\\"Redemption Instruction\\\", \\\"description\\\": \\\"<p>Diese Geschenkkarte kann nur in teilnehmenden adidas Retail Stores in Deutschland oder auf&#160;<a href=\\\\\\\"http://adidas.de/\\\\\\\">adidas.de</a>&#160;eingel&#246;st werden. Die Nutzungsbedingungen, Hinweise zur Einl&#246;sung, eine Liste teilnehmender Stores und dein aktuelles Guthaben findest du unter&#160;<a href=\\\\\\\"http://www.adidas.de/geschenkkarten\\\\\\\">www.adidas.de/geschenkkarten</a>. Nicht eingel&#246;ste Geschenkkarten verfallen drei Jahre nach Kaufdatum. Mit Ausnahme von geltenden gesetzlichen Bestimmungen sind R&#252;ckgabe, R&#252;ckerstattung und Barauszahlung der Geschenkkarte nicht m&#246;glich, noch kann sie zum Kauf einer weiteren Geschenkkarte verwendet werden.</p><p>This gift card can only be redeemed in participating adidas retail stores in Germany or at&#160;<a href=\\\\\\\"http://adidas.de/\\\\\\\">adidas.de</a>. The terms of use, information on redemption, a list of participating stores and your current balance can be found at&#160;<a href=\\\\\\\"http://www.adidas.de/angebotekarten\\\\\\\">www.adidas.de/angebotekarten</a>. Unredeemed gift cards expire three years from the date of purchase. With the exception of applicable statutory provisions, the gift card cannot be returned, refunded or paid for in cash, nor can it be used to purchase another gift card.</p>\\\", \\\"type\\\": \\\"redeem\\\"}, {\\\"title\\\": \\\"Terms and Conditions\\\", \\\"description\\\": \\\"<p>Diese Geschenkkarte kann nur in teilnehmenden adidas Retail Stores in Deutschland oder auf <a href=\\\\\\\"http://adidas.de\\\\\\\">adidas.de</a> eingel&ouml;st werden. Die Nutzungsbedingungen, Hinweise zur Einl&ouml;sung, eine Liste teilnehmender Stores und dein aktuelles Guthaben findest du unter <a href=\\\\\\\"http://www.adidas.de/geschenkkarten\\\\\\\">www.adidas.de/geschenkkarten</a>. Nicht eingel&ouml;ste Geschenkkarten verfallen drei Jahre nach Kaufdatum. Mit Ausnahme von geltenden gesetzlichen Bestimmungen sind R&uuml;ckgabe, R&uuml;ckerstattung und Barauszahlung der Geschenkkarte nicht m&ouml;glich, noch kann sie zum Kauf einer weiteren Geschenkkarte verwendet werden.</p>\\\\r\\\\n\\\\r\\\\n<p>This gift card can only be redeemed in participating adidas retail stores in Germany or at <a href=\\\\\\\"http://adidas.de\\\\\\\">adidas.de</a>. The terms of use, information on redemption, a list of participating stores and your current balance can be found at <a href=\\\\\\\"http://www.adidas.de/angebotekarten\\\\\\\">www.adidas.de/angebotekarten</a>. Unredeemed gift cards expire three years from the date of purchase. With the exception of applicable statutory provisions, the gift card cannot be returned, refunded or paid for in cash, nor can it be used to purchase another gift card.</p>\\\", \\\"type\\\": \\\"terms\\\"}, {\\\"title\\\": \\\"Legal Disclaimer\\\", \\\"description\\\": \\\"\\\", \\\"type\\\": \\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"adidas\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"Germany\",\n                    \"code\": \"DE\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -3.5\n        },\n        {\n            \"sku\": 11108,\n            \"title\": \"adidas DK\",\n            \"min_price\": \"1.00\",\n            \"max_price\": \"3500.00\",\n            \"currency\": \"DKK\",\n            \"currency_symbol\": \"kr\",\n            \"currency_name\": \"Kroner\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2024/12/adidas_DK\",\n            \"description\": \"{\\\"content\\\": [{\\\"title\\\": \\\"Product Description\\\", \\\"description\\\": \\\"adidas er brandet med de tre striber, vi kalder Three Stripes, som ikon. Fra stadion til gaderne. Fra banen til catwalken. adidas har en rig historie og lang erfaring med sportsteknologi og passion for sport, og vi str\\\\u00e6ber altid efter at v\\\\u00e6re den bedste. I samarbejde med topatleter og indflydelsesrige kunstnere blander vi innovative teknologier med i\\\\u00f8jnefaldende stil.\\\\r\\\\n\\\\r\\\\n<P>\\\\r\\\\nadidas is branded with the three stripes, which we call the Three Stripes, as an icon. From the stadium to the streets. From the track to the catwalk. adidas has a rich history and extensive experience in sports technology and passion for sports, and we always strive to be the best. In collaboration with top athletes and influential artists, we blend innovative technologies with eye-catching style.\\\", \\\"type\\\": \\\"marketing\\\"}, {\\\"title\\\": \\\"Redemption Instruction\\\", \\\"description\\\": \\\"<p>S\\\\u00e6t i gang! Brugen af gavekortet er ganske enkelt. I feltet for gavekort p\\\\u00e5 betalingssiden indtaster du hele nummeret, som du finder under stregkoden, og din PIN-kodes fire cifre. Tryk Anvend.  </p>\\\\r\\\\n<p>I butikken: Print denne side. Tag den med til enhver adidas-butik. Giv den til personen bag kassen. adidas.dk/butiksfinder. Du kan bruge kortet i kombination med et kreditkort.</p>\\\\r\\\\n\\\\r\\\\n<P>\\\\r\\\\n<p>Get started! Using the gift card is quite simple. In the gift card field on the payment page, enter the full number, which you will find under the barcode, and the four digits of your PIN code. Press Apply. </p>\\\\r\\\\n<p>In the store: Print this page. Bring it to any adidas store. Give it to the person behind the till. adidas.dk/butiksfinder. You can use the card in combination with a credit card.</p>\\\", \\\"type\\\": \\\"redeem\\\"}, {\\\"title\\\": \\\"Terms and Conditions\\\", \\\"description\\\": \\\"<p>Dette kort kan kun indl\\\\u00f8ses ved adidas-butikker i Danmark eller p\\\\u00e5 adidas.dk. Bes\\\\u00f8g www.adidas.dk/gavekort for at se listen over butikker, der deltager i ordningen, brugsbetingelser og dit gavekorts saldo. Gavekortet kan ikke returneres, refunderes, byttes til kontanter eller bruges til at k\\\\u00f8be et andet gavekort med forbehold for dine juridiske rettigheder. Gyldighed: 1 \\\\u00e5r </p>\\\\r\\\\n\\\\r\\\\n<P>\\\\r\\\\n<p>This card can only be redeemed at adidas stores in Denmark or at adidas.dk. Visit www.adidas.dk/gavekort to see the list of stores participating in the scheme, conditions of use and your gift card's balance. The gift card cannot be returned, refunded, exchanged for cash or used to purchase another gift card subject to your legal rights. Validity: 1 Year</p>\\\", \\\"type\\\": \\\"terms\\\"}, {\\\"title\\\": \\\"Legal Disclaimer\\\", \\\"description\\\": \\\"\\\", \\\"type\\\": \\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"adidas\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"Denmark\",\n                    \"code\": \"DK\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -2.5\n        },\n        {\n            \"sku\": 5639,\n            \"title\": \"adidas ES\",\n            \"min_price\": \"5.00\",\n            \"max_price\": \"150.00\",\n            \"currency\": \"EUR\",\n            \"currency_symbol\": \"€\",\n            \"currency_name\": \"Euro\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2024/11/adidas.png\",\n            \"description\": \"{\\\"content\\\": [{\\\"title\\\": \\\"Product Description\\\", \\\"description\\\": \\\"adidas es la marca de las 3 bandas, un aut\\\\u00e9ntico icono del deporte y la moda urbana. En los estadios de f\\\\u00fatbol y en las calles. En las pistas de tenis y en las pasarelas. Avalada por su pasi\\\\u00f3n y sus incontables victorias deportivas, adidas es sin\\\\u00f3nimo de excelencia. Nuestro trabajo se desarrolla junto a reconocidos deportistas e influyentes creadores con los que colaboramos para ofrecerte los mejores dise\\\\u00f1os y las \\\\u00faltimas tecnolog\\\\u00edas.\\\", \\\"type\\\": \\\"marketing\\\"}, {\\\"title\\\": \\\"Redemption Instruction\\\", \\\"description\\\": \\\"\\\\u00a1Es hora de disfrutarla! Usar tu tarjeta regalo es f\\\\u00e1cil. En el campo \\\\\\\"tarjeta regalo\\\\\\\" de la pantalla de pago, introduce el n\\\\u00famero completo que encontrar\\\\u00e1s bajo el c\\\\u00f3digo de barras y tu PIN de 4 d\\\\u00edgitos. Haz clic en '\\\\\\\"Aplicar\\\\\\\".  \\\\r\\\\n\\\\r\\\\nEn la tienda: imprime esta p\\\\u00e1gina. Ll\\\\u00e9vala a cualquier tienda de adidas Sport Performance, adidas Originals o adidas Outlet. Pres\\\\u00e9ntala al dependiente en el momento de pagar. [adidas.es/storefinder](https://www.adidas.es/storefinder#/). Puedes utilizar tu tarjeta regalo en combinaci\\\\u00f3n con una tarjeta de cr\\\\u00e9dito.\\\", \\\"type\\\": \\\"redeem\\\"}, {\\\"title\\\": \\\"Terms and Conditions\\\", \\\"description\\\": \\\"Esta tarjeta solo se puede canjear en tiendas adidas seleccionadas en Espa\\\\u00f1a o en adidas.es. Para consultar las condiciones legales, las instrucciones de uso, la lista de tiendas participantes y tu saldo actual, visita [adidas.es/giftcards](https://www.adidas.es/gift_cards). Si no se usa, la tarjeta caducar\\\\u00e1 en un plazo de tres a\\\\u00f1os desde la fecha de compra. Excepto cuando as\\\\u00ed lo establezcan tus derechos, esta tarjeta no puede devolverse o reembolsarse, no puede intercambiarse por dinero en efectivo y no puede usarse para adquirir otra tarjeta regalo.\\\", \\\"type\\\": \\\"terms\\\"}, {\\\"title\\\": \\\"Legal Disclaimer\\\", \\\"description\\\": \\\"\\\", \\\"type\\\": \\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"adidas\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"Spain\",\n                    \"code\": \"ES\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -3.5\n        },\n        {\n            \"sku\": 5630,\n            \"title\": \"adidas FR\",\n            \"min_price\": \"5.00\",\n            \"max_price\": \"150.00\",\n            \"currency\": \"EUR\",\n            \"currency_symbol\": \"€\",\n            \"currency_name\": \"Euro\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2024/11/adidas.png\",\n            \"description\": \"{\\\"content\\\": [{\\\"title\\\": \\\"Product Description\\\", \\\"description\\\": \\\"adidas est la marque aux Trois Bandes, une v\\\\u00e9ritable icone. Du stade \\\\u00e0 la rue, des terrains de sport aux podiums de mode. Avec une histoire riche de succ\\\\u00e8s et une passion pour le sport, adidas a toujours eu l\\\\u2019ambition d\\\\u2019\\\\u00eatre au sommet. Faisant \\\\u00e9quipe avec les meilleurs athl\\\\u00e8tes et les artistes les plus influents, la marque associe technologies innovantes et designs contemporains.\\\", \\\"type\\\": \\\"marketing\\\"}, {\\\"title\\\": \\\"Redemption Instruction\\\", \\\"description\\\": \\\"Fais-toi plaisir ! Utilise ta carte cadeau en toute simplicit\\\\u00e9. Dans le champ \\\\\\\"Carte cadeau\\\\\\\" sur la page de paiement, saisis le chiffre inscrit sous le code-barres et ton code PIN \\\\u00e0 4 chiffres. Clique sur appliquer.  \\\\r\\\\n\\\\r\\\\nEn magasin : Imprime cette page. Rends-toi dans un magasin adidas Sport Performance, adidas Originals ou adidas Outlet. Donne-la au vendeur en caisse. [adidas.fr/storefinder](https://www.adidas.fr/localisateur-de-magasin). Tu peux utiliser cette carte cadeau avec une carte bancaire.\\\", \\\"type\\\": \\\"redeem\\\"}, {\\\"title\\\": \\\"Terms and Conditions\\\", \\\"description\\\": \\\"Cette carte n'est valable que dans les magasin adidas participants en France ou sur adidas.fr. Pour consulter les conditions et instructions d'utilisation, la liste des magasins participants et votre solde actuel, veuillez vous rendre sur [https://www.adidas.fr/cartes_cadeaux](https://www.adidas.fr/cartes_cadeaux). Si elle n'est pas utilis\\\\u00e9e, la carte expire trois ans apr\\\\u00e8s la date d'achat. Conform\\\\u00e9ment \\\\u00e0 vos droits, cette carte ne peut pas \\\\u00eatre retourn\\\\u00e9e, n'est pas remboursable, ne peut pas \\\\u00eatre \\\\u00e9chang\\\\u00e9e contre de l'argent et ne peut pas \\\\u00eatre utilis\\\\u00e9e pour acheter une autre carte cadeau.\\\", \\\"type\\\": \\\"terms\\\"}, {\\\"title\\\": \\\"Legal Disclaimer\\\", \\\"description\\\": \\\"\\\", \\\"type\\\": \\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"adidas\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"France\",\n                    \"code\": \"FR\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -3.5\n        },\n        {\n            \"sku\": 5640,\n            \"title\": \"adidas IE\",\n            \"min_price\": \"1.00\",\n            \"max_price\": \"500.00\",\n            \"currency\": \"EUR\",\n            \"currency_symbol\": \"€\",\n            \"currency_name\": \"Euro\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2024/11/adidas.png\",\n            \"description\": \"{\\\"content\\\":[{\\\"title\\\":\\\"Product Description\\\",\\\"description\\\":\\\"adidas is the brand with the Three Stripes, the icon. From the stadium to the streets. From the courts to the catwalk. With a rich history in performance and passion for sports, adidas is always striving to be the best. Teaming-up with top athletes and influencing artists, the brand brings together innovative technologies with eye-catching design.\\\",\\\"type\\\":\\\"marketing\\\"},{\\\"title\\\":\\\"Redemption Instruction\\\",\\\"description\\\":\\\"Game on! Using your gift card is simple. In the Gift Card Field of the payment screen, enter the full number located below the barcode and your 4 -digit PIN. Click Apply.  \\\\r\\\\n\\\\r\\\\nIn store: Print this page. Bring to any adidas Sport Performance, adidas Originals or adidas Outlet store. Give to cashier at checkout. [adidas.ie/storefinder](https://www.adidas.ie/storefinder). You may use this gift card in combination with a credit card.\\\",\\\"type\\\":\\\"redeem\\\"},{\\\"title\\\":\\\"Terms and Conditions\\\",\\\"description\\\":\\\"This card is redeemable only at participating adidas retail stores in Ireland or on adidas.ie. For the terms, instructions of use, a list of participating stores and your current balance please check www.adidas.ie/giftcards. If not used, this card shall expire five years after the date of purchase. Except for in accordance with your legal rights, the card is non-returnable, non-refundable, cannot be exchanged for cash and cannot be used towards the purchase of another gift card.\\\",\\\"type\\\":\\\"terms\\\"},{\\\"title\\\":\\\"Legal Disclaimer\\\",\\\"description\\\":\\\"\\\",\\\"type\\\":\\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"adidas\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"Ireland\",\n                    \"code\": \"IE\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -3.5\n        },\n        {\n            \"sku\": 5652,\n            \"title\": \"adidas NL\",\n            \"min_price\": \"1.00\",\n            \"max_price\": \"500.00\",\n            \"currency\": \"EUR\",\n            \"currency_symbol\": \"€\",\n            \"currency_name\": \"Euro\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2024/11/adidas.png\",\n            \"description\": \"{\\\"content\\\":[{\\\"title\\\":\\\"Product Description\\\",\\\"description\\\":\\\"adidas is het merk met de iconische 3 strepen. Je ziet ze op straat tot in het stadion. Van de competitie tot op de catwalk. Met een enorm rijke historie aan prestaties en een ongekende passie voor sport streeft adidas ernaar om altijd en overal de beste te zijn. Door de handen ineen te slaan met topsporters en invloedrijke artiesten weet het merk een brug te slaan tussen vooruitstrevende technologieën en oogstrelende ontwerpen.\\\",\\\"type\\\":\\\"marketing\\\"},{\\\"title\\\":\\\"Redemption Instruction\\\",\\\"description\\\":\\\"Game on! Je cadeaukaart gebruiken is heel eenvoudig. In het cadeaukaartveld op het betaalscherm vul je het volledige nummer in dat onder de barcode staat en je 4-cijferige PIN. Klik op toepassen.  \\\\r\\\\n\\\\r\\\\nIn de winkel: Print deze pagina. Neem 'm mee naar een adidas Sport Performance-, adidas Originals- of adidas outletwinkel. En geef 'm bij het afrekenen aan de medewerker. [adidas.nl/storefinder](https://www.adidas.nl/storefinder). Je kunt deze cadeaukaart gebruiken in combinatie met een creditcard.\\\",\\\"type\\\":\\\"redeem\\\"},{\\\"title\\\":\\\"Terms and Conditions\\\",\\\"description\\\":\\\"Deze kaart kan alleen worden ingewisseld bij deelnemende adidas winkels in Nederland of via adidas.nl. Raadpleeg [www.adidas.nl/cadeaukaarten](https://www.adidas.nl/cadeaukaart) voor de voorwaarden, gebruiksinstructies, een lijst van de deelnemende winkels en uw huidige saldo. Indien deze kaart niet wordt gebruikt, vervalt deze drie jaar na de datum van aankoop. Behoudens bij of krachtens de wet toekomende rechten, is de kaart niet-retourneerbaar, niet-restitueerbaar, niet inwisselbaar voor geld en kan deze niet worden gebruikt voor de aanschaf van een andere cadeaukaart.\\\",\\\"type\\\":\\\"terms\\\"},{\\\"title\\\":\\\"Legal Disclaimer\\\",\\\"description\\\":\\\"\\\",\\\"type\\\":\\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"adidas\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"Netherlands\",\n                    \"code\": \"NL\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -3.5\n        },\n        {\n            \"sku\": 5653,\n            \"title\": \"adidas PT\",\n            \"min_price\": \"1.00\",\n            \"max_price\": \"500.00\",\n            \"currency\": \"EUR\",\n            \"currency_symbol\": \"€\",\n            \"currency_name\": \"Euro\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2024/11/adidas.png\",\n            \"description\": \"{\\\"content\\\":[{\\\"title\\\":\\\"Product Description\\\",\\\"description\\\":\\\"A adidas é a marca das 3 riscas, o ícone. Do estádio para as ruas. Dos courts à passerelle. Com uma longa história de desempenho e paixão pelo desporto, a adidas dá tudo para ser melhor. Colaborando com atletas de topo e artistas influentes, a marca combina tecnologias inovadoras com design atrativo.\\\",\\\"type\\\":\\\"marketing\\\"},{\\\"title\\\":\\\"Redemption Instruction\\\",\\\"description\\\":\\\"Tira partido do teu cartão! Utilizar o teu cartão oferta é fácil. No campo \\\\\\\"Cartão oferta\\\\\\\" da página de pagamento, introduz o número completo que vais encontrar abaixo do código de barras e o teu PIN de 4 dígitos. Clica em \\\\\\\"Aplicar\\\\\\\".  \\\\r\\\\n\\\\r\\\\nNa loja: Imprime esta página. Leva-a qualquer loja adidas Sport Performance, adidas Originals ou adidas Outlet. Entrega-o na caixa no momento do pagamento. [adidas.pt/storefinder](https://www.adidas.pt/storefinder). Este cartão oferta pode ser utilizado em combinação com um cartão de crédito.\\\",\\\"type\\\":\\\"redeem\\\"},{\\\"title\\\":\\\"Terms and Conditions\\\",\\\"description\\\":\\\"Este cartão só pode ser resgatado em lojas adidas selecionadas em Portugal ou em adidas.pt. Para consultar as condições legais, as instruções de utilização, a lista de lojas participantes e o teu saldo atual, vai a www.adidas.pt/giftcards. Se não o utilizares, o teu cartão oferta vai expirar num prazo de três anos a contar da data de compra. Exceto quando assim estabeleçam os teus direitos, este cartão não pode ser devolvido, não é reembolsável, não pode ser trocado por dinheiro e não pode ser utilizado na compra de outro cartão oferta.\\\",\\\"type\\\":\\\"terms\\\"},{\\\"title\\\":\\\"Legal Disclaimer\\\",\\\"description\\\":\\\"\\\",\\\"type\\\":\\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"adidas\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"Portugal\",\n                    \"code\": \"PT\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -3.5\n        },\n        {\n            \"sku\": 11083,\n            \"title\": \"adidas SE\",\n            \"min_price\": \"1.00\",\n            \"max_price\": \"5000.00\",\n            \"currency\": \"SEK\",\n            \"currency_symbol\": \"kr\",\n            \"currency_name\": \"Kronor\",\n            \"image\": \"https://d1upatzsvnpphr.cloudfront.net/gift/products/images/2024/12/adidas_SE\",\n            \"description\": \"{\\\"content\\\": [{\\\"title\\\": \\\"Product Description\\\", \\\"description\\\": \\\"adidas \\\\u00e4r m\\\\u00e4rket med de tre r\\\\u00e4nderna, ikonen. Fr\\\\u00e5n arenan till gatorna. Fr\\\\u00e5n planerna till catwalken. Med sin rika historia inom prestation och sin passion f\\\\u00f6r sport str\\\\u00e4var adidas alltid mot f\\\\u00f6rsta plats. Genom samarbete med toppatleter och inflytelserika artister sammanf\\\\u00f6rs innovativa teknologier med i\\\\u00f6gonenfallande design.\\\\r\\\\n<P>\\\\r\\\\nadidas is the brand with the three stripes, the icon. From the arena to the streets. From the plans to the catwalk. With its rich history in performance and its passion for sport, adidas always strives for first place. Through collaboration with top athletes and influential artists, innovative technologies are brought together with eye-catching design.\\\", \\\"type\\\": \\\"marketing\\\"}, {\\\"title\\\": \\\"Redemption Instruction\\\", \\\"description\\\": \\\"<p>Nedr\\\\u00e4kningen b\\\\u00f6rjar! Det \\\\u00e4r l\\\\u00e4tt att anv\\\\u00e4nda presentkortet. I f\\\\u00e4ltet f\\\\u00f6r presentkort p\\\\u00e5 betalningssidan fyller du i hela det nummer som st\\\\u00e5r under streckkoden och din 4-siffriga PIN-kod. Klicka p\\\\u00e5 Aktivera.  </p>\\\\r\\\\n<p>I butik: Skriv ut den h\\\\u00e4r sidan. Ta med den till en adidas Sport Performance-, adidas Originals- eller adidas Outlet-butik. Visa upp i kassan n\\\\u00e4r du betalar. <a href=\\\\\\\"https://www.adidas.se/storefinder#/\\\\\\\">adidas.se/storefinder</a>. Du kan anv\\\\u00e4nda presentkortet i kombination med ett betalkort.</p>\\\\r\\\\n<P>\\\\r\\\\n<p>The countdown begins! It is easy to use the gift card. In the gift card field on the payment page, enter the entire number below the barcode and your 4-digit PIN. Click Activate. </p>\\\\r\\\\n<p>In store: Print this page. Bring it to an adidas Sport Performance, adidas Originals or adidas Outlet store. Show at checkout when you pay. <a href=\\\\\\\"https://www.adidas.se/storefinder#/\\\\\\\">adidas.se/storefinder</a>. You can use the gift card in combination with a payment card.</p>\\\", \\\"type\\\": \\\"redeem\\\"}, {\\\"title\\\": \\\"Terms and Conditions\\\", \\\"description\\\": \\\"Detta kort kan endast l\\\\u00f6sas in hos deltagande adidasbutiker i Sverige eller via adidas.se. Se www.adidas.se/presentkort f\\\\u00f6r villkor, bruksanvisning, lista \\\\u00f6ver deltagande butiker och ditt aktuella saldo. Med f\\\\u00f6rbeh\\\\u00e5ll f\\\\u00f6r de r\\\\u00e4ttigheter som g\\\\u00e4ller enligt lagen kan kortet inte returneras, \\\\u00e5terbetalas eller l\\\\u00f6sas in mot kontakter, och det kan inte heller anv\\\\u00e4ndas f\\\\u00f6r att k\\\\u00f6pa ett annat presentkort.\\\\r\\\\nGiltighet: 1 \\\\u00e5r\\\\r\\\\n\\\\r\\\\n<P>\\\\r\\\\n\\\\r\\\\nThis card can only be redeemed at participating adidas stores in Sweden or via adidas.se. See www.adidas.se/gift card for conditions, instructions for use, list of participating stores and your current balance. Subject to applicable law rights, the card cannot be returned, refunded or redeemed against contacts, nor can it be used to purchase another gift card.\\\\r\\\\nValidity: 1 Year\\\", \\\"type\\\": \\\"terms\\\"}, {\\\"title\\\": \\\"Legal Disclaimer\\\", \\\"description\\\": \\\"\\\", \\\"type\\\": \\\"legal_disclaimer\\\"}]}\",\n            \"categories\": [\n                {\n                    \"name\": \"adidas\"\n                }\n            ],\n            \"regions\": [\n                {\n                    \"name\": \"Sweden\",\n                    \"code\": \"SE\"\n                }\n            ],\n            \"activation_fee\": \"0.00\",\n            \"percentage_of_buying_price\": -2.5\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 321,\n        \"per_page\": 20,\n        \"total\": 6420\n    }\n}"}],"_postman_id":"59c2195c-8381-4ce4-9259-91ef0ee7461b"},{"name":"Get Catalog By SKU","id":"ee66c423-6d58-468b-8e44-066b080f480e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"url":"getgiftcard/4402","urlObject":{"path":["4402"],"host":["getgiftcard"],"query":[],"variable":[]}},"response":[{"id":"7ba4dc36-d09d-42c2-a643-cb65c48541aa","name":"Get Catalog By SKU-Success","originalRequest":{"method":"GET","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"url":"getgiftcard/4402"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Fri, 24 Apr 2026 04:19:12 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"giftcard\": {\n        \"sku\": 4402,\n        \"title\": \"\\tTJ Maxx\",\n        \"min_price\": \"5.00\",\n        \"max_price\": \"500.00\",\n        \"currency\": \"USD\",\n        \"currency_symbol\": \"$\",\n        \"currency_name\": \"Dollars\",\n        \"image\": \"https://d1upatzsvnpphr.cloudfront.net/ezpaypin/categories/images/2023/12/T.J.Maxx.png\",\n        \"description\": \"\",\n        \"categories\": [\n            {\n                \"name\": \"T.J.Maxx\"\n            }\n        ],\n        \"regions\": [\n            {\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        ],\n        \"activation_fee\": \"0.00\",\n        \"percentage_of_buying_price\": -2.5\n    }\n}"}],"_postman_id":"ee66c423-6d58-468b-8e44-066b080f480e"},{"name":"Check Availability","id":"b4141dcc-c2a7-4497-a05b-322df52c81dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"url":"checkskuavailability/4402?item_count=1&price=10.00","urlObject":{"path":["4402"],"host":["checkskuavailability"],"query":[{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"item_count","value":"1"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"price","value":"10.00"}],"variable":[]}},"response":[{"id":"5457219b-0904-400e-87b6-30e313947631","name":"Check Availability-Success","originalRequest":{"method":"GET","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"url":{"raw":"checkskuavailability/4402?item_count=1&price=10.00","host":["checkskuavailability"],"path":["4402"],"query":[{"key":"item_count","value":"1","description":"required"},{"key":"price","value":"10.00","description":"required"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Fri, 24 Apr 2026 04:21:21 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"availability\": {\n        \"availability\": true,\n        \"detail\": \"This catalog is available.\",\n        \"delivery_type\": 1,\n        \"delivery_type_text\": \"available\"\n    }\n}"}],"_postman_id":"b4141dcc-c2a7-4497-a05b-322df52c81dc"},{"name":"Exchange Rates","id":"c10b15e9-aac1-42ee-aa5e-026559f7004a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"url":"getexchangerates","urlObject":{"host":["getexchangerates"],"query":[],"variable":[]}},"response":[{"id":"88e7856f-52c6-4aa0-8457-6f8cb98f1c73","name":"Exchange Rates-Success","originalRequest":{"method":"GET","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"url":"getexchangerates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Fri, 24 Apr 2026 04:20:13 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"exchange_rates\": [\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"NZD\"\n            },\n            \"rate\": 1.6741\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dinar\",\n                \"symbol\": \"IQD\",\n                \"code\": \"IQD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"HKD\"\n            },\n            \"rate\": 0.005969\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"New Dollars\",\n                \"symbol\": \"NT$\",\n                \"code\": \"TWD\"\n            },\n            \"rate\": 30.9579\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Won\",\n                \"symbol\": \"₩\",\n                \"code\": \"KRW\"\n            },\n            \"rate\": 1455.0492\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Pesos\",\n                \"symbol\": \"Php\",\n                \"code\": \"PHP\"\n            },\n            \"rate\": 59.475\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Baht\",\n                \"symbol\": \"฿\",\n                \"code\": \"THB\"\n            },\n            \"rate\": 31.8401\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Rupiahs\",\n                \"symbol\": \"Rp\",\n                \"code\": \"IDR\"\n            },\n            \"rate\": 16966.7157\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"HKD\"\n            },\n            \"rate\": 7.666069\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Reais\",\n                \"symbol\": \"R$\",\n                \"code\": \"BRL\"\n            },\n            \"rate\": 4.9128\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"DZD\",\n                \"symbol\": \"DZD\",\n                \"code\": \"DZD\"\n            },\n            \"rate\": 129.9869\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Zlotych\",\n                \"symbol\": \"zł\",\n                \"code\": \"PLN\"\n            },\n            \"rate\": 3.56\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Dinar\",\n                \"symbol\": \"IQD\",\n                \"code\": \"IQD\"\n            },\n            \"rate\": 1284.3138\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Yuan Renminbi\",\n                \"symbol\": \"¥\",\n                \"code\": \"CNY\"\n            },\n            \"rate\": 6.2319\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Rand\",\n                \"symbol\": \"R\",\n                \"code\": \"ZAR\"\n            },\n            \"rate\": 16.2857\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"dinar\",\n                \"symbol\": \"KWD\",\n                \"code\": \"KWD\"\n            },\n            \"rate\": 0.3017\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"dinar\",\n                \"symbol\": \"BHD\",\n                \"code\": \"BHD\"\n            },\n            \"rate\": 0.3702\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Rials\",\n                \"symbol\": \"OMR\",\n                \"code\": \"OMR\"\n            },\n            \"rate\": 0.377\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Dinar\",\n                \"symbol\": \"JOD\",\n                \"code\": \"JOD\"\n            },\n            \"rate\": 0.695\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Rials\",\n                \"symbol\": \"QR\",\n                \"code\": \"QAR\"\n            },\n            \"rate\": 3.5741\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"S$\",\n                \"code\": \"SGD\"\n            },\n            \"rate\": 1.2527\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"AU$\",\n                \"code\": \"AUD\"\n            },\n            \"rate\": 1.3744\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Rupees\",\n                \"symbol\": \"Rp\",\n                \"code\": \"INR\"\n            },\n            \"rate\": 90.4863\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Pounds\",\n                \"symbol\": \"E£\",\n                \"code\": \"EGP\"\n            },\n            \"rate\": 51.59\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Pesos\",\n                \"symbol\": \"MX$\",\n                \"code\": \"MXN\"\n            },\n            \"rate\": 17.0757\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Pesos\",\n                \"symbol\": \"CLP\",\n                \"code\": \"CLP\"\n            },\n            \"rate\": 877.3627\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Peso\",\n                \"symbol\": \"COP\",\n                \"code\": \"COP\"\n            },\n            \"rate\": 3594.7746\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Nuevos Soles\",\n                \"symbol\": \"PEN\",\n                \"code\": \"PEN\"\n            },\n            \"rate\": 3.398\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Riyals\",\n                \"symbol\": \"SAR\",\n                \"code\": \"SAR\"\n            },\n            \"rate\": 3.74\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Lira\",\n                \"symbol\": \"TL\",\n                \"code\": \"TRY\"\n            },\n            \"rate\": 44.0394\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Dirham\",\n                \"symbol\": \"AED\",\n                \"code\": \"AED\"\n            },\n            \"rate\": 3.67\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Euro\",\n                \"symbol\": \"€\",\n                \"code\": \"EUR\"\n            },\n            \"rate\": 0.839\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Pounds\",\n                \"symbol\": \"£\",\n                \"code\": \"GBP\"\n            },\n            \"rate\": 0.7279\n        },\n        {\n            \"from_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"$\",\n                \"code\": \"USD\"\n            },\n            \"to_currency\": {\n                \"currency\": \"Dollars\",\n                \"symbol\": \"CAD$\",\n                \"code\": \"CAD\"\n            },\n            \"rate\": 1.3429\n        }\n    ]\n}"}],"_postman_id":"c10b15e9-aac1-42ee-aa5e-026559f7004a"},{"name":"Create Order","id":"1dcc90a7-b16c-4970-932c-cba2f2589723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"sku\": \"1000\",\r\n  \"quantity\": 1,\r\n  \"amount\": 25.00\r\n  \r\n}","options":{"raw":{"language":"json"}}},"url":"purchasegiftcard","urlObject":{"host":["purchasegiftcard"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dcc90a7-b16c-4970-932c-cba2f2589723"},{"name":"GetCategories","id":"3f36666e-63bb-4c3a-91b8-741b75296de5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"sku\": \"1000\",\r\n  \"quantity\": 1,\r\n  \"amount\": 25.00\r\n  \r\n}","options":{"raw":{"language":"json"}}},"url":"getgiftcardcategories","urlObject":{"host":["getgiftcardcategories"],"query":[],"variable":[]}},"response":[{"id":"41fd5bc6-c679-43eb-b9b9-a34d6358483c","name":"GetCategories","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"sku\": \"1000\",\r\n  \"quantity\": 1,\r\n  \"amount\": 25.00\r\n  \r\n}","options":{"raw":{"language":"json"}}},"url":"getgiftcardcategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Mon, 04 May 2026 04:40:10 GMT"},{"key":"x-ratelimit-limit","value":"100"},{"key":"x-ratelimit-remaining","value":"99"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        \"1-800-Baskets.com\",\n        \"1-800-PetSupplies\",\n        \"3D Selfie Museum\",\n        \"18Montrose\",\n        \"24symbols\",\n        \"76\",\n        \"123 Blumenversand\",\n        \"1083\",\n        \"1800Flowers US\",\n        \"Abbonamenti.it\",\n        \"Abercrombie\",\n        \"AbracadaRoom\",\n        \"Ace Hardware\",\n        \"Acme\",\n        \"ACO athletesco\",\n        \"adidas\",\n        \"Adrenaline\",\n        \"Advcash\",\n        \"Aerie\",\n        \"Aeropostale\",\n        \"Airalo\",\n        \"airbnb\",\n        \"Airline\",\n        \"Albertsons\",\n        \"Albertson s/Safeway\",\n        \"Alchemy\",\n        \"Aldar\",\n        \"ALDI\",\n        \"ALDO Accessories\",\n        \"All Bar One\",\n        \"Allbirds\",\n        \"Allkinds\",\n        \"AllModern.com\",\n        \"Almosafer\",\n        \"aloSIM\",\n        \"Al Othaim Entertainment\",\n        \"ALZA\",\n        \"Amara\",\n        \"Amart Furniture\",\n        \"amazon\",\n        \"amazon Australia\",\n        \"Amazon Austria\",\n        \"amazon Egypt\",\n        \"amazon France\",\n        \"amazon Indian\",\n        \"amazon Italy\",\n        \"amazon KSA\",\n        \"amazon South Africa\",\n        \"amazon Turkey\",\n        \"Amazon UAE\",\n        \"amazon UK\",\n        \"AMC Theatres\",\n        \"American Cancer Society\",\n        \"American Eagle\",\n        \"American Eagle Outfitters\",\n        \"American Express\",\n        \"American Red Cross\",\n        \"Ameshop\",\n        \"AMPM\",\n        \"Amtrak\",\n        \"Anghami KSA\",\n        \"Anghami UAE\",\n        \"Ann Taylor\",\n        \"Ansar\",\n        \"AnyCard Dine-Resto\",\n        \"AnyCard Thank You-Merci\",\n        \"Apnea Zone Club\",\n        \"Apparel Group\",\n        \"Applebee's\",\n        \"Apple Gift Card\",\n        \"Apple Gift Cards IN\",\n        \"Apple Gift Card US\",\n        \"App Store & iTunes Austria\",\n        \"App Store & iTunes Canada\",\n        \"App Store & iTunes Finland\",\n        \"App Store & iTunes France\",\n        \"App Store & iTunes Germany\",\n        \"App Store & iTunes Ireland\",\n        \"App Store & iTunes Italy\",\n        \"App Store & iTunes Netherlands\",\n        \"App Store & iTunes Portugal\",\n        \"App Store & iTunes Turkey\",\n        \"App Store & UAE\",\n        \"Aquarium\",\n        \"Aquarium Restaurants\",\n        \"Aral\",\n        \"ARDENE\",\n        \"Argos\",\n        \"Arsenal\",\n        \"AS\",\n        \"ASDA\",\n        \"Ask Italian\",\n        \"ASOS\",\n        \"Atelier\",\n        \"Athleta\",\n        \"Atrapalo\",\n        \"ATTICA\",\n        \"Auberge du Pommier\",\n        \"Aubert\",\n        \"Auchan\",\n        \"Auntie Anne s\",\n        \"AutoZone\",\n        \"Aventura Parks\",\n        \"Aéropostale\",\n        \"B&M\",\n        \"B&Q\",\n        \"BABBEL\",\n        \"Babel\",\n        \"Babin's Seafood House\",\n        \"Baby\",\n        \"Baby Depot at Burlington\",\n        \"Baby Gap\",\n        \"BabyShop\",\n        \"Bahama Breeze\",\n        \"Baker\",\n        \"Balducci\",\n        \"Banana Republic\",\n        \"Bannock\",\n        \"Bapheus\",\n        \"Barnes & Noble\",\n        \"Baskin Robbins\",\n        \"Bass Pro Shops\",\n        \"Bata\",\n        \"Bath & Body Works\",\n        \"BAUR\",\n        \"BBZ\",\n        \"BDFUGUE\",\n        \"Beaches\",\n        \"Beans & Brews Coffee House\",\n        \"Beaumont\",\n        \"Beauty BBQ\",\n        \"Bed Bath & Beyond\",\n        \"Beer52\",\n        \"Belk\",\n        \"Bella Italia\",\n        \"Bennet\",\n        \"Bertucci's\",\n        \"Best Buy\",\n        \"Best Western Hotels\",\n        \"Beutics\",\n        \"Beverly Hills polo club\",\n        \"Bier Markt\",\n        \"Biff's Bistro\",\n        \"BIGO LIVE\",\n        \"Bijou Brigitte\",\n        \"Bills Bar & Burger\",\n        \"Bimbostore\",\n        \"Binance Gift Card\",\n        \"BirchLane.com\",\n        \"Birkenstock\",\n        \"BitDefender\",\n        \"Bitnovo\",\n        \"Bitsa\",\n        \"BJ's\",\n        \"Black Angus\",\n        \"Blacknut\",\n        \"Blaze Pizza\",\n        \"Blizzard\",\n        \"Blizzard Mexico\",\n        \"Blizzard US\",\n        \"Bloemen Caeaukaart\",\n        \"Bloom & Wild\",\n        \"Bloomin' Brands\",\n        \"Blue Dolphin Magazines\",\n        \"Blue Fin Seafood Sushi\",\n        \"Blue Prepaid eCard\",\n        \"Blys In-Home Massage\",\n        \"Boardwalk Inn\",\n        \"Bobbies\",\n        \"Bob Evans Restaurant\",\n        \"Body Shop\",\n        \"Boek\",\n        \"Bol.com\",\n        \"Bonefish Grill\",\n        \"Bonobo\",\n        \"Boohoo\",\n        \"Book my show\",\n        \"Books, Movies & Music\",\n        \"Booksvenue\",\n        \"Boots\",\n        \"Boscovs\",\n        \"Boston Pizza\",\n        \"Bottega\",\n        \"Bouchee Patisserie\",\n        \"BR\",\n        \"Brandat International\",\n        \"Bravo\",\n        \"Brenners Steakhouse\",\n        \"BR Guest Hospitality\",\n        \"Brick House Tavern & Tap\",\n        \"BRICOCASH\",\n        \"Bricocenter\",\n        \"Bricomarch\",\n        \"BRICORAMA\",\n        \"Brinker\",\n        \"Brio\",\n        \"Bristol Seafood Grill\",\n        \"Britbox\",\n        \"Browns\",\n        \"Bubba Gump Shrimp\",\n        \"BucketlistGift\",\n        \"Buffalo Wild Wings\",\n        \"Build-A-Bear Workshop\",\n        \"Build a Bear\",\n        \"Burger King\",\n        \"Burlington\",\n        \"BUT\",\n        \"Butlin's by Inspire\",\n        \"Butlins\",\n        \"Buyagift\",\n        \"Buy land for nature\",\n        \"BZB\",\n        \"C&A\",\n        \"Cabela's\",\n        \"Cadillac Bar\",\n        \"Cadillac Ranch\",\n        \"Caff√® Nero\",\n        \"CAFU\",\n        \"Caf√© Rouge\",\n        \"California Pizza Kitchen\",\n        \"Callaway\",\n        \"Callaway Golf\",\n        \"Call it spring\",\n        \"Calvin Klein\",\n        \"Calzedonia\",\n        \"Calzedonia AT\",\n        \"Calzedonia DE\",\n        \"Calzedonia ES\",\n        \"Calzedonia FR\",\n        \"Calzedonia IT\",\n        \"Calzedonia SL\",\n        \"Camping\",\n        \"Candy Crush\",\n        \"Canoe\",\n        \"CanvasPop\",\n        \"Cap\",\n        \"Careem KSA\",\n        \"Carluccios\",\n        \"Carma\",\n        \"Carnival Cruise Lines\",\n        \"Carrabba's Italian Grill\",\n        \"Carrefour\",\n        \"Carrefour ES\",\n        \"Carrefour FR\",\n        \"Carrefour IT\",\n        \"Carte\",\n        \"Carters / OshKosh Bgosh\",\n        \"Carvel\",\n        \"Casa\",\n        \"Cashi Walmart\",\n        \"Cashlib\",\n        \"CashtoCode\",\n        \"Castorama\",\n        \"CB2\",\n        \"CBSi Paramount Plus\",\n        \"CCC\",\n        \"CDC Foundation\",\n        \"Cdiscount\",\n        \"Celebrity Cruises\",\n        \"Centrepoint\",\n        \"Champneys\",\n        \"Champs\",\n        \"Charity Choice\",\n        \"CharityChoice\",\n        \"Charity on Top\",\n        \"Charity Shop\",\n        \"Charles & Keith\",\n        \"Chart House\",\n        \"Chart House Restaurant\",\n        \"Cheddar’s Scratch Kitchen®\",\n        \"Chef & Brewer\",\n        \"Cherry Credits\",\n        \"Cheryl's Cookies\",\n        \"Chevron and Texaco\",\n        \"Chewy\",\n        \"Chico's\",\n        \"Chilis Grill & bar\",\n        \"Chipotle Mexican Grill\",\n        \"Christ\",\n        \"Chubbies\",\n        \"Chuck E. Cheese's\",\n        \"Cinemark\",\n        \"Cineplex\",\n        \"Cineworld\",\n        \"Cinnabon\",\n        \"City Breaks\",\n        \"City Centre UAE\",\n        \"City Market\",\n        \"Claim Jumper Restaurant\",\n        \"Clarks\",\n        \"Clean Water Fund\",\n        \"Clinkerdagger\",\n        \"Cofe\",\n        \"Coffee Bean & Tea Leaf\",\n        \"Cold Stone Creamery\",\n        \"Columbia Sportswear\",\n        \"Conoco\",\n        \"Conrad\",\n        \"Container Store\",\n        \"Coolblue\",\n        \"Coolstuff\",\n        \"COSMOS\",\n        \"Costa\",\n        \"Cost Plus World Market\",\n        \"Country\",\n        \"Cracker Barrel\",\n        \"Craft F&B\",\n        \"Crate & Barrel\",\n        \"Crate & Kids\",\n        \"Crocs\",\n        \"Croma\",\n        \"Cruises\",\n        \"Crunchyroll\",\n        \"Crutchfield\",\n        \"CryptoVoucher\",\n        \"Currys PC World\",\n        \"Cutters Crabhouse\",\n        \"CVS\",\n        \"Cyberport\",\n        \"C√¥te\",\n        \"Dagje Uit\",\n        \"DANUBE HOME\",\n        \"Darden Restaurants\",\n        \"Dave & Buster's\",\n        \"DAVIDsTEA\",\n        \"DAZN\",\n        \"DC Shoes\",\n        \"Debongout\",\n        \"Decathlon\",\n        \"Deezer Premium\",\n        \"Dehner\",\n        \"Del Frisco\",\n        \"Del Friscos\",\n        \"Deliveroo\",\n        \"Deliveroo UAE\",\n        \"Delta\",\n        \"DeVere\",\n        \"Devon Seafood Grill\",\n        \"DICK'S Sporting Goods\",\n        \"Dillons\",\n        \"Dining Out Card\",\n        \"Disney\",\n        \"Doenkado\",\n        \"Dojoin\",\n        \"Domino's EUR\",\n        \"Domino's Pizza\",\n        \"Domino's UAE\",\n        \"DoorDash\",\n        \"Dos Caminos\",\n        \"Douglas\",\n        \"Dreamdays\",\n        \"Dreamscape\",\n        \"DSW\",\n        \"du\",\n        \"Dubai Dolphinarium\",\n        \"Dubai Garden Glow\",\n        \"Dubai Henna\",\n        \"Duke's Refresher\",\n        \"Dune\",\n        \"Dunkin\",\n        \"E-chèque\",\n        \"EA Access\",\n        \"EA Apex\",\n        \"EA Play\",\n        \"Earls\",\n        \"EaseMyTrip\",\n        \"East Side Mario's\",\n        \"EasyCookAsia\",\n        \"Eataly IT\",\n        \"Eat Easy\",\n        \"EA US\",\n        \"eBay\",\n        \"Ecco\",\n        \"Ecoswap\",\n        \"Eddie Bauer\",\n        \"Eddie Vs\",\n        \"eGift Visa\",\n        \"eLearnGift\",\n        \"Elephant & Castle\",\n        \"Elite Pearl Yachts\",\n        \"Ember Inns\",\n        \"Embers Restaurant\",\n        \"empora\",\n        \"Eneba\",\n        \"Entertainer\",\n        \"Epic\",\n        \"Epic Digital\",\n        \"Equal\",\n        \"ERAM\",\n        \"Ernest Jones\",\n        \"Ernsting\",\n        \"eSimChoice\",\n        \"Esso\",\n        \"ETISALAT\",\n        \"Etsy\",\n        \"Europcar DE\",\n        \"Eurostar\",\n        \"Evans\",\n        \"ExitLag\",\n        \"Expert\",\n        \"ExpressPay\",\n        \"F5\",\n        \"Fabyouless\",\n        \"Fairmont Hotels & Resorts\",\n        \"Famileat\",\n        \"Famous Dave's\",\n        \"Famous Footwear\",\n        \"Fanatics\",\n        \"Fandango\",\n        \"FarmFoods\",\n        \"Farmhouse Inns\",\n        \"Fashion & Accessories\",\n        \"Feed stray dogs in shelters\",\n        \"FIFA 21 Points UAE PlayStation\",\n        \"FIFA 22 Points UAE PlayStation\",\n        \"Final Fantasy\",\n        \"Finance\",\n        \"Finance International Aid in Türkiye\",\n        \"Finish Line\",\n        \"Fioro\",\n        \"Fire Safety Training\",\n        \"Fishermans Wharf\",\n        \"Fish tales\",\n        \"Five\",\n        \"Five Guys\",\n        \"Flaming Grill\",\n        \"Flannels\",\n        \"Fleming's Prime Steakhouse & Wine Bar\",\n        \"Flexepin\",\n        \"Flipkart\",\n        \"FlixBus\",\n        \"FlixTrain\",\n        \"FloraPrima\",\n        \"Flying\",\n        \"Flying Cup\",\n        \"FlystayGift\",\n        \"FNAC BE\",\n        \"FNAC Darty FR\",\n        \"Fogo de Chão Brazilian Steakhouse\",\n        \"Food\",\n        \"Food & Drink\",\n        \"Foodland\",\n        \"Footasylum\",\n        \"Foot Locker\",\n        \"Footlocker\",\n        \"Forever 21\",\n        \"Fork\",\n        \"Fortnite\",\n        \"Forzieri\",\n        \"Frasers\",\n        \"Fred\",\n        \"Freediving UAE\",\n        \"Free Fire\",\n        \"Free Fire Europe\",\n        \"Free Fire Turkey\",\n        \"FreshCo\",\n        \"Frickers\",\n        \"Fruit Bouquets\",\n        \"FruitBouquets.com\",\n        \"Fry\",\n        \"Funbooker\",\n        \"Furet du Nord/Decitre\",\n        \"Futterhaus\",\n        \"Gadget\",\n        \"Galveston Holiday Inn\",\n        \"Game\",\n        \"Game Over\",\n        \"GameStop\",\n        \"Game World\",\n        \"Gaming & Streaming\",\n        \"Gamma Caeaukaart\",\n        \"Gander Outdoors\",\n        \"Gandy\",\n        \"Gap\",\n        \"Gap Options\",\n        \"Garena\",\n        \"Gate GiftCard\",\n        \"Gaucho\",\n        \"GCodes\",\n        \"GEMO\",\n        \"Gerbes\",\n        \"GetGo\",\n        \"Giant Eagle\",\n        \"Giant Eagle Express\",\n        \"Giant Eagle Market District\",\n        \"Giff Gaff\",\n        \"Gift to you\",\n        \"GLAAD\",\n        \"Global Experiences Card\",\n        \"Global Hotel\",\n        \"Global Hotel Card\",\n        \"Go\",\n        \"Go Ape\",\n        \"Gocash game card\",\n        \"Golden Nugget\",\n        \"Golf\",\n        \"Golf Town\",\n        \"Google Play\",\n        \"Google Play AT\",\n        \"Google Play FR\",\n        \"Google Play IN\",\n        \"Google Play IT\",\n        \"Google Play KSA\",\n        \"Google Play Turkey\",\n        \"Google Play UAE\",\n        \"Google Play UK\",\n        \"Google Play USA\",\n        \"Go Play Golf\",\n        \"Graazie\",\n        \"Grand\",\n        \"Grand Centrale\",\n        \"Grandiose\",\n        \"Great American Days\",\n        \"Great British Pub Card\",\n        \"Greene King\",\n        \"Greggs\",\n        \"Grotto\",\n        \"Groupon\",\n        \"GRUBHUB\",\n        \"Guess\",\n        \"Guild Wars 2\",\n        \"Guitar Center\",\n        \"H&M\",\n        \"H. Samuel\",\n        \"H.Samuel\",\n        \"Habitat\",\n        \"Haggen\",\n        \"Halfords\",\n        \"Hambedo\",\n        \"Hanna\",\n        \"Hard Rock Cafe\",\n        \"Harry & David\",\n        \"Harry Rosen Inc.\",\n        \"Harvester\",\n        \"Harvey's\",\n        \"Harvey Nichols\",\n        \"havaianas\",\n        \"Havas\",\n        \"Havas Rhinos\",\n        \"Health & Beauty\",\n        \"Healthy Minds Club\",\n        \"Heli Dubai\",\n        \"Hello Fresh\",\n        \"Hema\",\n        \"Henrys Tavern\",\n        \"Herschel\",\n        \"HiGift\",\n        \"His & Hers\",\n        \"Hobbycraft\",\n        \"Holland\",\n        \"Hollister\",\n        \"Home & Garden\",\n        \"Home Box\",\n        \"Homecentre\",\n        \"Home Centre\",\n        \"Home Chef\",\n        \"Home Depot\",\n        \"HomeGoods\",\n        \"Home Hardware\",\n        \"Homesense\",\n        \"Hooters\",\n        \"Hotels.com\",\n        \"HotelsGift\",\n        \"HOYTS\",\n        \"HUAWEI Gift Card\",\n        \"Hulu\",\n        \"Hungry Horse\",\n        \"Hush Puppies\",\n        \"Huygens\",\n        \"Hydro Water Sports\",\n        \"iCash.one\",\n        \"Iceland\",\n        \"iFLY\",\n        \"Ifly Dubai\",\n        \"IHOP\",\n        \"IKEA\",\n        \"IKEA Germany\",\n        \"IKEA IN\",\n        \"IKEA Spain\",\n        \"IKEA USA\",\n        \"Illuminations Wellbeing Center\",\n        \"IMVU\",\n        \"IndieFlix\",\n        \"Indigo\",\n        \"Inglot\",\n        \"Innkeeper's Lodge\",\n        \"Inno\",\n        \"Inspire\",\n        \"Inspire Travel\",\n        \"Instacart\",\n        \"Instacart+\",\n        \"Interflora\",\n        \"Intersport\",\n        \"Intimissimi\",\n        \"iOptika\",\n        \"Iper\",\n        \"Iperal\",\n        \"IP Fuel\",\n        \"Italo\",\n        \"Jack & Jones\",\n        \"Jack Astor's\",\n        \"Jack Wills\",\n        \"Jakes\",\n        \"Jamba\",\n        \"Jawaker\",\n        \"JayC\",\n        \"JCPenney\",\n        \"Jennyfer\",\n        \"Jersey Mike's\",\n        \"Jet 2 Holidays by Inspire\",\n        \"Jewel\",\n        \"Jiffy Lube\",\n        \"JINO Car Services App\",\n        \"Jochen\",\n        \"Joe\",\n        \"Joe's Crab Shack\",\n        \"Joey Restaurants\",\n        \"John Lewis & Partners\",\n        \"Jo Spa\",\n        \"Joyalukkas\",\n        \"JTV\",\n        \"Jump\",\n        \"Just Eat\",\n        \"Just Jeans\",\n        \"Karma Koin\",\n        \"Kathmandu\",\n        \"Kelsey's\",\n        \"Kent\",\n        \"Kernels Popcorn\",\n        \"KFC\",\n        \"Kigso\",\n        \"Kindred Food and Drink\",\n        \"King\",\n        \"Kings\",\n        \"Kinguin\",\n        \"Kluscadeau\",\n        \"kobo\",\n        \"Kohl\",\n        \"Kohl's\",\n        \"Krispy Kreme Doughnut\",\n        \"KT Gamez\",\n        \"L'OCA Quality Market\",\n        \"L.L. Bean\",\n        \"L.L.Bean\",\n        \"La\",\n        \"La Griglia\",\n        \"Laithwaite\",\n        \"Laithwaite's Wine\",\n        \"Lakeland\",\n        \"La Maison Simons\",\n        \"Landry\",\n        \"Landrys Seafood House\",\n        \"Lands End\",\n        \"Lane Bryant\",\n        \"Las Iguanas\",\n        \"lastminute\",\n        \"lastminute.com Travel\",\n        \"Latam America LAS and LAN servers\",\n        \"LaVie en Rose\",\n        \"Lavish Spa & Beauty\",\n        \"Lawtons\",\n        \"LC Waikiki\",\n        \"LCW Dreams\",\n        \"League of Legends\",\n        \"League of Legends MENA EUR\",\n        \"League of Legends MENA GBP\",\n        \"Lebara\",\n        \"Legal Sea Foods & Legal C Bar\",\n        \"LEGO\",\n        \"Lena\",\n        \"Leroy\",\n        \"Lettuce\",\n        \"Levis\",\n        \"Levy\",\n        \"Liberty Commons\",\n        \"Lifestyle\",\n        \"Lifestyle In store\",\n        \"Lifestyle Online\",\n        \"Little Explorers\",\n        \"Live Fit UAE\",\n        \"Lobster\",\n        \"LOFT\",\n        \"Logan's Roadhouse\",\n        \"London Theatre Direct\",\n        \"Longhorn Steakhouse\",\n        \"Loose Moose\",\n        \"Louis\",\n        \"Love2Shop\",\n        \"Love Boats\",\n        \"Lowe's\",\n        \"Lucky\",\n        \"Lulu Hypermarket\",\n        \"Luma\",\n        \"LUSH\",\n        \"Luxe\",\n        \"Luxury\",\n        \"Lycamobile\",\n        \"Lyft\",\n        \"Macy\",\n        \"Macy's\",\n        \"Magic Planet\",\n        \"Mahzooz\",\n        \"Main Event\",\n        \"Maisons\",\n        \"Maison Selby\",\n        \"Majid al Futtaim Entertainment\",\n        \"MakeMyTrip in\",\n        \"Mall of the Emirates\",\n        \"MANGO\",\n        \"Mariano\",\n        \"Marionnaud\",\n        \"Mark & Graham\",\n        \"Market\",\n        \"Marks and Spencer\",\n        \"Marriott\",\n        \"Marshalls\",\n        \"Mastercard\",\n        \"Mastros\",\n        \"Matalan\",\n        \"MATY\",\n        \"maurices\",\n        \"Max\",\n        \"Max's ABC\",\n        \"McAlister’s Deli\",\n        \"McCormick & Schmick\",\n        \"Media Markt\",\n        \"Merlin\",\n        \"Meta\",\n        \"Metro\",\n        \"Michael's\",\n        \"Microsoft\",\n        \"Microsoft 365 & Office KSA\",\n        \"Microsoft 365 & Office UAE\",\n        \"Microsoft 365 & Office USA\",\n        \"Microsoft Office\",\n        \"Miller\",\n        \"Miller & Carter Steakhouse\",\n        \"Minecraft\",\n        \"Mister\",\n        \"Mitchell's Fish Market\",\n        \"Mitchells Steakhouse\",\n        \"Mix It Up\",\n        \"MLB Shop\",\n        \"Mobile Legends Global\",\n        \"Moe’s Southwest Grill\",\n        \"Molly Maid International\",\n        \"Mondadori\",\n        \"Moneta\",\n        \"MONOPRIX\",\n        \"Montana's BBQ & BAR\",\n        \"Moreschi\",\n        \"Morrisons\",\n        \"MORTAL KOMBAT 11\",\n        \"Morton\",\n        \"Morton’s Restaurant\",\n        \"Motivates Lifestyle\",\n        \"My 30 Minutes\",\n        \"My City Centre\",\n        \"MyDays\",\n        \"MyEZGift\",\n        \"My Golf Dubai\",\n        \"My Instant AI\",\n        \"My Jewellery\",\n        \"Myntra\",\n        \"Nahdi Pharmacy\",\n        \"Naked Wines\",\n        \"Namshi\",\n        \"Nando\",\n        \"Nando's\",\n        \"Nandos\",\n        \"NASCAR.com\",\n        \"National Book Tokens\",\n        \"Nationale\",\n        \"National Garden\",\n        \"National Park Foundation\",\n        \"National Trust\",\n        \"Nationwidetickets.com\",\n        \"Naturalizer\",\n        \"Nautica\",\n        \"NBA Store\",\n        \"NCSOFT\",\n        \"Nelly\",\n        \"Nelly.com\",\n        \"NEMO Water Sports\",\n        \"Neosurf\",\n        \"NetDragon\",\n        \"Neteller\",\n        \"Netflix\",\n        \"Netflix Turkey\",\n        \"Netflix UAE\",\n        \"NETOPTIKA\",\n        \"NEW!!\",\n        \"New Look\",\n        \"NewYorker\",\n        \"New York Fries | The Ultimate Dining Card\",\n        \"Nexon Karma Koin\",\n        \"NFLShop.com\",\n        \"NHL Shop\",\n        \"Nicholson's\",\n        \"Nicholsons\",\n        \"Nike\",\n        \"Nike Belgium\",\n        \"Nike DE\",\n        \"Nike Finland\",\n        \"Nike France\",\n        \"Nike Greece\",\n        \"Nike Ireland\",\n        \"Nike Italy\",\n        \"Nike Luxembourg\",\n        \"Nike Netherlands\",\n        \"Nike Spain\",\n        \"Ninety Nine Restaurant & Pub\",\n        \"NINE WEST\",\n        \"ninjoo\",\n        \"Nintendo\",\n        \"Nintendo Canada\",\n        \"Nintendo ES\",\n        \"Nintendo eShop\",\n        \"Nintendo Online\",\n        \"Nintendo Online US\",\n        \"Nintendo UK\",\n        \"Nintendo USA\",\n        \"Noon Food\",\n        \"noon KSA\",\n        \"Noon Minutes\",\n        \"noon UAE\",\n        \"Nordstrom\",\n        \"Nordstrom Rack\",\n        \"Norton\",\n        \"Not Just Desserts\",\n        \"Notonthehighstreet.com\",\n        \"nykaa\",\n        \"O'Charley's\",\n        \"O'Neill's\",\n        \"O2\",\n        \"OBI\",\n        \"Oceanaire\",\n        \"Office\",\n        \"OLA\",\n        \"Old Navy\",\n        \"Ole & Steen\",\n        \"Olive\",\n        \"Olive Garden®\",\n        \"Omaha Steaks\",\n        \"On\",\n        \"Online Spanish Course For Beginner\",\n        \"Origin\",\n        \"Original Joe's\",\n        \"OshKosh\",\n        \"Otto\",\n        \"Oura Ring\",\n        \"Outback Steakhouse\",\n        \"Overstock\",\n        \"OVS\",\n        \"Oxybul\",\n        \"P.C. RICHARD & SON\",\n        \"P.F. Chang\",\n        \"Pablosky\",\n        \"Palisade\",\n        \"Pandacraft\",\n        \"Panda Express\",\n        \"Panera Bread®\",\n        \"pantaloons\",\n        \"Papa John's\",\n        \"Pappas Restaurants\",\n        \"Paul\",\n        \"Paul Martins American Grill\",\n        \"Pavilions\",\n        \"Payeer\",\n        \"PayPal\",\n        \"Paysera\",\n        \"Payz\",\n        \"PCS\",\n        \"Peet's Coffee\",\n        \"Peohes\",\n        \"Pep Boys\",\n        \"Perfect Money\",\n        \"Perigold.com\",\n        \"Petco\",\n        \"Pet Corner\",\n        \"Petro\",\n        \"PetSmart\",\n        \"Phillips 66\",\n        \"Phillips 66 & Conoco & 76\",\n        \"Phonepe\",\n        \"Piccadilly\",\n        \"Pilot Flying J\",\n        \"Pinkberry®\",\n        \"Pizza Hut\",\n        \"Playstation\",\n        \"PlayStation Austria\",\n        \"PlayStation Cash Canada\",\n        \"PlayStation Cash Cards Bahrain\",\n        \"PlayStation Cash France\",\n        \"PlayStation Cash Germany\",\n        \"PlayStation Cash KSA\",\n        \"PlayStation Cash Kuwait\",\n        \"PlayStation Cash Netherlands\",\n        \"PlayStation Cash Oman\",\n        \"PlayStation Cash Qatar\",\n        \"PlayStation Cash UAE\",\n        \"PlayStation Cash UK\",\n        \"PlayStation Cash USA\",\n        \"PlayStation Finland\",\n        \"Playstation HK\",\n        \"PlayStation Ireland\",\n        \"PlayStation Netherlands\",\n        \"PlayStation Plus Bahrain\",\n        \"PlayStation Plus Oman\",\n        \"PlayStation Plus Qatar\",\n        \"PlayStation Plus UAE\",\n        \"PlayStation Spain\",\n        \"POCO\",\n        \"Popcorn Factory\",\n        \"Poshmark\",\n        \"Pottery Barn\",\n        \"Pottery Barn Teen\",\n        \"Prenatal\",\n        \"Prepaid Visa\",\n        \"Prezzo\",\n        \"Primark\",\n        \"Princess Cruises\",\n        \"Protect wildlife habitat\",\n        \"PUBG Mobile\",\n        \"PUBG Mobile G-Coin\",\n        \"PUBG New State\",\n        \"Pucketts Grocery\",\n        \"Q8\",\n        \"QANZ UAE\",\n        \"QIWI\",\n        \"QuickGifts Card Mall dibbs\",\n        \"Quince\",\n        \"Quiznos\",\n        \"R&B\",\n        \"R&B Kids\",\n        \"R&D\",\n        \"Raffles\",\n        \"Raffles Hotels & Resorts\",\n        \"Rainforest Cafe Restaurant\",\n        \"Ray Ban\",\n        \"Rayya Wellness\",\n        \"Razer Gold\",\n        \"Razer Gold Global\",\n        \"Record Tokens\",\n        \"Rec Room\",\n        \"Red Letter Days\",\n        \"Red Lobster\",\n        \"Red Robin\",\n        \"Reds Wine Tavern\",\n        \"Reel Cinemas\",\n        \"Regal\",\n        \"Regal Candy Voucher\",\n        \"Regal Premiere Ticket\",\n        \"Regal Small Drink Voucher\",\n        \"Regal Small Popcorn Voucher\",\n        \"REI\",\n        \"Reitman\",\n        \"Reliance\",\n        \"RentacarGift\",\n        \"Restaurant.com\",\n        \"Retail\",\n        \"Rewarble Advanced Cash\",\n        \"Rewarble Crypto\",\n        \"Rewarble Perfect Money\",\n        \"Rewarble USD\",\n        \"Reward Choice\",\n        \"Rewe\",\n        \"Rexall\",\n        \"RIOT ACCESS\",\n        \"RIOT ACCESS MENA EUR\",\n        \"RIOT ACCESS MENA GBP\",\n        \"RIOT Cash CHILE\",\n        \"RIOT Cash COLUMBIA\",\n        \"RIOT Cash MEXICO\",\n        \"RIOT Cash PERU\",\n        \"Riot points MENA\",\n        \"Riot points USA servers\",\n        \"Rituals\",\n        \"Rituals…\",\n        \"River\",\n        \"River Crab / Blue Water Inn\",\n        \"River Island\",\n        \"ROBLOX\",\n        \"ROBLOX Canada\",\n        \"Roblox KSA\",\n        \"Roblox UAE\",\n        \"ROBLOX US\",\n        \"Rossmann\",\n        \"Royal Caribbean\",\n        \"Royal Caribbean International\",\n        \"RTL\",\n        \"Rubio's Coastal Grill\",\n        \"Ruby Tuesday\",\n        \"Ruler\",\n        \"Rumbo\",\n        \"Rusty Pelican\",\n        \"Ruths Chris Steakhouse\",\n        \"RW & Co\",\n        \"Safetypay\",\n        \"Safeway\",\n        \"Saks Fifth Avenue\",\n        \"Saks Fifth Avenue OFF 5TH\",\n        \"Salik\",\n        \"Saltgrass Steak House\",\n        \"Sams Club\",\n        \"Sanctifly\",\n        \"Sanctifly US\",\n        \"San Luis Resort\",\n        \"Saturn\",\n        \"Sawa Play\",\n        \"Schlotzsky’s – Mix It Up\",\n        \"Seasons 52\",\n        \"Seasons 52®\",\n        \"Selfridges\",\n        \"Sepa\",\n        \"Sephora\",\n        \"Sephora CAD\",\n        \"Sephora DE\",\n        \"Sephora France\",\n        \"Sephora Spain\",\n        \"Sephora US\",\n        \"Sergent\",\n        \"Servidolar\",\n        \"Shake Shack\",\n        \"Shari's Berries\",\n        \"Shark Jet Ski\",\n        \"Sheetz\",\n        \"Shein\",\n        \"Shell\",\n        \"Shipt\",\n        \"Shoemart\",\n        \"Shoexpress\",\n        \"Shoney's\",\n        \"Shop Apotheke\",\n        \"Shoppers Stop\",\n        \"Shukran Bahrain\",\n        \"Shukran KSA\",\n        \"Shukran Kuwait\",\n        \"Shukran Oman\",\n        \"Shukran Qatar\",\n        \"Shukran UAE\",\n        \"Shutterfly\",\n        \"Sierra Trading Post\",\n        \"Simms Steakhouse\",\n        \"Simon & Seaforts Saloon & Grill\",\n        \"Simply Chocolate\",\n        \"Sindbad Gulf Balloons\",\n        \"SIR Corp\",\n        \"SiriusXM\",\n        \"Sixt\",\n        \"Skates on the Bay\",\n        \"Skechers\",\n        \"Ski Dubai\",\n        \"Skip\",\n        \"SkipTheDishes\",\n        \"Skrill\",\n        \"Sky WOW\",\n        \"Sling\",\n        \"Smart Guard App\",\n        \"Smith\",\n        \"SMYK\",\n        \"Sobeys\",\n        \"Software\",\n        \"Solo Stove\",\n        \"Soma\",\n        \"SONIC® App\",\n        \"Sonnenklar\",\n        \"Soothe\",\n        \"Soriana\",\n        \"Southwest Airlines\",\n        \"Spa & Wellness Gift Card by Spa Week\",\n        \"Spa Breaks\",\n        \"Spafinder\",\n        \"Splash\",\n        \"Sport & Fitness\",\n        \"Sporting Life\",\n        \"Sports Direct\",\n        \"Sportsman's Warehouse\",\n        \"Sportsmans Warehouse\",\n        \"Spotify\",\n        \"SPRiNG\",\n        \"Stanley & Seaforts\",\n        \"Staples\",\n        \"Starbucks\",\n        \"Star Market\",\n        \"StarzPlay\",\n        \"State & Main\",\n        \"Steak 'n Shake\",\n        \"STEAM\",\n        \"Steam Bahrain\",\n        \"Steam Euro\",\n        \"Steam IN\",\n        \"Steam Keys\",\n        \"Steam KSA\",\n        \"Steam Kuwait\",\n        \"Steam Qatar\",\n        \"Steam Turkey\",\n        \"Steam UAE\",\n        \"Steve Madden\",\n        \"Stitch Fix\",\n        \"Stock Yards US\",\n        \"Stonehouse\",\n        \"Stripchat\",\n        \"Strip House\",\n        \"StubHub\",\n        \"Subway\",\n        \"Sunglass\",\n        \"Surfshark\",\n        \"Sustainable\",\n        \"Swarovski\",\n        \"Swarovski DE\",\n        \"Swarovski Finland\",\n        \"Swarovski France\",\n        \"Swarovski Ireland\",\n        \"Swarovski UK\",\n        \"sweetFrog®\",\n        \"Swiggy Money\",\n        \"Swiss Chalet\",\n        \"Swissôtel Hotels & Resorts\",\n        \"Swype Global Virtual Mastercard\",\n        \"Swype Global Virtual Visa\",\n        \"T-Rex Cafe\",\n        \"T.J.Maxx\",\n        \"Taco Bell\",\n        \"Taj Hotels\",\n        \"talabat Bahrain\",\n        \"talabat Jordan\",\n        \"talabat KWD\",\n        \"talabat Oman\",\n        \"talabat Qatar\",\n        \"talabat UAE\",\n        \"Tamoil\",\n        \"Tapi\",\n        \"Tarbi3at Baloot\",\n        \"Target\",\n        \"Tata Cliq\",\n        \"Test 2\",\n        \"Test Products\",\n        \"Texas Roadhouse\",\n        \"TGI Friday\",\n        \"Theatre Tokens\",\n        \"The Boathouse Restaurant\",\n        \"The Body Shop\",\n        \"The Capital Grille\",\n        \"The Cheesecake Factory\",\n        \"The Childrens Place\",\n        \"The Coffee Bean & Tea Leaf\",\n        \"The Container Store\",\n        \"The Guild\",\n        \"The Keg Steakhouse & Bar\",\n        \"The Landing Group of Restaurants\",\n        \"The Nature Conservancy\",\n        \"The Palm\",\n        \"The Pickle Barrel\",\n        \"The Popcorn Factory US\",\n        \"The Post Oak Hotel at Uptown Houston\",\n        \"The Sandwich District\",\n        \"The Ultimate Dining Card\",\n        \"The Vitamin Shoppe\",\n        \"ThirdLove\",\n        \"thredUP\",\n        \"Three PIN\",\n        \"Ticket Jones\",\n        \"Ticketmaster\",\n        \"TIDAL\",\n        \"Tijuana Flats\",\n        \"Time Management Skills Training Certificate\",\n        \"Tim Hortons\",\n        \"Tinder Gold\",\n        \"Tinder Platinum\",\n        \"Tinder plus\",\n        \"TJX\",\n        \"TK Maxx\",\n        \"Toby Carvery\",\n        \"Tom\",\n        \"TOMMY\",\n        \"Tommy Bahama\",\n        \"TOMS\",\n        \"Toneo\",\n        \"Toom\",\n        \"Topgolf\",\n        \"TortenPrima\",\n        \"Tot\",\n        \"Total Wine & More\",\n        \"ToursGift\",\n        \"Tower of the Americas\",\n        \"TOYS\",\n        \"TQ Games\",\n        \"Tractor\",\n        \"Travel & Entertainment\",\n        \"Travelcard\",\n        \"Travelgift\",\n        \"Treatwell\",\n        \"Trevi Italian Restaurant\",\n        \"TripGift\",\n        \"TripGift USA\",\n        \"TUI Travel Card\",\n        \"Turo\",\n        \"twitch\",\n        \"Uber\",\n        \"Uber Eats\",\n        \"Uber One 1mo\",\n        \"Uber One 12mo\",\n        \"UCI\",\n        \"Ulta\",\n        \"Under Armour\",\n        \"Unicef\",\n        \"UniPin Voucher\",\n        \"United Harvest\",\n        \"Unnaaty\",\n        \"UNO Pizzeria & Grill\",\n        \"UNTUCKit\",\n        \"Uquid Gift Card\",\n        \"Urban Company\",\n        \"USC\",\n        \"VALORANT\",\n        \"VALORANT MENA EUR\",\n        \"VALORANT MENA GBP\",\n        \"Vegan\",\n        \"Vic & Anthony's\",\n        \"Victoria's Secret\",\n        \"Victorias Secret PINK\",\n        \"Vijay Sales\",\n        \"Village Inn\",\n        \"Vintage Inns\",\n        \"Virgin Experience Gifts\",\n        \"Vons\",\n        \"Vox Cinema\",\n        \"Vudu\",\n        \"VVV\",\n        \"Wacky Warehouse\",\n        \"Wagamama\",\n        \"Waipu\",\n        \"Waitrose\",\n        \"Walgreens\",\n        \"Walmart\",\n        \"Wayfair\",\n        \"WaySpa\",\n        \"Webmoney\",\n        \"Wehkamp eaukaart\",\n        \"Wellness\",\n        \"West Elm\",\n        \"WestJet\",\n        \"WetGo® Car Wash locations\",\n        \"weyyak وياك\\u200e\",\n        \"Whisky52\",\n        \"White House Black Market\",\n        \"Wickes\",\n        \"Williams-Sonoma\",\n        \"Willie G's\",\n        \"Wine\",\n        \"Wine.com\",\n        \"Wingly\",\n        \"Winners\",\n        \"Wolfermans US\",\n        \"Wonder\",\n        \"Wonderbox CAeaubon Hotel\",\n        \"Wondercard\",\n        \"Wondergifts\",\n        \"Xbox\",\n        \"Xbox Canada\",\n        \"Xbox DE\",\n        \"Xbox  FR\",\n        \"Xbox Game Pass\",\n        \"Xbox Game Pass Canada\",\n        \"Xbox Game Pass Core\",\n        \"Xbox Game Pass ultimate\",\n        \"Xbox Live Gold Canada\",\n        \"Xbox Live Gold US\",\n        \"Xbox LIVE TL\",\n        \"Xbox UK\",\n        \"XSIDE\",\n        \"XSOLLA\",\n        \"Yak & Yeti Restaurant\",\n        \"Yalla Ludo\",\n        \"Yankee Candle\",\n        \"Yard House\",\n        \"Your Gift Choice\",\n        \"Yves\",\n        \"Zafran\",\n        \"Zalando\",\n        \"Zappos\",\n        \"Zaxbys\",\n        \"Zizzi\",\n        \"Zofeur\",\n        \"Zomato\",\n        \"zooplus\"\n    ],\n    \"meta\": {\n        \"total\": 1287\n    }\n}"}],"_postman_id":"3f36666e-63bb-4c3a-91b8-741b75296de5"},{"name":"GetCountries","id":"0ac9404c-3a95-48b3-95ed-22073bbdd10c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"sku\": \"1000\",\r\n  \"quantity\": 1,\r\n  \"amount\": 25.00\r\n  \r\n}","options":{"raw":{"language":"json"}}},"url":"getgiftcardcountries","urlObject":{"host":["getgiftcardcountries"],"query":[],"variable":[]}},"response":[{"id":"ced7da01-56d6-42e5-8619-a9470a03dce7","name":"GetCountries","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"sku\": \"1000\",\r\n  \"quantity\": 1,\r\n  \"amount\": 25.00\r\n  \r\n}","options":{"raw":{"language":"json"}}},"url":"getgiftcardcountries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Mon, 04 May 2026 04:43:28 GMT"},{"key":"x-ratelimit-limit","value":"100"},{"key":"x-ratelimit-remaining","value":"99"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"name\": \"Algeria\",\n            \"code\": \"DZ\"\n        },\n        {\n            \"name\": \"Andorra\",\n            \"code\": \"AD\"\n        },\n        {\n            \"name\": \"Argentina\",\n            \"code\": \"AR\"\n        },\n        {\n            \"name\": \"Australia\",\n            \"code\": \"AU\"\n        },\n        {\n            \"name\": \"Austria\",\n            \"code\": \"AT\"\n        },\n        {\n            \"name\": \"Azerbaijan\",\n            \"code\": \"AZ\"\n        },\n        {\n            \"name\": \"Bahrain\",\n            \"code\": \"BH\"\n        },\n        {\n            \"name\": \"Bangladesh\",\n            \"code\": \"BD\"\n        },\n        {\n            \"name\": \"Belgium\",\n            \"code\": \"BE\"\n        },\n        {\n            \"name\": \"Brazil\",\n            \"code\": \"BR\"\n        },\n        {\n            \"name\": \"Bulgaria\",\n            \"code\": \"BG\"\n        },\n        {\n            \"name\": \"Canada\",\n            \"code\": \"CA\"\n        },\n        {\n            \"name\": \"Chile\",\n            \"code\": \"CL\"\n        },\n        {\n            \"name\": \"Colombia\",\n            \"code\": \"CO\"\n        },\n        {\n            \"name\": \"Croatia (Hrvatska)\",\n            \"code\": \"HR\"\n        },\n        {\n            \"name\": \"Cyprus\",\n            \"code\": \"CY\"\n        },\n        {\n            \"name\": \"Czech Republic\",\n            \"code\": \"CZ\"\n        },\n        {\n            \"name\": \"Denmark\",\n            \"code\": \"DK\"\n        },\n        {\n            \"name\": \"Egypt\",\n            \"code\": \"EG\"\n        },\n        {\n            \"name\": \"Estonia\",\n            \"code\": \"EE\"\n        },\n        {\n            \"name\": \"Europe\",\n            \"code\": \"EU\"\n        },\n        {\n            \"name\": \"Finland\",\n            \"code\": \"FI\"\n        },\n        {\n            \"name\": \"France\",\n            \"code\": \"FR\"\n        },\n        {\n            \"name\": \"Georgia\",\n            \"code\": \"GE\"\n        },\n        {\n            \"name\": \"Germany\",\n            \"code\": \"DE\"\n        },\n        {\n            \"name\": \"Global\",\n            \"code\": \"GLB\"\n        },\n        {\n            \"name\": \"Greece\",\n            \"code\": \"GR\"\n        },\n        {\n            \"name\": \"Guatemala\",\n            \"code\": \"GT\"\n        },\n        {\n            \"name\": \"Honduras\",\n            \"code\": \"HN\"\n        },\n        {\n            \"name\": \"Hong Kong\",\n            \"code\": \"HK\"\n        },\n        {\n            \"name\": \"Hungary\",\n            \"code\": \"HU\"\n        },\n        {\n            \"name\": \"Iceland\",\n            \"code\": \"IS\"\n        },\n        {\n            \"name\": \"India\",\n            \"code\": \"IN\"\n        },\n        {\n            \"name\": \"Indonesia\",\n            \"code\": \"ID\"\n        },\n        {\n            \"name\": \"Iraq\",\n            \"code\": \"IQ\"\n        },\n        {\n            \"name\": \"Ireland\",\n            \"code\": \"IE\"\n        },\n        {\n            \"name\": \"Italy\",\n            \"code\": \"IT\"\n        },\n        {\n            \"name\": \"Jordan\",\n            \"code\": \"JO\"\n        },\n        {\n            \"name\": \"Kazakhstan\",\n            \"code\": \"KZ\"\n        },\n        {\n            \"name\": \"Korea South\",\n            \"code\": \"KR\"\n        },\n        {\n            \"name\": \"Kuwait\",\n            \"code\": \"KW\"\n        },\n        {\n            \"name\": \"Latam countries\",\n            \"code\": \"LC\"\n        },\n        {\n            \"name\": \"Latvia\",\n            \"code\": \"LV\"\n        },\n        {\n            \"name\": \"Lebanon\",\n            \"code\": \"LB\"\n        },\n        {\n            \"name\": \"Lithuania\",\n            \"code\": \"LT\"\n        },\n        {\n            \"name\": \"Luxembourg\",\n            \"code\": \"LU\"\n        },\n        {\n            \"name\": \"Malaysia\",\n            \"code\": \"MY\"\n        },\n        {\n            \"name\": \"Maldives\",\n            \"code\": \"MV\"\n        },\n        {\n            \"name\": \"Mexico\",\n            \"code\": \"MX\"\n        },\n        {\n            \"name\": \"Morocco\",\n            \"code\": \"MA\"\n        },\n        {\n            \"name\": \"Netherlands\",\n            \"code\": \"NL\"\n        },\n        {\n            \"name\": \"New Zealand\",\n            \"code\": \"NZ\"\n        },\n        {\n            \"name\": \"Nigeria\",\n            \"code\": \"NG\"\n        },\n        {\n            \"name\": \"Norway\",\n            \"code\": \"NO\"\n        },\n        {\n            \"name\": \"Oman\",\n            \"code\": \"OM\"\n        },\n        {\n            \"name\": \"Paraguay\",\n            \"code\": \"PY\"\n        },\n        {\n            \"name\": \"Peru\",\n            \"code\": \"PE\"\n        },\n        {\n            \"name\": \"Philippines\",\n            \"code\": \"PH\"\n        },\n        {\n            \"name\": \"Poland\",\n            \"code\": \"PL\"\n        },\n        {\n            \"name\": \"Portugal\",\n            \"code\": \"PT\"\n        },\n        {\n            \"name\": \"Qatar\",\n            \"code\": \"QA\"\n        },\n        {\n            \"name\": \"Reunion\",\n            \"code\": \"RE\"\n        },\n        {\n            \"name\": \"Romania\",\n            \"code\": \"RO\"\n        },\n        {\n            \"name\": \"Russia\",\n            \"code\": \"RU\"\n        },\n        {\n            \"name\": \"Saudi Arabia\",\n            \"code\": \"SA\"\n        },\n        {\n            \"name\": \"Singapore\",\n            \"code\": \"SG\"\n        },\n        {\n            \"name\": \"Slovakia\",\n            \"code\": \"SK\"\n        },\n        {\n            \"name\": \"Slovenia\",\n            \"code\": \"SI\"\n        },\n        {\n            \"name\": \"South Africa\",\n            \"code\": \"ZA\"\n        },\n        {\n            \"name\": \"Spain\",\n            \"code\": \"ES\"\n        },\n        {\n            \"name\": \"Sweden\",\n            \"code\": \"SE\"\n        },\n        {\n            \"name\": \"Switzerland\",\n            \"code\": \"CH\"\n        },\n        {\n            \"name\": \"Taiwan\",\n            \"code\": \"TW\"\n        },\n        {\n            \"name\": \"Thailand\",\n            \"code\": \"TH\"\n        },\n        {\n            \"name\": \"Tunisia\",\n            \"code\": \"TN\"\n        },\n        {\n            \"name\": \"Turkey\",\n            \"code\": \"TR\"\n        },\n        {\n            \"name\": \"United Arab Emirates\",\n            \"code\": \"AE\"\n        },\n        {\n            \"name\": \"United Kingdom\",\n            \"code\": \"GB\"\n        },\n        {\n            \"name\": \"United States\",\n            \"code\": \"US\"\n        },\n        {\n            \"name\": \"Unknown\",\n            \"code\": \"NULL\"\n        },\n        {\n            \"name\": \"Uruguay\",\n            \"code\": \"UY\"\n        },\n        {\n            \"name\": \"Uzbekistan\",\n            \"code\": \"UZ\"\n        },\n        {\n            \"name\": \"Vietnam\",\n            \"code\": \"VN\"\n        }\n    ],\n    \"meta\": {\n        \"total\": 83\n    }\n}"}],"_postman_id":"0ac9404c-3a95-48b3-95ed-22073bbdd10c"},{"name":"Get Order By Reference Code","id":"b8b6358a-d0cc-4c27-8dd2-487c03c13383","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"sku\": \"1000\",\r\n  \"quantity\": 1,\r\n  \"amount\": 25.00\r\n  \r\n}","options":{"raw":{"language":"json"}}},"url":"getgiftcardorder/150019c0-6459-452e-b9d3-8f0272649867","urlObject":{"path":["150019c0-6459-452e-b9d3-8f0272649867"],"host":["getgiftcardorder"],"query":[],"variable":[]}},"response":[{"id":"9f44cc87-e1a4-4f76-ac8d-1edfa2ff7765","name":"Get Order By Reference Code","originalRequest":{"method":"GET","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"sku\": \"1000\",\r\n  \"quantity\": 1,\r\n  \"amount\": 25.00\r\n  \r\n}","options":{"raw":{"language":"json"}}},"url":"getgiftcardorder/150019c0-6459-452e-b9d3-8f0272649867"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Fri, 24 Apr 2026 04:53:33 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"58"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"sku\": 5482,\n    \"title\": \"Book My Show IN\",\n    \"amount\": 250,\n    \"currency\": \"INR\",\n    \"currency_symbol\": \"Rp\",\n    \"share_link\": \"https://code.cardredemption.com/4f73d85b-e8e7-4b03-\"\n}"}],"_postman_id":"b8b6358a-d0cc-4c27-8dd2-487c03c13383"},{"name":"Get Order History","id":"1dddbb71-0b1c-4e59-bdfb-a275d5ce8626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"sku\": \"1000\",\r\n  \"quantity\": 1,\r\n  \"amount\": 25.00\r\n  \r\n}","options":{"raw":{"language":"json"}}},"url":"getgiftcardorderhistory?limit&page","urlObject":{"host":["getgiftcardorderhistory"],"query":[{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"limit","value":null},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"page","value":null}],"variable":[]}},"response":[{"id":"39c158ef-93b9-40a7-ab13-3d9027588030","name":"Get Order History","originalRequest":{"method":"GET","header":[{"key":"publickey","value":"","type":"text"},{"key":"secretkey","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"sku\": \"1000\",\r\n  \"quantity\": 1,\r\n  \"amount\": 25.00\r\n  \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"getgiftcardorderhistory?limit&page","host":["getgiftcardorderhistory"],"query":[{"key":"limit","value":null,"description":"optional"},{"key":"page","value":null,"description":"optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"vary","value":"Accept-Encoding"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Fri, 24 Apr 2026 05:06:40 GMT"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"sku\": 5482,\n            \"title\": \"Book My Show IN\",\n            \"amount\": \"250.00\",\n            \"currency\": \"INR\",\n            \"currency_symbol\": \"Rp\",\n            \"quantity\": 1,\n            \"reference_code\": \"150019c0-6459-452e-b9d3-8f0272649867\",\n            \"share_link\": \"https://code.cardredemption.com/4f73d85b-e8e7-4b0\",\n            \"status\": \"accept\",\n            \"created_at\": \"2026-04-24 03:31:08\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"last_page\": 1,\n        \"per_page\": 20,\n        \"total\": 1\n    }\n}"}],"_postman_id":"1dddbb71-0b1c-4e59-bdfb-a275d5ce8626"}],"id":"2a4b830a-c1c3-4e8d-b9a5-692913f18f99","_postman_id":"2a4b830a-c1c3-4e8d-b9a5-692913f18f99","description":""}],"event":[{"listen":"prerequest","script":{"id":"fb5e5ff8-5576-4c4c-a971-29b0cc7af05e","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"2ca7198a-5230-4c91-9cf7-9706c70a9937","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"url","value":""},{"key":"publickey","value":""},{"key":"secretkey","value":""}]}