{"info":{"_postman_id":"fb19b0af-452e-41ec-9e07-3facfb9cf1c0","name":"Hubble API - Public","description":"<html><head></head><body><p>Build custom gift card experiences with direct APl access. Full control over the user experience with REST endpoints for authentication, brands, orders, and webhooks.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"37144609","collectionId":"fb19b0af-452e-41ec-9e07-3facfb9cf1c0","publishedId":"2sBXwmQYhs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"7d52f5"},"publishDate":"2026-05-26T14:29:19.000Z"},"item":[{"name":"Authentication","item":[{"name":"Login","id":"20f88732-369f-4596-ac4b-db0f9cafd5ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"client-id\",\n    \"clientSecret\": \"client-secret\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dev.myhubble.money/v1/partners/auth/login","urlObject":{"path":["v1","partners","auth","login"],"host":["https://api.dev.myhubble.money"],"query":[],"variable":[]}},"response":[{"id":"97684b02-c59f-4c83-aada-4d4709a6eb92","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"client-id\",\n    \"clientSecret\": \"client-secret\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dev.myhubble.money/v1/partners/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 May 2025 08:05:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Cache-Control","value":"private,no-cache,no-store,must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"0"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"auth-token\",\n    \"expiresInSecs\": 3600\n}"}],"_postman_id":"20f88732-369f-4596-ac4b-db0f9cafd5ee"}],"id":"895abc02-a845-4163-a564-bb223ca5916c","_postman_id":"895abc02-a845-4163-a564-bb223ca5916c","description":""},{"name":"Orders","item":[{"name":"Place Order","id":"540fc058-7514-4d56-97a9-91129e51fad4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"auth-token"}]},"isInherited":false},"method":"POST","header":[{"key":"x-request-id","value":"b2b-direct-pii-test-3","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productId\": \"product-id\",\n    \"referenceId\": \"reference-from-source\",\n    \"amount\": 1000,\n    \"denominationDetails\": [\n        {\n            \"denomination\": 1000,\n            \"quantity\": 1\n        }\n    ],\n    \"customerDetails\": {\n        \"name\": \"User\",\n        \"phoneNumber\": \"9876543212\",\n        \"email\": \"example@gmail.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dev.myhubble.money/v1/partners/orders","urlObject":{"path":["v1","partners","orders"],"host":["https://api.dev.myhubble.money"],"query":[],"variable":[]}},"response":[{"id":"8c019ddd-6c1c-40b8-bf4a-f80f2d727551","name":"Place Order","originalRequest":{"method":"POST","header":[{"key":"x-request-id","value":"b2b-direct-pii-test-3","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productId\": \"product-id\",\n    \"referenceId\": \"reference-from-source\",\n    \"amount\": 1000,\n    \"denominationDetails\": [\n        {\n            \"denomination\": 1000,\n            \"quantity\": 1\n        }\n    ],\n    \"customerDetails\": {\n        \"name\": \"User\",\n        \"phoneNumber\": \"9999999999\",\n        \"email\": \"example@gmail.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dev.myhubble.money/v1/partners/orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 May 2025 08:09:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Cache-Control","value":"private,no-cache,no-store,must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"0"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"product-id\",\n    \"referenceId\": \"reference-id-from-source\",\n    \"status\": \"SUCCESS\",\n    \"vouchers\": [\n        {\n            \"id\": \"voucher-id\",\n            \"cardType\": \"CARD_AND_PIN_NO_SECURED\",\n            \"cardPin\": \"123456\",\n            \"cardNumber\": \"1122334455667788\",\n            \"validTill\": \"2026-05-08\",\n            \"amount\": 1000\n        }\n    ],\n    \"failureReason\": null\n}"}],"_postman_id":"540fc058-7514-4d56-97a9-91129e51fad4"},{"name":"Get Order","id":"4f9cfd12-d34d-49ec-9b8e-ae2a05c83283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"auth-token"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.dev.myhubble.money/v1/partners/orders/{{orderId}}","urlObject":{"path":["v1","partners","orders","{{orderId}}"],"host":["https://api.dev.myhubble.money"],"query":[],"variable":[]}},"response":[{"id":"3e728c7a-3ae9-44d0-8491-f132b0e2398f","name":"Get Order","originalRequest":{"method":"GET","header":[],"url":"https://api.dev.myhubble.money/v1/partners/orders/{{orderId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 May 2025 08:12:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Cache-Control","value":"private,no-cache,no-store,must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"0"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"order-id\",\n    \"referenceId\": \"reference-id-from-source\",\n    \"status\": \"SUCCESS\",\n    \"vouchers\": [\n        {\n            \"id\": \"voucher-id\",\n            \"cardType\": \"PIN_NO_SECURED\",\n            \"cardPin\": \"123456\",\n            \"cardNumber\": \"1122334455667788\",\n            \"validTill\": \"2026-05-08\",\n            \"amount\": 1000\n        }\n    ],\n    \"failureReason\": null\n}"}],"_postman_id":"4f9cfd12-d34d-49ec-9b8e-ae2a05c83283"},{"name":"Get Order By Reference","id":"a4cc0ec7-112b-4f0d-8da3-ab9d357504f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"auth-token"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.dev.myhubble.money/v1/partners/orders/by-reference/{{referenceId}}","urlObject":{"path":["v1","partners","orders","by-reference","{{referenceId}}"],"host":["https://api.dev.myhubble.money"],"query":[],"variable":[]}},"response":[{"id":"7fa6c0f7-0c73-454b-88c8-4f552a0e0adc","name":"Get Order By Reference","originalRequest":{"method":"GET","header":[],"url":"https://api.dev.myhubble.money/v1/partners/orders/by-reference/{{referenceId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 May 2025 08:12:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Cache-Control","value":"private,no-cache,no-store,must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"0"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"order-id\",\n    \"referenceId\": \"reference-id-from-source\",\n    \"status\": \"SUCCESS\",\n    \"vouchers\": [\n        {\n            \"id\": \"voucher-id\",\n            \"cardType\": \"PIN_NO_SECURED\",\n            \"cardPin\": \"123456\",\n            \"cardNumber\": \"1122334455667788\",\n            \"validTill\": \"2026-05-08\",\n            \"amount\": 1000\n        }\n    ],\n    \"failureReason\": null\n}"}],"_postman_id":"a4cc0ec7-112b-4f0d-8da3-ab9d357504f2"},{"name":"Get Voucher","id":"ff44a240-3825-499e-bd90-e5bd00bfcd12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"auth-token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dev.myhubble.money/v1/partners/orders/vouchers/{{voucherId}}","urlObject":{"path":["v1","partners","orders","vouchers","{{voucherId}}"],"host":["https://api.dev.myhubble.money"],"query":[],"variable":[]}},"response":[{"id":"b791676f-ef09-4fdc-a0d9-7c3cf6b03ede","name":"Get Voucher","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.dev.myhubble.money/v1/partners/orders/vouchers/{{voucherId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 May 2025 08:16:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Cache-Control","value":"private,no-cache,no-store,must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"0"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"voucher-id\",\n    \"cardType\": \"PIN_NO_SECURED\",\n    \"cardPin\": \"123456\",\n    \"cardNumber\": \"1122334455667788\",\n    \"validTill\": \"2026-05-08\",\n    \"amount\": 1000\n}"}],"_postman_id":"ff44a240-3825-499e-bd90-e5bd00bfcd12"}],"id":"c9f64ea4-f643-4e70-a464-288bef01ee98","_postman_id":"c9f64ea4-f643-4e70-a464-288bef01ee98","description":""},{"name":"Brands","item":[{"name":"Get Brands","id":"eec0607d-f61f-4659-b415-dff28c04e472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"auth-token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dev.myhubble.money/v1/partners/products","urlObject":{"path":["v1","partners","products"],"host":["https://api.dev.myhubble.money"],"query":[],"variable":[]}},"response":[{"id":"b863c468-8b80-459d-b533-f13e9a29ac73","name":"Get Products","originalRequest":{"method":"GET","header":[],"url":"https://api.dev.myhubble.money/v1/partners/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 May 2025 08:18:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Cache-Control","value":"private,no-cache,no-store,must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"0"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"nextCursor\": null,\n    \"data\": [\n        {\n            \"id\": \"dummy_id_01\",\n            \"status\": \"INACTIVE\",\n            \"title\": \"DUMMY SHOPPING MART\",\n            \"brandDescription\": \"A dummy shopping mart for all your needs.\",\n            \"category\": [\"DUMMY_CATEGORY_1\", \"DUMMY_CATEGORY_2\"],\n            \"tags\": [\"dummy_tag_a\", \"dummy_tag_b\"],\n            \"denominationType\": \"FIXED\",\n            \"cardType\": \"CARD_AND_PIN_NO_SECURED\",\n            \"redemptionType\": \"ONLINE\",\n            \"amountRestrictions\": {\n                \"minAmount\": 500,\n                \"maxAmount\": 10000,\n                \"minOrderAmount\": 500,\n                \"maxOrderAmount\": 10000,\n                \"minVoucherAmount\": 500,\n                \"maxVoucherAmount\": 5000,\n                \"maxVouchersPerOrder\": 10,\n                \"maxVouchersPerDenomination\": null,\n                \"maxDenominationsPerOrder\": null,\n                \"denominations\": [\n                    500,\n                    1000,\n                    2000,\n                    5000\n                ]\n            },\n            \"thumbnailUrl\": \"https://dummyassets.example.com/brand-assets/tile-images-sq-wp/dummy-mart-sq.webp\",\n            \"logoUrl\": \"https://dummyassets.example.com/brand-assets/sq-logo-images-wp/dummy-mart-logo.webp\",\n            \"tncUrl\": \"https://dummyflow.example.com/brands/dummy-mart-gift-card\",\n            \"termsAndConditions\": [\n                \"Dummy T&C 1: This is a sample term and condition.\",\n                \"Dummy T&C 2: Another example of a term.\",\n                \"Dummy T&C 3: Gift card usage restrictions apply.\"\n            ],\n            \"usageInstructions\": {\n                \"ONLINE\": [\n                    \"Dummy instruction 1: Go to dummy website or app.\",\n                    \"Dummy instruction 2: Find the gift card redemption section.\",\n                    \"Dummy instruction 3: Enter dummy code and PIN.\"\n                ]\n            },\n            \"howToUseInstructions\": [\n                {\n                    \"retailMode\": \"ONLINE\",\n                    \"retailModeName\": \"Online Redemption\",\n                    \"instructions\": [\n                        \"Dummy step 1: Visit the dummy online store.\",\n                        \"Dummy step 2: Navigate to account or profile.\",\n                        \"Dummy step 3: Locate 'Gift Cards' section and enter details.\"\n                    ]\n                }\n            ],\n            \"canBalanceBeFetched\": false,\n            \"voucherExpiryInMonths\": null,\n            \"variantDetails\": []\n        },\n        {\n            \"id\": \"dummy_id_02\",\n            \"status\": \"INACTIVE\",\n            \"title\": \"DUMMY HYPERMARKET ZONE\",\n            \"brandDescription\": \"Your dummy stop for all hypermarket needs.\",\n            \"category\": [\"DUMMY_CATEGORY_3\"],\n            \"tags\": [\"dummy_tag_c\"],\n            \"denominationType\": \"FIXED\",\n            \"cardType\": \"CARD_AND_PIN_NO_SECURED\",\n            \"redemptionType\": \"ONLINE\",\n            \"amountRestrictions\": {\n                \"minAmount\": 500,\n                \"maxAmount\": 10000,\n                \"minOrderAmount\": 500,\n                \"maxOrderAmount\": 10000,\n                \"minVoucherAmount\": 500,\n                \"maxVoucherAmount\": 5000,\n                \"maxVouchersPerOrder\": 10,\n                \"maxVouchersPerDenomination\": null,\n                \"maxDenominationsPerOrder\": null,\n                \"denominations\": [\n                    500,\n                    1000,\n                    2000,\n                    5000\n                ]\n            },\n            \"thumbnailUrl\": \"https://dummyassets.example.com/brand-assets/tile-images-sq-wp/dummy-hyper-sq.webp\",\n            \"logoUrl\": \"https://dummyassets.example.com/brand-assets/sq-logo-images-wp/dummy-hyper-logo.webp\",\n            \"tncUrl\": \"https://dummyflow.example.com/brands/dummyhypermarket-gift-card\",\n            \"termsAndConditions\": [\n                \"Dummy T&C 1: This card is for dummy hypermarket.\",\n                \"Dummy T&C 2: Check expiry date.\"\n            ],\n            \"usageInstructions\": {\n                \"ONLINE\": [\n                    \"Dummy instruction 1: Access dummy online store.\",\n                    \"Dummy instruction 2: Go to payment options.\",\n                    \"Dummy instruction 3: Select gift card and enter details.\"\n                ]\n            },\n            \"howToUseInstructions\": [\n                {\n                    \"retailMode\": \"ONLINE\",\n                    \"retailModeName\": \"Online Redemption\",\n                    \"instructions\": [\n                        \"Dummy step 1: Shop on the dummy site.\",\n                        \"Dummy step 2: Proceed to checkout.\",\n                        \"Dummy step 3: Apply gift card code.\"\n                    ]\n                }\n            ],\n            \"canBalanceBeFetched\": false,\n            \"voucherExpiryInMonths\": null,\n            \"variantDetails\": []\n        },\n        {\n            \"id\": \"dummy_id_03\",\n            \"status\": \"INACTIVE\",\n            \"title\": \"Dummy Adventure Park\",\n            \"brandDescription\": \"Fun times at the dummy adventure park.\",\n            \"category\": [\"ENTERTAINMENT\"],\n            \"tags\": [\"adventure\", \"dummy_fun\"],\n            \"denominationType\": \"FIXED\",\n            \"cardType\": \"CARD_AND_PIN_NO_SECURED\",\n            \"redemptionType\": \"ONLINE\",\n            \"amountRestrictions\": {\n                \"minAmount\": 500,\n                \"maxAmount\": 10000,\n                \"minOrderAmount\": 500,\n                \"maxOrderAmount\": 10000,\n                \"minVoucherAmount\": 500,\n                \"maxVoucherAmount\": 1000,\n                \"maxVouchersPerOrder\": 10,\n                \"maxVouchersPerDenomination\": null,\n                \"maxDenominationsPerOrder\": null,\n                \"denominations\": [\n                    500,\n                    1000\n                ]\n            },\n            \"thumbnailUrl\": \"https://dummyassets.example.com/brand-assets/tile-images-sq-wp/dummy-park-sq.webp\",\n            \"logoUrl\": \"https://dummyassets.example.com/brand-assets/sq-logo-images-wp/dummy-park-logo.webp\",\n            \"tncUrl\": \"https://dummyflow.example.com/brands/dummyadventurepark-gift-card\",\n            \"termsAndConditions\": [\n                \"Dummy T&C 1: Valid for dummy park tickets.\",\n                \"Dummy T&C 2: Not exchangeable for cash.\"\n            ],\n            \"usageInstructions\": {\n                \"ONLINE\": [\n                    \"Dummy instruction 1: Visit dummy park website.\",\n                    \"Dummy instruction 2: Book tickets online.\",\n                    \"Dummy instruction 3: Apply gift card at checkout.\"\n                ]\n            },\n            \"howToUseInstructions\": [\n                {\n                    \"retailMode\": \"ONLINE\",\n                    \"retailModeName\": \"Online Booking\",\n                    \"instructions\": [\n                        \"Dummy step 1: Select date and tickets.\",\n                        \"Dummy step 2: Proceed to payment page.\",\n                        \"Dummy step 3: Use gift card option.\"\n                    ]\n                }\n            ],\n            \"canBalanceBeFetched\": false,\n            \"voucherExpiryInMonths\": null,\n            \"variantDetails\": []\n        },\n        {\n            \"id\": \"dummy_id_04\",\n            \"status\": \"INACTIVE\",\n            \"title\": \"Dummy Steakhouse & Grill\",\n            \"brandDescription\": \"Delicious dummy grilled items.\",\n            \"category\": [\"RESTAURANT\"],\n            \"tags\": [\"dummy_food\", \"dining\"],\n            \"denominationType\": \"FIXED\",\n            \"cardType\": \"CARD_AND_PIN_NO_SECURED\",\n            \"redemptionType\": \"ONLINE\",\n            \"amountRestrictions\": {\n                \"minAmount\": 1000,\n                \"maxAmount\": 10000,\n                \"minOrderAmount\": 1000,\n                \"maxOrderAmount\": 10000,\n                \"minVoucherAmount\": 1000,\n                \"maxVoucherAmount\": 1000,\n                \"maxVouchersPerOrder\": 10,\n                \"maxDenominationsPerOrder\": null,\n                \"maxVouchersPerDenomination\": null,\n                \"denominations\": [\n                    1000\n                ]\n            },\n            \"thumbnailUrl\": \"https://dummyassets.example.com/brand-assets/tile-images-sq-wp/dummy-grill-sq.webp\",\n            \"logoUrl\": \"https://dummyassets.example.com/brand-assets/sq-logo-images-wp/dummy-grill-logo.webp\",\n            \"tncUrl\": \"https://dummyflow.example.com/brands/dummysteakhouse-gift-card\",\n            \"termsAndConditions\": [\n                \"Dummy T&C 1: Use at participating dummy locations.\",\n                \"Dummy T&C 2: Cannot be combined with other offers.\"\n            ],\n            \"usageInstructions\": {\n                \"ONLINE\": [\n                    \"Dummy instruction 1: Check dummy restaurant website for online ordering.\",\n                    \"Dummy instruction 2: Place your order.\",\n                    \"Dummy instruction 3: Enter gift card details during payment.\"\n                ]\n            },\n            \"howToUseInstructions\": [\n                {\n                    \"retailMode\": \"ONLINE\",\n                    \"retailModeName\": \"Online Ordering\",\n                    \"instructions\": [\n                        \"Dummy step 1: Browse the dummy menu.\",\n                        \"Dummy step 2: Add items to cart.\",\n                        \"Dummy step 3: Redeem gift card at payment.\"\n                    ]\n                }\n            ],\n            \"canBalanceBeFetched\": false,\n            \"voucherExpiryInMonths\": null,\n            \"variantDetails\": []\n        },\n        {\n            \"id\": \"dummy_id_05\",\n            \"status\": \"INACTIVE\",\n            \"title\": \"Dummy Asian Eatery\",\n            \"brandDescription\": \"Authentic dummy Asian cuisine.\",\n            \"category\": [\"RESTAURANT\"],\n            \"tags\": [\"dummy_asian\", \"dummy_food\"],\n            \"denominationType\": \"FIXED\",\n            \"cardType\": \"CARD_AND_PIN_NO_SECURED\",\n            \"redemptionType\": \"ONLINE\",\n            \"amountRestrictions\": {\n                \"minAmount\": 1000,\n                \"maxAmount\": 10000,\n                \"minOrderAmount\": 1000,\n                \"maxOrderAmount\": 10000,\n                \"minVoucherAmount\": 1000,\n                \"maxVoucherAmount\": 1000,\n                \"maxVouchersPerOrder\": 10,\n                \"maxDenominationsPerOrder\": null,\n                \"maxVouchersPerDenomination\": null,\n                \"denominations\": [\n                    1000\n                ]\n            },\n            \"thumbnailUrl\": \"https://dummyassets.example.com/brand-assets/tile-images-sq-wp/dummy-asian-sq.webp\",\n            \"logoUrl\": \"https://dummyassets.example.com/brand-assets/sq-logo-images-wp/dummy-asian-logo.webp\",\n            \"tncUrl\": \"https://dummyflow.example.com/brands/dummyasianeatery-gift-card\",\n            \"termsAndConditions\": [\n                \"Dummy T&C 1: Valid for dine-in or dummy online orders.\",\n                \"Dummy T&C 2: One gift card per transaction.\"\n            ],\n            \"usageInstructions\": {\n                \"ONLINE\": [\n                    \"Dummy instruction 1: Order through the dummy app.\",\n                    \"Dummy instruction 2: Go to the checkout screen.\",\n                    \"Dummy instruction 3: Apply your gift card code.\"\n                ]\n            },\n            \"howToUseInstructions\": [\n                {\n                    \"retailMode\": \"ONLINE\",\n                    \"retailModeName\": \"Online Ordering\",\n                    \"instructions\": [\n                        \"Dummy step 1: Select items from the dummy menu.\",\n                        \"Dummy step 2: Proceed to payment.\",\n                        \"Dummy step 3: Enter gift card details to redeem.\"\n                    ]\n                }\n            ],\n            \"canBalanceBeFetched\": false,\n            \"voucherExpiryInMonths\": null,\n            \"variantDetails\": []\n        },\n        {\n            \"id\": \"dummy_id_06\",\n            \"status\": \"INACTIVE\",\n            \"title\": \"Dummy Cafe & Bistro\",\n            \"brandDescription\": \"Relaxing dummy cafe experience.\",\n            \"category\": [\"RESTAURANT\", \"CAFE\"],\n            \"tags\": [\"dummy_coffee\", \"dummy_snacks\"],\n            \"denominationType\": \"FIXED\",\n            \"cardType\": \"CARD_AND_PIN_NO_SECURED\",\n            \"redemptionType\": \"ONLINE\",\n            \"amountRestrictions\": {\n                \"minAmount\": 500,\n                \"maxAmount\": 10000,\n                \"minOrderAmount\": 500,\n                \"maxOrderAmount\": 10000,\n                \"minVoucherAmount\": 500,\n                \"maxVoucherAmount\": 1000,\n                \"maxVouchersPerOrder\": 10,\n                \"maxDenominationsPerOrder\": null,\n                \"maxVouchersPerDenomination\": null,\n                \"denominations\": [\n                    500,\n                    1000\n                ]\n            },\n            \"thumbnailUrl\": \"https://dummyassets.example.com/brand-assets/tile-images-sq-wp/dummy-cafe-sq.webp\",\n            \"logoUrl\": \"https://dummyassets.example.com/brand-assets/sq-logo-images-wp/dummy-cafe-logo.webp\",\n            \"tncUrl\": \"https://dummyflow.example.com/brands/dummycafe-gift-card\",\n            \"termsAndConditions\": [\n                \"Dummy T&C 1: Redeem at dummy cafe outlets or dummy online.\",\n                \"Dummy T&C 2: Balance cannot be topped up.\"\n            ],\n            \"usageInstructions\": {\n                \"ONLINE\": [\n                    \"Dummy instruction 1: Order via the dummy cafe app.\",\n                    \"Dummy instruction 2: Proceed to payment.\",\n                    \"Dummy instruction 3: Use gift card as a payment option.\"\n                ]\n            },\n            \"howToUseInstructions\": [\n                {\n                    \"retailMode\": \"ONLINE\",\n                    \"retailModeName\": \"Online Order\",\n                    \"instructions\": [\n                        \"Dummy step 1: Choose your dummy drinks and food.\",\n                        \"Dummy step 2: Head to checkout.\",\n                        \"Dummy step 3: Enter gift card code and PIN.\"\n                    ]\n                }\n            ],\n            \"canBalanceBeFetched\": false,\n            \"voucherExpiryInMonths\": null,\n            \"variantDetails\": []\n        },\n        {\n            \"id\": \"dummy_id_07\",\n            \"status\": \"INACTIVE\",\n            \"title\": \"Dummy Beauty Salon\",\n            \"brandDescription\": \"Dummy services for beauty and wellness.\",\n            \"category\": [\"BEAUTY\", \"WELLNESS\"],\n            \"tags\": [\"dummy_hair\", \"dummy_skin\"],\n            \"denominationType\": \"FIXED\",\n            \"cardType\": \"CARD_AND_PIN_NO_SECURED\",\n            \"redemptionType\": \"ONLINE\",\n            \"amountRestrictions\": {\n                \"minAmount\": 500,\n                \"maxAmount\": 10000,\n                \"minOrderAmount\": 500,\n                \"maxOrderAmount\": 10000,\n                \"minVoucherAmount\": 500,\n                \"maxVoucherAmount\": 1000,\n                \"maxVouchersPerOrder\": 10,\n                \"maxDenominationsPerOrder\": null,\n                \"maxVouchersPerDenomination\": null,\n                \"denominations\": [\n                    500,\n                    1000\n                ]\n            },\n            \"iconImageUrl\": \"https://dummyassets.example.com/brand-assets/tile-images-wp/dummy-salon-tile.webp\",\n            \"thumbnailUrl\": \"https://dummyassets.example.com/brand-assets/tile-images-sq-wp/dummy-salon-sq.webp\",\n            \"logoUrl\": \"https://dummyassets.example.com/brand-assets/sq-logo-images-wp/dummy-salon-logo.webp\",\n            \"tncUrl\": \"https://dummyflow.example.com/brands/dummybeauty-gift-card\",\n            \"termsAndConditions\": [\n                \"Dummy T&C 1: Can be used for dummy services or products.\",\n                \"Dummy T&C 2: Prior appointment may be needed.\"\n            ],\n            \"usageInstructions\": {\n                \"ONLINE\": [\n                    \"Dummy instruction 1: Book services on the dummy salon website.\",\n                    \"Dummy instruction 2: Go to payment.\",\n                    \"Dummy instruction 3: Redeem gift card.\"\n                ]\n            },\n            \"howToUseInstructions\": [\n                {\n                    \"retailMode\": \"ONLINE\",\n                    \"retailModeName\": \"Online Booking\",\n                    \"instructions\": [\n                        \"Dummy step 1: Select dummy beauty service.\",\n                        \"Dummy step 2: Choose date and time.\",\n                        \"Dummy step 3: Apply gift card code at payment.\"\n                    ]\n                }\n            ],\n            \"canBalanceBeFetched\": false,\n            \"voucherExpiryInMonths\": null,\n            \"variantDetails\": []\n        },\n        {\n            \"id\": \"dummy_id_08\",\n            \"status\": \"ACTIVE\",\n            \"title\": \"DUMMY HOME GOODS\",\n            \"brandDescription\": \"Dummy furniture and home decor for every style.\",\n            \"category\": [\n                \"DUMMY_NEW\",\n                \"DUMMY_POPULAR\",\n                \"FURNISHING\",\n                \"DUMMY_DEALS\"\n            ],\n            \"tags\": [\n                \"DummySofa\",\n                \"DummyTable\",\n                \"DummyBed\",\n                \"DummyFurniture\",\n                \"DummyDecor\"\n            ],\n            \"denominationType\": \"FLEXIBLE\",\n            \"cardType\": \"CARD_AND_PIN_NO_SECURED\",\n            \"redemptionType\": \"ONLINE_AND_OFFLINE\",\n            \"amountRestrictions\": {\n                \"minAmount\": 1,\n                \"maxAmount\": 100000,\n                \"minOrderAmount\": 1,\n                \"maxOrderAmount\": 100000,\n                \"minVoucherAmount\": 1,\n                \"maxVoucherAmount\": 100000,\n                \"maxVouchersPerOrder\": 10,\n                \"maxVouchersPerDenomination\": null,\n                \"maxDenominationsPerOrder\": null,\n                \"denominations\": null\n            },\n            \"thumbnailUrl\": \"https://dummyassets.example.com/brand-assets/tile-images-sq-wp/dummy-home-sq.webp\",\n            \"logoUrl\": \"https://dummyassets.example.com/brand-assets/sq-logo-images-wp/dummy-home-logo.webp\",\n            \"tncUrl\": \"https://dummyflow.example.com/brands/dummyhomegoods-gift-card\",\n            \"termsAndConditions\": [\n                \"Dummy T&C 1: Not valid for purchasing other gift cards.\",\n                \"Dummy T&C 2: Redeemable in dummy stores and dummy website.\"\n            ],\n            \"usageInstructions\": {\n                \"ONLINE\": [\n                    \"Dummy instruction 1: Visit a dummy store.\",\n                    \"Dummy instruction 2: Present gift card at checkout.\",\n                    \"Dummy instruction 3: Pay any remaining balance.\"\n                ],\n                \"OFFLINE\": [\n                    \"Dummy instruction 1: Shop on dummywebsite.example.com\",\n                    \"Dummy instruction 2: Add items to cart.\",\n                    \"Dummy instruction 3: At checkout, select 'Redeem Gift Card'.\",\n                    \"Dummy instruction 4: Enter dummy gift card details.\"\n                ]\n            },\n            \"howToUseInstructions\": [\n                {\n                    \"retailMode\": \"ONLINE\",\n                    \"retailModeName\": \"Dummy Offline Use\",\n                    \"instructions\": [\n                        \"Dummy step 1: Go to a dummy store location.\",\n                        \"Dummy step 2: Show the gift card to the cashier.\",\n                        \"Dummy step 3: Complete the transaction.\"\n                    ]\n                },\n                {\n                    \"retailMode\": \"OFFLINE\",\n                    \"retailModeName\": \"Dummy Online Use\",\n                    \"instructions\": [\n                        \"Dummy step 1: Browse products on the dummy website.\",\n                        \"Dummy step 2: Add items to your shopping cart.\",\n                        \"Dummy step 3: Proceed to the payment section.\",\n                        \"Dummy step 4: Select the gift card payment option and enter details.\"\n                    ]\n                }\n            ],\n            \"canBalanceBeFetched\": false,\n            \"voucherExpiryInMonths\": null,\n            \"variantDetails\": []\n        }\n    ]\n}"}],"_postman_id":"eec0607d-f61f-4659-b415-dff28c04e472"},{"name":"Get Brand by Id","id":"e5c7c7f5-ee44-4ed4-9bb4-1f3efa8b553c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"auth-token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dev.myhubble.money/v1/partners/products/{{productId}}","urlObject":{"path":["v1","partners","products","{{productId}}"],"host":["https://api.dev.myhubble.money"],"query":[],"variable":[]}},"response":[{"id":"3e5020f0-40b5-4507-87ef-8ff72c3a08ec","name":"Get Product by Id","originalRequest":{"method":"GET","header":[],"url":"https://api.dev.myhubble.money/v1/partners/products/{{productId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 May 2025 08:21:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Cache-Control","value":"private,no-cache,no-store,must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"0"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"dummy_id_09\",\n    \"status\": \"ACTIVE\",\n    \"title\": \"Dummy Online Mart\",\n    \"brandDescription\": \"Your dummy destination for fashion, electronics, and more.\",\n    \"category\": [\n        \"DUMMY_FASHION\",\n        \"DUMMY_ELECTRONICS\"\n    ],\n    \"tags\": [\"dummy_online\", \"dummy_shopping\"],\n    \"denominationType\": \"FLEXIBLE\",\n    \"cardType\": \"CARD_AND_PIN_NO_SECURED\",\n    \"redemptionType\": \"ONLINE\",\n    \"amountRestrictions\": {\n        \"minAmount\": 250,\n        \"maxAmount\": 10000,\n        \"minOrderAmount\": 250,\n        \"maxOrderAmount\": 10000,\n        \"minVoucherAmount\": 250,\n        \"maxVoucherAmount\": 10000,\n        \"maxVouchersPerOrder\": 10,\n        \"maxVouchersPerDenomination\": null,\n        \"maxDenominationsPerOrder\": null,\n        \"denominations\": null\n    },\n    \"thumbnailUrl\": \"https://dummyassets.example.com/brand-assets/tile-images-sq-wp/dummy-mart-sq.webp\",\n    \"logoUrl\": \"https://dummyassets.example.com/brand-assets/sq-logo-images-wp/dummy-mart-logo.webp\",\n    \"tncUrl\": \"https://dummyflow.example.com/brands/dummyonlinemart-gift-card\",\n    \"termsAndConditions\": [\n        \"Dummy T&C 1: Valid for 1 year.\",\n        \"Dummy T&C 2: Can be used multiple times.\",\n        \"Dummy T&C 3: Certain categories may be excluded (e.g., dummy gold/silver).\"\n    ],\n    \"usageInstructions\": {\n        \"ONLINE\": [\n            \"Dummy instruction 1: Open the Dummy Online Mart App.\",\n            \"Dummy instruction 2: Go to 'My Account' and then 'Dummy Wallet'.\",\n            \"Dummy instruction 3: Find 'Gift Cards' and click 'Add Card'.\",\n            \"Dummy instruction 4: Enter dummy code and PIN.\",\n            \"Dummy instruction 5: The amount is added to your dummy wallet for checkout.\"\n        ]\n    },\n    \"howToUseInstructions\": [\n        {\n            \"retailMode\": \"ONLINE\",\n            \"retailModeName\": \"Online\",\n            \"instructions\": [\n                \"Dummy step 1: Log in to the Dummy Online Mart App/website.\",\n                \"Dummy step 2: Navigate to your dummy account section.\",\n                \"Dummy step 3: Select the option to add a gift card or wallet balance.\",\n                \"Dummy step 4: Input the provided dummy gift card code and PIN.\",\n                \"Dummy step 5: Your gift card value will be available for use during online purchases.\"\n            ]\n        }\n    ],\n    \"canBalanceBeFetched\": true,\n    \"voucherExpiryInMonths\": 12,\n    \"variantDetails\": []\n}"}],"_postman_id":"e5c7c7f5-ee44-4ed4-9bb4-1f3efa8b553c"}],"id":"acd090cd-3fa0-48a5-9981-f0ec8b39650c","_postman_id":"acd090cd-3fa0-48a5-9981-f0ec8b39650c","description":""},{"name":"Wallet","item":[{"name":"Get Balance","id":"9c879bf7-bf16-4584-b8cc-936480c827a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"auth-token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dev.myhubble.money/v1/partners/wallet/balance","urlObject":{"path":["v1","partners","wallet","balance"],"host":["https://api.dev.myhubble.money"],"query":[],"variable":[]}},"response":[{"id":"b2ae06ea-2fc9-425f-a9a8-38286b1089a3","name":"Get Balance","originalRequest":{"method":"GET","header":[],"url":"https://api.dev.myhubble.money/v1/partners/wallet/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 May 2025 08:18:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Cache-Control","value":"private,no-cache,no-store,must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"0"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"balance\": 100000\n}"}],"_postman_id":"9c879bf7-bf16-4584-b8cc-936480c827a9"}],"id":"d6f2752b-d8bc-45e8-bd87-d5e7c1915eee","_postman_id":"d6f2752b-d8bc-45e8-bd87-d5e7c1915eee","description":""}],"event":[{"listen":"prerequest","script":{"id":"f2b1b38f-9810-4c7e-94a5-7e643f932554","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"ec8fd37a-1426-4304-b575-e3e7940e1ccd","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.dev.myhubble.money"},{"key":"authToken","value":"auth-token"}]}